2024-08-22T20:28:40.5588236Z Current runner version: '2.319.1' 2024-08-22T20:28:40.5594768Z Runner name: 'i-066ba5765137eb169' 2024-08-22T20:28:40.5595646Z Runner group name: 'Default' 2024-08-22T20:28:40.5596532Z Machine name: 'ip-10-0-68-106' 2024-08-22T20:28:40.5613200Z Testing runner upgrade compatibility 2024-08-22T20:28:40.7005227Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:28:40.7007280Z Contents: read 2024-08-22T20:28:40.7007904Z Metadata: read 2024-08-22T20:28:40.7008526Z Packages: read 2024-08-22T20:28:40.7009005Z ##[endgroup] 2024-08-22T20:28:40.7012115Z Secret source: Actions 2024-08-22T20:28:40.7013040Z Prepare workflow directory 2024-08-22T20:28:40.8591631Z Prepare all required actions 2024-08-22T20:28:40.8766056Z Getting action download info 2024-08-22T20:28:41.0392959Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-08-22T20:28:41.2906506Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-08-22T20:28:41.4102016Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-08-22T20:28:41.5475483Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-08-22T20:28:41.6733669Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-08-22T20:28:41.9416773Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:28:41.9419055Z ##[group] Inputs 2024-08-22T20:28:41.9421014Z script: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:41.9423350Z timeout: 60 2024-08-22T20:28:41.9423857Z runner: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:28:41.9424379Z upload-artifact: 2024-08-22T20:28:41.9424802Z download-artifact: 2024-08-22T20:28:41.9425265Z repository: 2024-08-22T20:28:41.9425671Z fetch-depth: 1 2024-08-22T20:28:41.9426087Z submodules: 2024-08-22T20:28:41.9426473Z ref: 2024-08-22T20:28:41.9426973Z test-infra-repository: pytorch/test-infra 2024-08-22T20:28:41.9427528Z test-infra-ref: 2024-08-22T20:28:41.9427981Z docker-image: pytorch/conda-builder 2024-08-22T20:28:41.9428502Z docker-build-dir: .ci/docker 2024-08-22T20:28:41.9428989Z gpu-arch-type: cuda 2024-08-22T20:28:41.9429424Z gpu-arch-version: 12.1 2024-08-22T20:28:41.9429868Z job-name: linux-job 2024-08-22T20:28:41.9430654Z continue-on-error: false 2024-08-22T20:28:41.9431131Z binary-matrix: 2024-08-22T20:28:41.9431546Z run-with-docker: true 2024-08-22T20:28:41.9431992Z secrets-env: 2024-08-22T20:28:41.9432398Z no-sudo: false 2024-08-22T20:28:41.9432876Z ##[endgroup] 2024-08-22T20:28:41.9433600Z Complete job name: test-quantization-cpu / linux-job 2024-08-22T20:28:42.0151715Z A job started hook has been configured by the self-hosted runner administrator 2024-08-22T20:28:42.0305432Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-22T20:28:42.0317657Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:42.0318372Z ##[endgroup] 2024-08-22T20:28:43.6580726Z Runner Type: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:28:43.6581293Z Instance Type: g5.4xlarge 2024-08-22T20:28:43.6581994Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-22T20:28:43.6582526Z AMI ID: ami-06c68f701d8090592 2024-08-22T20:28:49.4277608Z ##[group]Run set -euxo pipefail 2024-08-22T20:28:49.4278139Z set -euxo pipefail 2024-08-22T20:28:49.4278573Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:28:49.4279115Z  echo "::group::Cleanup with-sudo debug output" 2024-08-22T20:28:49.4279666Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:49.4280324Z else 2024-08-22T20:28:49.4280711Z  echo "::group::Cleanup no-sudo debug output" 2024-08-22T20:28:49.4281220Z  rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:49.4281629Z fi 2024-08-22T20:28:49.4281903Z  2024-08-22T20:28:49.4282210Z mkdir -p "${GITHUB_WORKSPACE}" 2024-08-22T20:28:49.4282635Z echo "::endgroup::" 2024-08-22T20:28:49.4291795Z shell: /usr/bin/bash -e {0} 2024-08-22T20:28:49.4292151Z env: 2024-08-22T20:28:49.4292479Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:49.4292937Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:49.4293335Z PR_NUMBER: 1044 2024-08-22T20:28:49.4294973Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:49.4296724Z NO_SUDO: false 2024-08-22T20:28:49.4297019Z ##[endgroup] 2024-08-22T20:28:49.4328004Z + [[ false == \f\a\l\s\e ]] 2024-08-22T20:28:49.4349722Z ##[group]Cleanup with-sudo debug output 2024-08-22T20:28:49.4359016Z + echo '::group::Cleanup with-sudo debug output' 2024-08-22T20:28:49.4359757Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:49.5233149Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/branches' 2024-08-22T20:28:49.5234717Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/applypatch-msg.sample' 2024-08-22T20:28:49.5236016Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/commit-msg.sample' 2024-08-22T20:28:49.5237324Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/post-update.sample' 2024-08-22T20:28:49.5238572Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-applypatch.sample' 2024-08-22T20:28:49.5239808Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-commit.sample' 2024-08-22T20:28:49.5241154Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-merge-commit.sample' 2024-08-22T20:28:49.5242539Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-push.sample' 2024-08-22T20:28:49.5243705Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-receive.sample' 2024-08-22T20:28:49.5244940Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/push-to-checkout.sample' 2024-08-22T20:28:49.5246153Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/update.sample' 2024-08-22T20:28:49.5247371Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/fsmonitor-watchman.sample' 2024-08-22T20:28:49.5248698Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-rebase.sample' 2024-08-22T20:28:49.5250279Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/prepare-commit-msg.sample' 2024-08-22T20:28:49.5251475Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks' 2024-08-22T20:28:49.5252538Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/info/exclude' 2024-08-22T20:28:49.5253658Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/info' 2024-08-22T20:28:49.5255706Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/description' 2024-08-22T20:28:49.5256864Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/heads/main' 2024-08-22T20:28:49.5257977Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/heads' 2024-08-22T20:28:49.5259698Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/tags' 2024-08-22T20:28:49.5261199Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes/origin/main' 2024-08-22T20:28:49.5262422Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes/origin' 2024-08-22T20:28:49.5263611Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes' 2024-08-22T20:28:49.5264778Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs' 2024-08-22T20:28:49.5265851Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/HEAD' 2024-08-22T20:28:49.5266942Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/config' 2024-08-22T20:28:49.5268319Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack/pack-aff7e0c2ad0c3c871266463bc373b793391e7950.pack' 2024-08-22T20:28:49.5269999Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack/pack-aff7e0c2ad0c3c871266463bc373b793391e7950.idx' 2024-08-22T20:28:49.5271402Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack' 2024-08-22T20:28:49.5272670Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/info' 2024-08-22T20:28:49.5273793Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects' 2024-08-22T20:28:49.5274865Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/FETCH_HEAD' 2024-08-22T20:28:49.5275924Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/shallow' 2024-08-22T20:28:49.5277046Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes/origin/main' 2024-08-22T20:28:49.5278325Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes/origin' 2024-08-22T20:28:49.5279569Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes' 2024-08-22T20:28:49.5280729Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/heads/main' 2024-08-22T20:28:49.5281990Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/heads' 2024-08-22T20:28:49.5283146Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs' 2024-08-22T20:28:49.5284211Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/HEAD' 2024-08-22T20:28:49.5285256Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs' 2024-08-22T20:28:49.5286310Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/index' 2024-08-22T20:28:49.5287308Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git' 2024-08-22T20:28:49.5288283Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.flake8' 2024-08-22T20:28:49.5289317Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git-blame-ignore-revs' 2024-08-22T20:28:49.5290381Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.gitattributes' 2024-08-22T20:28:49.5291472Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actionlint.yaml' 2024-08-22T20:28:49.5292815Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/bc-lint/action.yml' 2024-08-22T20:28:49.5294079Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/bc-lint' 2024-08-22T20:28:49.5295441Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/calculate-docker-image/action.yml' 2024-08-22T20:28:49.5297021Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/calculate-docker-image' 2024-08-22T20:28:49.5298435Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/check-disk-space/action.yml' 2024-08-22T20:28:49.5299841Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/check-disk-space' 2024-08-22T20:28:49.5301181Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/chown-directory/action.yml' 2024-08-22T20:28:49.5302516Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/chown-directory' 2024-08-22T20:28:49.5303846Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/cleanup-runner/action.yml' 2024-08-22T20:28:49.5305182Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/cleanup-runner' 2024-08-22T20:28:49.5306603Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/export-matrix-variables/action.yml' 2024-08-22T20:28:49.5308060Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/export-matrix-variables' 2024-08-22T20:28:49.5309463Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/pull-docker-image/action.yml' 2024-08-22T20:28:49.5310857Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/pull-docker-image' 2024-08-22T20:28:49.5312270Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/run-script-with-cache/action.yml' 2024-08-22T20:28:49.5313695Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/run-script-with-cache' 2024-08-22T20:28:49.5315046Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/set-channel/action.yml' 2024-08-22T20:28:49.5316411Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/set-channel' 2024-08-22T20:28:49.5317766Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-builds/action.yml' 2024-08-22T20:28:49.5319179Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-builds' 2024-08-22T20:28:49.5320557Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-upload/action.yml' 2024-08-22T20:28:49.5321935Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-upload' 2024-08-22T20:28:49.5323307Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-build-test/action.yml' 2024-08-22T20:28:49.5324643Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-build-test' 2024-08-22T20:28:49.5325950Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-linux/action.yml' 2024-08-22T20:28:49.5327283Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-linux' 2024-08-22T20:28:49.5328580Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda/README.md' 2024-08-22T20:28:49.5330068Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda/action.yml' 2024-08-22T20:28:49.5331501Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda' 2024-08-22T20:28:49.5332819Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-nvidia/action.yml' 2024-08-22T20:28:49.5334220Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-nvidia' 2024-08-22T20:28:49.5335648Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh/action.yml' 2024-08-22T20:28:49.5336971Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh/index.js' 2024-08-22T20:28:49.5338226Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh' 2024-08-22T20:28:49.5339601Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-windows/action.yml' 2024-08-22T20:28:49.5340935Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-windows' 2024-08-22T20:28:49.5342253Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-linux/action.yml' 2024-08-22T20:28:49.5343566Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-linux' 2024-08-22T20:28:49.5344908Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-windows/action.yml' 2024-08-22T20:28:49.5346257Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-windows' 2024-08-22T20:28:49.5347611Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/trigger-nightly/action.yml' 2024-08-22T20:28:49.5349008Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/trigger-nightly' 2024-08-22T20:28:49.5350362Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-commit-hash/action.yml' 2024-08-22T20:28:49.5351736Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-commit-hash' 2024-08-22T20:28:49.5353131Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-viablestrict/action.yml' 2024-08-22T20:28:49.5354816Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-viablestrict' 2024-08-22T20:28:49.5356248Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/upload-alerts/action.yml' 2024-08-22T20:28:49.5357715Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/upload-alerts' 2024-08-22T20:28:49.5358972Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions' 2024-08-22T20:28:49.5360158Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/arc-node-config.yaml' 2024-08-22T20:28:49.5361366Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/arc-runner-config.yaml' 2024-08-22T20:28:49.5362670Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/dependabot.yml' 2024-08-22T20:28:49.5363816Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scale-config.yml' 2024-08-22T20:28:49.5365038Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune/prune.sh' 2024-08-22T20:28:49.5366315Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune/run.sh' 2024-08-22T20:28:49.5368076Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune' 2024-08-22T20:28:49.5369546Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/compute_and_upload_ci_wait_time_metric.py' 2024-08-22T20:28:49.5370993Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/export_matrix_variables.py' 2024-08-22T20:28:49.5372518Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/fetch_latest_green_commit.py' 2024-08-22T20:28:49.5374108Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/get_tutorials_stats.py' 2024-08-22T20:28:49.5375346Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/gitutils.py' 2024-08-22T20:28:49.5376602Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/install_torch.sh' 2024-08-22T20:28:49.5378271Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_clickhouse_format.sh' 2024-08-22T20:28:49.5379669Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py' 2024-08-22T20:28:49.5381099Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/test_compute_and_upload_ci_wait_time_metric.py' 2024-08-22T20:28:49.5382557Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/test_fetch_latest_green_commit.py' 2024-08-22T20:28:49.5383948Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/test_update_disabled_issues.py' 2024-08-22T20:28:49.5385274Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/update_commit_hashes.py' 2024-08-22T20:28:49.5386577Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/update_disabled_issues.py' 2024-08-22T20:28:49.5387878Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/validate_scale_config.py' 2024-08-22T20:28:49.5389098Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts' 2024-08-22T20:28:49.5390330Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_binary_conda_upload.yml' 2024-08-22T20:28:49.5391608Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_binary_upload.yml' 2024-08-22T20:28:49.5392938Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_prune-anaconda-packages.yml' 2024-08-22T20:28:49.5394246Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_upload_docs.yml' 2024-08-22T20:28:49.5395497Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/anaconda-prune.yml' 2024-08-22T20:28:49.5396811Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/backfill-workflow-job.yml' 2024-08-22T20:28:49.5398136Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_linux.yml' 2024-08-22T20:28:49.5399424Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_macos.yml' 2024-08-22T20:28:49.5400723Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_windows.yml' 2024-08-22T20:28:49.5402025Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_linux.yml' 2024-08-22T20:28:49.5403321Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_macos.yml' 2024-08-22T20:28:49.5404635Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_windows.yml' 2024-08-22T20:28:49.5406027Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/check-alerts.yml' 2024-08-22T20:28:49.5407323Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/clang-tidy-linux.yml' 2024-08-22T20:28:49.5408629Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/clang-tidy-macos.yml' 2024-08-22T20:28:49.5409966Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/disable-flaky-tests.yml' 2024-08-22T20:28:49.5412722Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2024-08-22T20:28:49.5414170Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2024-08-22T20:28:49.5415578Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_release_matrix.yml' 2024-08-22T20:28:49.5416993Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2024-08-22T20:28:49.5418373Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/github-status-test-lambda.yml' 2024-08-22T20:28:49.5419850Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-do-release-runners.yml' 2024-08-22T20:28:49.5421284Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2024-08-22T20:28:49.5422620Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-runners.yml' 2024-08-22T20:28:49.5423890Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-webhook.yml' 2024-08-22T20:28:49.5425228Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lint.yml' 2024-08-22T20:28:49.5426716Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lintrunner_ci.yml' 2024-08-22T20:28:49.5427971Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/linux_job.yml' 2024-08-22T20:28:49.5429291Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/log-classifier-lambda.yml' 2024-08-22T20:28:49.5430660Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/macos_job.yml' 2024-08-22T20:28:49.5432219Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/mobile_job.yml' 2024-08-22T20:28:49.5433746Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2024-08-22T20:28:49.5435163Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/pr-dependencies-check.yml' 2024-08-22T20:28:49.5436824Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/push-rockset-query-lambda-tags.yml' 2024-08-22T20:28:49.5438387Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/revert-tracker.yml' 2024-08-22T20:28:49.5439675Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/rockset_autoscale.yml' 2024-08-22T20:28:49.5441070Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/rockset_delete_old_lambda_versions.yml' 2024-08-22T20:28:49.5442666Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/scale_config_validation.yml' 2024-08-22T20:28:49.5444076Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2024-08-22T20:28:49.5445406Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/stronghold.yml' 2024-08-22T20:28:49.5446871Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/sync_pytorch_canary.yml' 2024-08-22T20:28:49.5448290Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-binary-size-validation.yml' 2024-08-22T20:28:49.5450065Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-export-matrix-variables.yml' 2024-08-22T20:28:49.5451700Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda-env-file' 2024-08-22T20:28:49.5453292Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2024-08-22T20:28:49.5455276Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda.yml' 2024-08-22T20:28:49.5456687Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-nvidia.yml' 2024-08-22T20:28:49.5458107Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-ssh.yml' 2024-08-22T20:28:49.5459868Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-update-viablestrict.yml' 2024-08-22T20:28:49.5461287Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-validate-domain-library.yml' 2024-08-22T20:28:49.5462740Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_linux_with_cuda.yml' 2024-08-22T20:28:49.5464635Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_linux_without_cuda.yml' 2024-08-22T20:28:49.5466085Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_m1.yml' 2024-08-22T20:28:49.5467424Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_macos.yml' 2024-08-22T20:28:49.5469220Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_windows_with_cuda.yml' 2024-08-22T20:28:49.5470754Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_windows_without_cuda.yml' 2024-08-22T20:28:49.5472327Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_aarch64_without_cuda.yml' 2024-08-22T20:28:49.5473856Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2024-08-22T20:28:49.5475345Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2024-08-22T20:28:49.5476815Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_m1.yml' 2024-08-22T20:28:49.5478165Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_macos.yml' 2024-08-22T20:28:49.5479607Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2024-08-22T20:28:49.5481154Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2024-08-22T20:28:49.5482586Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_linux_job.yml' 2024-08-22T20:28:49.5483858Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_macos_job.yml' 2024-08-22T20:28:49.5485109Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_mobile_job.yml' 2024-08-22T20:28:49.5486580Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_windows_job.yml' 2024-08-22T20:28:49.5487831Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/tests.yml' 2024-08-22T20:28:49.5489011Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/tflint.yml' 2024-08-22T20:28:49.5490222Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/torchci.yml' 2024-08-22T20:28:49.5491630Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/trigger_nightly.yml' 2024-08-22T20:28:49.5492960Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/trigger_nightly_core.yml' 2024-08-22T20:28:49.5494326Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-drci-comments.yml' 2024-08-22T20:28:49.5495678Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-queue-times.yml' 2024-08-22T20:28:49.5496972Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-s3-html.yml' 2024-08-22T20:28:49.5498264Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-slow-tests.yml' 2024-08-22T20:28:49.5499643Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-test-times.yml' 2024-08-22T20:28:49.5500963Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-viablestrict.yml' 2024-08-22T20:28:49.5502320Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_ci_wait_time_metric.yml' 2024-08-22T20:28:49.5503666Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_disabled_tests.yml' 2024-08-22T20:28:49.5505017Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_test_file_ratings.yml' 2024-08-22T20:28:49.5506434Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/upload-tutorials-stats.yml' 2024-08-22T20:28:49.5507826Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2024-08-22T20:28:49.5509207Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/validate-domain-library.yml' 2024-08-22T20:28:49.5510578Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/windows-ami-validation.yml' 2024-08-22T20:28:49.5511854Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/windows_job.yml' 2024-08-22T20:28:49.5513042Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows' 2024-08-22T20:28:49.5514149Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github' 2024-08-22T20:28:49.5515159Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.gitignore' 2024-08-22T20:28:49.5516173Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.lintrunner.toml' 2024-08-22T20:28:49.5517252Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.mypy_requirements.txt' 2024-08-22T20:28:49.5518348Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/CODE_OF_CONDUCT.md' 2024-08-22T20:28:49.5519395Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/CONTRIBUTING.md' 2024-08-22T20:28:49.5520694Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/LICENSE' 2024-08-22T20:28:49.5521781Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/README.md' 2024-08-22T20:28:49.5522843Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/README.md' 2024-08-22T20:28:49.5524272Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.hwm' 2024-08-22T20:28:49.5525785Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.pwd' 2024-08-22T20:28:49.5527026Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.pwi' 2024-08-22T20:28:49.5528556Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/configs/sshd_config' 2024-08-22T20:28:49.5530220Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/configs' 2024-08-22T20:28:49.5531713Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/plugins.pkr.hcl' 2024-08-22T20:28:49.5533107Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2024-08-22T20:28:49.5535062Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2024-08-22T20:28:49.5536583Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers' 2024-08-22T20:28:49.5538074Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2024-08-22T20:28:49.5540176Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2024-08-22T20:28:49.5541969Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2024-08-22T20:28:49.5543655Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2024-08-22T20:28:49.5545645Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2024-08-22T20:28:49.5547481Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2024-08-22T20:28:49.5549028Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2024-08-22T20:28:49.5550877Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2024-08-22T20:28:49.5552389Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2024-08-22T20:28:49.5554497Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers' 2024-08-22T20:28:49.5556198Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts' 2024-08-22T20:28:49.5557600Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2024-08-22T20:28:49.5559009Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/user-data-scripts' 2024-08-22T20:28:49.5560502Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/variables.pkr.hcl' 2024-08-22T20:28:49.5561756Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/windows.pkr.hcl' 2024-08-22T20:28:49.5562923Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows' 2024-08-22T20:28:49.5564013Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami' 2024-08-22T20:28:49.5565143Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/Makefile' 2024-08-22T20:28:49.5566595Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/lambda_function.py' 2024-08-22T20:28:49.5567915Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/requirements.txt' 2024-08-22T20:28:49.5569169Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron' 2024-08-22T20:28:49.5570689Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/Makefile' 2024-08-22T20:28:49.5572101Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/README.md' 2024-08-22T20:28:49.5573587Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2024-08-22T20:28:49.5575417Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2024-08-22T20:28:49.5576706Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts' 2024-08-22T20:28:49.5578083Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/Makefile' 2024-08-22T20:28:49.5579614Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/README.md' 2024-08-22T20:28:49.5581023Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/lambda_function.py' 2024-08-22T20:28:49.5582490Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/requirements.txt' 2024-08-22T20:28:49.5583891Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test' 2024-08-22T20:28:49.5585250Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/Makefile' 2024-08-22T20:28:49.5586753Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/existing_schema.py' 2024-08-22T20:28:49.5588242Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/generate_schema.py' 2024-08-22T20:28:49.5589732Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/lambda_function.py' 2024-08-22T20:28:49.5591210Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/requirements.txt' 2024-08-22T20:28:49.5592661Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/test_lambda.py' 2024-08-22T20:28:49.5594061Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/utils.py' 2024-08-22T20:28:49.5595444Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync' 2024-08-22T20:28:49.5596811Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/.gitignore' 2024-08-22T20:28:49.5598090Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/Cargo.lock' 2024-08-22T20:28:49.5599372Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/Cargo.toml' 2024-08-22T20:28:49.5600674Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/README.md' 2024-08-22T20:28:49.5602055Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/data/README.md' 2024-08-22T20:28:49.5603638Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/data/log_classifier_dataset_query_2024-08-14.csv' 2024-08-22T20:28:49.5605267Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/data' 2024-08-22T20:28:49.5606695Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2024-08-22T20:28:49.5608271Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures/error_log_multiple_matches.txt' 2024-08-22T20:28:49.5609782Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2024-08-22T20:28:49.5611291Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures' 2024-08-22T20:28:49.5612653Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/ruleset.toml' 2024-08-22T20:28:49.5614055Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2024-08-22T20:28:49.5615483Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/scripts' 2024-08-22T20:28:49.5616899Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2024-08-22T20:28:49.5618302Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2024-08-22T20:28:49.5619819Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock' 2024-08-22T20:28:49.5621170Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/engine.rs' 2024-08-22T20:28:49.5622475Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/lib.rs' 2024-08-22T20:28:49.5623917Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/log.rs' 2024-08-22T20:28:49.5625198Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/main.rs' 2024-08-22T20:28:49.5626489Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/network.rs' 2024-08-22T20:28:49.5627776Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/rule.rs' 2024-08-22T20:28:49.5629090Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2024-08-22T20:28:49.5630848Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log.snap' 2024-08-22T20:28:49.5632892Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log_with_multiple_matches.snap' 2024-08-22T20:28:49.5634647Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/snapshots' 2024-08-22T20:28:49.5636124Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src' 2024-08-22T20:28:49.5637417Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier' 2024-08-22T20:28:49.5638735Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2024-08-22T20:28:49.5640063Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2024-08-22T20:28:49.5641458Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2024-08-22T20:28:49.5642889Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2024-08-22T20:28:49.5644571Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2024-08-22T20:28:49.5646036Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs' 2024-08-22T20:28:49.5647513Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/Makefile' 2024-08-22T20:28:49.5648908Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/lambda_function.py' 2024-08-22T20:28:49.5650219Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/requirements.txt' 2024-08-22T20:28:49.5651477Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy' 2024-08-22T20:28:49.5652939Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2024-08-22T20:28:49.5654701Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/README.md' 2024-08-22T20:28:49.5656123Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2024-08-22T20:28:49.5657578Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2024-08-22T20:28:49.5658956Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor' 2024-08-22T20:28:49.5660692Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2024-08-22T20:28:49.5662127Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2024-08-22T20:28:49.5663579Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2024-08-22T20:28:49.5665064Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2024-08-22T20:28:49.5666713Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.txt' 2024-08-22T20:28:49.5668634Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.zip' 2024-08-22T20:28:49.5670443Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2024-08-22T20:28:49.5671866Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator' 2024-08-22T20:28:49.5673072Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda' 2024-08-22T20:28:49.5674321Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org/README.md' 2024-08-22T20:28:49.5675781Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org/meta_cdn_whl_redirect.js' 2024-08-22T20:28:49.5677324Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2024-08-22T20:28:49.5678768Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org' 2024-08-22T20:28:49.5680003Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites' 2024-08-22T20:28:49.5681059Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws' 2024-08-22T20:28:49.5682044Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/mypy.ini' 2024-08-22T20:28:49.5683039Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/pyproject.toml' 2024-08-22T20:28:49.5684345Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/cut-release-branch.sh' 2024-08-22T20:28:49.5685469Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release' 2024-08-22T20:28:49.5686565Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/README.md' 2024-08-22T20:28:49.5687858Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/backup_conda.py' 2024-08-22T20:28:49.5689019Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/manage.py' 2024-08-22T20:28:49.5690201Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/requirements.txt' 2024-08-22T20:28:49.5691459Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/update_dependencies.py' 2024-08-22T20:28:49.5692675Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management' 2024-08-22T20:28:49.5693798Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.eslintignore' 2024-08-22T20:28:49.5694944Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.eslintrc.json' 2024-08-22T20:28:49.5696120Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.prettierignore' 2024-08-22T20:28:49.5697285Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.prettierrc.json' 2024-08-22T20:28:49.5698407Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/README.md' 2024-08-22T20:28:49.5699758Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2024-08-22T20:28:49.5701087Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2024-08-22T20:28:49.5702363Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2024-08-22T20:28:49.5703594Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__' 2024-08-22T20:28:49.5704751Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/jest.config.js' 2024-08-22T20:28:49.5705865Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/package.json' 2024-08-22T20:28:49.5707055Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2024-08-22T20:28:49.5708260Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/ec2-utils.ts' 2024-08-22T20:28:49.5709397Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/get-ip.ts' 2024-08-22T20:28:49.5710545Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/github-utils.ts' 2024-08-22T20:28:49.5711682Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/main.ts' 2024-08-22T20:28:49.5712787Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src' 2024-08-22T20:28:49.5713901Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/tsconfig.json' 2024-08-22T20:28:49.5714995Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/yarn.lock' 2024-08-22T20:28:49.5716052Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh' 2024-08-22T20:28:49.5717092Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/stats/README.md' 2024-08-22T20:28:49.5718188Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/stats/windows_smoke_tests.csv' 2024-08-22T20:28:49.5719531Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/stats' 2024-08-22T20:28:49.5721106Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/.gitignore' 2024-08-22T20:28:49.5722606Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/.tflint.hcl' 2024-08-22T20:28:49.5723924Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/LICENSE.md' 2024-08-22T20:28:49.5725346Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/README.md' 2024-08-22T20:28:49.5726940Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2024-08-22T20:28:49.5728737Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2024-08-22T20:28:49.5730090Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/kms.tf' 2024-08-22T20:28:49.5731378Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/main.tf' 2024-08-22T20:28:49.5732848Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2024-08-22T20:28:49.5734928Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2024-08-22T20:28:49.5736852Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2024-08-22T20:28:49.5738439Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2024-08-22T20:28:49.5740115Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2024-08-22T20:28:49.5741865Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda' 2024-08-22T20:28:49.5744027Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl' 2024-08-22T20:28:49.5745836Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md' 2024-08-22T20:28:49.5748891Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.eslintrc.yaml' 2024-08-22T20:28:49.5751940Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.gitignore' 2024-08-22T20:28:49.5754349Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.nvmrc' 2024-08-22T20:28:49.5757560Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.prettierrc' 2024-08-22T20:28:49.5759700Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/jest.config.js' 2024-08-22T20:28:49.5761987Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json' 2024-08-22T20:28:49.5764091Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/lambda.ts' 2024-08-22T20:28:49.5766374Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/local.ts' 2024-08-22T20:28:49.5768582Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.test.ts' 2024-08-22T20:28:49.5770816Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.ts' 2024-08-22T20:28:49.5773170Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer' 2024-08-22T20:28:49.5775324Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src' 2024-08-22T20:28:49.5777718Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-empty-assets.json' 2024-08-22T20:28:49.5780407Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-arm64.json' 2024-08-22T20:28:49.5782929Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-linux.json' 2024-08-22T20:28:49.5785353Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases.json' 2024-08-22T20:28:49.5787644Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources' 2024-08-22T20:28:49.5789757Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test' 2024-08-22T20:28:49.5791818Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/tsconfig.json' 2024-08-22T20:28:49.5793854Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock' 2024-08-22T20:28:49.5795859Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer' 2024-08-22T20:28:49.5797736Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas' 2024-08-22T20:28:49.5799426Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf' 2024-08-22T20:28:49.5801076Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf' 2024-08-22T20:28:49.5802886Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-cloudwatch.json' 2024-08-22T20:28:49.5804783Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-syncer.json' 2024-08-22T20:28:49.5806791Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies' 2024-08-22T20:28:49.5808813Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/runner-binaries-syncer.tf' 2024-08-22T20:28:49.5810621Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars' 2024-08-22T20:28:49.5812610Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json' 2024-08-22T20:28:49.5814314Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf' 2024-08-22T20:28:49.5815989Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2024-08-22T20:28:49.5817700Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2024-08-22T20:28:49.5819969Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf' 2024-08-22T20:28:49.5821696Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2024-08-22T20:28:49.5823380Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2024-08-22T20:28:49.5825449Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2024-08-22T20:28:49.5827205Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf' 2024-08-22T20:28:49.5829308Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-cloudwatch-policy.json' 2024-08-22T20:28:49.5831646Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ec2-create-tags-policy.json' 2024-08-22T20:28:49.5833684Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-role-trust-policy.json' 2024-08-22T20:28:49.5835663Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-s3-policy.json' 2024-08-22T20:28:49.5837700Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ssm-parameters-policy.json' 2024-08-22T20:28:49.5839897Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2024-08-22T20:28:49.5842271Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf' 2024-08-22T20:28:49.5845088Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/arm-runner-patch.tpl' 2024-08-22T20:28:49.5847660Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config.json' 2024-08-22T20:28:49.5850769Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux.json' 2024-08-22T20:28:49.5853471Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_arm64.json' 2024-08-22T20:28:49.5856027Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_nvidia.json' 2024-08-22T20:28:49.5858051Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_windows.json' 2024-08-22T20:28:49.5860320Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.ps1' 2024-08-22T20:28:49.5862247Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh' 2024-08-22T20:28:49.5864090Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.ps1' 2024-08-22T20:28:49.5865868Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh' 2024-08-22T20:28:49.5867652Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2024-08-22T20:28:49.5869308Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2024-08-22T20:28:49.5871270Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances' 2024-08-22T20:28:49.5873387Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2024-08-22T20:28:49.5875312Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2024-08-22T20:28:49.5876880Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2024-08-22T20:28:49.5878549Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml' 2024-08-22T20:28:49.5880526Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2024-08-22T20:28:49.5882266Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2024-08-22T20:28:49.5883985Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/jest.config.js' 2024-08-22T20:28:49.5885714Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json' 2024-08-22T20:28:49.5887462Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.test.ts' 2024-08-22T20:28:49.5889209Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts' 2024-08-22T20:28:49.5891045Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.test.ts' 2024-08-22T20:28:49.5892953Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.ts' 2024-08-22T20:28:49.5894882Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.test.ts' 2024-08-22T20:28:49.5897003Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.ts' 2024-08-22T20:28:49.5898954Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.test.ts' 2024-08-22T20:28:49.5901007Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.ts' 2024-08-22T20:28:49.5903059Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.test.ts' 2024-08-22T20:28:49.5905005Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.ts' 2024-08-22T20:28:49.5907006Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.test.ts' 2024-08-22T20:28:49.5908944Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.ts' 2024-08-22T20:28:49.5910902Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.test.ts' 2024-08-22T20:28:49.5912853Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.ts' 2024-08-22T20:28:49.5914764Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms' 2024-08-22T20:28:49.5916694Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.test.ts' 2024-08-22T20:28:49.5918603Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.ts' 2024-08-22T20:28:49.5920512Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.test.ts' 2024-08-22T20:28:49.5922431Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.ts' 2024-08-22T20:28:49.5924361Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.test.ts' 2024-08-22T20:28:49.5926315Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.ts' 2024-08-22T20:28:49.5928249Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.test.ts' 2024-08-22T20:28:49.5930175Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.ts' 2024-08-22T20:28:49.5932084Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.test.ts' 2024-08-22T20:28:49.5933927Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.ts' 2024-08-22T20:28:49.5935894Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.test.ts' 2024-08-22T20:28:49.5937836Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.ts' 2024-08-22T20:28:49.5939773Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners' 2024-08-22T20:28:49.5941628Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src' 2024-08-22T20:28:49.5943345Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/reporter.js' 2024-08-22T20:28:49.5945231Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources/sqs_receive_event.json' 2024-08-22T20:28:49.5947143Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources' 2024-08-22T20:28:49.5948891Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test' 2024-08-22T20:28:49.5950600Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/tsconfig.json' 2024-08-22T20:28:49.5952299Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/yarn.lock' 2024-08-22T20:28:49.5954375Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2024-08-22T20:28:49.5956242Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2024-08-22T20:28:49.5957977Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2024-08-22T20:28:49.5959668Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2024-08-22T20:28:49.5961494Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies-lambda-common.tf' 2024-08-22T20:28:49.5963480Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-cloudwatch.json' 2024-08-22T20:28:49.5965504Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-down.json' 2024-08-22T20:28:49.5967559Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up.json' 2024-08-22T20:28:49.5969609Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-secretsmanager.json' 2024-08-22T20:28:49.5971666Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies/service-linked-role-create-policy.json' 2024-08-22T20:28:49.5973418Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies' 2024-08-22T20:28:49.5974969Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2024-08-22T20:28:49.5976481Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2024-08-22T20:28:49.5978147Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2024-08-22T20:28:49.5979756Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners' 2024-08-22T20:28:49.5981337Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/.tflint.hcl' 2024-08-22T20:28:49.5983139Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/README.md' 2024-08-22T20:28:49.5984799Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/main.tf' 2024-08-22T20:28:49.5986468Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/outputs.tf' 2024-08-22T20:28:49.5988334Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/assume-role-for-account.json' 2024-08-22T20:28:49.5990250Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/boundary.json' 2024-08-22T20:28:49.5992125Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-boundary.json' 2024-08-22T20:28:49.5994037Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-policy.json' 2024-08-22T20:28:49.5995890Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies' 2024-08-22T20:28:49.5997726Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/variables.tf' 2024-08-22T20:28:49.5999393Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2024-08-22T20:28:49.6000957Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2024-08-22T20:28:49.6002446Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2024-08-22T20:28:49.6004058Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.eslintrc.yaml' 2024-08-22T20:28:49.6005739Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2024-08-22T20:28:49.6007392Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2024-08-22T20:28:49.6009063Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2024-08-22T20:28:49.6010775Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js' 2024-08-22T20:28:49.6012513Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js-bkp' 2024-08-22T20:28:49.6014267Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/package.json' 2024-08-22T20:28:49.6015979Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms/index.ts' 2024-08-22T20:28:49.6017804Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms' 2024-08-22T20:28:49.6019632Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/lambda.ts' 2024-08-22T20:28:49.6021375Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/local.ts' 2024-08-22T20:28:49.6023212Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs/index.ts' 2024-08-22T20:28:49.6024985Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs' 2024-08-22T20:28:49.6026893Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.test.ts' 2024-08-22T20:28:49.6028770Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.ts' 2024-08-22T20:28:49.6030585Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook' 2024-08-22T20:28:49.6032325Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src' 2024-08-22T20:28:49.6034041Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/reporter.js' 2024-08-22T20:28:49.6035964Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources/github_check_run_event.json' 2024-08-22T20:28:49.6037911Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources' 2024-08-22T20:28:49.6039670Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test' 2024-08-22T20:28:49.6041384Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json' 2024-08-22T20:28:49.6043078Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock' 2024-08-22T20:28:49.6044734Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2024-08-22T20:28:49.6046341Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2024-08-22T20:28:49.6047851Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2024-08-22T20:28:49.6049317Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2024-08-22T20:28:49.6050816Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2024-08-22T20:28:49.6052458Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json' 2024-08-22T20:28:49.6054544Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json' 2024-08-22T20:28:49.6056450Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-publish-sqs-policy.json' 2024-08-22T20:28:49.6058294Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2024-08-22T20:28:49.6059935Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2024-08-22T20:28:49.6061478Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2024-08-22T20:28:49.6063115Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2024-08-22T20:28:49.6064609Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook' 2024-08-22T20:28:49.6066047Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules' 2024-08-22T20:28:49.6067404Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/outputs.tf' 2024-08-22T20:28:49.6068911Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json' 2024-08-22T20:28:49.6070450Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/policies' 2024-08-22T20:28:49.6071934Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2024-08-22T20:28:49.6073425Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/templates' 2024-08-22T20:28:49.6074935Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2024-08-22T20:28:49.6076553Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/terraform_migrations' 2024-08-22T20:28:49.6077991Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/variables.tf' 2024-08-22T20:28:49.6079300Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner' 2024-08-22T20:28:49.6080478Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/__init__.py' 2024-08-22T20:28:49.6081664Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/alerts/upload_alerts_to_aws.py' 2024-08-22T20:28:49.6082913Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/alerts/validate_alerts.py' 2024-08-22T20:28:49.6084077Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/alerts' 2024-08-22T20:28:49.6085290Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/README.md' 2024-08-22T20:28:49.6086750Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/binary_size_validation.py' 2024-08-22T20:28:49.6088173Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/requirements.txt' 2024-08-22T20:28:49.6089635Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2024-08-22T20:28:49.6091037Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation' 2024-08-22T20:28:49.6092301Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/.gitignore' 2024-08-22T20:28:49.6093709Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/11.x-patches/max-tokens-check.diff' 2024-08-22T20:28:49.6095452Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/11.x-patches/potential-unbounded-loop-check.diff' 2024-08-22T20:28:49.6097060Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/11.x-patches' 2024-08-22T20:28:49.6098567Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/15.x-patches/0001-Max-tokens-checks.diff' 2024-08-22T20:28:49.6100311Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/15.x-patches/0002-potential-unbounded-loop-check.diff' 2024-08-22T20:28:49.6102208Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/15.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2024-08-22T20:28:49.6103793Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/15.x-patches' 2024-08-22T20:28:49.6105398Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/17.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2024-08-22T20:28:49.6107015Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/17.x-patches' 2024-08-22T20:28:49.6108458Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2024-08-22T20:28:49.6109827Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/README.md' 2024-08-22T20:28:49.6111076Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/setup.sh' 2024-08-22T20:28:49.6112312Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/verify.sh' 2024-08-22T20:28:49.6113545Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks' 2024-08-22T20:28:49.6114847Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner/requirements.txt' 2024-08-22T20:28:49.6116227Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2024-08-22T20:28:49.6117566Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner' 2024-08-22T20:28:49.6118872Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/actionlint_linter.py' 2024-08-22T20:28:49.6120181Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/exec_linter.py' 2024-08-22T20:28:49.6121448Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/flake8_linter.py' 2024-08-22T20:28:49.6122731Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/grep_linter.py' 2024-08-22T20:28:49.6124098Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2024-08-22T20:28:49.6125430Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/mypy_linter.py' 2024-08-22T20:28:49.6126714Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/newlines_linter.py' 2024-08-22T20:28:49.6127973Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/pip_init.py' 2024-08-22T20:28:49.6129235Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/ruff_linter.py' 2024-08-22T20:28:49.6130468Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/s3_init.py' 2024-08-22T20:28:49.6131737Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/s3_init_config.json' 2024-08-22T20:28:49.6133138Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/ufmt_linter.py' 2024-08-22T20:28:49.6134386Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters' 2024-08-22T20:28:49.6135543Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter' 2024-08-22T20:28:49.6136711Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/CHANGELOG.md' 2024-08-22T20:28:49.6137979Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/Cargo.toml' 2024-08-22T20:28:49.6139134Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/LICENSE' 2024-08-22T20:28:49.6140353Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/README.md' 2024-08-22T20:28:49.6141513Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/cliff.toml' 2024-08-22T20:28:49.6142725Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/do_release.sh' 2024-08-22T20:28:49.6144032Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/config_example.toml' 2024-08-22T20:28:49.6145389Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/flake8_linter.py' 2024-08-22T20:28:49.6146728Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/rustfmt_linter.py' 2024-08-22T20:28:49.6148026Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples' 2024-08-22T20:28:49.6149250Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/pyproject.toml' 2024-08-22T20:28:49.6150453Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/rustfmt.toml' 2024-08-22T20:28:49.6151626Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/git.rs' 2024-08-22T20:28:49.6152779Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/init.rs' 2024-08-22T20:28:49.6154240Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lib.rs' 2024-08-22T20:28:49.6155491Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lint_config.rs' 2024-08-22T20:28:49.6156794Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lint_message.rs' 2024-08-22T20:28:49.6158040Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/linter.rs' 2024-08-22T20:28:49.6159285Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/log_utils.rs' 2024-08-22T20:28:49.6160515Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/main.rs' 2024-08-22T20:28:49.6161704Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/path.rs' 2024-08-22T20:28:49.6162968Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/persistent_data.rs' 2024-08-22T20:28:49.6164215Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/rage.rs' 2024-08-22T20:28:49.6165408Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/render.rs' 2024-08-22T20:28:49.6166624Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/sapling.rs' 2024-08-22T20:28:49.6167850Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/testing.rs' 2024-08-22T20:28:49.6169130Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/version_control.rs' 2024-08-22T20:28:49.6170520Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src' 2024-08-22T20:28:49.6171885Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/fixtures/fake_source_file.rs' 2024-08-22T20:28:49.6173304Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/fixtures' 2024-08-22T20:28:49.6174777Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/integration_test.rs' 2024-08-22T20:28:49.6176477Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__changed_init_causes_warning_1.snap' 2024-08-22T20:28:49.6178376Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__changed_init_causes_warning_2.snap' 2024-08-22T20:28:49.6180260Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__duplicate_code_fails.snap' 2024-08-22T20:28:49.6182031Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__empty_command_fails.snap' 2024-08-22T20:28:49.6183799Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__excluding_dryrun_fails.snap' 2024-08-22T20:28:49.6185697Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__format_command_doesnt_use_nonformat_linter.snap' 2024-08-22T20:28:49.6187528Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__git_head_files.snap' 2024-08-22T20:28:49.6189214Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__git_no_changes.snap' 2024-08-22T20:28:49.6190957Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__init_suppresses_warning.snap' 2024-08-22T20:28:49.6192685Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__invalid_args.snap' 2024-08-22T20:28:49.6194401Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__invalid_config_fails.snap' 2024-08-22T20:28:49.6196197Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__invalid_paths_cmd_and_from.snap' 2024-08-22T20:28:49.6198084Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__invalid_paths_cmd_and_specified_paths.snap' 2024-08-22T20:28:49.6199987Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__linter_hard_failure_is_caught.snap' 2024-08-22T20:28:49.6201825Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__linter_nonexistent_command.snap' 2024-08-22T20:28:49.6203808Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__linter_providing_nonexistent_path_degrades_gracefully.snap' 2024-08-22T20:28:49.6205841Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__linter_replacement_trailing_newlines.snap' 2024-08-22T20:28:49.6207748Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__no_op_config_succeeds.snap' 2024-08-22T20:28:49.6209620Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__rage_command_output.snap' 2024-08-22T20:28:49.6211383Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter.snap' 2024-08-22T20:28:49.6213254Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter_fails_on_nonexistent_file.snap' 2024-08-22T20:28:49.6215389Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter_fake_second_config.snap' 2024-08-22T20:28:49.6217230Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter_oneline.snap' 2024-08-22T20:28:49.6219035Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter_only_under_dir.snap' 2024-08-22T20:28:49.6220971Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter_replacement_message.snap' 2024-08-22T20:28:49.6222822Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter_two_configs.snap' 2024-08-22T20:28:49.6224621Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__skip_nonexistent_linter.snap' 2024-08-22T20:28:49.6226419Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__take_nonexistent_linter.snap' 2024-08-22T20:28:49.6228119Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__tee_json.snap' 2024-08-22T20:28:49.6229806Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__unknown_config_fails.snap' 2024-08-22T20:28:49.6231346Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots' 2024-08-22T20:28:49.6232631Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests' 2024-08-22T20:28:49.6233923Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools/convert_to_sarif.py' 2024-08-22T20:28:49.6235300Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools/convert_to_sarif_test.py' 2024-08-22T20:28:49.6236619Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools' 2024-08-22T20:28:49.6237814Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner' 2024-08-22T20:28:49.6239110Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2024-08-22T20:28:49.6240371Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/mirror-pypi' 2024-08-22T20:28:49.6241532Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.flake8' 2024-08-22T20:28:49.6242733Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.gitattributes' 2024-08-22T20:28:49.6243935Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.gitignore' 2024-08-22T20:28:49.6245110Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/Makefile' 2024-08-22T20:28:49.6246279Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/README.md' 2024-08-22T20:28:49.6247461Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/poetry.lock' 2024-08-22T20:28:49.6248769Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pyproject.toml' 2024-08-22T20:28:49.6250133Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2024-08-22T20:28:49.6251578Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2024-08-22T20:28:49.6253111Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2024-08-22T20:28:49.6254912Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2024-08-22T20:28:49.6256304Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2024-08-22T20:28:49.6257670Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2024-08-22T20:28:49.6259061Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2024-08-22T20:28:49.6260498Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2024-08-22T20:28:49.6261876Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2024-08-22T20:28:49.6263276Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2024-08-22T20:28:49.6264611Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/assets' 2024-08-22T20:28:49.6265902Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_conda.py' 2024-08-22T20:28:49.6267225Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2024-08-22T20:28:49.6268494Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_macos.py' 2024-08-22T20:28:49.6269756Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_utils.py' 2024-08-22T20:28:49.6271043Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_version.py' 2024-08-22T20:28:49.6272325Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2024-08-22T20:28:49.6273557Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests' 2024-08-22T20:28:49.6274748Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers' 2024-08-22T20:28:49.6275943Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/README.md' 2024-08-22T20:28:49.6277472Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/benchmarks.oss_ci_benchmark_branches.raw.json' 2024-08-22T20:28:49.6279225Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/benchmarks.oss_ci_benchmark_branches.sql.json' 2024-08-22T20:28:49.6280959Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/benchmarks.oss_ci_benchmark_llms.raw.json' 2024-08-22T20:28:49.6282689Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/benchmarks.oss_ci_benchmark_llms.sql.json' 2024-08-22T20:28:49.6284417Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/benchmarks.oss_ci_benchmark_names.raw.json' 2024-08-22T20:28:49.6286287Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/benchmarks.oss_ci_benchmark_names.sql.json' 2024-08-22T20:28:49.6288018Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.GHA-CI-for-shas.raw.json' 2024-08-22T20:28:49.6289702Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.GHA-CI-for-shas.sql.json' 2024-08-22T20:28:49.6291509Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.H1_2023_Reverts_GH1.raw.json' 2024-08-22T20:28:49.6293189Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.H1_2023_Reverts_GH1.sql.json' 2024-08-22T20:28:49.6294865Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.H2_2023_Reverts_GH1.raw.json' 2024-08-22T20:28:49.6296557Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.H2_2023_Reverts_GH1.sql.json' 2024-08-22T20:28:49.6298243Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.Reverts_GH1_counts.raw.json' 2024-08-22T20:28:49.6299979Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.Reverts_GH1_counts.sql.json' 2024-08-22T20:28:49.6301763Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.aggregate_test_times_per_workflow_type.raw.json' 2024-08-22T20:28:49.6303646Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.aggregate_test_times_per_workflow_type.sql.json' 2024-08-22T20:28:49.6305433Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.annotated_flaky_jobs.raw.json' 2024-08-22T20:28:49.6307109Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.annotated_flaky_jobs.sql.json' 2024-08-22T20:28:49.6308735Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.artifacts.raw.json' 2024-08-22T20:28:49.6310322Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.artifacts.sql.json' 2024-08-22T20:28:49.6311932Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.cancelled_jobs.raw.json' 2024-08-22T20:28:49.6313546Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.cancelled_jobs.sql.json' 2024-08-22T20:28:49.6315188Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.commit_failed_jobs.raw.json' 2024-08-22T20:28:49.6316847Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.commit_failed_jobs.sql.json' 2024-08-22T20:28:49.6318529Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.commit_jobs_batch_query.raw.json' 2024-08-22T20:28:49.6320247Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.commit_jobs_batch_query.sql.json' 2024-08-22T20:28:49.6321924Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.commit_jobs_query.raw.json' 2024-08-22T20:28:49.6323587Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.commit_jobs_query.sql.json' 2024-08-22T20:28:49.6325334Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.commit_query.raw.json' 2024-08-22T20:28:49.6326963Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.commit_query.sql.json' 2024-08-22T20:28:49.6328639Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.disabled_non_flaky_tests.raw.json' 2024-08-22T20:28:49.6330478Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.disabled_non_flaky_tests.sql.json' 2024-08-22T20:28:49.6332212Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.disabled_test_labels.raw.json' 2024-08-22T20:28:49.6333927Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.disabled_test_labels.sql.json' 2024-08-22T20:28:49.6335604Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.disabled_tests.raw.json' 2024-08-22T20:28:49.6337244Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.disabled_tests.sql.json' 2024-08-22T20:28:49.6338919Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.failed_tests_on_commits.raw.json' 2024-08-22T20:28:49.6340689Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.failed_tests_on_commits.sql.json' 2024-08-22T20:28:49.6342380Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.failed_workflow_jobs.raw.json' 2024-08-22T20:28:49.6344063Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.failed_workflow_jobs.sql.json' 2024-08-22T20:28:49.6345751Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.failure_samples_query.raw.json' 2024-08-22T20:28:49.6347504Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.failure_samples_query.sql.json' 2024-08-22T20:28:49.6349289Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.failure_samples_query_with_branch_test.raw.json' 2024-08-22T20:28:49.6351171Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.failure_samples_query_with_branch_test.sql.json' 2024-08-22T20:28:49.6352960Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.filter_forced_merge_pr.raw.json' 2024-08-22T20:28:49.6354862Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.filter_forced_merge_pr.sql.json' 2024-08-22T20:28:49.6356604Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.flaky_test_history.raw.json' 2024-08-22T20:28:49.6358294Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.flaky_test_history.sql.json' 2024-08-22T20:28:49.6359955Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.flaky_test_query.raw.json' 2024-08-22T20:28:49.6361613Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.flaky_test_query.sql.json' 2024-08-22T20:28:49.6363380Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.flaky_tests.raw.json' 2024-08-22T20:28:49.6365013Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.flaky_tests.sql.json' 2024-08-22T20:28:49.6366677Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.flaky_tests_across_jobs.raw.json' 2024-08-22T20:28:49.6368496Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.flaky_tests_across_jobs.sql.json' 2024-08-22T20:28:49.6370177Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.flaky_tests_per_job.raw.json' 2024-08-22T20:28:49.6371850Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.flaky_tests_per_job.sql.json' 2024-08-22T20:28:49.6373533Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.flaky_workflows_jobs.raw.json' 2024-08-22T20:28:49.6375220Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.flaky_workflows_jobs.sql.json' 2024-08-22T20:28:49.6376926Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.force_merge_stats_per_day.raw.json' 2024-08-22T20:28:49.6378657Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.force_merge_stats_per_day.sql.json' 2024-08-22T20:28:49.6380361Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.force_push.raw.json' 2024-08-22T20:28:49.6381947Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.force_push.sql.json' 2024-08-22T20:28:49.6383599Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.get_all_aws_request_data.raw.json' 2024-08-22T20:28:49.6385316Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.get_all_aws_request_data.sql.json' 2024-08-22T20:28:49.6386957Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.get_jobs.raw.json' 2024-08-22T20:28:49.6388512Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.get_jobs.sql.json' 2024-08-22T20:28:49.6390132Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.get_relevant_alerts.raw.json' 2024-08-22T20:28:49.6391808Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.get_relevant_alerts.sql.json' 2024-08-22T20:28:49.6393564Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.get_runner_instance_types_of_jobs.raw.json' 2024-08-22T20:28:49.6395387Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.get_runner_instance_types_of_jobs.sql.json' 2024-08-22T20:28:49.6397158Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.get_runner_names.raw.json' 2024-08-22T20:28:49.6398800Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.get_runner_names.sql.json' 2024-08-22T20:28:49.6400534Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.get_workflow_jobs.raw.json' 2024-08-22T20:28:49.6402201Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.get_workflow_jobs.sql.json' 2024-08-22T20:28:49.6403788Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.hud_query.raw.json' 2024-08-22T20:28:49.6405470Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.hud_query.sql.json' 2024-08-22T20:28:49.6407297Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.individual_test_stats_per_workflow_per_oncall.raw.json' 2024-08-22T20:28:49.6409254Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.individual_test_stats_per_workflow_per_oncall.sql.json' 2024-08-22T20:28:49.6411212Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.individual_test_times_per_oncall_per_workflow.raw.json' 2024-08-22T20:28:49.6413156Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.individual_test_times_per_oncall_per_workflow.sql.json' 2024-08-22T20:28:49.6415035Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.inductor_workflow_flakiness_avg.raw.json' 2024-08-22T20:28:49.6416896Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.inductor_workflow_flakiness_avg.sql.json' 2024-08-22T20:28:49.6418595Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.issue_query.raw.json' 2024-08-22T20:28:49.6420229Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.issue_query.sql.json' 2024-08-22T20:28:49.6421886Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.issues_created_weekly.raw.json' 2024-08-22T20:28:49.6423579Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.issues_created_weekly.sql.json' 2024-08-22T20:28:49.6425284Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.land_validation_usage.raw.json' 2024-08-22T20:28:49.6426970Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.land_validation_usage.sql.json' 2024-08-22T20:28:49.6428653Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.last_successful_jobs.raw.json' 2024-08-22T20:28:49.6430339Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.last_successful_jobs.sql.json' 2024-08-22T20:28:49.6432035Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.last_updated_tutorials.raw.json' 2024-08-22T20:28:49.6433734Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.last_updated_tutorials.sql.json' 2024-08-22T20:28:49.6435425Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.latest_runs_on_master.raw.json' 2024-08-22T20:28:49.6437169Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.latest_runs_on_master.sql.json' 2024-08-22T20:28:49.6438951Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.master_commit_red_jobs.raw.json' 2024-08-22T20:28:49.6440667Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.master_commit_red_jobs.sql.json' 2024-08-22T20:28:49.6442355Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.most_edited_tutorials.raw.json' 2024-08-22T20:28:49.6444158Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.most_edited_tutorials.sql.json' 2024-08-22T20:28:49.6445860Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.num_commits_master.raw.json' 2024-08-22T20:28:49.6447534Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.num_commits_master.sql.json' 2024-08-22T20:28:49.6449217Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.original_pr_hud_query.raw.json' 2024-08-22T20:28:49.6450909Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.original_pr_hud_query.sql.json' 2024-08-22T20:28:49.6452606Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.pr_commit_history_query.raw.json' 2024-08-22T20:28:49.6454727Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.pr_commit_history_query.sql.json' 2024-08-22T20:28:49.6456426Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.pr_commits.raw.json' 2024-08-22T20:28:49.6458022Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.pr_commits.sql.json' 2024-08-22T20:28:49.6459684Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.pr_query.raw.json' 2024-08-22T20:28:49.6461261Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.pr_query.sql.json' 2024-08-22T20:28:49.6462883Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.prs_count_weekly.raw.json' 2024-08-22T20:28:49.6464557Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.prs_count_weekly.sql.json' 2024-08-22T20:28:49.6466208Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.prs_with_label.raw.json' 2024-08-22T20:28:49.6467842Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.prs_with_label.sql.json' 2024-08-22T20:28:49.6469547Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.queryPerfNigthlyRunID.raw.json' 2024-08-22T20:28:49.6471311Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.queryPerfNigthlyRunID.sql.json' 2024-08-22T20:28:49.6473054Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.query_github_issues.raw.json' 2024-08-22T20:28:49.6474750Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.query_github_issues.sql.json' 2024-08-22T20:28:49.6476529Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.recent_pr_workflows_query.raw.json' 2024-08-22T20:28:49.6478425Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.recent_pr_workflows_query.sql.json' 2024-08-22T20:28:49.6480164Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.ref_from_sha.raw.json' 2024-08-22T20:28:49.6481796Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.ref_from_sha.sql.json' 2024-08-22T20:28:49.6483607Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.reverted_force_push.raw.json' 2024-08-22T20:28:49.6485299Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.reverted_force_push.sql.json' 2024-08-22T20:28:49.6487014Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.reverted_prs_with_reason.raw.json' 2024-08-22T20:28:49.6488753Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.reverted_prs_with_reason.sql.json' 2024-08-22T20:28:49.6490421Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.slow_tests.raw.json' 2024-08-22T20:28:49.6492013Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.slow_tests.sql.json' 2024-08-22T20:28:49.6493688Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.slow_tests_by_workflow.raw.json' 2024-08-22T20:28:49.6495405Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.slow_tests_by_workflow.sql.json' 2024-08-22T20:28:49.6497115Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.temp_test_overview.raw.json' 2024-08-22T20:28:49.6498797Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.temp_test_overview.sql.json' 2024-08-22T20:28:49.6500565Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_insights_bclint.raw.json' 2024-08-22T20:28:49.6502289Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_insights_bclint.sql.json' 2024-08-22T20:28:49.6504062Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_insights_bclint_failures.raw.json' 2024-08-22T20:28:49.6505883Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_insights_bclint_failures.sql.json' 2024-08-22T20:28:49.6507816Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_insights_bclint_status_by_date.raw.json' 2024-08-22T20:28:49.6509696Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_insights_bclint_status_by_date.sql.json' 2024-08-22T20:28:49.6511483Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_insights_latest_runs.raw.json' 2024-08-22T20:28:49.6513228Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_insights_latest_runs.sql.json' 2024-08-22T20:28:49.6514963Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_insights_overview.raw.json' 2024-08-22T20:28:49.6516799Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_insights_overview.sql.json' 2024-08-22T20:28:49.6518614Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_insights_per_daily_upload.raw.json' 2024-08-22T20:28:49.6520439Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_insights_per_daily_upload.sql.json' 2024-08-22T20:28:49.6522299Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_insights_per_day.raw.json' 2024-08-22T20:28:49.6524000Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_insights_per_day.sql.json' 2024-08-22T20:28:49.6525748Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_runtime_history_by_name.raw.json' 2024-08-22T20:28:49.6527535Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_runtime_history_by_name.sql.json' 2024-08-22T20:28:49.6529329Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_time_and_price_per_oncall.raw.json' 2024-08-22T20:28:49.6531135Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_time_and_price_per_oncall.sql.json' 2024-08-22T20:28:49.6532875Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_time_per_class.raw.json' 2024-08-22T20:28:49.6534594Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_time_per_class.sql.json' 2024-08-22T20:28:49.6536468Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_time_per_class_periodic_jobs.raw.json' 2024-08-22T20:28:49.6538360Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_time_per_class_periodic_jobs.sql.json' 2024-08-22T20:28:49.6540188Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_time_per_file.raw.json' 2024-08-22T20:28:49.6541891Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_time_per_file.sql.json' 2024-08-22T20:28:49.6543640Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_time_per_file_periodic_jobs.raw.json' 2024-08-22T20:28:49.6545479Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_time_per_file_periodic_jobs.sql.json' 2024-08-22T20:28:49.6547297Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_time_per_oncall.raw.json' 2024-08-22T20:28:49.6548981Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_time_per_oncall.sql.json' 2024-08-22T20:28:49.6550735Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_times_per_workflow_type.raw.json' 2024-08-22T20:28:49.6552511Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.test_times_per_workflow_type.sql.json' 2024-08-22T20:28:49.6554410Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.time_to_close_issue_label.raw.json' 2024-08-22T20:28:49.6556314Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.time_to_close_issue_label.sql.json' 2024-08-22T20:28:49.6558080Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.time_to_close_label.raw.json' 2024-08-22T20:28:49.6559796Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.time_to_close_label.sql.json' 2024-08-22T20:28:49.6561571Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.unclassified.raw.json' 2024-08-22T20:28:49.6563617Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.unclassified.sql.json' 2024-08-22T20:28:49.6565309Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.unique_aws_job_launches.raw.json' 2024-08-22T20:28:49.6567088Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.unique_aws_job_launches.sql.json' 2024-08-22T20:28:49.6568765Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.unique_aws_login.raw.json' 2024-08-22T20:28:49.6570401Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.unique_aws_login.sql.json' 2024-08-22T20:28:49.6572082Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.weekly_force_merge_stats.raw.json' 2024-08-22T20:28:49.6573800Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.weekly_force_merge_stats.sql.json' 2024-08-22T20:28:49.6575642Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.workflow_jobs_for_sha.raw.json' 2024-08-22T20:28:49.6578106Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.workflow_jobs_for_sha.sql.json' 2024-08-22T20:28:49.6580872Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/flakiness.flaky_job_runs.raw.json' 2024-08-22T20:28:49.6583436Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/flakiness.flaky_job_runs.sql.json' 2024-08-22T20:28:49.6585380Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/flakiness.trunk_avg_flakiness.raw.json' 2024-08-22T20:28:49.6587093Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/flakiness.trunk_avg_flakiness.sql.json' 2024-08-22T20:28:49.6588806Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/flakiness.trunk_job_flakiness.raw.json' 2024-08-22T20:28:49.6590510Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/flakiness.trunk_job_flakiness.sql.json' 2024-08-22T20:28:49.6592290Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.compilers_benchmark_performance.raw.json' 2024-08-22T20:28:49.6594139Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.compilers_benchmark_performance.sql.json' 2024-08-22T20:28:49.6596031Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.compilers_benchmark_performance_branches.raw.json' 2024-08-22T20:28:49.6598075Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.compilers_benchmark_performance_branches.sql.json' 2024-08-22T20:28:49.6600023Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.compilers_benchmark_performance_latest_runs.raw.json' 2024-08-22T20:28:49.6601966Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.compilers_benchmark_performance_latest_runs.sql.json' 2024-08-22T20:28:49.6603899Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.inductor_dynamo_failed_runs.raw.json' 2024-08-22T20:28:49.6605657Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.inductor_dynamo_failed_runs.sql.json' 2024-08-22T20:28:49.6607404Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.inductor_failed_runs.raw.json' 2024-08-22T20:28:49.6609110Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.inductor_failed_runs.sql.json' 2024-08-22T20:28:49.6610823Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.inductor_flakiest_jobs.raw.json' 2024-08-22T20:28:49.6612550Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.inductor_flakiest_jobs.sql.json' 2024-08-22T20:28:49.6614253Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.inductor_flaky_runs.raw.json' 2024-08-22T20:28:49.6615950Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.inductor_flaky_runs.sql.json' 2024-08-22T20:28:49.6617740Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.inductor_workflow_failure_rate_avg.raw.json' 2024-08-22T20:28:49.6619693Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.inductor_workflow_failure_rate_avg.sql.json' 2024-08-22T20:28:49.6621540Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.inductor_workflow_flakiness_avg.raw.json' 2024-08-22T20:28:49.6623370Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.inductor_workflow_flakiness_avg.sql.json' 2024-08-22T20:28:49.6625100Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.torchao_query.raw.json' 2024-08-22T20:28:49.6626790Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.torchao_query.sql.json' 2024-08-22T20:28:49.6628476Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.torchao_query_branches.raw.json' 2024-08-22T20:28:49.6630205Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/inductor.torchao_query_branches.sql.json' 2024-08-22T20:28:49.6631970Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.completed_pr_jobs_aggregate.raw.json' 2024-08-22T20:28:49.6633732Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.completed_pr_jobs_aggregate.sql.json' 2024-08-22T20:28:49.6635465Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.correlation_matrix.raw.json' 2024-08-22T20:28:49.6637239Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.correlation_matrix.sql.json' 2024-08-22T20:28:49.6638954Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.disabled_test_historical.raw.json' 2024-08-22T20:28:49.6640699Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.disabled_test_historical.sql.json' 2024-08-22T20:28:49.6642485Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.disabled_test_total.raw.json' 2024-08-22T20:28:49.6644176Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.disabled_test_total.sql.json' 2024-08-22T20:28:49.6645913Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.external_contribution_stats.raw.json' 2024-08-22T20:28:49.6647681Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.external_contribution_stats.sql.json' 2024-08-22T20:28:49.6649422Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.force_merge_historical.raw.json' 2024-08-22T20:28:49.6651151Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.force_merge_historical.sql.json' 2024-08-22T20:28:49.6652851Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.force_merge_red_avg.raw.json' 2024-08-22T20:28:49.6655058Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.force_merge_red_avg.sql.json' 2024-08-22T20:28:49.6656840Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.force_merge_red_percent.raw.json' 2024-08-22T20:28:49.6658577Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.force_merge_red_percent.sql.json' 2024-08-22T20:28:49.6660376Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.get_workers_on_period.raw.json' 2024-08-22T20:28:49.6662094Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.get_workers_on_period.sql.json' 2024-08-22T20:28:49.6663804Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.job_aggregate_metrics.raw.json' 2024-08-22T20:28:49.6665505Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.job_aggregate_metrics.sql.json' 2024-08-22T20:28:49.6667204Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.job_duration_avg.raw.json' 2024-08-22T20:28:49.6668866Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.job_duration_avg.sql.json' 2024-08-22T20:28:49.6670569Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.job_duration_percentile.raw.json' 2024-08-22T20:28:49.6672306Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.job_duration_percentile.sql.json' 2024-08-22T20:28:49.6673999Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.job_failed_steps.raw.json' 2024-08-22T20:28:49.6675799Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.job_failed_steps.sql.json' 2024-08-22T20:28:49.6677475Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.job_failure_examples.raw.json' 2024-08-22T20:28:49.6679184Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.job_failure_examples.sql.json' 2024-08-22T20:28:49.6680951Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.job_names.raw.json' 2024-08-22T20:28:49.6682516Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.job_names.sql.json' 2024-08-22T20:28:49.6684174Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.job_starts_by_machine_type.raw.json' 2024-08-22T20:28:49.6685926Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.job_starts_by_machine_type.sql.json' 2024-08-22T20:28:49.6687624Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.last_branch_push.raw.json' 2024-08-22T20:28:49.6689256Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.last_branch_push.sql.json' 2024-08-22T20:28:49.6690918Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.last_successful_jobs.raw.json' 2024-08-22T20:28:49.6692611Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.last_successful_jobs.sql.json' 2024-08-22T20:28:49.6694328Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.last_successful_workflow.raw.json' 2024-08-22T20:28:49.6696061Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.last_successful_workflow.sql.json' 2024-08-22T20:28:49.6697749Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.log_captures_count.raw.json' 2024-08-22T20:28:49.6699480Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.log_captures_count.sql.json' 2024-08-22T20:28:49.6701144Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.master_commit_red.raw.json' 2024-08-22T20:28:49.6702796Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.master_commit_red.sql.json' 2024-08-22T20:28:49.6704454Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.master_commit_red_avg.raw.json' 2024-08-22T20:28:49.6706141Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.master_commit_red_avg.sql.json' 2024-08-22T20:28:49.6707852Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.master_commit_red_percent.raw.json' 2024-08-22T20:28:49.6709595Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.master_commit_red_percent.sql.json' 2024-08-22T20:28:49.6711369Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.master_commit_red_percent_groups.raw.json' 2024-08-22T20:28:49.6713277Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.master_commit_red_percent_groups.sql.json' 2024-08-22T20:28:49.6715016Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.master_jobs_red.raw.json' 2024-08-22T20:28:49.6716683Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.master_jobs_red.sql.json' 2024-08-22T20:28:49.6718435Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.master_jobs_red_avg.raw.json' 2024-08-22T20:28:49.6720134Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.master_jobs_red_avg.sql.json' 2024-08-22T20:28:49.6721801Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.num_tests_run.raw.json' 2024-08-22T20:28:49.6723460Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.num_tests_run.sql.json' 2024-08-22T20:28:49.6725138Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.number_of_force_pushes.raw.json' 2024-08-22T20:28:49.6726878Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.number_of_force_pushes.sql.json' 2024-08-22T20:28:49.6728618Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.queue_times_historical.raw.json' 2024-08-22T20:28:49.6730346Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.queue_times_historical.sql.json' 2024-08-22T20:28:49.6732114Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.queue_times_historical_pct.raw.json' 2024-08-22T20:28:49.6733873Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.queue_times_historical_pct.sql.json' 2024-08-22T20:28:49.6735572Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.queued_jobs.raw.json' 2024-08-22T20:28:49.6737191Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.queued_jobs.sql.json' 2024-08-22T20:28:49.6738858Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.queued_jobs_by_label.raw.json' 2024-08-22T20:28:49.6740619Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.queued_jobs_by_label.sql.json' 2024-08-22T20:28:49.6742308Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.revert_comments.raw.json' 2024-08-22T20:28:49.6743978Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.revert_comments.sql.json' 2024-08-22T20:28:49.6745615Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.reverts.raw.json' 2024-08-22T20:28:49.6747202Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.reverts.sql.json' 2024-08-22T20:28:49.6748821Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.strict_lag_sec.raw.json' 2024-08-22T20:28:49.6750470Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.strict_lag_sec.sql.json' 2024-08-22T20:28:49.6752203Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.top_failures.raw.json' 2024-08-22T20:28:49.6754227Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.top_failures.sql.json' 2024-08-22T20:28:49.6755963Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.top_reds.raw.json' 2024-08-22T20:28:49.6757707Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.top_reds.sql.json' 2024-08-22T20:28:49.6759278Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.tts_avg.raw.json' 2024-08-22T20:28:49.6760814Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.tts_avg.sql.json' 2024-08-22T20:28:49.6762454Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.tts_duration_historical.raw.json' 2024-08-22T20:28:49.6764178Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.tts_duration_historical.sql.json' 2024-08-22T20:28:49.6765954Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.tts_duration_historical_percentile.raw.json' 2024-08-22T20:28:49.6767794Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.tts_duration_historical_percentile.sql.json' 2024-08-22T20:28:49.6769526Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.tts_percentile.raw.json' 2024-08-22T20:28:49.6771162Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.tts_percentile.sql.json' 2024-08-22T20:28:49.6772830Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.workflow_duration_avg.raw.json' 2024-08-22T20:28:49.6774516Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.workflow_duration_avg.sql.json' 2024-08-22T20:28:49.6776254Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.workflow_duration_percentile.raw.json' 2024-08-22T20:28:49.6778022Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.workflow_duration_percentile.sql.json' 2024-08-22T20:28:49.6779763Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.workflow_load.raw.json' 2024-08-22T20:28:49.6781383Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.workflow_load.sql.json' 2024-08-22T20:28:49.6783020Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.docker_jobs_red.raw.json' 2024-08-22T20:28:49.6784664Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.docker_jobs_red.sql.json' 2024-08-22T20:28:49.6786415Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.docker_jobs_red_past_day.raw.json' 2024-08-22T20:28:49.6788148Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.docker_jobs_red_past_day.sql.json' 2024-08-22T20:28:49.6790070Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.monthly_nightly_jobs_red_report.raw.json' 2024-08-22T20:28:49.6791932Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.monthly_nightly_jobs_red_report.sql.json' 2024-08-22T20:28:49.6793669Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.nightly_jobs_red.raw.json' 2024-08-22T20:28:49.6795439Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.nightly_jobs_red.sql.json' 2024-08-22T20:28:49.6797209Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.nightly_jobs_red_by_name.raw.json' 2024-08-22T20:28:49.6798948Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.nightly_jobs_red_by_name.sql.json' 2024-08-22T20:28:49.6800728Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.nightly_jobs_red_by_platform.raw.json' 2024-08-22T20:28:49.6802516Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.nightly_jobs_red_by_platform.sql.json' 2024-08-22T20:28:49.6804303Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.nightly_jobs_red_past_day.raw.json' 2024-08-22T20:28:49.6806058Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.nightly_jobs_red_past_day.sql.json' 2024-08-22T20:28:49.6807810Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.nightly_jobs_red_report.raw.json' 2024-08-22T20:28:49.6809538Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.nightly_jobs_red_report.sql.json' 2024-08-22T20:28:49.6811300Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.testing_nightly_jobs_total.raw.json' 2024-08-22T20:28:49.6813056Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.testing_nightly_jobs_total.sql.json' 2024-08-22T20:28:49.6814786Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.validation_jobs_red.raw.json' 2024-08-22T20:28:49.6816478Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.validation_jobs_red.sql.json' 2024-08-22T20:28:49.6818259Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.validation_jobs_red_past_day.raw.json' 2024-08-22T20:28:49.6820111Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/nightlies.validation_jobs_red_past_day.sql.json' 2024-08-22T20:28:49.6821836Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/notifications.pr_reviews.raw.json' 2024-08-22T20:28:49.6823471Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/notifications.pr_reviews.sql.json' 2024-08-22T20:28:49.6825174Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/notifications.prs_with_failing_jobs.raw.json' 2024-08-22T20:28:49.6826932Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/notifications.prs_with_failing_jobs.sql.json' 2024-08-22T20:28:49.6828844Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.ci_wait_time.raw.json' 2024-08-22T20:28:49.6830598Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.ci_wait_time.sql.json' 2024-08-22T20:28:49.6832384Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.force_merge_stats.raw.json' 2024-08-22T20:28:49.6834309Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.force_merge_stats.sql.json' 2024-08-22T20:28:49.6836188Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.get_all_queue_times_historical.raw.json' 2024-08-22T20:28:49.6838193Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.get_all_queue_times_historical.sql.json' 2024-08-22T20:28:49.6840103Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.monthly_contribution_stats.raw.json' 2024-08-22T20:28:49.6841990Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.monthly_contribution_stats.sql.json' 2024-08-22T20:28:49.6843823Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.num_reverts.raw.json' 2024-08-22T20:28:49.6845571Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.num_reverts.sql.json' 2024-08-22T20:28:49.6847488Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.number_of_force_pushes_historical.raw.json' 2024-08-22T20:28:49.6849460Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.number_of_force_pushes_historical.sql.json' 2024-08-22T20:28:49.6851372Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.percent_ignored_signal.raw.json' 2024-08-22T20:28:49.6853251Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.percent_ignored_signal.sql.json' 2024-08-22T20:28:49.6855553Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.queue_times_historical.raw.json' 2024-08-22T20:28:49.6857414Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.queue_times_historical.sql.json' 2024-08-22T20:28:49.6859267Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.strict_lag_historical.raw.json' 2024-08-22T20:28:49.6861199Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.strict_lag_historical.sql.json' 2024-08-22T20:28:49.6863035Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.time_to_merge.raw.json' 2024-08-22T20:28:49.6864805Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.time_to_merge.sql.json' 2024-08-22T20:28:49.6866571Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.time_to_review.raw.json' 2024-08-22T20:28:49.6868505Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.time_to_review.sql.json' 2024-08-22T20:28:49.6870328Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.time_to_signal.raw.json' 2024-08-22T20:28:49.6872119Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.time_to_signal.sql.json' 2024-08-22T20:28:49.6874056Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.ttrs_percentiles.raw.json' 2024-08-22T20:28:49.6875892Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/pytorch_dev_infra_kpis.ttrs_percentiles.sql.json' 2024-08-22T20:28:49.6876843Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/testing.classification_and_annotation.raw.json' 2024-08-22T20:28:49.6877742Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/testing.classification_and_annotation.sql.json' 2024-08-22T20:28:49.6878636Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/testing.conditional_test_failure_tables.raw.json' 2024-08-22T20:28:49.6879538Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/testing.conditional_test_failure_tables.sql.json' 2024-08-22T20:28:49.6880338Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/testing.get_job_duration.raw.json' 2024-08-22T20:28:49.6881142Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/testing.get_job_duration.sql.json' 2024-08-22T20:28:49.6882065Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/torchbench.torchbench_list_userbenchmarks.raw.json' 2024-08-22T20:28:49.6882975Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/torchbench.torchbench_list_userbenchmarks.sql.json' 2024-08-22T20:28:49.6883933Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/torchbench.torchbench_userbenchmark_list_commits.raw.json' 2024-08-22T20:28:49.6884872Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/torchbench.torchbench_userbenchmark_list_commits.sql.json' 2024-08-22T20:28:49.6885829Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/torchbench.torchbench_userbenchmark_query_metrics.raw.json' 2024-08-22T20:28:49.6886673Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:49.6886839Z + echo ::endgroup:: 2024-08-22T20:28:49.6887811Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/torchbench.torchbench_userbenchmark_query_metrics.sql.json' 2024-08-22T20:28:49.6888663Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/utilization.runner_utilization.raw.json' 2024-08-22T20:28:49.6889528Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/utilization.runner_utilization.sql.json' 2024-08-22T20:28:49.6890442Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/utilization.runner_utilization_by_activity.raw.json' 2024-08-22T20:28:49.6891439Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/utilization.runner_utilization_by_activity.sql.json' 2024-08-22T20:28:49.6892345Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/utilization.runner_utilization_by_repo.raw.json' 2024-08-22T20:28:49.6893227Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/utilization.runner_utilization_by_repo.sql.json' 2024-08-22T20:28:49.6893992Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup' 2024-08-22T20:28:49.6894662Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2024-08-22T20:28:49.6895308Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/rockset_queries.py' 2024-08-22T20:28:49.6895908Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration' 2024-08-22T20:28:49.6896521Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/analyze_ci_workflows.py' 2024-08-22T20:28:49.6897113Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/backfill_events.py' 2024-08-22T20:28:49.6897787Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2024-08-22T20:28:49.6898379Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/download-lambdas.py' 2024-08-22T20:28:49.6899020Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/fetch_latest_green_commit.py' 2024-08-22T20:28:49.6899757Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_binary_build_matrix.py' 2024-08-22T20:28:49.6900431Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_docker_release_matrix.py' 2024-08-22T20:28:49.6901062Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_release_matrix.py' 2024-08-22T20:28:49.6901596Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/gitutils.py' 2024-08-22T20:28:49.6902270Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2024-08-22T20:28:49.6902866Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/rockset_autoscale.py' 2024-08-22T20:28:49.6903391Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts' 2024-08-22T20:28:49.6904033Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/.gitignore' 2024-08-22T20:28:49.6904652Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/Makefile' 2024-08-22T20:28:49.6905291Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/README.md' 2024-08-22T20:28:49.6905999Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2024-08-22T20:28:49.6906736Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py' 2024-08-22T20:28:49.6907467Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2024-08-22T20:28:49.6908195Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2024-08-22T20:28:49.6908995Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/replace_runners_prefix_submit_pr.py' 2024-08-22T20:28:49.6909760Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2024-08-22T20:28:49.6910393Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils' 2024-08-22T20:28:49.6910929Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/.flake8' 2024-08-22T20:28:49.6911585Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/.gitignore' 2024-08-22T20:28:49.6912195Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/analyze-history' 2024-08-22T20:28:49.6912902Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2024-08-22T20:28:49.6913463Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin' 2024-08-22T20:28:49.6914054Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/pyproject.toml' 2024-08-22T20:28:49.6914638Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/requirements.txt' 2024-08-22T20:28:49.6915237Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/__init__.py' 2024-08-22T20:28:49.6915819Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/ast.py' 2024-08-22T20:28:49.6916467Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/checker.py' 2024-08-22T20:28:49.6917105Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/compatibility.py' 2024-08-22T20:28:49.6917668Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/git.py' 2024-08-22T20:28:49.6918263Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/github.py' 2024-08-22T20:28:49.6918853Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/types.py' 2024-08-22T20:28:49.6919465Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/violations.py' 2024-08-22T20:28:49.6920056Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api' 2024-08-22T20:28:49.6920616Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src' 2024-08-22T20:28:49.6921223Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/conftest.py' 2024-08-22T20:28:49.6921838Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast.py' 2024-08-22T20:28:49.6922587Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2024-08-22T20:28:49.6923277Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2024-08-22T20:28:49.6923964Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2024-08-22T20:28:49.6924573Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_git.py' 2024-08-22T20:28:49.6925214Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_github.py' 2024-08-22T20:28:49.6925810Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api' 2024-08-22T20:28:49.6926468Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2024-08-22T20:28:49.6927213Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/git.py' 2024-08-22T20:28:49.6927875Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/source.py' 2024-08-22T20:28:49.6928535Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing' 2024-08-22T20:28:49.6929134Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib' 2024-08-22T20:28:49.6929791Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests' 2024-08-22T20:28:49.6930341Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold' 2024-08-22T20:28:49.6930860Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/README.md' 2024-08-22T20:28:49.6931581Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2024-08-22T20:28:49.6932293Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2024-08-22T20:28:49.6933048Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json' 2024-08-22T20:28:49.6933774Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2024-08-22T20:28:49.6934486Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2024-08-22T20:28:49.6935167Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2024-08-22T20:28:49.6935844Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2024-08-22T20:28:49.6936566Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2024-08-22T20:28:49.6937285Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2024-08-22T20:28:49.6937830Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets' 2024-08-22T20:28:49.6938499Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2024-08-22T20:28:49.6939163Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2024-08-22T20:28:49.6939902Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2024-08-22T20:28:49.6940519Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_rockset_autoscale.py' 2024-08-22T20:28:49.6941121Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_validate_alerts.py' 2024-08-22T20:28:49.6941704Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/update_test_assets.sh' 2024-08-22T20:28:49.6942223Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests' 2024-08-22T20:28:49.6942747Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/README.md' 2024-08-22T20:28:49.6943313Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/check_alerts.py' 2024-08-22T20:28:49.6943915Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/compute_correlation.py' 2024-08-22T20:28:49.6944477Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/download_logs.py' 2024-08-22T20:28:49.6945145Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/github_analyze.py' 2024-08-22T20:28:49.6945705Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/pyproject.toml' 2024-08-22T20:28:49.6946309Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/queue_alert.py' 2024-08-22T20:28:49.6946885Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/requirements.txt' 2024-08-22T20:28:49.6947501Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/reverts.py' 2024-08-22T20:28:49.6948070Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/rockset_utils.py' 2024-08-22T20:28:49.6948700Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/get_merge_base_info.py' 2024-08-22T20:28:49.6949447Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2024-08-22T20:28:49.6950175Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2024-08-22T20:28:49.6950895Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2024-08-22T20:28:49.6951542Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2024-08-22T20:28:49.6952168Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_rockset_analysis.py' 2024-08-22T20:28:49.6952700Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/utils.py' 2024-08-22T20:28:49.6953247Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td' 2024-08-22T20:28:49.6954324Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/td/test_calculate_file_test_rating.py' 2024-08-22T20:28:49.6954924Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/td' 2024-08-22T20:28:49.6955547Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_check_alerts.py' 2024-08-22T20:28:49.6956194Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_queue_alert.py' 2024-08-22T20:28:49.6956885Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_update_test_times.py' 2024-08-22T20:28:49.6957438Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests' 2024-08-22T20:28:49.6958025Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/update_test_times.py' 2024-08-22T20:28:49.6958551Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/utils.py' 2024-08-22T20:28:49.6959070Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci' 2024-08-22T20:28:49.6959605Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchfix/README.md' 2024-08-22T20:28:49.6960132Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchfix' 2024-08-22T20:28:49.6960610Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools' 2024-08-22T20:28:49.6961118Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.env.example' 2024-08-22T20:28:49.6961632Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.eslintrc.json' 2024-08-22T20:28:49.6962120Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.gitignore' 2024-08-22T20:28:49.6962800Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.prettierignore' 2024-08-22T20:28:49.6963340Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.prettierrc.json' 2024-08-22T20:28:49.6963831Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/README.md' 2024-08-22T20:28:49.6964554Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2024-08-22T20:28:49.6965378Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2024-08-22T20:28:49.6966095Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2024-08-22T20:28:49.6966843Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2024-08-22T20:28:49.6967593Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2024-08-22T20:28:49.6968329Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2024-08-22T20:28:49.6969042Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2024-08-22T20:28:49.6969752Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2024-08-22T20:28:49.6970453Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push' 2024-08-22T20:28:49.6971181Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2024-08-22T20:28:49.6971891Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2024-08-22T20:28:49.6972597Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red' 2024-08-22T20:28:49.6973348Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2024-08-22T20:28:49.6974076Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2024-08-22T20:28:49.6974807Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2024-08-22T20:28:49.6975532Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2024-08-22T20:28:49.6976256Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2024-08-22T20:28:49.6976867Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries' 2024-08-22T20:28:49.6977560Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/AnnouncementBanner.module.css' 2024-08-22T20:28:49.6978203Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/AnnouncementBanner.tsx' 2024-08-22T20:28:49.6978841Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ClickHouseCheckBox.tsx' 2024-08-22T20:28:49.6979497Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/CommitStatus.tsx' 2024-08-22T20:28:49.6980079Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/CopyLink.tsx' 2024-08-22T20:28:49.6980683Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/DynamicTitle.tsx' 2024-08-22T20:28:49.6981376Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ErrorBoundary.tsx' 2024-08-22T20:28:49.6982013Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/FilteredJobList.tsx' 2024-08-22T20:28:49.6982640Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GranularityPicker.tsx' 2024-08-22T20:28:49.6983401Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2024-08-22T20:28:49.6984040Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GroupJobConclusion.tsx' 2024-08-22T20:28:49.6984687Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobAnnotationToggle.tsx' 2024-08-22T20:28:49.6985287Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobArtifact.tsx' 2024-08-22T20:28:49.6985950Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobConclusion.module.css' 2024-08-22T20:28:49.6986613Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobConclusion.tsx' 2024-08-22T20:28:49.6987226Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobFilterInput.tsx' 2024-08-22T20:28:49.6987844Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobLinks.module.css' 2024-08-22T20:28:49.6988426Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobLinks.tsx' 2024-08-22T20:28:49.6989011Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobSummary.tsx' 2024-08-22T20:28:49.6989609Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobTooltip.tsx' 2024-08-22T20:28:49.6990259Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LogAnnotationToggle.tsx' 2024-08-22T20:28:49.6990839Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LogViewer.tsx' 2024-08-22T20:28:49.6991441Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoggedInMenu.tsx' 2024-08-22T20:28:49.6992091Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoginSection.module.css' 2024-08-22T20:28:49.6992688Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoginSection.tsx' 2024-08-22T20:28:49.6993297Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/NavBar.module.css' 2024-08-22T20:28:49.6993853Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/NavBar.tsx' 2024-08-22T20:28:49.6994463Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/PageSelector.tsx' 2024-08-22T20:28:49.6995109Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ReproductionCommand.tsx' 2024-08-22T20:28:49.6995735Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/SevReport.module.css' 2024-08-22T20:28:49.6996319Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/SevReport.tsx' 2024-08-22T20:28:49.6996925Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TestInsights.tsx' 2024-08-22T20:28:49.6997509Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TimeUtils.tsx' 2024-08-22T20:28:49.6998162Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TooltipTarget.module.css' 2024-08-22T20:28:49.6998887Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TooltipTarget.tsx' 2024-08-22T20:28:49.6999500Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ValuePicker.tsx' 2024-08-22T20:28:49.7000153Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/VersionControlLinks.tsx' 2024-08-22T20:28:49.7000777Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/WithCommitData.tsx' 2024-08-22T20:28:49.7001453Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/WorkflowBox.tsx' 2024-08-22T20:28:49.7002090Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/WorkflowDispatcher.tsx' 2024-08-22T20:28:49.7002809Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2024-08-22T20:28:49.7003530Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2024-08-22T20:28:49.7004283Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2024-08-22T20:28:49.7004992Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2024-08-22T20:28:49.7005672Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo' 2024-08-22T20:28:49.7006410Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2024-08-22T20:28:49.7007072Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2024-08-22T20:28:49.7007786Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2024-08-22T20:28:49.7008418Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/common.tsx' 2024-08-22T20:28:49.7009156Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2024-08-22T20:28:49.7009869Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2024-08-22T20:28:49.7010626Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2024-08-22T20:28:49.7011345Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2024-08-22T20:28:49.7012075Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2024-08-22T20:28:49.7012850Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2024-08-22T20:28:49.7013589Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2024-08-22T20:28:49.7014272Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/common.tsx' 2024-08-22T20:28:49.7014945Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers' 2024-08-22T20:28:49.7015675Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/ModelGraphPanel.tsx' 2024-08-22T20:28:49.7016422Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/SummaryPanel.tsx' 2024-08-22T20:28:49.7017082Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/common.tsx' 2024-08-22T20:28:49.7017812Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms' 2024-08-22T20:28:49.7018529Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2024-08-22T20:28:49.7019216Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao/common.tsx' 2024-08-22T20:28:49.7020020Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao' 2024-08-22T20:28:49.7020639Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark' 2024-08-22T20:28:49.7021247Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/commit.module.css' 2024-08-22T20:28:49.7022047Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/hud.module.css' 2024-08-22T20:28:49.7022681Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics.module.css' 2024-08-22T20:28:49.7023554Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/GenerateIndividualTestsLeaderboard.tsx' 2024-08-22T20:28:49.7024417Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/GenerateTestInsightsOverviewTable.tsx' 2024-08-22T20:28:49.7025119Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2024-08-22T20:28:49.7025798Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2024-08-22T20:28:49.7026576Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2024-08-22T20:28:49.7027303Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2024-08-22T20:28:49.7027951Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels' 2024-08-22T20:28:49.7028557Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics' 2024-08-22T20:28:49.7029178Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/minihud.module.css' 2024-08-22T20:28:49.7029736Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components' 2024-08-22T20:28:49.7030289Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/docs/architecture.md' 2024-08-22T20:28:49.7030834Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/docs/write-path.png' 2024-08-22T20:28:49.7031363Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/docs' 2024-08-22T20:28:49.7031883Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/jest.config.js' 2024-08-22T20:28:49.7032431Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/GeneralUtils.ts' 2024-08-22T20:28:49.7033013Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/JobClassifierUtil.ts' 2024-08-22T20:28:49.7033585Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/ParamSelector.tsx' 2024-08-22T20:28:49.7034131Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/RevertModal.tsx' 2024-08-22T20:28:49.7034747Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2024-08-22T20:28:49.7035333Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark/llmUtils.ts' 2024-08-22T20:28:49.7036013Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark' 2024-08-22T20:28:49.7036603Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/Constants.ts' 2024-08-22T20:28:49.7037166Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/autoCcBot.ts' 2024-08-22T20:28:49.7037831Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/autoLabelBot.ts' 2024-08-22T20:28:49.7038514Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2024-08-22T20:28:49.7039143Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2024-08-22T20:28:49.7039704Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/cliParser.ts' 2024-08-22T20:28:49.7040349Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2024-08-22T20:28:49.7040890Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/drciBot.ts' 2024-08-22T20:28:49.7041417Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/index.ts' 2024-08-22T20:28:49.7041989Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchBot.ts' 2024-08-22T20:28:49.7042603Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2024-08-22T20:28:49.7043207Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2024-08-22T20:28:49.7043757Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/retryBot.ts' 2024-08-22T20:28:49.7044372Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2024-08-22T20:28:49.7044962Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/subscriptions.ts' 2024-08-22T20:28:49.7045638Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2024-08-22T20:28:49.7046186Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/utils.ts' 2024-08-22T20:28:49.7046913Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2024-08-22T20:28:49.7047512Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2024-08-22T20:28:49.7048058Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot' 2024-08-22T20:28:49.7048598Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/clickhouse.ts' 2024-08-22T20:28:49.7049149Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/commitUtils.ts' 2024-08-22T20:28:49.7049759Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/correlation_matrix.json' 2024-08-22T20:28:49.7050291Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/drciUtils.ts' 2024-08-22T20:28:49.7050814Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/dynamo.ts' 2024-08-22T20:28:49.7051366Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchCommit.ts' 2024-08-22T20:28:49.7052015Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2024-08-22T20:28:49.7052626Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchFailureSamples.ts' 2024-08-22T20:28:49.7053287Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchFlakyTests.ts' 2024-08-22T20:28:49.7054034Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchHud.ts' 2024-08-22T20:28:49.7054675Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2024-08-22T20:28:49.7055198Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchPR.ts' 2024-08-22T20:28:49.7055983Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2024-08-22T20:28:49.7056533Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchS3Links.ts' 2024-08-22T20:28:49.7057070Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/getAuthors.ts' 2024-08-22T20:28:49.7057589Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/github.ts' 2024-08-22T20:28:49.7058166Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/githubFunctions.ts' 2024-08-22T20:28:49.7058693Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/jobUtils.ts' 2024-08-22T20:28:49.7059241Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/metricUtils.ts' 2024-08-22T20:28:49.7059863Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/opensearch.ts' 2024-08-22T20:28:49.7060392Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/rockset.ts' 2024-08-22T20:28:49.7060880Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/s3.ts' 2024-08-22T20:28:49.7061411Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/searchLogs.ts' 2024-08-22T20:28:49.7061961Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/searchUtils.ts' 2024-08-22T20:28:49.7062468Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/track.ts' 2024-08-22T20:28:49.7062963Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/types.ts' 2024-08-22T20:28:49.7063589Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useGroupingPreference.tsx' 2024-08-22T20:28:49.7064126Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useHudData.ts' 2024-08-22T20:28:49.7064664Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useScrollTo.ts' 2024-08-22T20:28:49.7065228Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useTableFilter.ts' 2024-08-22T20:28:49.7065739Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib' 2024-08-22T20:28:49.7066261Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/next-env.d.ts' 2024-08-22T20:28:49.7066777Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/next.config.js' 2024-08-22T20:28:49.7067317Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/package-lock.json' 2024-08-22T20:28:49.7067819Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/package.json' 2024-08-22T20:28:49.7068521Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2024-08-22T20:28:49.7069233Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2024-08-22T20:28:49.7069982Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2024-08-22T20:28:49.7070801Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2024-08-22T20:28:49.7071523Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2024-08-22T20:28:49.7072215Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2024-08-22T20:28:49.7072885Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]' 2024-08-22T20:28:49.7073558Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]' 2024-08-22T20:28:49.7074076Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/_app.tsx' 2024-08-22T20:28:49.7074747Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/_githubrunnersutilization.tsx' 2024-08-22T20:28:49.7075481Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2024-08-22T20:28:49.7076216Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2024-08-22T20:28:49.7076959Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2024-08-22T20:28:49.7077678Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2024-08-22T20:28:49.7078372Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2024-08-22T20:28:49.7078988Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]' 2024-08-22T20:28:49.7079657Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2024-08-22T20:28:49.7080284Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts/s3' 2024-08-22T20:28:49.7080884Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts' 2024-08-22T20:28:49.7081507Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/auth/[...nextauth].js' 2024-08-22T20:28:49.7082084Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/auth' 2024-08-22T20:28:49.7082739Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2024-08-22T20:28:49.7083344Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/clickhouse' 2024-08-22T20:28:49.7084007Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2024-08-22T20:28:49.7084587Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/drci/drci.ts' 2024-08-22T20:28:49.7085155Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/drci' 2024-08-22T20:28:49.7085707Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/failure.ts' 2024-08-22T20:28:49.7086346Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2024-08-22T20:28:49.7086982Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests/flakytest.ts' 2024-08-22T20:28:49.7087609Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests' 2024-08-22T20:28:49.7088545Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]/[sha].ts' 2024-08-22T20:28:49.7089411Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2024-08-22T20:28:49.7090209Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2024-08-22T20:28:49.7090927Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2024-08-22T20:28:49.7091654Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch' 2024-08-22T20:28:49.7092258Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/webhooks.ts' 2024-08-22T20:28:49.7092841Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github' 2024-08-22T20:28:49.7093616Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2024-08-22T20:28:49.7094380Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:49.7095097Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2024-08-22T20:28:49.7095745Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]' 2024-08-22T20:28:49.7096312Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud' 2024-08-22T20:28:49.7096911Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/issue/[label].ts' 2024-08-22T20:28:49.7097489Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/issue' 2024-08-22T20:28:49.7098318Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2024-08-22T20:28:49.7099176Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations/[jobIds].ts' 2024-08-22T20:28:49.7100080Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2024-08-22T20:28:49.7100966Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures/[queryParams].ts' 2024-08-22T20:28:49.7101800Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2024-08-22T20:28:49.7102593Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2024-08-22T20:28:49.7103312Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2024-08-22T20:28:49.7103950Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation' 2024-08-22T20:28:49.7104767Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2024-08-22T20:28:49.7105543Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2024-08-22T20:28:49.7106309Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2024-08-22T20:28:49.7106944Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation' 2024-08-22T20:28:49.7107738Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query/[collection]/[lambdaName].ts' 2024-08-22T20:28:49.7108410Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query/[collection]' 2024-08-22T20:28:49.7108998Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query' 2024-08-22T20:28:49.7109644Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/search.ts' 2024-08-22T20:28:49.7110338Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2024-08-22T20:28:49.7111024Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/usage-log-aggregator' 2024-08-22T20:28:49.7111580Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api' 2024-08-22T20:28:49.7112324Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2024-08-22T20:28:49.7113026Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2024-08-22T20:28:49.7113653Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]' 2024-08-22T20:28:49.7114274Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/compilers.tsx' 2024-08-22T20:28:49.7114864Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/llms.tsx' 2024-08-22T20:28:49.7115467Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/torchao.tsx' 2024-08-22T20:28:49.7116066Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark' 2024-08-22T20:28:49.7116671Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/correlation.tsx' 2024-08-22T20:28:49.7117218Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/disabled.tsx' 2024-08-22T20:28:49.7118046Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:49.7118835Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:49.7119561Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2024-08-22T20:28:49.7120232Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]' 2024-08-22T20:28:49.7120829Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs' 2024-08-22T20:28:49.7121375Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failure.tsx' 2024-08-22T20:28:49.7121926Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/flakytest.tsx' 2024-08-22T20:28:49.7122706Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:49.7123457Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:49.7124141Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2024-08-22T20:28:49.7124766Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]' 2024-08-22T20:28:49.7125421Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud' 2024-08-22T20:28:49.7125948Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/kpis.tsx' 2024-08-22T20:28:49.7126506Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/login_test.tsx' 2024-08-22T20:28:49.7127047Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/metrics.tsx' 2024-08-22T20:28:49.7128010Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:49.7128780Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:49.7129496Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2024-08-22T20:28:49.7130149Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]' 2024-08-22T20:28:49.7130719Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud' 2024-08-22T20:28:49.7131272Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/nightlies.tsx' 2024-08-22T20:28:49.7132058Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2024-08-22T20:28:49.7132787Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2024-08-22T20:28:49.7133469Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]' 2024-08-22T20:28:49.7134065Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability' 2024-08-22T20:28:49.7134585Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/sli.tsx' 2024-08-22T20:28:49.7135171Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/test/insights.tsx' 2024-08-22T20:28:49.7135720Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/test' 2024-08-22T20:28:49.7136325Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead.tsx' 2024-08-22T20:28:49.7136975Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead/insights.tsx' 2024-08-22T20:28:49.7137672Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead/oncall_insights.tsx' 2024-08-22T20:28:49.7138303Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead' 2024-08-22T20:28:49.7138834Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tests.tsx' 2024-08-22T20:28:49.7139533Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2024-08-22T20:28:49.7140126Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/torchbench' 2024-08-22T20:28:49.7140911Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:49.7141661Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:49.7142346Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2024-08-22T20:28:49.7142964Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]' 2024-08-22T20:28:49.7143606Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts' 2024-08-22T20:28:49.7144134Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages' 2024-08-22T20:28:49.7145193Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public/failures_spritesheet.png' 2024-08-22T20:28:49.7146097Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public/favicon.ico' 2024-08-22T20:28:49.7146767Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public' 2024-08-22T20:28:49.7147328Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset.config.json' 2024-08-22T20:28:49.7148090Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql/oss_ci_benchmark_branches.sql' 2024-08-22T20:28:49.7148842Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql/oss_ci_benchmark_llms.sql' 2024-08-22T20:28:49.7149585Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql/oss_ci_benchmark_names.sql' 2024-08-22T20:28:49.7150217Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql' 2024-08-22T20:28:49.7151012Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/oss_ci_benchmark_branches.lambda.json' 2024-08-22T20:28:49.7151764Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/oss_ci_benchmark_llms.lambda.json' 2024-08-22T20:28:49.7152529Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/oss_ci_benchmark_names.lambda.json' 2024-08-22T20:28:49.7153131Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks' 2024-08-22T20:28:49.7154125Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/annotated_flaky_jobs.sql' 2024-08-22T20:28:49.7154916Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_failed_jobs.sql' 2024-08-22T20:28:49.7155620Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_jobs_query.sql' 2024-08-22T20:28:49.7156327Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_query.sql' 2024-08-22T20:28:49.7157068Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/disabled_non_flaky_tests.sql' 2024-08-22T20:28:49.7157774Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/disabled_test_labels.sql' 2024-08-22T20:28:49.7158453Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/disabled_tests.sql' 2024-08-22T20:28:49.7159150Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/failed_workflow_jobs.sql' 2024-08-22T20:28:49.7159872Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/failure_samples_query.sql' 2024-08-22T20:28:49.7160602Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/filter_forced_merge_pr.sql' 2024-08-22T20:28:49.7161260Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_tests.sql' 2024-08-22T20:28:49.7161993Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_tests_across_jobs.sql' 2024-08-22T20:28:49.7162828Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_workflows_jobs.sql' 2024-08-22T20:28:49.7163547Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/get_relevant_alerts.sql' 2024-08-22T20:28:49.7164258Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/get_workflow_jobs.sql' 2024-08-22T20:28:49.7165038Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/hud_query.sql' 2024-08-22T20:28:49.7165917Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/individual_test_stats_per_workflow_per_oncall.sql' 2024-08-22T20:28:49.7166791Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/individual_test_times_per_oncall_per_workflow.sql' 2024-08-22T20:28:49.7167462Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/issue_query.sql' 2024-08-22T20:28:49.7168203Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/master_commit_red_jobs.sql' 2024-08-22T20:28:49.7168909Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/num_commits_master.sql' 2024-08-22T20:28:49.7169581Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/pr_commits.sql' 2024-08-22T20:28:49.7170334Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/recent_pr_workflows_query.sql' 2024-08-22T20:28:49.7171080Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/reverted_prs_with_reason.sql' 2024-08-22T20:28:49.7171749Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/slow_tests.sql' 2024-08-22T20:28:49.7172513Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_insights_latest_runs.sql' 2024-08-22T20:28:49.7173257Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_insights_overview.sql' 2024-08-22T20:28:49.7174039Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_and_price_per_oncall.sql' 2024-08-22T20:28:49.7174789Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_class.sql' 2024-08-22T20:28:49.7175596Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_class_periodic_jobs.sql' 2024-08-22T20:28:49.7176349Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_file.sql' 2024-08-22T20:28:49.7177153Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_file_periodic_jobs.sql' 2024-08-22T20:28:49.7177868Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_oncall.sql' 2024-08-22T20:28:49.7178644Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_times_per_workflow_type.sql' 2024-08-22T20:28:49.7179323Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/unclassified.sql' 2024-08-22T20:28:49.7180145Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/weekly_force_merge_stats.sql' 2024-08-22T20:28:49.7180785Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql' 2024-08-22T20:28:49.7181612Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/annotated_flaky_jobs.lambda.json' 2024-08-22T20:28:49.7182335Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_failed_jobs.lambda.json' 2024-08-22T20:28:49.7183059Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_jobs_query.lambda.json' 2024-08-22T20:28:49.7183827Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_query.lambda.json' 2024-08-22T20:28:49.7184600Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/disabled_non_flaky_tests.lambda.json' 2024-08-22T20:28:49.7185334Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/disabled_test_labels.lambda.json' 2024-08-22T20:28:49.7186037Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/disabled_tests.lambda.json' 2024-08-22T20:28:49.7186784Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/failed_workflow_jobs.lambda.json' 2024-08-22T20:28:49.7187528Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/failure_samples_query.lambda.json' 2024-08-22T20:28:49.7188289Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/filter_forced_merge_pr.lambda.json' 2024-08-22T20:28:49.7189005Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_test_query.lambda.json' 2024-08-22T20:28:49.7189679Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_tests.lambda.json' 2024-08-22T20:28:49.7190441Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_tests_across_jobs.lambda.json' 2024-08-22T20:28:49.7191194Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_workflows_jobs.lambda.json' 2024-08-22T20:28:49.7191932Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/get_relevant_alerts.lambda.json' 2024-08-22T20:28:49.7192649Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/get_workflow_jobs.lambda.json' 2024-08-22T20:28:49.7193317Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/hud_query.lambda.json' 2024-08-22T20:28:49.7194214Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/individual_test_stats_per_workflow_per_oncall.lambda.json' 2024-08-22T20:28:49.7195087Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/individual_test_times_per_oncall_per_workflow.lambda.json' 2024-08-22T20:28:49.7195768Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/issue_query.lambda.json' 2024-08-22T20:28:49.7196558Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/master_commit_red_jobs.lambda.json' 2024-08-22T20:28:49.7197268Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/num_commits_master.lambda.json' 2024-08-22T20:28:49.7197946Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/pr_commits.lambda.json' 2024-08-22T20:28:49.7198701Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/recent_pr_workflows_query.lambda.json' 2024-08-22T20:28:49.7199459Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/reverted_prs_with_reason.lambda.json' 2024-08-22T20:28:49.7200210Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/slow_tests.lambda.json' 2024-08-22T20:28:49.7200973Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_insights_latest_runs.lambda.json' 2024-08-22T20:28:49.7201737Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_insights_overview.lambda.json' 2024-08-22T20:28:49.7202616Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_and_price_per_oncall.lambda.json' 2024-08-22T20:28:49.7203344Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_class.lambda.json' 2024-08-22T20:28:49.7204163Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_class_periodic_jobs.lambda.json' 2024-08-22T20:28:49.7204893Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_file.lambda.json' 2024-08-22T20:28:49.7205708Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_file_periodic_jobs.lambda.json' 2024-08-22T20:28:49.7206442Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_oncall.lambda.json' 2024-08-22T20:28:49.7207226Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_times_per_workflow_type.lambda.json' 2024-08-22T20:28:49.7207930Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/unclassified.lambda.json' 2024-08-22T20:28:49.7208695Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/weekly_force_merge_stats.lambda.json' 2024-08-22T20:28:49.7209296Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons' 2024-08-22T20:28:49.7210104Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/compilers_benchmark_performance.sql' 2024-08-22T20:28:49.7210953Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/compilers_benchmark_performance_branches.sql' 2024-08-22T20:28:49.7211636Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/torchao_query.sql' 2024-08-22T20:28:49.7212379Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/torchao_query_branches.sql' 2024-08-22T20:28:49.7213011Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql' 2024-08-22T20:28:49.7213838Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/compilers_benchmark_performance.lambda.json' 2024-08-22T20:28:49.7214717Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/compilers_benchmark_performance_branches.lambda.json' 2024-08-22T20:28:49.7215422Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/torchao_query.lambda.json' 2024-08-22T20:28:49.7216186Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/torchao_query_branches.lambda.json' 2024-08-22T20:28:49.7216788Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor' 2024-08-22T20:28:49.7217551Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/completed_pr_jobs_aggregate.sql' 2024-08-22T20:28:49.7218260Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/correlation_matrix.sql' 2024-08-22T20:28:49.7219103Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/disabled_test_historical.sql' 2024-08-22T20:28:49.7219880Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/disabled_test_total.sql' 2024-08-22T20:28:49.7220650Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/external_contribution_stats.sql' 2024-08-22T20:28:49.7221458Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/get_workers_on_period.sql' 2024-08-22T20:28:49.7222149Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/job_duration_avg.sql' 2024-08-22T20:28:49.7222895Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/job_duration_percentile.sql' 2024-08-22T20:28:49.7223589Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_branch_push.sql' 2024-08-22T20:28:49.7224319Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_successful_jobs.sql' 2024-08-22T20:28:49.7225063Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_successful_workflow.sql' 2024-08-22T20:28:49.7225765Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/log_captures_count.sql' 2024-08-22T20:28:49.7226479Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red.sql' 2024-08-22T20:28:49.7227200Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red_avg.sql' 2024-08-22T20:28:49.7227963Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red_percent.sql' 2024-08-22T20:28:49.7228759Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red_percent_groups.sql' 2024-08-22T20:28:49.7229443Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_jobs_red.sql' 2024-08-22T20:28:49.7230163Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_jobs_red_avg.sql' 2024-08-22T20:28:49.7230899Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/number_of_force_pushes.sql' 2024-08-22T20:28:49.7231636Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queue_times_historical.sql' 2024-08-22T20:28:49.7232394Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queue_times_historical_pct.sql' 2024-08-22T20:28:49.7233061Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queued_jobs.sql' 2024-08-22T20:28:49.7233789Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queued_jobs_by_label.sql' 2024-08-22T20:28:49.7234427Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/reverts.sql' 2024-08-22T20:28:49.7235105Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/strict_lag_sec.sql' 2024-08-22T20:28:49.7235751Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/top_reds.sql' 2024-08-22T20:28:49.7236389Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_avg.sql' 2024-08-22T20:28:49.7237144Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_duration_historical.sql' 2024-08-22T20:28:49.7238067Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_duration_historical_percentile.sql' 2024-08-22T20:28:49.7238762Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_percentile.sql' 2024-08-22T20:28:49.7239486Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_duration_avg.sql' 2024-08-22T20:28:49.7240337Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_duration_percentile.sql' 2024-08-22T20:28:49.7241016Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_load.sql' 2024-08-22T20:28:49.7241644Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql' 2024-08-22T20:28:49.7242437Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/completed_pr_jobs_aggregate.lambda.json' 2024-08-22T20:28:49.7243176Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/correlation_matrix.lambda.json' 2024-08-22T20:28:49.7243941Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/disabled_test_historical.lambda.json' 2024-08-22T20:28:49.7244678Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/disabled_test_total.lambda.json' 2024-08-22T20:28:49.7245463Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/external_contribution_stats.lambda.json' 2024-08-22T20:28:49.7246206Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/get_workers_on_period.lambda.json' 2024-08-22T20:28:49.7247136Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/job_duration_avg.lambda.json' 2024-08-22T20:28:49.7247902Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/job_duration_percentile.lambda.json' 2024-08-22T20:28:49.7248617Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_branch_push.lambda.json' 2024-08-22T20:28:49.7249354Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_successful_jobs.lambda.json' 2024-08-22T20:28:49.7250123Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_successful_workflow.lambda.json' 2024-08-22T20:28:49.7250848Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/log_captures_count.lambda.json' 2024-08-22T20:28:49.7251568Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red.lambda.json' 2024-08-22T20:28:49.7252318Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red_avg.lambda.json' 2024-08-22T20:28:49.7253089Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red_percent.lambda.json' 2024-08-22T20:28:49.7254192Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red_percent_groups.lambda.json' 2024-08-22T20:28:49.7254978Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_jobs_red.lambda.json' 2024-08-22T20:28:49.7255693Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_jobs_red_avg.lambda.json' 2024-08-22T20:28:49.7256441Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/number_of_force_pushes.lambda.json' 2024-08-22T20:28:49.7257323Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queue_times_historical.lambda.json' 2024-08-22T20:28:49.7258098Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queue_times_historical_pct.lambda.json' 2024-08-22T20:28:49.7258773Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queued_jobs.lambda.json' 2024-08-22T20:28:49.7259662Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queued_jobs_by_label.lambda.json' 2024-08-22T20:28:49.7260321Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/reverts.lambda.json' 2024-08-22T20:28:49.7261022Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/strict_lag_sec.lambda.json' 2024-08-22T20:28:49.7261682Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/top_reds.lambda.json' 2024-08-22T20:28:49.7262329Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_avg.lambda.json' 2024-08-22T20:28:49.7263079Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_duration_historical.lambda.json' 2024-08-22T20:28:49.7263891Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_duration_historical_percentile.lambda.json' 2024-08-22T20:28:49.7264589Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_percentile.lambda.json' 2024-08-22T20:28:49.7265312Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_duration_avg.lambda.json' 2024-08-22T20:28:49.7266118Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_duration_percentile.lambda.json' 2024-08-22T20:28:49.7266826Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_load.lambda.json' 2024-08-22T20:28:49.7267403Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics' 2024-08-22T20:28:49.7268100Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/docker_jobs_red.sql' 2024-08-22T20:28:49.7268850Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/docker_jobs_red_past_day.sql' 2024-08-22T20:28:49.7269555Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/nightly_jobs_red.sql' 2024-08-22T20:28:49.7270298Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/nightly_jobs_red_by_name.sql' 2024-08-22T20:28:49.7271066Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/nightly_jobs_red_by_platform.sql' 2024-08-22T20:28:49.7271816Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/nightly_jobs_red_past_day.sql' 2024-08-22T20:28:49.7272529Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/validation_jobs_red.sql' 2024-08-22T20:28:49.7273299Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/validation_jobs_red_past_day.sql' 2024-08-22T20:28:49.7273928Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql' 2024-08-22T20:28:49.7274637Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/docker_jobs_red.lambda.json' 2024-08-22T20:28:49.7275501Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/docker_jobs_red_past_day.lambda.json' 2024-08-22T20:28:49.7276224Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/nightly_jobs_red.lambda.json' 2024-08-22T20:28:49.7276994Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/nightly_jobs_red_by_name.lambda.json' 2024-08-22T20:28:49.7277793Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/nightly_jobs_red_by_platform.lambda.json' 2024-08-22T20:28:49.7278697Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/nightly_jobs_red_past_day.lambda.json' 2024-08-22T20:28:49.7279441Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/validation_jobs_red.lambda.json' 2024-08-22T20:28:49.7280243Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/validation_jobs_red_past_day.lambda.json' 2024-08-22T20:28:49.7280843Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies' 2024-08-22T20:28:49.7281432Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/prodVersions.json' 2024-08-22T20:28:49.7282187Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/ci_wait_time.sql' 2024-08-22T20:28:49.7283035Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/monthly_contribution_stats.sql' 2024-08-22T20:28:49.7283788Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/num_reverts.sql' 2024-08-22T20:28:49.7284728Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/number_of_force_pushes_historical.sql' 2024-08-22T20:28:49.7285890Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/strict_lag_historical.sql' 2024-08-22T20:28:49.7288292Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/time_to_merge.sql' 2024-08-22T20:28:49.7290506Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/time_to_review.sql' 2024-08-22T20:28:49.7292956Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/time_to_signal.sql' 2024-08-22T20:28:49.7295474Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/ttrs_percentiles.sql' 2024-08-22T20:28:49.7297872Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql' 2024-08-22T20:28:49.7300164Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/ci_wait_time.lambda.json' 2024-08-22T20:28:49.7302483Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/monthly_contribution_stats.lambda.json' 2024-08-22T20:28:49.7305027Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/num_reverts.lambda.json' 2024-08-22T20:28:49.7307706Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/number_of_force_pushes_historical.lambda.json' 2024-08-22T20:28:49.7310509Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/strict_lag_historical.lambda.json' 2024-08-22T20:28:49.7313117Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/time_to_merge.lambda.json' 2024-08-22T20:28:49.7315652Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/time_to_review.lambda.json' 2024-08-22T20:28:49.7318085Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/time_to_signal.lambda.json' 2024-08-22T20:28:49.7319860Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/ttrs_percentiles.lambda.json' 2024-08-22T20:28:49.7321552Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis' 2024-08-22T20:28:49.7323080Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_list_userbenchmarks.sql' 2024-08-22T20:28:49.7324763Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_userbenchmark_list_commits.sql' 2024-08-22T20:28:49.7326535Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_userbenchmark_query_metrics.sql' 2024-08-22T20:28:49.7328048Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql' 2024-08-22T20:28:49.7329573Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_list_userbenchmarks.lambda.json' 2024-08-22T20:28:49.7331309Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_userbenchmark_list_commits.lambda.json' 2024-08-22T20:28:49.7333145Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_userbenchmark_query_metrics.lambda.json' 2024-08-22T20:28:49.7334720Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench' 2024-08-22T20:28:49.7336235Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization.sql' 2024-08-22T20:28:49.7338071Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization_by_activity.sql' 2024-08-22T20:28:49.7340011Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization_by_repo.sql' 2024-08-22T20:28:49.7341573Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql' 2024-08-22T20:28:49.7343225Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization.lambda.json' 2024-08-22T20:28:49.7344950Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization_by_activity.lambda.json' 2024-08-22T20:28:49.7346745Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization_by_repo.lambda.json' 2024-08-22T20:28:49.7348323Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization' 2024-08-22T20:28:49.7349629Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset' 2024-08-22T20:28:49.7350949Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/backfillJobs.mjs' 2024-08-22T20:28:49.7352300Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/checkRockset.mjs' 2024-08-22T20:28:49.7354028Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/deleteOldQueryLambdaVersions.mjs' 2024-08-22T20:28:49.7355697Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/downloadQueryLambda.mjs' 2024-08-22T20:28:49.7357418Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/pushRocksetTags.mjs' 2024-08-22T20:28:49.7358811Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/updateQueueTimes.mjs' 2024-08-22T20:28:49.7360205Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/updateSlowTests.mjs' 2024-08-22T20:28:49.7361770Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/uploadQueryLambda.mjs' 2024-08-22T20:28:49.7363132Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts' 2024-08-22T20:28:49.7364351Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/styles/globals.css' 2024-08-22T20:28:49.7365665Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/styles' 2024-08-22T20:28:49.7366940Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/autoCcBot.test.ts' 2024-08-22T20:28:49.7368239Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/autoLabelBot.test.ts' 2024-08-22T20:28:49.7369782Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2024-08-22T20:28:49.7371289Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2024-08-22T20:28:49.7372819Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/closeCommands.test.ts' 2024-08-22T20:28:49.7374200Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2024-08-22T20:28:49.7375578Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/common.ts' 2024-08-22T20:28:49.7377093Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/disableFlakyBot.test.ts' 2024-08-22T20:28:49.7378586Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drci.test.ts' 2024-08-22T20:28:49.7379976Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drciBot.test.ts' 2024-08-22T20:28:49.7381345Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drciUtils.test.ts' 2024-08-22T20:28:49.7382666Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/config.json' 2024-08-22T20:28:49.7383957Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issue.json' 2024-08-22T20:28:49.7385410Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issue_comment.json' 2024-08-22T20:28:49.7386850Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issues.labeled.json' 2024-08-22T20:28:49.7388363Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issues.opened.json' 2024-08-22T20:28:49.7389826Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/known_labels.json' 2024-08-22T20:28:49.7391234Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_files.json' 2024-08-22T20:28:49.7392691Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.closed.json' 2024-08-22T20:28:49.7394279Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2024-08-22T20:28:49.7395765Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.opened.json' 2024-08-22T20:28:49.7397395Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2024-08-22T20:28:49.7399019Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2024-08-22T20:28:49.7400514Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_comment.json' 2024-08-22T20:28:49.7402030Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_review.json' 2024-08-22T20:28:49.7403717Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2024-08-22T20:28:49.7405367Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2024-08-22T20:28:49.7406853Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2024-08-22T20:28:49.7408520Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2024-08-22T20:28:49.7410203Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2024-08-22T20:28:49.7411910Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2024-08-22T20:28:49.7413670Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2024-08-22T20:28:49.7415259Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger' 2024-08-22T20:28:49.7416693Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push.json' 2024-08-22T20:28:49.7418147Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/workflow_jobs.json' 2024-08-22T20:28:49.7419647Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2024-08-22T20:28:49.7421068Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures' 2024-08-22T20:28:49.7422451Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/jobUtils.test.ts' 2024-08-22T20:28:49.7423839Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/labelCommands.test.ts' 2024-08-22T20:28:49.7425192Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/mergeCommands.test.ts' 2024-08-22T20:28:49.7426601Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/metricUtils.test.ts' 2024-08-22T20:28:49.7427876Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/reporter.js' 2024-08-22T20:28:49.7429107Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/retryBot.test.ts' 2024-08-22T20:28:49.7430514Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/searchUtils.test.ts' 2024-08-22T20:28:49.7431863Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/stripApprovals.test.ts' 2024-08-22T20:28:49.7433223Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/subscriptions.test.ts' 2024-08-22T20:28:49.7434728Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2024-08-22T20:28:49.7436076Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/utils.ts' 2024-08-22T20:28:49.7437498Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2024-08-22T20:28:49.7438984Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test' 2024-08-22T20:28:49.7440210Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/tsconfig.json' 2024-08-22T20:28:49.7441538Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/types/next-auth-d.ts' 2024-08-22T20:28:49.7442787Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/types' 2024-08-22T20:28:49.7444052Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/yarn.lock' 2024-08-22T20:28:49.7445261Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci' 2024-08-22T20:28:49.7446413Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:28:49.7447449Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch' 2024-08-22T20:28:49.7448478Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2024-08-22T20:28:49.7449673Z ##[endgroup] 2024-08-22T20:28:49.7572642Z ##[group]Run actions/checkout@v3 2024-08-22T20:28:49.7573179Z with: 2024-08-22T20:28:49.7573567Z repository: pytorch/test-infra 2024-08-22T20:28:49.7574068Z path: test-infra 2024-08-22T20:28:49.7574486Z submodules: recursive 2024-08-22T20:28:49.7575119Z token: *** 2024-08-22T20:28:49.7575549Z ssh-strict: true 2024-08-22T20:28:49.7575979Z persist-credentials: true 2024-08-22T20:28:49.7576421Z clean: true 2024-08-22T20:28:49.7576844Z sparse-checkout-cone-mode: true 2024-08-22T20:28:49.7577331Z fetch-depth: 1 2024-08-22T20:28:49.7577723Z fetch-tags: false 2024-08-22T20:28:49.7578135Z lfs: false 2024-08-22T20:28:49.7578540Z set-safe-directory: true 2024-08-22T20:28:49.7578969Z env: 2024-08-22T20:28:49.7579494Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:49.7580066Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:49.7580627Z PR_NUMBER: 1044 2024-08-22T20:28:49.7582518Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:49.7584317Z ##[endgroup] 2024-08-22T20:28:49.8650120Z Syncing repository: pytorch/test-infra 2024-08-22T20:28:49.8651091Z ##[group]Getting Git version info 2024-08-22T20:28:49.8652144Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:28:49.8653224Z [command]/usr/bin/git version 2024-08-22T20:28:49.8654105Z git version 2.40.1 2024-08-22T20:28:49.8656084Z ##[endgroup] 2024-08-22T20:28:49.8669289Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/302e430c-3aeb-4683-aa1e-61947d96e8e8' before making global git config changes 2024-08-22T20:28:49.8670748Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:28:49.8674093Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:49.8720745Z ##[group]Initializing the repository 2024-08-22T20:28:49.8723764Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:49.8770569Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:28:49.8771901Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:28:49.8772792Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:28:49.8773559Z hint: 2024-08-22T20:28:49.8774147Z hint: git config --global init.defaultBranch 2024-08-22T20:28:49.8774677Z hint: 2024-08-22T20:28:49.8775373Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:28:49.8776464Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:28:49.8777303Z hint: 2024-08-22T20:28:49.8777927Z hint: git branch -m 2024-08-22T20:28:49.8778870Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2024-08-22T20:28:49.8784653Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-08-22T20:28:49.8830850Z ##[endgroup] 2024-08-22T20:28:49.8831634Z ##[group]Disabling automatic garbage collection 2024-08-22T20:28:49.8832882Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:28:49.8875182Z ##[endgroup] 2024-08-22T20:28:49.8875994Z ##[group]Setting up auth 2024-08-22T20:28:49.8880215Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:28:49.8924312Z [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' || :" 2024-08-22T20:28:49.9283047Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:28:49.9324992Z [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' || :" 2024-08-22T20:28:49.9675092Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:49.9732820Z ##[endgroup] 2024-08-22T20:28:49.9733498Z ##[group]Determining the default branch 2024-08-22T20:28:49.9736245Z Retrieving the default branch name 2024-08-22T20:28:50.1395068Z Default branch 'main' 2024-08-22T20:28:50.1395917Z ##[endgroup] 2024-08-22T20:28:50.1396701Z ##[group]Fetching the repository 2024-08-22T20:28:50.1403615Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2024-08-22T20:28:50.3284687Z remote: Enumerating objects: 1649, done. 2024-08-22T20:28:50.3286311Z remote: Counting objects: 0% (1/1649) 2024-08-22T20:28:50.3287499Z remote: Counting objects: 1% (17/1649) 2024-08-22T20:28:50.3288243Z remote: Counting objects: 2% (33/1649) 2024-08-22T20:28:50.3289107Z remote: Counting objects: 3% (50/1649) 2024-08-22T20:28:50.3289928Z remote: Counting objects: 4% (66/1649) 2024-08-22T20:28:50.3290519Z remote: Counting objects: 5% (83/1649) 2024-08-22T20:28:50.3291173Z remote: Counting objects: 6% (99/1649) 2024-08-22T20:28:50.3291794Z remote: Counting objects: 7% (116/1649) 2024-08-22T20:28:50.3292366Z remote: Counting objects: 8% (132/1649) 2024-08-22T20:28:50.3293086Z remote: Counting objects: 9% (149/1649) 2024-08-22T20:28:50.3293680Z remote: Counting objects: 10% (165/1649) 2024-08-22T20:28:50.3294231Z remote: Counting objects: 11% (182/1649) 2024-08-22T20:28:50.3294891Z remote: Counting objects: 12% (198/1649) 2024-08-22T20:28:50.3295491Z remote: Counting objects: 13% (215/1649) 2024-08-22T20:28:50.3296086Z remote: Counting objects: 14% (231/1649) 2024-08-22T20:28:50.3296787Z remote: Counting objects: 15% (248/1649) 2024-08-22T20:28:50.3297348Z remote: Counting objects: 16% (264/1649) 2024-08-22T20:28:50.3297942Z remote: Counting objects: 17% (281/1649) 2024-08-22T20:28:50.3298681Z remote: Counting objects: 18% (297/1649) 2024-08-22T20:28:50.3299291Z remote: Counting objects: 19% (314/1649) 2024-08-22T20:28:50.3300018Z remote: Counting objects: 20% (330/1649) 2024-08-22T20:28:50.3300688Z remote: Counting objects: 21% (347/1649) 2024-08-22T20:28:50.3301279Z remote: Counting objects: 22% (363/1649) 2024-08-22T20:28:50.3301855Z remote: Counting objects: 23% (380/1649) 2024-08-22T20:28:50.3302502Z remote: Counting objects: 24% (396/1649) 2024-08-22T20:28:50.3303103Z remote: Counting objects: 25% (413/1649) 2024-08-22T20:28:50.3303689Z remote: Counting objects: 26% (429/1649) 2024-08-22T20:28:50.3304335Z remote: Counting objects: 27% (446/1649) 2024-08-22T20:28:50.3305014Z remote: Counting objects: 28% (462/1649) 2024-08-22T20:28:50.3305718Z remote: Counting objects: 29% (479/1649) 2024-08-22T20:28:50.3306581Z remote: Counting objects: 30% (495/1649) 2024-08-22T20:28:50.3307563Z remote: Counting objects: 31% (512/1649) 2024-08-22T20:28:50.3308196Z remote: Counting objects: 32% (528/1649) 2024-08-22T20:28:50.3308796Z remote: Counting objects: 33% (545/1649) 2024-08-22T20:28:50.3309468Z remote: Counting objects: 34% (561/1649) 2024-08-22T20:28:50.3310251Z remote: Counting objects: 35% (578/1649) 2024-08-22T20:28:50.3310850Z remote: Counting objects: 36% (594/1649) 2024-08-22T20:28:50.3311464Z remote: Counting objects: 37% (611/1649) 2024-08-22T20:28:50.3312063Z remote: Counting objects: 38% (627/1649) 2024-08-22T20:28:50.3312896Z remote: Counting objects: 39% (644/1649) 2024-08-22T20:28:50.3313498Z remote: Counting objects: 40% (660/1649) 2024-08-22T20:28:50.3314102Z remote: Counting objects: 41% (677/1649) 2024-08-22T20:28:50.3314713Z remote: Counting objects: 42% (693/1649) 2024-08-22T20:28:50.3315305Z remote: Counting objects: 43% (710/1649) 2024-08-22T20:28:50.3315949Z remote: Counting objects: 44% (726/1649) 2024-08-22T20:28:50.3316573Z remote: Counting objects: 45% (743/1649) 2024-08-22T20:28:50.3317155Z remote: Counting objects: 46% (759/1649) 2024-08-22T20:28:50.3317783Z remote: Counting objects: 47% (776/1649) 2024-08-22T20:28:50.3318361Z remote: Counting objects: 48% (792/1649) 2024-08-22T20:28:50.3318946Z remote: Counting objects: 49% (809/1649) 2024-08-22T20:28:50.3319596Z remote: Counting objects: 50% (825/1649) 2024-08-22T20:28:50.3320229Z remote: Counting objects: 51% (841/1649) 2024-08-22T20:28:50.3320823Z remote: Counting objects: 52% (858/1649) 2024-08-22T20:28:50.3321482Z remote: Counting objects: 53% (874/1649) 2024-08-22T20:28:50.3322027Z remote: Counting objects: 54% (891/1649) 2024-08-22T20:28:50.3322610Z remote: Counting objects: 55% (907/1649) 2024-08-22T20:28:50.3323281Z remote: Counting objects: 56% (924/1649) 2024-08-22T20:28:50.3323827Z remote: Counting objects: 57% (940/1649) 2024-08-22T20:28:50.3324412Z remote: Counting objects: 58% (957/1649) 2024-08-22T20:28:50.3325067Z remote: Counting objects: 59% (973/1649) 2024-08-22T20:28:50.3325615Z remote: Counting objects: 60% (990/1649) 2024-08-22T20:28:50.3326208Z remote: Counting objects: 61% (1006/1649) 2024-08-22T20:28:50.3326966Z remote: Counting objects: 62% (1023/1649) 2024-08-22T20:28:50.3327572Z remote: Counting objects: 63% (1039/1649) 2024-08-22T20:28:50.3328148Z remote: Counting objects: 64% (1056/1649) 2024-08-22T20:28:50.3328835Z remote: Counting objects: 65% (1072/1649) 2024-08-22T20:28:50.3329435Z remote: Counting objects: 66% (1089/1649) 2024-08-22T20:28:50.3330021Z remote: Counting objects: 67% (1105/1649) 2024-08-22T20:28:50.3330677Z remote: Counting objects: 68% (1122/1649) 2024-08-22T20:28:50.3331289Z remote: Counting objects: 69% (1138/1649) 2024-08-22T20:28:50.3331878Z remote: Counting objects: 70% (1155/1649) 2024-08-22T20:28:50.3332529Z remote: Counting objects: 71% (1171/1649) 2024-08-22T20:28:50.3333125Z remote: Counting objects: 72% (1188/1649) 2024-08-22T20:28:50.3333706Z remote: Counting objects: 73% (1204/1649) 2024-08-22T20:28:50.3334439Z remote: Counting objects: 74% (1221/1649) 2024-08-22T20:28:50.3335042Z remote: Counting objects: 75% (1237/1649) 2024-08-22T20:28:50.3335629Z remote: Counting objects: 76% (1254/1649) 2024-08-22T20:28:50.3336284Z remote: Counting objects: 77% (1270/1649) 2024-08-22T20:28:50.3336905Z remote: Counting objects: 78% (1287/1649) 2024-08-22T20:28:50.3337466Z remote: Counting objects: 79% (1303/1649) 2024-08-22T20:28:50.3338124Z remote: Counting objects: 80% (1320/1649) 2024-08-22T20:28:50.3338744Z remote: Counting objects: 81% (1336/1649) 2024-08-22T20:28:50.3339470Z remote: Counting objects: 82% (1353/1649) 2024-08-22T20:28:50.3340138Z remote: Counting objects: 83% (1369/1649) 2024-08-22T20:28:50.3340763Z remote: Counting objects: 84% (1386/1649) 2024-08-22T20:28:50.3341431Z remote: Counting objects: 85% (1402/1649) 2024-08-22T20:28:50.3342038Z remote: Counting objects: 86% (1419/1649) 2024-08-22T20:28:50.3342657Z remote: Counting objects: 87% (1435/1649) 2024-08-22T20:28:50.3343248Z remote: Counting objects: 88% (1452/1649) 2024-08-22T20:28:50.3343876Z remote: Counting objects: 89% (1468/1649) 2024-08-22T20:28:50.3344562Z remote: Counting objects: 90% (1485/1649) 2024-08-22T20:28:50.3345166Z remote: Counting objects: 91% (1501/1649) 2024-08-22T20:28:50.3345806Z remote: Counting objects: 92% (1518/1649) 2024-08-22T20:28:50.3346403Z remote: Counting objects: 93% (1534/1649) 2024-08-22T20:28:50.3347022Z remote: Counting objects: 94% (1551/1649) 2024-08-22T20:28:50.3347643Z remote: Counting objects: 95% (1567/1649) 2024-08-22T20:28:50.3348241Z remote: Counting objects: 96% (1584/1649) 2024-08-22T20:28:50.3349002Z remote: Counting objects: 97% (1600/1649) 2024-08-22T20:28:50.3349632Z remote: Counting objects: 98% (1617/1649) 2024-08-22T20:28:50.3350233Z remote: Counting objects: 99% (1633/1649) 2024-08-22T20:28:50.3350853Z remote: Counting objects: 100% (1649/1649) 2024-08-22T20:28:50.3351508Z remote: Counting objects: 100% (1649/1649), done. 2024-08-22T20:28:50.3352153Z remote: Compressing objects: 0% (1/1259) 2024-08-22T20:28:50.3352797Z remote: Compressing objects: 1% (13/1259) 2024-08-22T20:28:50.3353489Z remote: Compressing objects: 2% (26/1259) 2024-08-22T20:28:50.3354350Z remote: Compressing objects: 3% (38/1259) 2024-08-22T20:28:50.3354975Z remote: Compressing objects: 4% (51/1259) 2024-08-22T20:28:50.3355649Z remote: Compressing objects: 5% (63/1259) 2024-08-22T20:28:50.3356336Z remote: Compressing objects: 6% (76/1259) 2024-08-22T20:28:50.3357005Z remote: Compressing objects: 7% (89/1259) 2024-08-22T20:28:50.3357683Z remote: Compressing objects: 8% (101/1259) 2024-08-22T20:28:50.3358305Z remote: Compressing objects: 9% (114/1259) 2024-08-22T20:28:50.3358933Z remote: Compressing objects: 10% (126/1259) 2024-08-22T20:28:50.3359624Z remote: Compressing objects: 11% (139/1259) 2024-08-22T20:28:50.3360237Z remote: Compressing objects: 12% (152/1259) 2024-08-22T20:28:50.3360856Z remote: Compressing objects: 13% (164/1259) 2024-08-22T20:28:50.3361551Z remote: Compressing objects: 14% (177/1259) 2024-08-22T20:28:50.3362141Z remote: Compressing objects: 15% (189/1259) 2024-08-22T20:28:50.3362767Z remote: Compressing objects: 16% (202/1259) 2024-08-22T20:28:50.3363457Z remote: Compressing objects: 17% (215/1259) 2024-08-22T20:28:50.3364129Z remote: Compressing objects: 18% (227/1259) 2024-08-22T20:28:50.3364759Z remote: Compressing objects: 19% (240/1259) 2024-08-22T20:28:50.3365446Z remote: Compressing objects: 20% (252/1259) 2024-08-22T20:28:50.3366061Z remote: Compressing objects: 21% (265/1259) 2024-08-22T20:28:50.3366646Z remote: Compressing objects: 22% (277/1259) 2024-08-22T20:28:50.3367333Z remote: Compressing objects: 23% (290/1259) 2024-08-22T20:28:50.3367947Z remote: Compressing objects: 24% (303/1259) 2024-08-22T20:28:50.3368529Z remote: Compressing objects: 25% (315/1259) 2024-08-22T20:28:50.3369220Z remote: Compressing objects: 26% (328/1259) 2024-08-22T20:28:50.3369849Z remote: Compressing objects: 27% (340/1259) 2024-08-22T20:28:50.3370432Z remote: Compressing objects: 28% (353/1259) 2024-08-22T20:28:50.3371123Z remote: Compressing objects: 29% (366/1259) 2024-08-22T20:28:50.3371816Z remote: Compressing objects: 30% (378/1259) 2024-08-22T20:28:50.3372564Z remote: Compressing objects: 31% (391/1259) 2024-08-22T20:28:50.3373233Z remote: Compressing objects: 32% (403/1259) 2024-08-22T20:28:50.3373852Z remote: Compressing objects: 33% (416/1259) 2024-08-22T20:28:50.3374458Z remote: Compressing objects: 34% (429/1259) 2024-08-22T20:28:50.3375126Z remote: Compressing objects: 35% (441/1259) 2024-08-22T20:28:50.3375769Z remote: Compressing objects: 36% (454/1259) 2024-08-22T20:28:50.3376351Z remote: Compressing objects: 37% (466/1259) 2024-08-22T20:28:50.3377027Z remote: Compressing objects: 38% (479/1259) 2024-08-22T20:28:50.3377803Z remote: Compressing objects: 39% (492/1259) 2024-08-22T20:28:50.3378481Z remote: Compressing objects: 40% (504/1259) 2024-08-22T20:28:50.3379141Z remote: Compressing objects: 41% (517/1259) 2024-08-22T20:28:50.3379858Z remote: Compressing objects: 42% (529/1259) 2024-08-22T20:28:50.3380546Z remote: Compressing objects: 43% (542/1259) 2024-08-22T20:28:50.3381130Z remote: Compressing objects: 44% (554/1259) 2024-08-22T20:28:50.3381767Z remote: Compressing objects: 45% (567/1259) 2024-08-22T20:28:50.3382430Z remote: Compressing objects: 46% (580/1259) 2024-08-22T20:28:50.3383038Z remote: Compressing objects: 47% (592/1259) 2024-08-22T20:28:50.3383660Z remote: Compressing objects: 48% (605/1259) 2024-08-22T20:28:50.3384347Z remote: Compressing objects: 49% (617/1259) 2024-08-22T20:28:50.3384955Z remote: Compressing objects: 50% (630/1259) 2024-08-22T20:28:50.3385579Z remote: Compressing objects: 51% (643/1259) 2024-08-22T20:28:50.3386333Z remote: Compressing objects: 52% (655/1259) 2024-08-22T20:28:50.3386938Z remote: Compressing objects: 53% (668/1259) 2024-08-22T20:28:50.3387555Z remote: Compressing objects: 54% (680/1259) 2024-08-22T20:28:50.3388225Z remote: Compressing objects: 55% (693/1259) 2024-08-22T20:28:50.3388846Z remote: Compressing objects: 56% (706/1259) 2024-08-22T20:28:50.3389463Z remote: Compressing objects: 57% (718/1259) 2024-08-22T20:28:50.3390154Z remote: Compressing objects: 58% (731/1259) 2024-08-22T20:28:50.3390782Z remote: Compressing objects: 59% (743/1259) 2024-08-22T20:28:50.3391398Z remote: Compressing objects: 60% (756/1259) 2024-08-22T20:28:50.3392083Z remote: Compressing objects: 61% (768/1259) 2024-08-22T20:28:50.3392705Z remote: Compressing objects: 62% (781/1259) 2024-08-22T20:28:50.3393290Z remote: Compressing objects: 63% (794/1259) 2024-08-22T20:28:50.3394052Z remote: Compressing objects: 64% (806/1259) 2024-08-22T20:28:50.3394673Z remote: Compressing objects: 65% (819/1259) 2024-08-22T20:28:50.3395254Z remote: Compressing objects: 66% (831/1259) 2024-08-22T20:28:50.3395954Z remote: Compressing objects: 67% (844/1259) 2024-08-22T20:28:50.3396578Z remote: Compressing objects: 68% (857/1259) 2024-08-22T20:28:50.3397218Z remote: Compressing objects: 69% (869/1259) 2024-08-22T20:28:50.3397843Z remote: Compressing objects: 70% (882/1259) 2024-08-22T20:28:50.3398462Z remote: Compressing objects: 71% (894/1259) 2024-08-22T20:28:50.3399099Z remote: Compressing objects: 72% (907/1259) 2024-08-22T20:28:50.3399723Z remote: Compressing objects: 73% (920/1259) 2024-08-22T20:28:50.3400345Z remote: Compressing objects: 74% (932/1259) 2024-08-22T20:28:50.3400983Z remote: Compressing objects: 75% (945/1259) 2024-08-22T20:28:50.3401689Z remote: Compressing objects: 76% (957/1259) 2024-08-22T20:28:50.3402307Z remote: Compressing objects: 77% (970/1259) 2024-08-22T20:28:50.3402946Z remote: Compressing objects: 78% (983/1259) 2024-08-22T20:28:50.3403576Z remote: Compressing objects: 79% (995/1259) 2024-08-22T20:28:50.3404203Z remote: Compressing objects: 80% (1008/1259) 2024-08-22T20:28:50.3404956Z remote: Compressing objects: 81% (1020/1259) 2024-08-22T20:28:50.3405611Z remote: Compressing objects: 82% (1033/1259) 2024-08-22T20:28:50.3406265Z remote: Compressing objects: 83% (1045/1259) 2024-08-22T20:28:50.3406899Z remote: Compressing objects: 84% (1058/1259) 2024-08-22T20:28:50.3407546Z remote: Compressing objects: 85% (1071/1259) 2024-08-22T20:28:50.3408206Z remote: Compressing objects: 86% (1083/1259) 2024-08-22T20:28:50.3408898Z remote: Compressing objects: 87% (1096/1259) 2024-08-22T20:28:50.3409713Z remote: Compressing objects: 88% (1108/1259) 2024-08-22T20:28:50.3410310Z remote: Compressing objects: 89% (1121/1259) 2024-08-22T20:28:50.3410938Z remote: Compressing objects: 90% (1134/1259) 2024-08-22T20:28:50.3411642Z remote: Compressing objects: 91% (1146/1259) 2024-08-22T20:28:50.3412244Z remote: Compressing objects: 92% (1159/1259) 2024-08-22T20:28:50.3412870Z remote: Compressing objects: 93% (1171/1259) 2024-08-22T20:28:50.3413568Z remote: Compressing objects: 94% (1184/1259) 2024-08-22T20:28:50.3414158Z remote: Compressing objects: 95% (1197/1259) 2024-08-22T20:28:50.3414779Z remote: Compressing objects: 96% (1209/1259) 2024-08-22T20:28:50.3415495Z remote: Compressing objects: 97% (1222/1259) 2024-08-22T20:28:50.3416092Z remote: Compressing objects: 98% (1234/1259) 2024-08-22T20:28:50.3416843Z remote: Compressing objects: 99% (1247/1259) 2024-08-22T20:28:50.3417543Z remote: Compressing objects: 100% (1259/1259) 2024-08-22T20:28:50.3418174Z remote: Compressing objects: 100% (1259/1259), done. 2024-08-22T20:28:50.3418819Z Receiving objects: 0% (1/1649) 2024-08-22T20:28:50.3419362Z Receiving objects: 1% (17/1649) 2024-08-22T20:28:50.3428094Z Receiving objects: 2% (33/1649) 2024-08-22T20:28:50.3432877Z Receiving objects: 3% (50/1649) 2024-08-22T20:28:50.3448244Z Receiving objects: 4% (66/1649) 2024-08-22T20:28:50.3461877Z Receiving objects: 5% (83/1649) 2024-08-22T20:28:50.3466940Z Receiving objects: 6% (99/1649) 2024-08-22T20:28:50.3469864Z Receiving objects: 7% (116/1649) 2024-08-22T20:28:50.3471625Z Receiving objects: 8% (132/1649) 2024-08-22T20:28:50.3484172Z Receiving objects: 9% (149/1649) 2024-08-22T20:28:50.3487286Z Receiving objects: 10% (165/1649) 2024-08-22T20:28:50.3490296Z Receiving objects: 11% (182/1649) 2024-08-22T20:28:50.3493026Z Receiving objects: 12% (198/1649) 2024-08-22T20:28:50.3721717Z Receiving objects: 13% (215/1649) 2024-08-22T20:28:50.3798727Z Receiving objects: 14% (231/1649) 2024-08-22T20:28:50.3802139Z Receiving objects: 15% (248/1649) 2024-08-22T20:28:50.3806391Z Receiving objects: 16% (264/1649) 2024-08-22T20:28:50.3810467Z Receiving objects: 17% (281/1649) 2024-08-22T20:28:50.3846904Z Receiving objects: 18% (297/1649) 2024-08-22T20:28:50.3858365Z Receiving objects: 19% (314/1649) 2024-08-22T20:28:50.3858945Z Receiving objects: 20% (330/1649) 2024-08-22T20:28:50.3863636Z Receiving objects: 21% (347/1649) 2024-08-22T20:28:50.3866854Z Receiving objects: 22% (363/1649) 2024-08-22T20:28:50.3870343Z Receiving objects: 23% (380/1649) 2024-08-22T20:28:50.3880277Z Receiving objects: 24% (396/1649) 2024-08-22T20:28:50.3896187Z Receiving objects: 25% (413/1649) 2024-08-22T20:28:50.3898769Z Receiving objects: 26% (429/1649) 2024-08-22T20:28:50.3900001Z Receiving objects: 27% (446/1649) 2024-08-22T20:28:50.3907180Z Receiving objects: 28% (462/1649) 2024-08-22T20:28:50.3909581Z Receiving objects: 29% (479/1649) 2024-08-22T20:28:50.3918521Z Receiving objects: 30% (495/1649) 2024-08-22T20:28:50.3925239Z Receiving objects: 31% (512/1649) 2024-08-22T20:28:50.3931301Z Receiving objects: 32% (528/1649) 2024-08-22T20:28:50.3939348Z Receiving objects: 33% (545/1649) 2024-08-22T20:28:50.3940145Z Receiving objects: 34% (561/1649) 2024-08-22T20:28:50.3942598Z Receiving objects: 35% (578/1649) 2024-08-22T20:28:50.3947912Z Receiving objects: 36% (594/1649) 2024-08-22T20:28:50.3954487Z Receiving objects: 37% (611/1649) 2024-08-22T20:28:50.3957452Z Receiving objects: 38% (627/1649) 2024-08-22T20:28:50.3962074Z Receiving objects: 39% (644/1649) 2024-08-22T20:28:50.3966943Z Receiving objects: 40% (660/1649) 2024-08-22T20:28:50.3971479Z Receiving objects: 41% (677/1649) 2024-08-22T20:28:50.3975679Z Receiving objects: 42% (693/1649) 2024-08-22T20:28:50.3978913Z Receiving objects: 43% (710/1649) 2024-08-22T20:28:50.3981650Z Receiving objects: 44% (726/1649) 2024-08-22T20:28:50.3985150Z Receiving objects: 45% (743/1649) 2024-08-22T20:28:50.3989716Z Receiving objects: 46% (759/1649) 2024-08-22T20:28:50.3992003Z Receiving objects: 47% (776/1649) 2024-08-22T20:28:50.3995004Z Receiving objects: 48% (792/1649) 2024-08-22T20:28:50.3998356Z Receiving objects: 49% (809/1649) 2024-08-22T20:28:50.4002578Z Receiving objects: 50% (825/1649) 2024-08-22T20:28:50.4005536Z Receiving objects: 51% (841/1649) 2024-08-22T20:28:50.4007915Z Receiving objects: 52% (858/1649) 2024-08-22T20:28:50.4012818Z Receiving objects: 53% (874/1649) 2024-08-22T20:28:50.4016413Z Receiving objects: 54% (891/1649) 2024-08-22T20:28:50.4017648Z Receiving objects: 55% (907/1649) 2024-08-22T20:28:50.4020592Z Receiving objects: 56% (924/1649) 2024-08-22T20:28:50.4024069Z Receiving objects: 57% (940/1649) 2024-08-22T20:28:50.4029517Z Receiving objects: 58% (957/1649) 2024-08-22T20:28:50.4037337Z Receiving objects: 59% (973/1649) 2024-08-22T20:28:50.4040796Z Receiving objects: 60% (990/1649) 2024-08-22T20:28:50.4044281Z Receiving objects: 61% (1006/1649) 2024-08-22T20:28:50.4047731Z Receiving objects: 62% (1023/1649) 2024-08-22T20:28:50.4052990Z Receiving objects: 63% (1039/1649) 2024-08-22T20:28:50.4058855Z Receiving objects: 64% (1056/1649) 2024-08-22T20:28:50.4063063Z Receiving objects: 65% (1072/1649) 2024-08-22T20:28:50.4065150Z Receiving objects: 66% (1089/1649) 2024-08-22T20:28:50.4069175Z Receiving objects: 67% (1105/1649) 2024-08-22T20:28:50.4073337Z Receiving objects: 68% (1122/1649) 2024-08-22T20:28:50.4079176Z Receiving objects: 69% (1138/1649) 2024-08-22T20:28:50.4084548Z Receiving objects: 70% (1155/1649) 2024-08-22T20:28:50.4092234Z Receiving objects: 71% (1171/1649) 2024-08-22T20:28:50.4099802Z Receiving objects: 72% (1188/1649) 2024-08-22T20:28:50.4137054Z Receiving objects: 73% (1204/1649) 2024-08-22T20:28:50.4142490Z Receiving objects: 74% (1221/1649) 2024-08-22T20:28:50.4223659Z Receiving objects: 75% (1237/1649) 2024-08-22T20:28:50.4224833Z Receiving objects: 76% (1254/1649) 2024-08-22T20:28:50.4230974Z Receiving objects: 77% (1270/1649) 2024-08-22T20:28:50.4231794Z Receiving objects: 78% (1287/1649) 2024-08-22T20:28:50.4234428Z Receiving objects: 79% (1303/1649) 2024-08-22T20:28:50.4240052Z Receiving objects: 80% (1320/1649) 2024-08-22T20:28:50.4248644Z Receiving objects: 81% (1336/1649) 2024-08-22T20:28:50.4290234Z Receiving objects: 82% (1353/1649) 2024-08-22T20:28:50.4292288Z Receiving objects: 83% (1369/1649) 2024-08-22T20:28:50.4294998Z Receiving objects: 84% (1386/1649) 2024-08-22T20:28:50.4297182Z Receiving objects: 85% (1402/1649) 2024-08-22T20:28:50.4297774Z Receiving objects: 86% (1419/1649) 2024-08-22T20:28:50.4298246Z Receiving objects: 87% (1435/1649) 2024-08-22T20:28:50.4299127Z Receiving objects: 88% (1452/1649) 2024-08-22T20:28:50.4302266Z Receiving objects: 89% (1468/1649) 2024-08-22T20:28:50.4304479Z Receiving objects: 90% (1485/1649) 2024-08-22T20:28:50.4305145Z Receiving objects: 91% (1501/1649) 2024-08-22T20:28:50.4305788Z Receiving objects: 92% (1518/1649) 2024-08-22T20:28:50.4306776Z Receiving objects: 93% (1534/1649) 2024-08-22T20:28:50.4309737Z Receiving objects: 94% (1551/1649) 2024-08-22T20:28:50.4310368Z Receiving objects: 95% (1567/1649) 2024-08-22T20:28:50.4316959Z Receiving objects: 96% (1584/1649) 2024-08-22T20:28:50.4328649Z Receiving objects: 97% (1600/1649) 2024-08-22T20:28:50.4339178Z Receiving objects: 98% (1617/1649) 2024-08-22T20:28:50.4359825Z Receiving objects: 99% (1633/1649) 2024-08-22T20:28:50.4361015Z remote: Total 1649 (delta 372), reused 1070 (delta 268), pack-reused 0 (from 0) 2024-08-22T20:28:50.4375173Z Receiving objects: 100% (1649/1649) 2024-08-22T20:28:50.4375848Z Receiving objects: 100% (1649/1649), 2.83 MiB | 27.10 MiB/s, done. 2024-08-22T20:28:50.4381223Z Resolving deltas: 0% (0/372) 2024-08-22T20:28:50.4383488Z Resolving deltas: 1% (4/372) 2024-08-22T20:28:50.4384060Z Resolving deltas: 2% (8/372) 2024-08-22T20:28:50.4384650Z Resolving deltas: 3% (12/372) 2024-08-22T20:28:50.4386803Z Resolving deltas: 4% (17/372) 2024-08-22T20:28:50.4388115Z Resolving deltas: 5% (19/372) 2024-08-22T20:28:50.4388969Z Resolving deltas: 6% (24/372) 2024-08-22T20:28:50.4389923Z Resolving deltas: 7% (27/372) 2024-08-22T20:28:50.4391049Z Resolving deltas: 8% (30/372) 2024-08-22T20:28:50.4393334Z Resolving deltas: 9% (34/372) 2024-08-22T20:28:50.4394085Z Resolving deltas: 10% (38/372) 2024-08-22T20:28:50.4394731Z Resolving deltas: 11% (41/372) 2024-08-22T20:28:50.4395789Z Resolving deltas: 12% (45/372) 2024-08-22T20:28:50.4397327Z Resolving deltas: 13% (49/372) 2024-08-22T20:28:50.4398062Z Resolving deltas: 14% (53/372) 2024-08-22T20:28:50.4399151Z Resolving deltas: 15% (56/372) 2024-08-22T20:28:50.4401422Z Resolving deltas: 16% (60/372) 2024-08-22T20:28:50.4412005Z Resolving deltas: 17% (65/372) 2024-08-22T20:28:50.4415197Z Resolving deltas: 18% (67/372) 2024-08-22T20:28:50.4415848Z Resolving deltas: 19% (72/372) 2024-08-22T20:28:50.4416424Z Resolving deltas: 20% (75/372) 2024-08-22T20:28:50.4417092Z Resolving deltas: 21% (79/372) 2024-08-22T20:28:50.4417722Z Resolving deltas: 22% (82/372) 2024-08-22T20:28:50.4418266Z Resolving deltas: 23% (87/372) 2024-08-22T20:28:50.4419638Z Resolving deltas: 24% (90/372) 2024-08-22T20:28:50.4420233Z Resolving deltas: 25% (94/372) 2024-08-22T20:28:50.4422686Z Resolving deltas: 26% (97/372) 2024-08-22T20:28:50.4423182Z Resolving deltas: 27% (102/372) 2024-08-22T20:28:50.4423766Z Resolving deltas: 28% (105/372) 2024-08-22T20:28:50.4424254Z Resolving deltas: 29% (108/372) 2024-08-22T20:28:50.4430716Z Resolving deltas: 30% (113/372) 2024-08-22T20:28:50.4432191Z Resolving deltas: 31% (116/372) 2024-08-22T20:28:50.4433497Z Resolving deltas: 32% (120/372) 2024-08-22T20:28:50.4434064Z Resolving deltas: 33% (123/372) 2024-08-22T20:28:50.4436123Z Resolving deltas: 34% (127/372) 2024-08-22T20:28:50.4436965Z Resolving deltas: 35% (131/372) 2024-08-22T20:28:50.4438037Z Resolving deltas: 36% (134/372) 2024-08-22T20:28:50.4438574Z Resolving deltas: 37% (138/372) 2024-08-22T20:28:50.4440482Z Resolving deltas: 38% (142/372) 2024-08-22T20:28:50.4441330Z Resolving deltas: 39% (146/372) 2024-08-22T20:28:50.4443335Z Resolving deltas: 40% (149/372) 2024-08-22T20:28:50.4443850Z Resolving deltas: 41% (153/372) 2024-08-22T20:28:50.4444570Z Resolving deltas: 42% (157/372) 2024-08-22T20:28:50.4445797Z Resolving deltas: 43% (160/372) 2024-08-22T20:28:50.4447090Z Resolving deltas: 44% (164/372) 2024-08-22T20:28:50.4448020Z Resolving deltas: 45% (168/372) 2024-08-22T20:28:50.4448658Z Resolving deltas: 46% (173/372) 2024-08-22T20:28:50.4449400Z Resolving deltas: 47% (175/372) 2024-08-22T20:28:50.4449995Z Resolving deltas: 48% (179/372) 2024-08-22T20:28:50.4450985Z Resolving deltas: 49% (183/372) 2024-08-22T20:28:50.4451923Z Resolving deltas: 50% (186/372) 2024-08-22T20:28:50.4452591Z Resolving deltas: 51% (191/372) 2024-08-22T20:28:50.4453581Z Resolving deltas: 52% (194/372) 2024-08-22T20:28:50.4455826Z Resolving deltas: 53% (198/372) 2024-08-22T20:28:50.4456690Z Resolving deltas: 54% (201/372) 2024-08-22T20:28:50.4458741Z Resolving deltas: 55% (206/372) 2024-08-22T20:28:50.4459382Z Resolving deltas: 56% (210/372) 2024-08-22T20:28:50.4460077Z Resolving deltas: 57% (213/372) 2024-08-22T20:28:50.4462433Z Resolving deltas: 58% (216/372) 2024-08-22T20:28:50.4463375Z Resolving deltas: 59% (220/372) 2024-08-22T20:28:50.4464608Z Resolving deltas: 60% (224/372) 2024-08-22T20:28:50.4465589Z Resolving deltas: 61% (228/372) 2024-08-22T20:28:50.4466621Z Resolving deltas: 62% (231/372) 2024-08-22T20:28:50.4468612Z Resolving deltas: 63% (235/372) 2024-08-22T20:28:50.4469244Z Resolving deltas: 64% (239/372) 2024-08-22T20:28:50.4472025Z Resolving deltas: 65% (242/372) 2024-08-22T20:28:50.4472680Z Resolving deltas: 66% (246/372) 2024-08-22T20:28:50.4473138Z Resolving deltas: 67% (251/372) 2024-08-22T20:28:50.4473838Z Resolving deltas: 68% (253/372) 2024-08-22T20:28:50.4474895Z Resolving deltas: 69% (257/372) 2024-08-22T20:28:50.4475479Z Resolving deltas: 70% (261/372) 2024-08-22T20:28:50.4476114Z Resolving deltas: 71% (265/372) 2024-08-22T20:28:50.4477087Z Resolving deltas: 72% (268/372) 2024-08-22T20:28:50.4477798Z Resolving deltas: 73% (272/372) 2024-08-22T20:28:50.4478555Z Resolving deltas: 74% (276/372) 2024-08-22T20:28:50.4479173Z Resolving deltas: 75% (279/372) 2024-08-22T20:28:50.4479754Z Resolving deltas: 76% (284/372) 2024-08-22T20:28:50.4480552Z Resolving deltas: 77% (287/372) 2024-08-22T20:28:50.4481098Z Resolving deltas: 78% (291/372) 2024-08-22T20:28:50.4481653Z Resolving deltas: 79% (296/372) 2024-08-22T20:28:50.4482346Z Resolving deltas: 80% (298/372) 2024-08-22T20:28:50.4482841Z Resolving deltas: 81% (304/372) 2024-08-22T20:28:50.4483416Z Resolving deltas: 83% (309/372) 2024-08-22T20:28:50.4484012Z Resolving deltas: 84% (313/372) 2024-08-22T20:28:50.4484498Z Resolving deltas: 85% (317/372) 2024-08-22T20:28:50.4485130Z Resolving deltas: 86% (320/372) 2024-08-22T20:28:50.4485784Z Resolving deltas: 87% (324/372) 2024-08-22T20:28:50.4486395Z Resolving deltas: 88% (328/372) 2024-08-22T20:28:50.4487080Z Resolving deltas: 89% (332/372) 2024-08-22T20:28:50.4487790Z Resolving deltas: 90% (335/372) 2024-08-22T20:28:50.4488507Z Resolving deltas: 91% (339/372) 2024-08-22T20:28:50.4489327Z Resolving deltas: 92% (343/372) 2024-08-22T20:28:50.4489995Z Resolving deltas: 93% (346/372) 2024-08-22T20:28:50.4490579Z Resolving deltas: 94% (350/372) 2024-08-22T20:28:50.4491598Z Resolving deltas: 95% (355/372) 2024-08-22T20:28:50.4492860Z Resolving deltas: 97% (361/372) 2024-08-22T20:28:50.4493614Z Resolving deltas: 98% (365/372) 2024-08-22T20:28:50.4498162Z Resolving deltas: 99% (369/372) 2024-08-22T20:28:50.4499386Z Resolving deltas: 100% (372/372) 2024-08-22T20:28:50.4500017Z Resolving deltas: 100% (372/372), done. 2024-08-22T20:28:50.4742932Z From https://github.com/pytorch/test-infra 2024-08-22T20:28:50.4743603Z * [new branch] main -> origin/main 2024-08-22T20:28:50.4771905Z ##[endgroup] 2024-08-22T20:28:50.4772606Z ##[group]Determining the checkout info 2024-08-22T20:28:50.4773732Z ##[endgroup] 2024-08-22T20:28:50.4774487Z ##[group]Checking out the ref 2024-08-22T20:28:50.4777794Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-08-22T20:28:50.5988593Z Switched to a new branch 'main' 2024-08-22T20:28:50.5989269Z branch 'main' set up to track 'origin/main'. 2024-08-22T20:28:50.6001475Z ##[endgroup] 2024-08-22T20:28:50.6002390Z ##[group]Setting up auth for fetching submodules 2024-08-22T20:28:50.6005953Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:50.6067676Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-22T20:28:50.6114625Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-22T20:28:50.6162107Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-22T20:28:50.6205668Z ##[endgroup] 2024-08-22T20:28:50.6206614Z ##[group]Fetching submodules 2024-08-22T20:28:50.6208740Z [command]/usr/bin/git submodule sync --recursive 2024-08-22T20:28:50.6574338Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-08-22T20:28:50.6937261Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-22T20:28:50.7295212Z ##[endgroup] 2024-08-22T20:28:50.7296183Z ##[group]Persisting credentials for submodules 2024-08-22T20:28:50.7300765Z [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' || :" 2024-08-22T20:28:50.7655187Z [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" 2024-08-22T20:28:50.8015008Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-22T20:28:50.8374978Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-22T20:28:50.8735813Z ##[endgroup] 2024-08-22T20:28:50.8785265Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:28:50.8824682Z '6dab351bed7d1c647665a8b8e883ec5b1c973feb' 2024-08-22T20:28:50.9131868Z Prepare all required actions 2024-08-22T20:28:50.9132424Z Getting action download info 2024-08-22T20:28:51.0305285Z Download action repository 'pytorch/test-infra@main' (SHA:6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:28:51.4846711Z Getting action download info 2024-08-22T20:28:51.5613215Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-22T20:28:51.7079239Z ##[group]Run ./test-infra/.github/actions/setup-linux 2024-08-22T20:28:51.7079707Z env: 2024-08-22T20:28:51.7080034Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:51.7080488Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:51.7080865Z PR_NUMBER: 1044 2024-08-22T20:28:51.7082541Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:51.7084256Z ##[endgroup] 2024-08-22T20:28:51.7280197Z ##[group]Run set -euo pipefail 2024-08-22T20:28:51.7280603Z set -euo pipefail 2024-08-22T20:28:51.7280983Z function get_ec2_metadata() { 2024-08-22T20:28:51.7281513Z  # Pulled from instance metadata endpoint for EC2 2024-08-22T20:28:51.7282393Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-22T20:28:51.7283147Z  category=$1 2024-08-22T20:28:51.7283662Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-22T20:28:51.7284223Z } 2024-08-22T20:28:51.7284567Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-22T20:28:51.7285140Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-22T20:28:51.7285780Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-22T20:28:51.7286352Z echo "system info $(uname -a)" 2024-08-22T20:28:51.7295294Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:51.7295788Z env: 2024-08-22T20:28:51.7296111Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:51.7296564Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:51.7296940Z PR_NUMBER: 1044 2024-08-22T20:28:51.7298598Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:51.7300423Z ##[endgroup] 2024-08-22T20:28:51.7397101Z ami-id: ami-06c68f701d8090592 2024-08-22T20:28:51.7453217Z instance-id: i-066ba5765137eb169 2024-08-22T20:28:51.7505403Z instance-type: g5.4xlarge 2024-08-22T20:28:51.7518576Z system info Linux ip-10-0-68-106.ec2.internal 6.1.94-99.176.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 18 14:57:56 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-08-22T20:28:51.7550504Z ##[group]Run if systemctl is-active --quiet docker; then 2024-08-22T20:28:51.7551102Z if systemctl is-active --quiet docker; then 2024-08-22T20:28:51.7551632Z  echo "Docker daemon is running..."; 2024-08-22T20:28:51.7552072Z else 2024-08-22T20:28:51.7552547Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-08-22T20:28:51.7553120Z fi 2024-08-22T20:28:51.7562423Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:51.7562910Z env: 2024-08-22T20:28:51.7563233Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:51.7563694Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:51.7564063Z PR_NUMBER: 1044 2024-08-22T20:28:51.7565893Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:51.7567620Z ##[endgroup] 2024-08-22T20:28:51.7651771Z Docker daemon is running... 2024-08-22T20:28:51.7678985Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:51.7679842Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:51.7680578Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2024-08-22T20:28:51.7681449Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2024-08-22T20:28:51.7682435Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-08-22T20:28:51.7691483Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:51.7691985Z env: 2024-08-22T20:28:51.7692320Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:51.7692770Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:51.7693145Z PR_NUMBER: 1044 2024-08-22T20:28:51.7694778Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:51.7696507Z AWS_RETRY_MODE: standard 2024-08-22T20:28:51.7696848Z AWS_MAX_ATTEMPTS: 5 2024-08-22T20:28:51.7697187Z AWS_DEFAULT_REGION: us-east-1 2024-08-22T20:28:51.7697552Z ##[endgroup] 2024-08-22T20:28:52.8421622Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:28:52.8422564Z Configure a credential helper to remove this warning. See 2024-08-22T20:28:52.8423533Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:28:52.8424091Z 2024-08-22T20:28:52.8424211Z Login Succeeded 2024-08-22T20:28:52.8475425Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:52.8476222Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:52.8476949Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:52.8486180Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:52.8486667Z env: 2024-08-22T20:28:52.8486990Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:52.8487449Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:52.8487823Z PR_NUMBER: 1044 2024-08-22T20:28:52.8489511Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:52.8491449Z ##[endgroup] 2024-08-22T20:28:52.8585046Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:52.8585672Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:52.8586200Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:52.8586681Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:52.8587292Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:52.8587853Z  2024-08-22T20:28:52.8588252Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-08-22T20:28:52.8588829Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:52.8589329Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:52.8589978Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:52.8590575Z  2024-08-22T20:28:52.8591104Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2024-08-22T20:28:52.8591581Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:52.8592023Z mkdir -p "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:52.8592566Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:52.8601060Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:52.8601548Z env: 2024-08-22T20:28:52.8601859Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:52.8602313Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:52.8602686Z PR_NUMBER: 1044 2024-08-22T20:28:52.8604305Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:52.8605987Z ##[endgroup] 2024-08-22T20:28:53.0677898Z ##[group]Run needs=0 2024-08-22T20:28:53.0678237Z needs=0 2024-08-22T20:28:53.0678747Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2024-08-22T20:28:53.0679344Z  needs=1 2024-08-22T20:28:53.0679638Z fi 2024-08-22T20:28:53.0679977Z echo "does=${needs}" >> $GITHUB_OUTPUT 2024-08-22T20:28:53.0688815Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:53.0689303Z env: 2024-08-22T20:28:53.0689624Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:53.0690090Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:53.0690461Z PR_NUMBER: 1044 2024-08-22T20:28:53.0692146Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:53.0694232Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:53.0695007Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:53.0695737Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:53.0696245Z ##[endgroup] 2024-08-22T20:28:53.0996422Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-08-22T20:28:53.0996971Z with: 2024-08-22T20:28:53.0997272Z driver-version: 550.54.15 2024-08-22T20:28:53.0997607Z env: 2024-08-22T20:28:53.0997918Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:53.0998375Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:53.0998750Z PR_NUMBER: 1044 2024-08-22T20:28:53.1000411Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:53.1002496Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:53.1003261Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:53.1003980Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:53.1004478Z ##[endgroup] 2024-08-22T20:28:53.1047861Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-22T20:28:53.1048410Z with: 2024-08-22T20:28:53.1048679Z timeout_minutes: 10 2024-08-22T20:28:53.1048995Z max_attempts: 3 2024-08-22T20:28:53.1081695Z command: # Is it disgusting to have a full shell script here in this github action? Sure # But is it the best way to make it so that this action relies on nothing else? Absolutely set -eou pipefail DISTRIBUTION=$(. /etc/os-release;echo $ID$VERSION_ID) DRIVER_FN="NVIDIA-Linux-x86_64-${DRIVER_VERSION}.run" install_nvidia_docker2_amzn2() { ( set -x # Needed for yum-config-manager sudo yum install -y yum-utils if [[ "${DISTRIBUTION}" == "amzn2023" ]] ; then YUM_REPO_URL="https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo" else # Amazon Linux 2 YUM_REPO_URL="https://nvidia.github.io/nvidia-docker/${DISTRIBUTION}/nvidia-docker.repo" fi sudo yum-config-manager --add-repo "${YUM_REPO_URL}" sudo yum install -y nvidia-docker2 sudo systemctl restart docker ) } install_nvidia_docker2_ubuntu20() { ( set -x # Install nvidia-driver package if not installed status="$(dpkg-query -W --showformat='${db:Status-Status}' nvidia-docker2 2>&1)" if [ ! $? = 0 ] || [ ! "$status" = installed ]; then sudo apt-get install -y nvidia-docker2 sudo systemctl restart docker fi ) } pre_install_nvidia_driver_amzn2() { ( # Purge any nvidia driver installed from RHEL repo sudo yum remove -y nvidia-driver-latest-dkms ) } install_nvidia_driver_common() { ( # Try to gather more information about the runner and its existing NVIDIA driver if any echo "Before installing NVIDIA driver" lspci lsmod modinfo nvidia || true HAS_NVIDIA_DRIVER=0 # Check if NVIDIA driver has already been installed if [ -x "$(command -v nvidia-smi)" ]; then set +e # The driver exists, check its version next. Also check only the first GPU if there are more than one of them # so that the same driver version is not print over multiple lines INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then echo "Failed to get NVIDIA driver version ($INSTALLED_DRIVER_VERSION). Continuing" elif [ "$INSTALLED_DRIVER_VERSION" != "$DRIVER_VERSION" ]; then echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has been installed, but we expect to have $DRIVER_VERSION instead. Continuing" else HAS_NVIDIA_DRIVER=1 echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has already been installed. Skipping NVIDIA driver installation" fi set -e fi if [ "$HAS_NVIDIA_DRIVER" -eq 0 ]; then # CAUTION: this may need to be updated in future if [ "${DISTRIBUTION}" != ubuntu20.04 ]; then sudo yum groupinstall -y "Development Tools" # ensure our kernel install is the same as our underlying kernel, # groupinstall "Development Tools" has a habit of mismatching kernel headers sudo yum install -y "kernel-devel-uname-r == $(uname -r)" sudo modprobe backlight fi sudo curl -fsL -o /tmp/nvidia_driver "https://s3.amazonaws.com/ossci-linux/nvidia_driver/$DRIVER_FN" set +e sudo /bin/bash /tmp/nvidia_driver -s --no-drm NVIDIA_INSTALLATION_STATUS=$? RESET_GPU=0 if [ "$NVIDIA_INSTALLATION_STATUS" -ne 0 ]; then sudo cat /var/log/nvidia-installer.log # Fail to install NVIDIA driver, try to reset the GPU RESET_GPU=1 elif [ -x "$(command -v nvidia-smi)" ]; then # Check again if nvidia-smi works even if the driver installation completes successfully INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then RESET_GPU=1 fi fi if [ "$RESET_GPU" -eq 1 ]; then NVIDIA_DEVICES=$(lspci -D | grep -i NVIDIA | cut -d' ' -f1) # The GPU can get stuck in a failure state if somehow the test crashs the GPU microcode. When this # happens, we'll try to reset all NVIDIA devices https://github.com/pytorch/pytorch/issues/88388 for PCI_ID in $NVIDIA_DEVICES; do DEVICE_ENABLED=$(cat /sys/bus/pci/devices/$PCI_ID/enable) echo "Reseting $PCI_ID (enabled state: $DEVICE_ENABLED)" # This requires sudo permission of course echo "1" | sudo tee /sys/bus/pci/devices/$PCI_ID/reset sleep 1 done fi sudo rm -fv /tmp/nvidia_driver set -e fi ) } post_install_nvidia_driver_common() { ( sudo modprobe nvidia || true echo "After installing NVIDIA driver" lspci lsmod modinfo nvidia || true ( set +e nvidia-smi # NB: Annoyingly, nvidia-smi command returns successfully with return code 0 even in # the case where the driver has already crashed as it still can get the driver version # and some basic information like the bus ID. However, the rest of the information # would be missing (ERR!), for example: # # +-----------------------------------------------------------------------------+ # | NVIDIA-SMI 525.89.02 Driver Version: 525.89.02 CUDA Version: 12.0 | # |-------------------------------+----------------------+----------------------+ # | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | # | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | # | | | MIG M. | # |===============================+======================+======================| # | 0 ERR! Off | 00000000:00:1E.0 Off | ERR! | # |ERR! ERR! ERR! ERR! / ERR! | 4184MiB / 23028MiB | ERR! Default | # | | | ERR! | # +-------------------------------+----------------------+----------------------+ # # +-----------------------------------------------------------------------------+ # | Processes: | # | GPU GI CI PID Type Process name GPU Memory | # | ID ID Usage | # |=============================================================================| # +-----------------------------------------------------------------------------+ # # This should be reported as a failure instead as it will guarantee to fail when # Docker tries to run with --gpus all # # So, the correct check here is to query one of the missing piece of info like # GPU name, so that the command can fail accordingly nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 NVIDIA_SMI_STATUS=$? # Allowable exit statuses for nvidia-smi, see: https://github.com/NVIDIA/gpu-operator/issues/285 if [ "$NVIDIA_SMI_STATUS" -eq 0 ] || [ "$NVIDIA_SMI_STATUS" -eq 14 ]; then echo "INFO: Ignoring allowed status ${NVIDIA_SMI_STATUS}" else echo "ERROR: nvidia-smi exited with unresolved status ${NVIDIA_SMI_STATUS}" exit ${NVIDIA_SMI_STATUS} fi set -e ) ) } install_nvidia_driver_amzn2() { ( set -x pre_install_nvidia_driver_amzn2 install_nvidia_driver_common post_install_nvidia_driver_common ) } install_nvidia_driver_ubuntu20() { ( set -x install_nvidia_driver_common post_install_nvidia_driver_common ) } echo "== Installing nvidia driver ${DRIVER_FN} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_driver_amzn2 ;; ubuntu20.04) install_nvidia_driver_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac # Install container toolkit based on distribution echo "== Installing nvidia container toolkit for ${DISTRIBUTION} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_docker2_amzn2 ;; ubuntu20.04) install_nvidia_docker2_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac echo "GPU_FLAG=--gpus all -e NVIDIA_DRIVER_CAPABILITIES=all" >> "${GITHUB_ENV}" # Fix https://github.com/NVIDIA/nvidia-docker/issues/1648 on runners with # more than one GPUs. This just needs to be run once. The command fails # on subsequent runs and complains that the mode is already on, but that's # ok sudo nvidia-persistenced || true # This should show persistence mode ON nvidia-smi 2024-08-22T20:28:53.1114597Z retry_wait_seconds: 10 2024-08-22T20:28:53.1114953Z polling_interval_seconds: 1 2024-08-22T20:28:53.1115321Z warning_on_retry: true 2024-08-22T20:28:53.1115658Z continue_on_error: false 2024-08-22T20:28:53.1115987Z env: 2024-08-22T20:28:53.1116303Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:53.1116749Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:53.1117118Z PR_NUMBER: 1044 2024-08-22T20:28:53.1118728Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:53.1120601Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:53.1121362Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:53.1122076Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:53.1122595Z DRIVER_VERSION: 550.54.15 2024-08-22T20:28:53.1122923Z ##[endgroup] 2024-08-22T20:28:53.1933646Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-08-22T20:28:53.1934259Z + pre_install_nvidia_driver_amzn2 2024-08-22T20:28:53.1935433Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-08-22T20:28:53.5388693Z No match for argument: nvidia-driver-latest-dkms 2024-08-22T20:28:53.5389359Z No packages marked for removal. 2024-08-22T20:28:53.5452856Z Dependencies resolved. 2024-08-22T20:28:53.5465146Z Nothing to do. 2024-08-22T20:28:53.5465523Z Complete! 2024-08-22T20:28:53.5775796Z + install_nvidia_driver_common 2024-08-22T20:28:53.5779567Z + echo 'Before installing NVIDIA driver' 2024-08-22T20:28:53.5780141Z Before installing NVIDIA driver 2024-08-22T20:28:53.5781877Z + lspci 2024-08-22T20:28:53.5888451Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:28:53.5889454Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:28:53.5890470Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:28:53.5891264Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:28:53.5892068Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:28:53.5892853Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:28:53.5893570Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:28:53.5894373Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:28:53.5894957Z + lsmod 2024-08-22T20:28:53.5938987Z Module Size Used by 2024-08-22T20:28:53.5985208Z veth 36864 0 2024-08-22T20:28:53.5985701Z nvidia_modeset 1351680 0 2024-08-22T20:28:53.5986692Z video 65536 1 nvidia_modeset 2024-08-22T20:28:53.5987284Z wmi 36864 1 video 2024-08-22T20:28:53.5987806Z nvidia_uvm 4706304 0 2024-08-22T20:28:53.5988382Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:28:53.5989001Z drm 602112 1 nvidia 2024-08-22T20:28:53.5989593Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:28:53.5990274Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:28:53.5990806Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:28:53.5991225Z xt_conntrack 16384 1 2024-08-22T20:28:53.5991599Z nft_chain_nat 16384 3 2024-08-22T20:28:53.5992038Z xt_MASQUERADE 20480 1 2024-08-22T20:28:53.5992488Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:28:53.5992974Z nf_conntrack_netlink 57344 0 2024-08-22T20:28:53.5993554Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:28:53.5994201Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:28:53.5994661Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:28:53.5995092Z xfrm_user 57344 1 2024-08-22T20:28:53.5995472Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:28:53.5995886Z xt_addrtype 16384 2 2024-08-22T20:28:53.5996257Z nft_compat 20480 4 2024-08-22T20:28:53.5996704Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:28:53.5997309Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:28:53.5997900Z br_netfilter 36864 0 2024-08-22T20:28:53.5998296Z bridge 307200 1 br_netfilter 2024-08-22T20:28:53.5998733Z stp 16384 1 bridge 2024-08-22T20:28:53.5999147Z llc 16384 2 bridge,stp 2024-08-22T20:28:53.5999549Z overlay 167936 0 2024-08-22T20:28:53.5999908Z tls 114688 0 2024-08-22T20:28:53.6000282Z sunrpc 692224 1 2024-08-22T20:28:53.6000637Z nls_ascii 16384 1 2024-08-22T20:28:53.6000999Z nls_cp437 20480 1 2024-08-22T20:28:53.6001359Z vfat 24576 1 2024-08-22T20:28:53.6001716Z fat 86016 1 vfat 2024-08-22T20:28:53.6002102Z ena 167936 0 2024-08-22T20:28:53.6002465Z ghash_clmulni_intel 16384 0 2024-08-22T20:28:53.6002837Z ptp 36864 1 ena 2024-08-22T20:28:53.6003230Z pps_core 24576 1 ptp 2024-08-22T20:28:53.6003618Z aesni_intel 393216 0 2024-08-22T20:28:53.6003973Z i8042 45056 0 2024-08-22T20:28:53.6004336Z serio 28672 3 i8042 2024-08-22T20:28:53.6004754Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:28:53.6005258Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:28:53.6005749Z button 24576 0 2024-08-22T20:28:53.6006112Z sch_fq_codel 20480 17 2024-08-22T20:28:53.6006674Z dm_mod 188416 0 2024-08-22T20:28:53.6007033Z fuse 163840 1 2024-08-22T20:28:53.6007394Z configfs 57344 1 2024-08-22T20:28:53.6007760Z dax 45056 1 dm_mod 2024-08-22T20:28:53.6008153Z loop 36864 0 2024-08-22T20:28:53.6008514Z dmi_sysfs 20480 0 2024-08-22T20:28:53.6008874Z crc32_pclmul 16384 0 2024-08-22T20:28:53.6009236Z crc32c_intel 24576 0 2024-08-22T20:28:53.6009599Z efivarfs 24576 1 2024-08-22T20:28:53.6009944Z + modinfo nvidia 2024-08-22T20:28:53.6010689Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:28:53.6011387Z alias: char-major-195-* 2024-08-22T20:28:53.6011755Z version: 550.54.15 2024-08-22T20:28:53.6012093Z supported: external 2024-08-22T20:28:53.6012426Z license: NVIDIA 2024-08-22T20:28:53.6012789Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:28:53.6013371Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:28:53.6013823Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:28:53.6014278Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:28:53.6014776Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:28:53.6015263Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:28:53.6015744Z depends: i2c-core,drm 2024-08-22T20:28:53.6016102Z retpoline: Y 2024-08-22T20:28:53.6016404Z name: nvidia 2024-08-22T20:28:53.6017005Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:28:53.6017699Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:28:53.6018337Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:28:53.6018918Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:28:53.6019350Z parm: NVreg_RmLogonRC:int 2024-08-22T20:28:53.6019888Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:28:53.6020341Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:28:53.6020768Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:28:53.6021199Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:28:53.6021709Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:28:53.6022266Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:28:53.6022738Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:28:53.6023154Z parm: NVreg_EnableMSI:int 2024-08-22T20:28:53.6023564Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:28:53.6024014Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:28:53.6024536Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:28:53.6025109Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:28:53.6025662Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:28:53.6026262Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:53.6026856Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:28:53.6027515Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:53.6028097Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:28:53.6028574Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:28:53.6029107Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:28:53.6029644Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:28:53.6030127Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:28:53.6030580Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:28:53.6031055Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:28:53.6031513Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:28:53.6031958Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:28:53.6032453Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:28:53.6032963Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:28:53.6033544Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:28:53.6034037Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:28:53.6034524Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:28:53.6035008Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:28:53.6035508Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:28:53.6035978Z parm: NVreg_RmMsg:charp 2024-08-22T20:28:53.6036386Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:28:53.6036857Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:28:53.6037365Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:28:53.6037815Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:28:53.6038293Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:28:53.6038751Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:28:53.6039201Z parm: rm_firmware_active:charp 2024-08-22T20:28:53.6039605Z + HAS_NVIDIA_DRIVER=0 2024-08-22T20:28:53.6039972Z ++ command -v nvidia-smi 2024-08-22T20:28:53.6040495Z + '[' -x /usr/bin/nvidia-smi ']' 2024-08-22T20:28:53.6040859Z + set +e 2024-08-22T20:28:53.6041353Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-08-22T20:28:53.6258505Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-08-22T20:28:53.6258995Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:28:53.6259559Z + '[' 0 -ne 0 ']' 2024-08-22T20:28:53.6259928Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-08-22T20:28:53.6260307Z + HAS_NVIDIA_DRIVER=1 2024-08-22T20:28:53.6261029Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-08-22T20:28:53.6261730Z + set -e 2024-08-22T20:28:53.6262035Z + '[' 1 -eq 0 ']' 2024-08-22T20:28:53.6262606Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-08-22T20:28:53.6263281Z + post_install_nvidia_driver_common 2024-08-22T20:28:53.6266367Z + sudo modprobe nvidia 2024-08-22T20:28:53.7848898Z + echo 'After installing NVIDIA driver' 2024-08-22T20:28:53.7849347Z + lspci 2024-08-22T20:28:53.7850155Z After installing NVIDIA driver 2024-08-22T20:28:53.7953589Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:28:53.7954672Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:28:53.7955618Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:28:53.7956419Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:28:53.7957310Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:28:53.7958358Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:28:53.7959334Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:28:53.7960425Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:28:53.7961033Z + lsmod 2024-08-22T20:28:53.7986432Z Module Size Used by 2024-08-22T20:28:53.7986928Z veth 36864 0 2024-08-22T20:28:53.7987298Z nvidia_modeset 1351680 0 2024-08-22T20:28:53.7987710Z video 65536 1 nvidia_modeset 2024-08-22T20:28:53.7988148Z wmi 36864 1 video 2024-08-22T20:28:53.7988551Z nvidia_uvm 4706304 0 2024-08-22T20:28:53.7988998Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:28:53.7989475Z drm 602112 1 nvidia 2024-08-22T20:28:53.7989902Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:28:53.7990551Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:28:53.7991103Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:28:53.7991514Z xt_conntrack 16384 1 2024-08-22T20:28:53.7991890Z nft_chain_nat 16384 3 2024-08-22T20:28:53.7992265Z xt_MASQUERADE 20480 1 2024-08-22T20:28:53.7992701Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:28:53.7993184Z nf_conntrack_netlink 57344 0 2024-08-22T20:28:53.7994089Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:28:53.7994725Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:28:53.7995171Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:28:53.7995590Z xfrm_user 57344 1 2024-08-22T20:28:53.7995979Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:28:53.7996389Z xt_addrtype 16384 2 2024-08-22T20:28:53.7996758Z nft_compat 20480 4 2024-08-22T20:28:53.7997208Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:28:53.7997807Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:28:53.7998345Z br_netfilter 36864 0 2024-08-22T20:28:53.7998753Z bridge 307200 1 br_netfilter 2024-08-22T20:28:53.7999178Z stp 16384 1 bridge 2024-08-22T20:28:53.7999597Z llc 16384 2 bridge,stp 2024-08-22T20:28:53.8000019Z overlay 167936 0 2024-08-22T20:28:53.8000548Z tls 114688 0 2024-08-22T20:28:53.8000918Z sunrpc 692224 1 2024-08-22T20:28:53.8001285Z nls_ascii 16384 1 2024-08-22T20:28:53.8001638Z nls_cp437 20480 1 2024-08-22T20:28:53.8001995Z vfat 24576 1 2024-08-22T20:28:53.8002355Z fat 86016 1 vfat 2024-08-22T20:28:53.8002730Z ena 167936 0 2024-08-22T20:28:53.8003095Z ghash_clmulni_intel 16384 0 2024-08-22T20:28:53.8003474Z ptp 36864 1 ena 2024-08-22T20:28:53.8003855Z pps_core 24576 1 ptp 2024-08-22T20:28:53.8004242Z aesni_intel 393216 0 2024-08-22T20:28:53.8004604Z i8042 45056 0 2024-08-22T20:28:53.8004963Z serio 28672 3 i8042 2024-08-22T20:28:53.8005379Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:28:53.8005914Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:28:53.8006407Z button 24576 0 2024-08-22T20:28:53.8006777Z sch_fq_codel 20480 17 2024-08-22T20:28:53.8007164Z dm_mod 188416 0 2024-08-22T20:28:53.8007555Z fuse 163840 1 2024-08-22T20:28:53.8007914Z configfs 57344 1 2024-08-22T20:28:53.8008284Z dax 45056 1 dm_mod 2024-08-22T20:28:53.8008666Z loop 36864 0 2024-08-22T20:28:53.8009025Z dmi_sysfs 20480 0 2024-08-22T20:28:53.8009391Z crc32_pclmul 16384 0 2024-08-22T20:28:53.8009745Z crc32c_intel 24576 0 2024-08-22T20:28:53.8010109Z efivarfs 24576 1 2024-08-22T20:28:53.8010495Z + modinfo nvidia 2024-08-22T20:28:53.8011159Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:28:53.8011913Z alias: char-major-195-* 2024-08-22T20:28:53.8012364Z version: 550.54.15 2024-08-22T20:28:53.8012727Z supported: external 2024-08-22T20:28:53.8013071Z license: NVIDIA 2024-08-22T20:28:53.8013447Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:28:53.8013919Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:28:53.8014371Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:28:53.8014833Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:28:53.8015323Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:28:53.8015794Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:28:53.8016302Z depends: i2c-core,drm 2024-08-22T20:28:53.8016658Z retpoline: Y 2024-08-22T20:28:53.8016950Z name: nvidia 2024-08-22T20:28:53.8017560Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:28:53.8018253Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:28:53.8018879Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:28:53.8019563Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:28:53.8020128Z parm: NVreg_RmLogonRC:int 2024-08-22T20:28:53.8020547Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:28:53.8020994Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:28:53.8021425Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:28:53.8021850Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:28:53.8022366Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:28:53.8022921Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:28:53.8023385Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:28:53.8023816Z parm: NVreg_EnableMSI:int 2024-08-22T20:28:53.8024227Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:28:53.8024672Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:28:53.8025198Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:28:53.8025775Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:28:53.8026321Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:28:53.8028278Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:53.8028896Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:28:53.8029497Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:53.8030082Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:28:53.8030571Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:28:53.8031090Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:28:53.8031629Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:28:53.8032120Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:28:53.8032574Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:28:53.8033050Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:28:53.8033512Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:28:53.8033951Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:28:53.8034436Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:28:53.8034972Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:28:53.8035447Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:28:53.8035917Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:28:53.8036413Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:28:53.8036892Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:28:53.8037426Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:28:53.8037895Z parm: NVreg_RmMsg:charp 2024-08-22T20:28:53.8038295Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:28:53.8038748Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:28:53.8039210Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:28:53.8039668Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:28:53.8040135Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:28:53.8040602Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:28:53.8041050Z parm: rm_firmware_active:charp 2024-08-22T20:28:53.8041458Z + set +e 2024-08-22T20:28:53.8041783Z + nvidia-smi 2024-08-22T20:28:53.8229166Z Thu Aug 22 20:28:53 2024 2024-08-22T20:28:53.8230023Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:53.8230868Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:28:53.8231671Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:53.8232475Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:28:53.8233368Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:28:53.8234051Z | | | MIG M. | 2024-08-22T20:28:53.8234595Z |=========================================+========================+======================| 2024-08-22T20:28:53.8451164Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:28:53.8451879Z | 0% 27C P8 15W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:28:53.8452524Z | | | N/A | 2024-08-22T20:28:53.8453230Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:53.8456292Z 2024-08-22T20:28:53.8456984Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:53.8457632Z | Processes: | 2024-08-22T20:28:53.8458406Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:28:53.8459101Z | ID ID Usage | 2024-08-22T20:28:53.8459945Z |=========================================================================================| 2024-08-22T20:28:53.8462547Z | No running processes found | 2024-08-22T20:28:53.8463336Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:54.1365641Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-08-22T20:28:54.1564649Z NVIDIA A10G 2024-08-22T20:28:54.1632114Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:28:54.1632749Z + '[' 0 -eq 0 ']' 2024-08-22T20:28:54.1633153Z + echo 'INFO: Ignoring allowed status 0' 2024-08-22T20:28:54.1633583Z + set -e 2024-08-22T20:28:54.1633876Z INFO: Ignoring allowed status 0 2024-08-22T20:28:54.1642271Z == Installing nvidia container toolkit for amzn2023 == 2024-08-22T20:28:54.1646223Z + sudo yum install -y yum-utils 2024-08-22T20:28:54.6219794Z Last metadata expiration check: 0:03:52 ago on Thu Aug 22 20:25:02 2024. 2024-08-22T20:28:54.6441649Z Package dnf-utils-4.3.0-13.amzn2023.0.4.noarch is already installed. 2024-08-22T20:28:54.6745400Z Dependencies resolved. 2024-08-22T20:28:54.6869043Z Nothing to do. 2024-08-22T20:28:54.6869393Z Complete! 2024-08-22T20:28:54.7243632Z + [[ amzn2023 == \a\m\z\n\2\0\2\3 ]] 2024-08-22T20:28:54.7244786Z + YUM_REPO_URL=https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:54.7246140Z + sudo yum-config-manager --add-repo https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:54.9582195Z Adding repo from: https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:55.0209729Z + sudo yum install -y nvidia-docker2 2024-08-22T20:28:55.5171791Z nvidia-container-toolkit 11 kB/s | 833 B 00:00 2024-08-22T20:28:55.5392107Z Package nvidia-docker2-2.14.0-1.noarch is already installed. 2024-08-22T20:28:55.5689268Z Dependencies resolved. 2024-08-22T20:28:55.5813584Z Nothing to do. 2024-08-22T20:28:55.5814202Z Complete! 2024-08-22T20:28:55.6196609Z + sudo systemctl restart docker 2024-08-22T20:28:57.8218678Z nvidia-persistenced failed to initialize. Check syslog for more details. 2024-08-22T20:28:57.8457208Z Thu Aug 22 20:28:57 2024 2024-08-22T20:28:57.8458124Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:57.8459080Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:28:57.8459956Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:57.8460764Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:28:57.8461652Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:28:57.8462336Z | | | MIG M. | 2024-08-22T20:28:57.8463860Z |=========================================+========================+======================| 2024-08-22T20:28:57.8678671Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:28:57.8680395Z | 0% 27C P8 15W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:28:57.8681754Z | | | N/A | 2024-08-22T20:28:57.8683037Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:57.8684767Z 2024-08-22T20:28:57.8686523Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:57.8687790Z | Processes: | 2024-08-22T20:28:57.8689115Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:28:57.8689802Z | ID ID Usage | 2024-08-22T20:28:57.8690527Z |=========================================================================================| 2024-08-22T20:28:57.8691371Z | No running processes found | 2024-08-22T20:28:57.8692186Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:58.1719217Z Command completed after 1 attempt(s). 2024-08-22T20:28:58.1800912Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:28:58.1801682Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:28:58.1802262Z # shellcheck disable=SC2046 2024-08-22T20:28:58.1802717Z docker stop $(docker ps -q) || true 2024-08-22T20:28:58.1803221Z # Prune all of the docker images 2024-08-22T20:28:58.1803659Z docker system prune -af 2024-08-22T20:28:58.1817716Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:58.1818213Z env: 2024-08-22T20:28:58.1818530Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:58.1819023Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:58.1819557Z PR_NUMBER: 1044 2024-08-22T20:28:58.1821240Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:58.1823152Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:58.1823925Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:58.1824664Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:58.1825292Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:58.1825762Z ##[endgroup] 2024-08-22T20:28:58.2146026Z "docker stop" requires at least 1 argument. 2024-08-22T20:28:58.2146952Z See 'docker stop --help'. 2024-08-22T20:28:58.2147264Z 2024-08-22T20:28:58.2147562Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-22T20:28:58.2148047Z 2024-08-22T20:28:58.2148240Z Stop one or more running containers 2024-08-22T20:28:58.2335994Z Total reclaimed space: 0B 2024-08-22T20:28:58.2410047Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2024-08-22T20:28:58.2410523Z with: 2024-08-22T20:28:58.2410984Z github-secret: *** 2024-08-22T20:28:58.2411915Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:28:58.2412926Z activate-with-label: false 2024-08-22T20:28:58.2413474Z label: with-ssh 2024-08-22T20:28:58.2413784Z remove-existing-keys: true 2024-08-22T20:28:58.2414145Z fail-silently: true 2024-08-22T20:28:58.2414452Z env: 2024-08-22T20:28:58.2414761Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:58.2415221Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:58.2415597Z PR_NUMBER: 1044 2024-08-22T20:28:58.2417303Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:58.2419251Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:58.2420164Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:58.2420887Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:58.2421510Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:58.2421975Z ##[endgroup] 2024-08-22T20:28:58.3245897Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-08-22T20:28:58.6218738Z Grabbing public ssh keys from https://github.com/kwen2501.keys 2024-08-22T20:28:58.6928319Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-08-22T20:28:58.6942401Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-08-22T20:28:58.6969269Z Login using: ssh ec2-user@ec2-100-28-211-55.compute-1.amazonaws.com 2024-08-22T20:28:58.6970277Z All testing is done inside the container, to start an interactive session run: 2024-08-22T20:28:58.6971144Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:28:58.7097010Z ##[group]Run actions/checkout@v3 2024-08-22T20:28:58.7097392Z with: 2024-08-22T20:28:58.7097676Z repository: pytorch/torchchat 2024-08-22T20:28:58.7098077Z ref: refs/pull/1044/merge 2024-08-22T20:28:58.7098429Z path: pytorch/torchchat 2024-08-22T20:28:58.7098770Z fetch-depth: 1 2024-08-22T20:28:58.7099185Z token: *** 2024-08-22T20:28:58.7099568Z ssh-strict: true 2024-08-22T20:28:58.7099897Z persist-credentials: true 2024-08-22T20:28:58.7100248Z clean: true 2024-08-22T20:28:58.7100557Z sparse-checkout-cone-mode: true 2024-08-22T20:28:58.7100945Z fetch-tags: false 2024-08-22T20:28:58.7101247Z lfs: false 2024-08-22T20:28:58.7101534Z set-safe-directory: true 2024-08-22T20:28:58.7101873Z env: 2024-08-22T20:28:58.7102186Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:58.7102638Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:58.7103011Z PR_NUMBER: 1044 2024-08-22T20:28:58.7104699Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:58.7106605Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:58.7107379Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:58.7108110Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:58.7108722Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:58.7109189Z ##[endgroup] 2024-08-22T20:28:58.7988237Z Syncing repository: pytorch/torchchat 2024-08-22T20:28:58.7998530Z ##[group]Getting Git version info 2024-08-22T20:28:58.7999414Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-08-22T20:28:58.8020546Z [command]/usr/bin/git version 2024-08-22T20:28:58.8070744Z git version 2.40.1 2024-08-22T20:28:58.8092176Z ##[endgroup] 2024-08-22T20:28:58.8106094Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/3cbcb4ca-1840-49f4-9171-cc4d1755dff2' before making global git config changes 2024-08-22T20:28:58.8107615Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:28:58.8110493Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:28:58.8154735Z ##[group]Initializing the repository 2024-08-22T20:28:58.8158078Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:28:58.8203321Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:28:58.8205416Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:28:58.8207165Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:28:58.8208316Z hint: 2024-08-22T20:28:58.8208798Z hint: git config --global init.defaultBranch 2024-08-22T20:28:58.8209250Z hint: 2024-08-22T20:28:58.8209783Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:28:58.8210632Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:28:58.8211233Z hint: 2024-08-22T20:28:58.8211672Z hint: git branch -m 2024-08-22T20:28:58.8212566Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-08-22T20:28:58.8215187Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:28:58.8259481Z ##[endgroup] 2024-08-22T20:28:58.8260048Z ##[group]Disabling automatic garbage collection 2024-08-22T20:28:58.8262587Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:28:58.8304540Z ##[endgroup] 2024-08-22T20:28:58.8305206Z ##[group]Setting up auth 2024-08-22T20:28:58.8310705Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:28:58.8355061Z [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' || :" 2024-08-22T20:28:58.8705012Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:28:58.8748008Z [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' || :" 2024-08-22T20:28:58.9111906Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:58.9171746Z ##[endgroup] 2024-08-22T20:28:58.9172302Z ##[group]Fetching the repository 2024-08-22T20:28:58.9179201Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/pull/1044/merge:refs/remotes/pull/1044/merge 2024-08-22T20:28:59.0919087Z remote: Enumerating objects: 237, done. 2024-08-22T20:28:59.0919794Z remote: Counting objects: 0% (1/237) 2024-08-22T20:28:59.0920478Z remote: Counting objects: 1% (3/237) 2024-08-22T20:28:59.0921129Z remote: Counting objects: 2% (5/237) 2024-08-22T20:28:59.0921764Z remote: Counting objects: 3% (8/237) 2024-08-22T20:28:59.0922403Z remote: Counting objects: 4% (10/237) 2024-08-22T20:28:59.0923055Z remote: Counting objects: 5% (12/237) 2024-08-22T20:28:59.0923701Z remote: Counting objects: 6% (15/237) 2024-08-22T20:28:59.0924349Z remote: Counting objects: 7% (17/237) 2024-08-22T20:28:59.0924970Z remote: Counting objects: 8% (19/237) 2024-08-22T20:28:59.0925605Z remote: Counting objects: 9% (22/237) 2024-08-22T20:28:59.0926256Z remote: Counting objects: 10% (24/237) 2024-08-22T20:28:59.0926882Z remote: Counting objects: 11% (27/237) 2024-08-22T20:28:59.0927407Z remote: Counting objects: 12% (29/237) 2024-08-22T20:28:59.0928131Z remote: Counting objects: 13% (31/237) 2024-08-22T20:28:59.0928618Z remote: Counting objects: 14% (34/237) 2024-08-22T20:28:59.0929096Z remote: Counting objects: 15% (36/237) 2024-08-22T20:28:59.0929645Z remote: Counting objects: 16% (38/237) 2024-08-22T20:28:59.0930132Z remote: Counting objects: 17% (41/237) 2024-08-22T20:28:59.0930614Z remote: Counting objects: 18% (43/237) 2024-08-22T20:28:59.0931093Z remote: Counting objects: 19% (46/237) 2024-08-22T20:28:59.0931580Z remote: Counting objects: 20% (48/237) 2024-08-22T20:28:59.0932065Z remote: Counting objects: 21% (50/237) 2024-08-22T20:28:59.0932545Z remote: Counting objects: 22% (53/237) 2024-08-22T20:28:59.0933029Z remote: Counting objects: 23% (55/237) 2024-08-22T20:28:59.0933520Z remote: Counting objects: 24% (57/237) 2024-08-22T20:28:59.0934000Z remote: Counting objects: 25% (60/237) 2024-08-22T20:28:59.0934488Z remote: Counting objects: 26% (62/237) 2024-08-22T20:28:59.0934979Z remote: Counting objects: 27% (64/237) 2024-08-22T20:28:59.0935456Z remote: Counting objects: 28% (67/237) 2024-08-22T20:28:59.0935940Z remote: Counting objects: 29% (69/237) 2024-08-22T20:28:59.0936427Z remote: Counting objects: 30% (72/237) 2024-08-22T20:28:59.0936910Z remote: Counting objects: 31% (74/237) 2024-08-22T20:28:59.0937389Z remote: Counting objects: 32% (76/237) 2024-08-22T20:28:59.0937872Z remote: Counting objects: 33% (79/237) 2024-08-22T20:28:59.0938357Z remote: Counting objects: 34% (81/237) 2024-08-22T20:28:59.0938834Z remote: Counting objects: 35% (83/237) 2024-08-22T20:28:59.0939321Z remote: Counting objects: 36% (86/237) 2024-08-22T20:28:59.0940137Z remote: Counting objects: 37% (88/237) 2024-08-22T20:28:59.0940615Z remote: Counting objects: 38% (91/237) 2024-08-22T20:28:59.0941092Z remote: Counting objects: 39% (93/237) 2024-08-22T20:28:59.0941574Z remote: Counting objects: 40% (95/237) 2024-08-22T20:28:59.0942044Z remote: Counting objects: 41% (98/237) 2024-08-22T20:28:59.0942534Z remote: Counting objects: 42% (100/237) 2024-08-22T20:28:59.0943032Z remote: Counting objects: 43% (102/237) 2024-08-22T20:28:59.0943521Z remote: Counting objects: 44% (105/237) 2024-08-22T20:28:59.0944017Z remote: Counting objects: 45% (107/237) 2024-08-22T20:28:59.0944508Z remote: Counting objects: 46% (110/237) 2024-08-22T20:28:59.0944993Z remote: Counting objects: 47% (112/237) 2024-08-22T20:28:59.0945484Z remote: Counting objects: 48% (114/237) 2024-08-22T20:28:59.0945973Z remote: Counting objects: 49% (117/237) 2024-08-22T20:28:59.0946461Z remote: Counting objects: 50% (119/237) 2024-08-22T20:28:59.0946951Z remote: Counting objects: 51% (121/237) 2024-08-22T20:28:59.0947441Z remote: Counting objects: 52% (124/237) 2024-08-22T20:28:59.0947931Z remote: Counting objects: 53% (126/237) 2024-08-22T20:28:59.0948425Z remote: Counting objects: 54% (128/237) 2024-08-22T20:28:59.0948953Z remote: Counting objects: 55% (131/237) 2024-08-22T20:28:59.0949442Z remote: Counting objects: 56% (133/237) 2024-08-22T20:28:59.0949926Z remote: Counting objects: 57% (136/237) 2024-08-22T20:28:59.0950415Z remote: Counting objects: 58% (138/237) 2024-08-22T20:28:59.0950899Z remote: Counting objects: 59% (140/237) 2024-08-22T20:28:59.0951380Z remote: Counting objects: 60% (143/237) 2024-08-22T20:28:59.0951870Z remote: Counting objects: 61% (145/237) 2024-08-22T20:28:59.0952356Z remote: Counting objects: 62% (147/237) 2024-08-22T20:28:59.0952842Z remote: Counting objects: 63% (150/237) 2024-08-22T20:28:59.0953330Z remote: Counting objects: 64% (152/237) 2024-08-22T20:28:59.0954115Z remote: Counting objects: 65% (155/237) 2024-08-22T20:28:59.0954794Z remote: Counting objects: 66% (157/237) 2024-08-22T20:28:59.0955289Z remote: Counting objects: 67% (159/237) 2024-08-22T20:28:59.0955781Z remote: Counting objects: 68% (162/237) 2024-08-22T20:28:59.0956270Z remote: Counting objects: 69% (164/237) 2024-08-22T20:28:59.0956765Z remote: Counting objects: 70% (166/237) 2024-08-22T20:28:59.0957261Z remote: Counting objects: 71% (169/237) 2024-08-22T20:28:59.0957750Z remote: Counting objects: 72% (171/237) 2024-08-22T20:28:59.0958248Z remote: Counting objects: 73% (174/237) 2024-08-22T20:28:59.0958740Z remote: Counting objects: 74% (176/237) 2024-08-22T20:28:59.0959228Z remote: Counting objects: 75% (178/237) 2024-08-22T20:28:59.0959728Z remote: Counting objects: 76% (181/237) 2024-08-22T20:28:59.0960225Z remote: Counting objects: 77% (183/237) 2024-08-22T20:28:59.0960727Z remote: Counting objects: 78% (185/237) 2024-08-22T20:28:59.0961221Z remote: Counting objects: 79% (188/237) 2024-08-22T20:28:59.0961711Z remote: Counting objects: 80% (190/237) 2024-08-22T20:28:59.0962203Z remote: Counting objects: 81% (192/237) 2024-08-22T20:28:59.0962690Z remote: Counting objects: 82% (195/237) 2024-08-22T20:28:59.0963182Z remote: Counting objects: 83% (197/237) 2024-08-22T20:28:59.0963675Z remote: Counting objects: 84% (200/237) 2024-08-22T20:28:59.0964164Z remote: Counting objects: 85% (202/237) 2024-08-22T20:28:59.0964655Z remote: Counting objects: 86% (204/237) 2024-08-22T20:28:59.0965147Z remote: Counting objects: 87% (207/237) 2024-08-22T20:28:59.0965636Z remote: Counting objects: 88% (209/237) 2024-08-22T20:28:59.0966131Z remote: Counting objects: 89% (211/237) 2024-08-22T20:28:59.0966756Z remote: Counting objects: 90% (214/237) 2024-08-22T20:28:59.0967248Z remote: Counting objects: 91% (216/237) 2024-08-22T20:28:59.0967744Z remote: Counting objects: 92% (219/237) 2024-08-22T20:28:59.0968233Z remote: Counting objects: 93% (221/237) 2024-08-22T20:28:59.0968718Z remote: Counting objects: 94% (223/237) 2024-08-22T20:28:59.0969211Z remote: Counting objects: 95% (226/237) 2024-08-22T20:28:59.0969703Z remote: Counting objects: 96% (228/237) 2024-08-22T20:28:59.0970188Z remote: Counting objects: 97% (230/237) 2024-08-22T20:28:59.0970680Z remote: Counting objects: 98% (233/237) 2024-08-22T20:28:59.0971170Z remote: Counting objects: 99% (235/237) 2024-08-22T20:28:59.0971659Z remote: Counting objects: 100% (237/237) 2024-08-22T20:28:59.0972187Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:28:59.0972739Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:28:59.0973269Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:28:59.0973776Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:28:59.0974299Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:28:59.0974822Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:28:59.0975341Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:28:59.0975881Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:28:59.0976416Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:28:59.0976942Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:28:59.0977471Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:28:59.0977998Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:28:59.0978546Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:28:59.0979099Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:28:59.0979705Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:28:59.0980211Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:28:59.0980735Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:28:59.0988195Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:28:59.1002984Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:28:59.1018190Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:28:59.1022828Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:28:59.1023935Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:28:59.1029335Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:28:59.1032345Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:28:59.1032870Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:28:59.1034504Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:28:59.1035023Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:28:59.1037295Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:28:59.1037891Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:28:59.1038412Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:28:59.1042991Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:28:59.1044226Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:28:59.1044987Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:28:59.1045822Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:28:59.1046529Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:28:59.1047188Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:28:59.1047902Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:28:59.1048420Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:28:59.1048998Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:28:59.1049679Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:28:59.1050915Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:28:59.1051444Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:28:59.1051949Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:28:59.1052468Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:28:59.1053256Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:28:59.1054441Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:28:59.1057270Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:28:59.1060817Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:28:59.1061809Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:28:59.1062736Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:28:59.1063444Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:28:59.1064438Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:28:59.1065296Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:28:59.1066034Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:28:59.1066962Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:28:59.1067520Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:28:59.1068471Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:28:59.1069388Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:28:59.1070095Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:28:59.1070746Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:28:59.1071416Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:28:59.1071944Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:28:59.1072688Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:28:59.1073239Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:28:59.1073934Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:28:59.1076624Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:28:59.1077762Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:28:59.1079550Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:28:59.1080616Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:28:59.1082106Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:28:59.1084598Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:28:59.1088269Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:28:59.1090135Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:28:59.1091178Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:28:59.1091862Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:28:59.1095826Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:28:59.1097552Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:28:59.1098697Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:28:59.1099391Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:28:59.1105308Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:28:59.1107129Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:28:59.1108230Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:28:59.1109237Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:28:59.1110104Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:28:59.1110810Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:28:59.1111682Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:28:59.1112347Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:28:59.1113018Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:28:59.1113640Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:28:59.1114148Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:28:59.1114664Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:28:59.1115381Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:28:59.1115906Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:28:59.1116411Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:28:59.1116925Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:28:59.1117430Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:28:59.1117933Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:28:59.1118725Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:28:59.1119306Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:28:59.1120072Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:28:59.1120611Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:28:59.1121133Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:28:59.1121678Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:28:59.1142221Z Receiving objects: 0% (1/237) 2024-08-22T20:28:59.1143070Z Receiving objects: 1% (3/237) 2024-08-22T20:28:59.1143604Z Receiving objects: 2% (5/237) 2024-08-22T20:28:59.1144511Z Receiving objects: 3% (8/237) 2024-08-22T20:28:59.1146020Z Receiving objects: 4% (10/237) 2024-08-22T20:28:59.1147562Z Receiving objects: 5% (12/237) 2024-08-22T20:28:59.1148395Z Receiving objects: 6% (15/237) 2024-08-22T20:28:59.1148916Z Receiving objects: 7% (17/237) 2024-08-22T20:28:59.1149330Z Receiving objects: 8% (19/237) 2024-08-22T20:28:59.1151453Z Receiving objects: 9% (22/237) 2024-08-22T20:28:59.1151984Z Receiving objects: 10% (24/237) 2024-08-22T20:28:59.1152493Z Receiving objects: 11% (27/237) 2024-08-22T20:28:59.1152991Z Receiving objects: 12% (29/237) 2024-08-22T20:28:59.1153485Z Receiving objects: 13% (31/237) 2024-08-22T20:28:59.1154227Z Receiving objects: 14% (34/237) 2024-08-22T20:28:59.1155086Z Receiving objects: 15% (36/237) 2024-08-22T20:28:59.1158308Z Receiving objects: 16% (38/237) 2024-08-22T20:28:59.1158856Z Receiving objects: 17% (41/237) 2024-08-22T20:28:59.1159359Z Receiving objects: 18% (43/237) 2024-08-22T20:28:59.1159850Z Receiving objects: 19% (46/237) 2024-08-22T20:28:59.1160597Z Receiving objects: 20% (48/237) 2024-08-22T20:28:59.1161098Z Receiving objects: 21% (50/237) 2024-08-22T20:28:59.1161593Z Receiving objects: 22% (53/237) 2024-08-22T20:28:59.1162107Z Receiving objects: 23% (55/237) 2024-08-22T20:28:59.1162604Z Receiving objects: 24% (57/237) 2024-08-22T20:28:59.1163098Z Receiving objects: 25% (60/237) 2024-08-22T20:28:59.1163613Z Receiving objects: 26% (62/237) 2024-08-22T20:28:59.1164474Z Receiving objects: 27% (64/237) 2024-08-22T20:28:59.1164989Z Receiving objects: 28% (67/237) 2024-08-22T20:28:59.1165971Z Receiving objects: 29% (69/237) 2024-08-22T20:28:59.1166477Z Receiving objects: 30% (72/237) 2024-08-22T20:28:59.1166982Z Receiving objects: 31% (74/237) 2024-08-22T20:28:59.1167503Z Receiving objects: 32% (76/237) 2024-08-22T20:28:59.1168005Z Receiving objects: 33% (79/237) 2024-08-22T20:28:59.1168521Z Receiving objects: 34% (81/237) 2024-08-22T20:28:59.1169034Z Receiving objects: 35% (83/237) 2024-08-22T20:28:59.1169529Z Receiving objects: 36% (86/237) 2024-08-22T20:28:59.1170010Z Receiving objects: 37% (88/237) 2024-08-22T20:28:59.1170388Z Receiving objects: 38% (91/237) 2024-08-22T20:28:59.1170791Z Receiving objects: 39% (93/237) 2024-08-22T20:28:59.1171173Z Receiving objects: 40% (95/237) 2024-08-22T20:28:59.1171551Z Receiving objects: 41% (98/237) 2024-08-22T20:28:59.1171936Z Receiving objects: 42% (100/237) 2024-08-22T20:28:59.1172333Z Receiving objects: 43% (102/237) 2024-08-22T20:28:59.1172719Z Receiving objects: 44% (105/237) 2024-08-22T20:28:59.1173112Z Receiving objects: 45% (107/237) 2024-08-22T20:28:59.1173901Z Receiving objects: 46% (110/237) 2024-08-22T20:28:59.1174285Z Receiving objects: 47% (112/237) 2024-08-22T20:28:59.1175132Z Receiving objects: 48% (114/237) 2024-08-22T20:28:59.1175569Z Receiving objects: 49% (117/237) 2024-08-22T20:28:59.1179853Z Receiving objects: 50% (119/237) 2024-08-22T20:28:59.1180533Z Receiving objects: 51% (121/237) 2024-08-22T20:28:59.1182401Z Receiving objects: 52% (124/237) 2024-08-22T20:28:59.1226316Z Receiving objects: 53% (126/237) 2024-08-22T20:28:59.1226729Z Receiving objects: 54% (128/237) 2024-08-22T20:28:59.1228920Z Receiving objects: 55% (131/237) 2024-08-22T20:28:59.1231027Z Receiving objects: 56% (133/237) 2024-08-22T20:28:59.1231530Z Receiving objects: 57% (136/237) 2024-08-22T20:28:59.1231951Z Receiving objects: 58% (138/237) 2024-08-22T20:28:59.1232334Z Receiving objects: 59% (140/237) 2024-08-22T20:28:59.1232708Z Receiving objects: 60% (143/237) 2024-08-22T20:28:59.1233093Z Receiving objects: 61% (145/237) 2024-08-22T20:28:59.1233477Z Receiving objects: 62% (147/237) 2024-08-22T20:28:59.1234014Z Receiving objects: 63% (150/237) 2024-08-22T20:28:59.1236066Z Receiving objects: 64% (152/237) 2024-08-22T20:28:59.1237286Z Receiving objects: 65% (155/237) 2024-08-22T20:28:59.1237694Z Receiving objects: 66% (157/237) 2024-08-22T20:28:59.1238445Z Receiving objects: 67% (159/237) 2024-08-22T20:28:59.1239135Z Receiving objects: 68% (162/237) 2024-08-22T20:28:59.1239570Z Receiving objects: 69% (164/237) 2024-08-22T20:28:59.1239974Z Receiving objects: 70% (166/237) 2024-08-22T20:28:59.1241907Z Receiving objects: 71% (169/237) 2024-08-22T20:28:59.1242315Z Receiving objects: 72% (171/237) 2024-08-22T20:28:59.1242807Z Receiving objects: 73% (174/237) 2024-08-22T20:28:59.1243218Z Receiving objects: 74% (176/237) 2024-08-22T20:28:59.1246480Z Receiving objects: 75% (178/237) 2024-08-22T20:28:59.1247114Z Receiving objects: 76% (181/237) 2024-08-22T20:28:59.1247677Z Receiving objects: 77% (183/237) 2024-08-22T20:28:59.1248508Z Receiving objects: 78% (185/237) 2024-08-22T20:28:59.1250172Z Receiving objects: 79% (188/237) 2024-08-22T20:28:59.1251951Z Receiving objects: 80% (190/237) 2024-08-22T20:28:59.1252352Z Receiving objects: 81% (192/237) 2024-08-22T20:28:59.1253229Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:28:59.1254387Z Receiving objects: 82% (195/237) 2024-08-22T20:28:59.1258685Z Receiving objects: 83% (197/237) 2024-08-22T20:28:59.1259926Z Receiving objects: 84% (200/237) 2024-08-22T20:28:59.1262049Z Receiving objects: 85% (202/237) 2024-08-22T20:28:59.1262449Z Receiving objects: 86% (204/237) 2024-08-22T20:28:59.1263220Z Receiving objects: 87% (207/237) 2024-08-22T20:28:59.1263613Z Receiving objects: 88% (209/237) 2024-08-22T20:28:59.1267260Z Receiving objects: 89% (211/237) 2024-08-22T20:28:59.1267662Z Receiving objects: 90% (214/237) 2024-08-22T20:28:59.1268813Z Receiving objects: 91% (216/237) 2024-08-22T20:28:59.1269203Z Receiving objects: 92% (219/237) 2024-08-22T20:28:59.1271203Z Receiving objects: 93% (221/237) 2024-08-22T20:28:59.1271949Z Receiving objects: 94% (223/237) 2024-08-22T20:28:59.1272397Z Receiving objects: 95% (226/237) 2024-08-22T20:28:59.1275447Z Receiving objects: 96% (228/237) 2024-08-22T20:28:59.1276090Z Receiving objects: 97% (230/237) 2024-08-22T20:28:59.1276481Z Receiving objects: 98% (233/237) 2024-08-22T20:28:59.1277116Z Receiving objects: 99% (235/237) 2024-08-22T20:28:59.1277525Z Receiving objects: 100% (237/237) 2024-08-22T20:28:59.1278047Z Receiving objects: 100% (237/237), 488.09 KiB | 34.86 MiB/s, done. 2024-08-22T20:28:59.1281950Z Resolving deltas: 0% (0/16) 2024-08-22T20:28:59.1284204Z Resolving deltas: 6% (1/16) 2024-08-22T20:28:59.1284708Z Resolving deltas: 12% (2/16) 2024-08-22T20:28:59.1285219Z Resolving deltas: 18% (3/16) 2024-08-22T20:28:59.1287752Z Resolving deltas: 25% (4/16) 2024-08-22T20:28:59.1288485Z Resolving deltas: 31% (5/16) 2024-08-22T20:28:59.1288990Z Resolving deltas: 37% (6/16) 2024-08-22T20:28:59.1289488Z Resolving deltas: 43% (7/16) 2024-08-22T20:28:59.1289864Z Resolving deltas: 50% (8/16) 2024-08-22T20:28:59.1290225Z Resolving deltas: 56% (9/16) 2024-08-22T20:28:59.1290671Z Resolving deltas: 62% (10/16) 2024-08-22T20:28:59.1291384Z Resolving deltas: 75% (12/16) 2024-08-22T20:28:59.1291834Z Resolving deltas: 87% (14/16) 2024-08-22T20:28:59.1292213Z Resolving deltas: 93% (15/16) 2024-08-22T20:28:59.1294126Z Resolving deltas: 100% (16/16) 2024-08-22T20:28:59.1294572Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:28:59.1374376Z From https://github.com/pytorch/torchchat 2024-08-22T20:28:59.1375123Z * [new ref] refs/pull/1044/merge -> pull/1044/merge 2024-08-22T20:28:59.1400382Z ##[endgroup] 2024-08-22T20:28:59.1400910Z ##[group]Determining the checkout info 2024-08-22T20:28:59.1403294Z ##[endgroup] 2024-08-22T20:28:59.1403809Z ##[group]Checking out the ref 2024-08-22T20:28:59.1407515Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:28:59.1589877Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:28:59.1590380Z 2024-08-22T20:28:59.1590823Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:28:59.1591644Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:28:59.1592410Z state without impacting any branches by switching back to a branch. 2024-08-22T20:28:59.1592868Z 2024-08-22T20:28:59.1593190Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:28:59.1593999Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:28:59.1594427Z 2024-08-22T20:28:59.1594622Z git switch -c 2024-08-22T20:28:59.1594893Z 2024-08-22T20:28:59.1595029Z Or undo this operation with: 2024-08-22T20:28:59.1595278Z 2024-08-22T20:28:59.1595394Z git switch - 2024-08-22T20:28:59.1595571Z 2024-08-22T20:28:59.1596032Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:28:59.1596578Z 2024-08-22T20:28:59.1597113Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:28:59.1598517Z ##[endgroup] 2024-08-22T20:28:59.1646717Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:28:59.1685020Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:28:59.1898829Z Prepare all required actions 2024-08-22T20:28:59.2025298Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2024-08-22T20:28:59.2025996Z with: 2024-08-22T20:28:59.2026343Z docker-image-name: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:59.2026820Z docker-build-dir: .ci/docker 2024-08-22T20:28:59.2027215Z working-directory: pytorch/torchchat 2024-08-22T20:28:59.2027755Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:59.2028270Z force-push: false 2024-08-22T20:28:59.2028567Z env: 2024-08-22T20:28:59.2028903Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:59.2029371Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:59.2029743Z PR_NUMBER: 1044 2024-08-22T20:28:59.2031410Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:59.2033291Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:59.2034052Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:59.2034767Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:59.2035372Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:59.2035846Z ##[endgroup] 2024-08-22T20:28:59.2056988Z ##[group]Run set -ex 2024-08-22T20:28:59.2057339Z set -ex 2024-08-22T20:28:59.2057620Z  2024-08-22T20:28:59.2058167Z # If the docker build directory or the build script doesn't exist, the action will 2024-08-22T20:28:59.2059108Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-08-22T20:28:59.2059976Z # job could then download the pre-built image as usual 2024-08-22T20:28:59.2060708Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-08-22T20:28:59.2061377Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:59.2062001Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:59.2062543Z  2024-08-22T20:28:59.2063047Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-08-22T20:28:59.2063663Z  exit 0 2024-08-22T20:28:59.2063952Z else 2024-08-22T20:28:59.2064309Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:59.2064751Z fi 2024-08-22T20:28:59.2065014Z  2024-08-22T20:28:59.2065470Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-08-22T20:28:59.2066301Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-08-22T20:28:59.2067070Z  # use it as it is, but first let's extract the tag 2024-08-22T20:28:59.2067762Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-08-22T20:28:59.2068477Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:59.2069158Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:59.2069700Z else 2024-08-22T20:28:59.2070123Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-08-22T20:28:59.2070778Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:59.2071671Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:59.2072407Z fi 2024-08-22T20:28:59.2081463Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:59.2081951Z env: 2024-08-22T20:28:59.2082260Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:59.2082716Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:59.2083266Z PR_NUMBER: 1044 2024-08-22T20:28:59.2084909Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:59.2086972Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:59.2087731Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:59.2088451Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:59.2089052Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:59.2089585Z REPO_NAME: torchchat 2024-08-22T20:28:59.2089976Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:59.2090439Z DOCKER_BUILD_DIR: .ci/docker 2024-08-22T20:28:59.2090929Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:59.2091433Z ##[endgroup] 2024-08-22T20:28:59.2120754Z + [[ ! -d .ci/docker ]] 2024-08-22T20:28:59.2121106Z + echo skip=true 2024-08-22T20:28:59.2121540Z + echo docker-image=pytorch/conda-builder:cuda12.1 2024-08-22T20:28:59.2122249Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2024-08-22T20:28:59.2122810Z + exit 0 2024-08-22T20:28:59.2123542Z There is no Docker build script in torchchat repo, skipping... 2024-08-22T20:28:59.2237459Z Prepare all required actions 2024-08-22T20:28:59.2276980Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2024-08-22T20:28:59.2277460Z with: 2024-08-22T20:28:59.2277789Z docker-image: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:59.2278359Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:59.2278901Z env: 2024-08-22T20:28:59.2279217Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:59.2279671Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:59.2280034Z PR_NUMBER: 1044 2024-08-22T20:28:59.2281658Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:59.2283543Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:59.2284322Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:59.2285041Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:59.2285649Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:59.2286109Z ##[endgroup] 2024-08-22T20:28:59.2304760Z ##[group]Run set -x 2024-08-22T20:28:59.2305103Z set -x 2024-08-22T20:28:59.2305396Z set +e 2024-08-22T20:28:59.2305680Z  2024-08-22T20:28:59.2305946Z login() { 2024-08-22T20:28:59.2306590Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-22T20:28:59.2307305Z } 2024-08-22T20:28:59.2307571Z  2024-08-22T20:28:59.2307847Z retry () { 2024-08-22T20:28:59.2308226Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-22T20:28:59.2308665Z } 2024-08-22T20:28:59.2308935Z  2024-08-22T20:28:59.2309248Z retry login "${DOCKER_REGISTRY}" 2024-08-22T20:28:59.2309654Z  2024-08-22T20:28:59.2309920Z set -e 2024-08-22T20:28:59.2310382Z # ignore output since only exit code is used for conditional 2024-08-22T20:28:59.2311070Z # only pull docker image if it's not available locally 2024-08-22T20:28:59.2311828Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-08-22T20:28:59.2312511Z  retry docker pull "${DOCKER_IMAGE}" 2024-08-22T20:28:59.2312938Z fi 2024-08-22T20:28:59.2321692Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:59.2322353Z env: 2024-08-22T20:28:59.2322668Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:59.2323132Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:59.2323510Z PR_NUMBER: 1044 2024-08-22T20:28:59.2325177Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:28:59.2327107Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:59.2327868Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:59.2328597Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:59.2329246Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:59.2329849Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:59.2330359Z ##[endgroup] 2024-08-22T20:28:59.2361599Z + set +e 2024-08-22T20:28:59.2362135Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:59.2362765Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:59.2365474Z + aws ecr get-login-password --region us-east-1 2024-08-22T20:28:59.2367491Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:59.8024192Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:28:59.8025114Z Configure a credential helper to remove this warning. See 2024-08-22T20:28:59.8026090Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:28:59.8026681Z 2024-08-22T20:28:59.8026802Z Login Succeeded 2024-08-22T20:28:59.8049036Z + set -e 2024-08-22T20:28:59.8049626Z + docker inspect --type=image pytorch/conda-builder:cuda12.1 2024-08-22T20:28:59.8211981Z + retry docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:28:59.8212598Z + docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:28:59.9867983Z cuda12.1: Pulling from pytorch/conda-builder 2024-08-22T20:28:59.9868789Z 2d473b07cdd5: Pulling fs layer 2024-08-22T20:28:59.9869317Z 1feefa38b24d: Pulling fs layer 2024-08-22T20:28:59.9869832Z f3b743645691: Pulling fs layer 2024-08-22T20:28:59.9870301Z 09ec69653086: Pulling fs layer 2024-08-22T20:28:59.9870790Z 07dcdf002e0e: Pulling fs layer 2024-08-22T20:28:59.9871290Z 6d463d3f66d5: Pulling fs layer 2024-08-22T20:28:59.9871780Z af5c0f3f240b: Pulling fs layer 2024-08-22T20:28:59.9872282Z 1c60ace79a8a: Pulling fs layer 2024-08-22T20:28:59.9872799Z 0cb4bb0dd002: Pulling fs layer 2024-08-22T20:28:59.9873273Z 6a40c884dc1c: Pulling fs layer 2024-08-22T20:28:59.9873639Z 21c4fd2610fc: Pulling fs layer 2024-08-22T20:28:59.9874006Z 90d96273fa23: Pulling fs layer 2024-08-22T20:28:59.9874372Z 625bfd303d2d: Pulling fs layer 2024-08-22T20:28:59.9874746Z e8f5e731f8e4: Pulling fs layer 2024-08-22T20:28:59.9875111Z 43ef26b4d3a4: Pulling fs layer 2024-08-22T20:28:59.9875478Z 7027d2bdfdb1: Pulling fs layer 2024-08-22T20:28:59.9875825Z 07dcdf002e0e: Waiting 2024-08-22T20:28:59.9876154Z db6f5f4c0334: Pulling fs layer 2024-08-22T20:28:59.9876520Z 784019980816: Pulling fs layer 2024-08-22T20:28:59.9876860Z 6d463d3f66d5: Waiting 2024-08-22T20:28:59.9877193Z a7beba6b9d19: Pulling fs layer 2024-08-22T20:28:59.9877556Z 417dce1e59af: Pulling fs layer 2024-08-22T20:28:59.9877922Z 2b99a72dd557: Pulling fs layer 2024-08-22T20:28:59.9878279Z af5c0f3f240b: Waiting 2024-08-22T20:28:59.9878604Z f49fb64d359c: Pulling fs layer 2024-08-22T20:28:59.9878977Z bfb071e5ae48: Pulling fs layer 2024-08-22T20:28:59.9879353Z b2ba091c4c7d: Pulling fs layer 2024-08-22T20:28:59.9879719Z 8cfb81a5220c: Pulling fs layer 2024-08-22T20:28:59.9880087Z c5058f81a371: Pulling fs layer 2024-08-22T20:28:59.9880458Z ca3686f68fee: Pulling fs layer 2024-08-22T20:28:59.9880820Z fdb9230cd483: Pulling fs layer 2024-08-22T20:28:59.9881414Z dc18f68db4d4: Pulling fs layer 2024-08-22T20:28:59.9881773Z 0cb4bb0dd002: Waiting 2024-08-22T20:28:59.9882079Z 1c60ace79a8a: Waiting 2024-08-22T20:28:59.9882407Z e7fc196062f1: Pulling fs layer 2024-08-22T20:28:59.9882762Z 625bfd303d2d: Waiting 2024-08-22T20:28:59.9883072Z 6a40c884dc1c: Waiting 2024-08-22T20:28:59.9883382Z e8f5e731f8e4: Waiting 2024-08-22T20:28:59.9883700Z 2b99a72dd557: Waiting 2024-08-22T20:28:59.9884003Z f49fb64d359c: Waiting 2024-08-22T20:28:59.9884309Z 09ec69653086: Waiting 2024-08-22T20:28:59.9884615Z db6f5f4c0334: Waiting 2024-08-22T20:28:59.9884919Z 21c4fd2610fc: Waiting 2024-08-22T20:28:59.9885226Z c5058f81a371: Waiting 2024-08-22T20:28:59.9885534Z b2ba091c4c7d: Waiting 2024-08-22T20:28:59.9885836Z ca3686f68fee: Waiting 2024-08-22T20:28:59.9886137Z 784019980816: Waiting 2024-08-22T20:28:59.9886441Z 417dce1e59af: Waiting 2024-08-22T20:28:59.9886745Z a7beba6b9d19: Waiting 2024-08-22T20:28:59.9887051Z 90d96273fa23: Waiting 2024-08-22T20:28:59.9887366Z 43ef26b4d3a4: Waiting 2024-08-22T20:28:59.9887667Z bfb071e5ae48: Waiting 2024-08-22T20:28:59.9887977Z 7027d2bdfdb1: Waiting 2024-08-22T20:28:59.9888293Z fdb9230cd483: Waiting 2024-08-22T20:28:59.9888595Z dc18f68db4d4: Waiting 2024-08-22T20:28:59.9888906Z 8cfb81a5220c: Waiting 2024-08-22T20:29:00.0348017Z 1feefa38b24d: Verifying Checksum 2024-08-22T20:29:00.0348752Z 1feefa38b24d: Download complete 2024-08-22T20:29:00.0437196Z f3b743645691: Verifying Checksum 2024-08-22T20:29:00.0437687Z f3b743645691: Download complete 2024-08-22T20:29:00.0752288Z 09ec69653086: Verifying Checksum 2024-08-22T20:29:00.7709141Z 2d473b07cdd5: Verifying Checksum 2024-08-22T20:29:00.7709721Z 2d473b07cdd5: Download complete 2024-08-22T20:29:00.8132878Z af5c0f3f240b: Verifying Checksum 2024-08-22T20:29:00.8133479Z af5c0f3f240b: Download complete 2024-08-22T20:29:00.8619815Z 6d463d3f66d5: Verifying Checksum 2024-08-22T20:29:00.8620302Z 6d463d3f66d5: Download complete 2024-08-22T20:29:00.9712237Z 0cb4bb0dd002: Verifying Checksum 2024-08-22T20:29:00.9712915Z 0cb4bb0dd002: Download complete 2024-08-22T20:29:01.0274136Z 6a40c884dc1c: Download complete 2024-08-22T20:29:01.0864932Z 21c4fd2610fc: Download complete 2024-08-22T20:29:01.1262751Z 90d96273fa23: Verifying Checksum 2024-08-22T20:29:01.1263331Z 90d96273fa23: Download complete 2024-08-22T20:29:01.4073498Z 1c60ace79a8a: Verifying Checksum 2024-08-22T20:29:01.4074240Z 1c60ace79a8a: Download complete 2024-08-22T20:29:01.4973094Z 07dcdf002e0e: Verifying Checksum 2024-08-22T20:29:01.4973597Z 07dcdf002e0e: Download complete 2024-08-22T20:29:02.0529013Z e8f5e731f8e4: Verifying Checksum 2024-08-22T20:29:02.0529522Z e8f5e731f8e4: Download complete 2024-08-22T20:29:02.5577813Z 625bfd303d2d: Verifying Checksum 2024-08-22T20:29:02.5578286Z 625bfd303d2d: Download complete 2024-08-22T20:29:02.6190829Z db6f5f4c0334: Download complete 2024-08-22T20:29:02.6431973Z 43ef26b4d3a4: Verifying Checksum 2024-08-22T20:29:02.6432621Z 43ef26b4d3a4: Download complete 2024-08-22T20:29:02.6636319Z 784019980816: Download complete 2024-08-22T20:29:02.6927882Z a7beba6b9d19: Verifying Checksum 2024-08-22T20:29:02.6929089Z a7beba6b9d19: Download complete 2024-08-22T20:29:02.8177939Z 7027d2bdfdb1: Verifying Checksum 2024-08-22T20:29:02.8178428Z 7027d2bdfdb1: Download complete 2024-08-22T20:29:02.8178822Z 2b99a72dd557: Verifying Checksum 2024-08-22T20:29:02.8179499Z 2b99a72dd557: Download complete 2024-08-22T20:29:02.8830791Z f49fb64d359c: Verifying Checksum 2024-08-22T20:29:02.8831385Z f49fb64d359c: Download complete 2024-08-22T20:29:02.9666937Z b2ba091c4c7d: Download complete 2024-08-22T20:29:03.0271251Z 8cfb81a5220c: Verifying Checksum 2024-08-22T20:29:03.0271897Z 8cfb81a5220c: Download complete 2024-08-22T20:29:03.0735161Z c5058f81a371: Download complete 2024-08-22T20:29:03.2312782Z ca3686f68fee: Verifying Checksum 2024-08-22T20:29:03.2313671Z ca3686f68fee: Download complete 2024-08-22T20:29:03.3077999Z fdb9230cd483: Download complete 2024-08-22T20:29:03.3473091Z dc18f68db4d4: Download complete 2024-08-22T20:29:04.3090956Z 2d473b07cdd5: Pull complete 2024-08-22T20:29:04.3263272Z 1feefa38b24d: Pull complete 2024-08-22T20:29:04.3420066Z f3b743645691: Pull complete 2024-08-22T20:29:04.3587320Z 09ec69653086: Pull complete 2024-08-22T20:29:06.9579022Z bfb071e5ae48: Verifying Checksum 2024-08-22T20:29:06.9579576Z bfb071e5ae48: Download complete 2024-08-22T20:29:08.3669090Z 07dcdf002e0e: Pull complete 2024-08-22T20:29:08.8914126Z e7fc196062f1: Verifying Checksum 2024-08-22T20:29:08.8914743Z e7fc196062f1: Download complete 2024-08-22T20:29:10.8078038Z 6d463d3f66d5: Pull complete 2024-08-22T20:29:11.0084589Z af5c0f3f240b: Pull complete 2024-08-22T20:29:12.4053038Z 1c60ace79a8a: Pull complete 2024-08-22T20:29:12.5624377Z 0cb4bb0dd002: Pull complete 2024-08-22T20:29:12.5772883Z 6a40c884dc1c: Pull complete 2024-08-22T20:29:12.5949154Z 21c4fd2610fc: Pull complete 2024-08-22T20:29:12.6080703Z 90d96273fa23: Pull complete 2024-08-22T20:29:16.0115060Z 625bfd303d2d: Pull complete 2024-08-22T20:29:17.4400817Z e8f5e731f8e4: Pull complete 2024-08-22T20:29:21.3891663Z 43ef26b4d3a4: Pull complete 2024-08-22T20:29:23.0952758Z 7027d2bdfdb1: Pull complete 2024-08-22T20:29:23.1073166Z db6f5f4c0334: Pull complete 2024-08-22T20:29:23.1217848Z 784019980816: Pull complete 2024-08-22T20:29:23.1347657Z a7beba6b9d19: Pull complete 2024-08-22T20:29:52.4966546Z 417dce1e59af: Verifying Checksum 2024-08-22T20:29:52.4967297Z 417dce1e59af: Download complete 2024-08-22T20:30:43.7513881Z 417dce1e59af: Pull complete 2024-08-22T20:30:44.1984039Z 2b99a72dd557: Pull complete 2024-08-22T20:30:44.4537254Z f49fb64d359c: Pull complete 2024-08-22T20:31:00.0795403Z bfb071e5ae48: Pull complete 2024-08-22T20:31:00.3047293Z b2ba091c4c7d: Pull complete 2024-08-22T20:31:00.5398965Z 8cfb81a5220c: Pull complete 2024-08-22T20:31:00.7691455Z c5058f81a371: Pull complete 2024-08-22T20:31:01.3162680Z ca3686f68fee: Pull complete 2024-08-22T20:31:01.5392337Z fdb9230cd483: Pull complete 2024-08-22T20:31:01.7638338Z dc18f68db4d4: Pull complete 2024-08-22T20:31:20.7549533Z e7fc196062f1: Pull complete 2024-08-22T20:31:20.8796358Z Digest: sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:31:20.9280416Z Status: Downloaded newer image for pytorch/conda-builder:cuda12.1 2024-08-22T20:31:20.9498807Z docker.io/pytorch/conda-builder:cuda12.1 2024-08-22T20:31:20.9677757Z ##[group]Run set -ex 2024-08-22T20:31:20.9678116Z set -ex 2024-08-22T20:31:20.9678408Z { 2024-08-22T20:31:20.9678715Z  echo "#!/usr/bin/env bash"; 2024-08-22T20:31:20.9679146Z  echo "set -eou pipefail"; 2024-08-22T20:31:20.9679574Z  # shellcheck disable=SC2016 2024-08-22T20:31:20.9680053Z  echo 'eval "$(conda shell.bash hook)"'; 2024-08-22T20:31:20.9680508Z  echo "set -x"; 2024-08-22T20:31:20.9680859Z  echo "${SCRIPT}"; 2024-08-22T20:31:20.9681250Z } > "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:20.9681714Z chmod +x "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:20.9682634Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "" 2024-08-22T20:31:20.9693317Z shell: /usr/bin/bash -e {0} 2024-08-22T20:31:20.9693686Z env: 2024-08-22T20:31:20.9694039Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:20.9694496Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:20.9694872Z PR_NUMBER: 1044 2024-08-22T20:31:20.9696591Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:31:20.9698522Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:20.9699294Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:20.9700159Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:20.9700981Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:20.9701846Z ALL_SECRETS: { "github_token": "***" } 2024-08-22T20:31:20.9702260Z ##[endgroup] 2024-08-22T20:31:20.9737930Z + echo '#!/usr/bin/env bash' 2024-08-22T20:31:20.9738495Z + echo 'set -eou pipefail' 2024-08-22T20:31:20.9739064Z + echo 'eval "$(conda shell.bash hook)"' 2024-08-22T20:31:20.9739628Z + echo 'set -x' 2024-08-22T20:31:20.9741315Z + echo 'echo "::group::Print machine info" 2024-08-22T20:31:20.9741779Z uname -a 2024-08-22T20:31:20.9742063Z echo "::endgroup::" 2024-08-22T20:31:20.9742269Z 2024-08-22T20:31:20.9743382Z echo "::group::Install newer objcopy that supports --set-section-alignment" 2024-08-22T20:31:20.9744070Z yum install -y devtoolset-10-binutils 2024-08-22T20:31:20.9744633Z export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 2024-08-22T20:31:20.9745163Z echo "::endgroup::" 2024-08-22T20:31:20.9745362Z 2024-08-22T20:31:20.9745629Z TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:31:20.9746124Z ' 2024-08-22T20:31:20.9746580Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2024-08-22T20:31:20.9752947Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py '' 2024-08-22T20:31:59.5023544Z Running command: 2024-08-22T20:31:59.5032607Z 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_10515112207" `# 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 --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all -v "/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat:/pytorch/torchchat" -v "/home/ec2-user/actions-runner/_work/torchchat/torchchat/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_b97fd8de-e1cd-43bb-988a-6cb09cb2a52f":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_b97fd8de-e1cd-43bb-988a-6cb09cb2a52f" -w /pytorch/torchchat "pytorch/conda-builder:cuda12.1" 2024-08-22T20:31:59.5040109Z 2024-08-22T20:31:59.5040668Z 7214a6bfa396a025be96db636076d1c65876e442535f76e67344e3cd8c1863a8 2024-08-22T20:31:59.5042017Z Running command: docker exec -t 7214a6bfa396a025be96db636076d1c65876e442535f76e67344e3cd8c1863a8 /exec 2024-08-22T20:31:59.5042912Z + echo '::group::Print machine info' 2024-08-22T20:31:59.5043653Z ##[group]Print machine info 2024-08-22T20:31:59.5044016Z + uname -a 2024-08-22T20:31:59.5044875Z Linux 7214a6bfa396 6.1.94-99.176.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 18 14:57:56 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-08-22T20:31:59.5045707Z + echo ::endgroup:: 2024-08-22T20:31:59.5046229Z ##[endgroup] 2024-08-22T20:31:59.5046812Z + echo '::group::Install newer objcopy that supports --set-section-alignment' 2024-08-22T20:31:59.5047826Z ##[group]Install newer objcopy that supports --set-section-alignment 2024-08-22T20:31:59.5048472Z + yum install -y devtoolset-10-binutils 2024-08-22T20:31:59.5048920Z Loaded plugins: fastestmirror, ovl 2024-08-22T20:31:59.5049352Z Loading mirror speeds from cached hostfile 2024-08-22T20:31:59.5049671Z 2024-08-22T20:31:59.5050204Z epel/x86_64/metalink | 5.1 kB 00:00 2024-08-22T20:31:59.5050781Z * epel: dl.fedoraproject.org 2024-08-22T20:31:59.5051032Z 2024-08-22T20:31:59.5051256Z base | 3.6 kB 00:00 2024-08-22T20:31:59.5051628Z 2024-08-22T20:31:59.5051971Z centos-sclo-rh | 3.0 kB 00:00 2024-08-22T20:31:59.5052386Z 2024-08-22T20:31:59.5052725Z centos-sclo-sclo | 3.0 kB 00:00 2024-08-22T20:31:59.5053142Z 2024-08-22T20:31:59.5053367Z extras | 2.9 kB 00:00 2024-08-22T20:31:59.5054056Z 2024-08-22T20:31:59.5054300Z updates | 2.9 kB 00:00 2024-08-22T20:31:59.5054828Z Resolving Dependencies 2024-08-22T20:31:59.5055258Z --> Running transaction check 2024-08-22T20:31:59.5055896Z ---> Package devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 will be installed 2024-08-22T20:31:59.5056927Z --> Processing Dependency: devtoolset-10-runtime for package: devtoolset-10-binutils-2.35-5.el7.4.x86_64 2024-08-22T20:31:59.5057718Z --> Running transaction check 2024-08-22T20:31:59.5058332Z ---> Package devtoolset-10-runtime.x86_64 0:10.1-0.el7 will be installed 2024-08-22T20:31:59.5058955Z --> Finished Dependency Resolution 2024-08-22T20:31:59.5059232Z 2024-08-22T20:31:59.5059454Z Dependencies Resolved 2024-08-22T20:31:59.5059664Z 2024-08-22T20:31:59.5059847Z ================================================================================ 2024-08-22T20:31:59.5060426Z Package Arch Version Repository Size 2024-08-22T20:31:59.5061006Z ================================================================================ 2024-08-22T20:31:59.5061453Z Installing: 2024-08-22T20:31:59.5062020Z devtoolset-10-binutils x86_64 2.35-5.el7.4 centos-sclo-rh 6.3 M 2024-08-22T20:31:59.5062625Z Installing for dependencies: 2024-08-22T20:31:59.5063258Z devtoolset-10-runtime x86_64 10.1-0.el7 centos-sclo-rh 19 k 2024-08-22T20:31:59.5063722Z 2024-08-22T20:31:59.5063845Z Transaction Summary 2024-08-22T20:31:59.5064395Z ================================================================================ 2024-08-22T20:31:59.5064902Z Install 1 Package (+1 Dependent package) 2024-08-22T20:31:59.5065209Z 2024-08-22T20:31:59.5065345Z Total download size: 6.3 M 2024-08-22T20:31:59.5065686Z Installed size: 25 M 2024-08-22T20:31:59.5066009Z Downloading packages: 2024-08-22T20:31:59.5066217Z 2024-08-22T20:31:59.5066658Z (1/2): devtoolset-10-binutils-2.35-5.el7.4.x86_64.rpm | 6.3 MB 00:00 2024-08-22T20:31:59.5067154Z 2024-08-22T20:31:59.5067568Z (2/2): devtoolset-10-runtime-10.1-0.el7.x86_64.rpm | 19 kB 00:00 2024-08-22T20:31:59.5068331Z -------------------------------------------------------------------------------- 2024-08-22T20:31:59.5068903Z Total 26 MB/s | 6.3 MB 00:00 2024-08-22T20:31:59.5069409Z Running transaction check 2024-08-22T20:31:59.5069751Z Running transaction test 2024-08-22T20:31:59.5070099Z Transaction test succeeded 2024-08-22T20:31:59.5070455Z Running transaction 2024-08-22T20:31:59.5070647Z 2024-08-22T20:31:59.5071038Z Installing : devtoolset-10-runtime-10.1-0 [ ] 1/2 2024-08-22T20:31:59.5071884Z Installing : devtoolset-10-runtime-10.1-0 [# ] 1/2 2024-08-22T20:31:59.5072725Z Installing : devtoolset-10-runtime-10.1-0 [## ] 1/2 2024-08-22T20:31:59.5073552Z Installing : devtoolset-10-runtime-10.1-0 [### ] 1/2 2024-08-22T20:31:59.5074393Z Installing : devtoolset-10-runtime-10.1-0 [#### ] 1/2 2024-08-22T20:31:59.5075235Z Installing : devtoolset-10-runtime-10.1-0 [##### ] 1/2 2024-08-22T20:31:59.5076063Z Installing : devtoolset-10-runtime-10.1-0 [###### ] 1/2 2024-08-22T20:31:59.5077039Z Installing : devtoolset-10-runtime-10.1-0 [####### ] 1/2 2024-08-22T20:31:59.5077871Z Installing : devtoolset-10-runtime-10.1-0 [######## ] 1/2 2024-08-22T20:31:59.5078711Z Installing : devtoolset-10-runtime-10.1-0 [######### ] 1/2 2024-08-22T20:31:59.5079534Z Installing : devtoolset-10-runtime-10.1-0 [########## ] 1/2 2024-08-22T20:31:59.5080372Z Installing : devtoolset-10-runtime-10.1-0 [########### ] 1/2 2024-08-22T20:31:59.5081207Z Installing : devtoolset-10-runtime-10.1-0 [############ ] 1/2 2024-08-22T20:31:59.5082031Z Installing : devtoolset-10-runtime-10.1-0 [############# ] 1/2 2024-08-22T20:31:59.5082861Z Installing : devtoolset-10-runtime-10.1-0 [############## ] 1/2 2024-08-22T20:31:59.5083693Z Installing : devtoolset-10-runtime-10.1-0 [############### ] 1/2 2024-08-22T20:31:59.5084525Z Installing : devtoolset-10-runtime-10.1-0 [################ ] 1/2 2024-08-22T20:31:59.5085405Z Installing : devtoolset-10-runtime-10.1-0 [################# ] 1/2 2024-08-22T20:31:59.5086244Z Installing : devtoolset-10-runtime-10.1-0 [################## ] 1/2 2024-08-22T20:31:59.5087073Z Installing : devtoolset-10-runtime-10.1-0 [################### ] 1/2 2024-08-22T20:31:59.5087901Z Installing : devtoolset-10-runtime-10.1-0 [##################### ] 1/2 2024-08-22T20:31:59.5088729Z Installing : devtoolset-10-runtime-10.1-0 [###################### ] 1/2 2024-08-22T20:31:59.5089558Z Installing : devtoolset-10-runtime-10.1-0 [####################### ] 1/2 2024-08-22T20:31:59.5090379Z Installing : devtoolset-10-runtime-10.1-0 [######################## ] 1/2 2024-08-22T20:31:59.5091208Z Installing : devtoolset-10-runtime-10.1-0 [######################### ] 1/2 2024-08-22T20:31:59.5092048Z Installing : devtoolset-10-runtime-10.1-0 [########################## ] 1/2 2024-08-22T20:31:59.5092871Z Installing : devtoolset-10-runtime-10.1-0 [########################### ] 1/2 2024-08-22T20:31:59.5093805Z Installing : devtoolset-10-runtime-10.1-0 [############################ ] 1/2 2024-08-22T20:31:59.5094669Z Installing : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:31:59.5095497Z ValueError: SELinux policy is not managed or store cannot be accessed. 2024-08-22T20:31:59.5095940Z 2024-08-22T20:31:59.5096322Z Installing : devtoolset-10-binutils-2.35- [ ] 2/2 2024-08-22T20:31:59.5097153Z Installing : devtoolset-10-binutils-2.35- [# ] 2/2 2024-08-22T20:31:59.5097985Z Installing : devtoolset-10-binutils-2.35- [## ] 2/2 2024-08-22T20:31:59.5098804Z Installing : devtoolset-10-binutils-2.35- [### ] 2/2 2024-08-22T20:31:59.5099738Z Installing : devtoolset-10-binutils-2.35- [#### ] 2/2 2024-08-22T20:31:59.5100581Z Installing : devtoolset-10-binutils-2.35- [##### ] 2/2 2024-08-22T20:31:59.5101413Z Installing : devtoolset-10-binutils-2.35- [###### ] 2/2 2024-08-22T20:31:59.5102259Z Installing : devtoolset-10-binutils-2.35- [####### ] 2/2 2024-08-22T20:31:59.5103090Z Installing : devtoolset-10-binutils-2.35- [######## ] 2/2 2024-08-22T20:31:59.5103920Z Installing : devtoolset-10-binutils-2.35- [######### ] 2/2 2024-08-22T20:31:59.5104762Z Installing : devtoolset-10-binutils-2.35- [########## ] 2/2 2024-08-22T20:31:59.5105615Z Installing : devtoolset-10-binutils-2.35- [########### ] 2/2 2024-08-22T20:31:59.5106444Z Installing : devtoolset-10-binutils-2.35- [############ ] 2/2 2024-08-22T20:31:59.5107265Z Installing : devtoolset-10-binutils-2.35- [############# ] 2/2 2024-08-22T20:31:59.5108190Z Installing : devtoolset-10-binutils-2.35- [############## ] 2/2 2024-08-22T20:31:59.5109011Z Installing : devtoolset-10-binutils-2.35- [############### ] 2/2 2024-08-22T20:31:59.5109845Z Installing : devtoolset-10-binutils-2.35- [################ ] 2/2 2024-08-22T20:31:59.5110674Z Installing : devtoolset-10-binutils-2.35- [################# ] 2/2 2024-08-22T20:31:59.5111512Z Installing : devtoolset-10-binutils-2.35- [################## ] 2/2 2024-08-22T20:32:01.1676640Z Installing : devtoolset-10-binutils-2.35- [################### ] 2/2 2024-08-22T20:32:01.1677705Z Installing : devtoolset-10-binutils-2.35- [#################### ] 2/2 2024-08-22T20:32:01.1678545Z Installing : devtoolset-10-binutils-2.35- [##################### ] 2/2 2024-08-22T20:32:01.1679383Z Installing : devtoolset-10-binutils-2.35- [###################### ] 2/2 2024-08-22T20:32:01.1680244Z Installing : devtoolset-10-binutils-2.35- [####################### ] 2/2 2024-08-22T20:32:01.1681075Z Installing : devtoolset-10-binutils-2.35- [######################## ] 2/2 2024-08-22T20:32:01.1682217Z Installing : devtoolset-10-binutils-2.35- [######################### ] 2/2 2024-08-22T20:32:01.1683328Z Installing : devtoolset-10-binutils-2.35- [########################## ] 2/2 2024-08-22T20:32:01.1684436Z Installing : devtoolset-10-binutils-2.35- [########################### ] 2/2 2024-08-22T20:32:01.1685424Z Installing : devtoolset-10-binutils-2.35- [############################ ] 2/2 2024-08-22T20:32:01.1686477Z Installing : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:32:01.1687754Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/as.info.gz 2024-08-22T20:32:01.1689235Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/binutils.info.gz 2024-08-22T20:32:01.1690732Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/gprof.info.gz 2024-08-22T20:32:01.1691933Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/ld.info.gz 2024-08-22T20:32:01.1693298Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/standards.info.gz 2024-08-22T20:32:01.1693908Z 2024-08-22T20:32:01.1694314Z Verifying : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:32:01.1694799Z 2024-08-22T20:32:01.1695201Z Verifying : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:32:01.1695684Z 2024-08-22T20:32:01.1695796Z Installed: 2024-08-22T20:32:01.1696354Z devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 2024-08-22T20:32:01.1696817Z 2024-08-22T20:32:01.1696941Z Dependency Installed: 2024-08-22T20:32:01.1697539Z devtoolset-10-runtime.x86_64 0:10.1-0.el7 2024-08-22T20:32:01.1698008Z 2024-08-22T20:32:01.1698125Z Complete! 2024-08-22T20:32:01.1699666Z + export PATH=/opt/rh/devtoolset-10/root/usr/bin/:/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/cuda-12.1/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-22T20:32:01.1702057Z + PATH=/opt/rh/devtoolset-10/root/usr/bin/:/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/cuda-12.1/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-22T20:32:01.1703378Z + echo ::endgroup:: 2024-08-22T20:32:01.1703997Z ##[endgroup] 2024-08-22T20:32:01.1704288Z + TORCHCHAT_DEVICE=cpu 2024-08-22T20:32:01.1704682Z + .ci/scripts/run-docs quantization 2024-08-22T20:32:01.1705338Z ##[group]Create script to run quantization 2024-08-22T20:32:01.1705959Z ##[endgroup] 2024-08-22T20:32:01.1706457Z ##[group]Run quantization 2024-08-22T20:32:01.1706817Z ******************************************* 2024-08-22T20:32:01.1707413Z set -eou pipefail 2024-08-22T20:32:01.1707830Z echo '::group::start-of-document' 2024-08-22T20:32:01.1708270Z echo '::endgroup::' 2024-08-22T20:32:01.1708667Z echo '::group::# Quantization' 2024-08-22T20:32:01.1709039Z ./install_requirements.sh 2024-08-22T20:32:01.1709445Z TORCHCHAT_ROOT=${PWD} ./scripts/install_et.sh 2024-08-22T20:32:01.1709936Z echo '::endgroup::' 2024-08-22T20:32:01.1710314Z echo '::group::## Introduction' 2024-08-22T20:32:01.1710738Z echo '::endgroup::' 2024-08-22T20:32:01.1711190Z echo '::group::## Supported Quantization Schemes' 2024-08-22T20:32:01.1711691Z echo '::endgroup::' 2024-08-22T20:32:01.1712085Z echo '::group::## Quantization API' 2024-08-22T20:32:01.1712527Z echo '::endgroup::' 2024-08-22T20:32:01.1712896Z echo '::group::## Examples' 2024-08-22T20:32:01.1713238Z if false; then 2024-08-22T20:32:01.1713587Z --quantize quant_config.json 2024-08-22T20:32:01.1714080Z --quantize '{"linear:a8w4dq": {"groupsize" : 256}}' 2024-08-22T20:32:01.1714878Z --quantize '{"embedding": {"bitwidth": 4, "groupsize":32}, "linear:a8w4dq": {"groupsize" : 256}}' 2024-08-22T20:32:01.1715653Z --quantize '{"executor": {"accelerator": "cuda"}, 2024-08-22T20:32:01.1716125Z "precision": {"dtype": "bf16"}, 2024-08-22T20:32:01.1716549Z "linear:int4": {"groupsize" : 256}}' 2024-08-22T20:32:01.1716941Z fi 2024-08-22T20:32:01.1717698Z python3 generate.py stories15M --prompt "Hello, my name is" --quantize '{"embedding" : {"bitwidth": 8, "groupsize": 0}}' 2024-08-22T20:32:01.1719191Z python3 torchchat.py export stories15M --quantize '{"embedding": {"bitwidth": 4, "groupsize":32}, "linear:int4": {"groupsize" : 256}}' --output-dso-path stories15M.so 2024-08-22T20:32:01.1720466Z python3 generate.py stories15M --dso-path stories15M.so --prompt "Hello my name is" 2024-08-22T20:32:01.1721817Z python3 torchchat.py export stories15M --quantize '{"embedding": {"bitwidth": 4, "groupsize":32}, "linear:a8w4dq": {"groupsize" : 256}}' --output-pte-path stories15M.pte 2024-08-22T20:32:01.1723101Z python3 generate.py stories15M --pte-path stories15M.pte --prompt "Hello my name is" 2024-08-22T20:32:01.1723804Z echo '::endgroup::' 2024-08-22T20:32:01.1724224Z echo '::group::## Quantization Profiles' 2024-08-22T20:32:01.1724692Z echo '::endgroup::' 2024-08-22T20:32:01.1725327Z echo '::group::## Adding additional quantization schemes' 2024-08-22T20:32:01.1725889Z echo '::endgroup::' 2024-08-22T20:32:01.1726180Z exit 0 2024-08-22T20:32:01.1726425Z exit 1 2024-08-22T20:32:01.1726701Z ******************************************* 2024-08-22T20:32:01.1727132Z + set -eou pipefail 2024-08-22T20:32:01.1727508Z + echo ::group::start-of-document 2024-08-22T20:32:01.1728135Z ##[group]start-of-document 2024-08-22T20:32:01.1728482Z + echo ::endgroup:: 2024-08-22T20:32:01.1728989Z ##[endgroup] 2024-08-22T20:32:01.1729358Z + echo '::group::# Quantization' 2024-08-22T20:32:01.1729941Z ##[group]# Quantization 2024-08-22T20:32:01.1730279Z + ./install_requirements.sh 2024-08-22T20:32:01.1731061Z + pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:32:01.1732067Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:32:01.1733021Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:32:01.1733809Z Collecting huggingface_hub (from -r requirements.txt (line 4)) 2024-08-22T20:32:01.1734518Z Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB) 2024-08-22T20:32:01.1735921Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/417.5 kB ? eta -:--:-- 2024-08-22T20:32:01.1736899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.5/417.5 kB 15.5 MB/s eta 0:00:00 2024-08-22T20:32:01.1737684Z [?25hCollecting gguf (from -r requirements.txt (line 7)) 2024-08-22T20:32:01.1738289Z Downloading gguf-0.9.1-py3-none-any.whl (49 kB) 2024-08-22T20:32:01.1739058Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/49.1 kB ? eta -:--:-- 2024-08-22T20:32:01.1740252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 18.0 MB/s eta 0:00:00 2024-08-22T20:32:01.1741069Z [?25hCollecting tiktoken (from -r requirements.txt (line 10)) 2024-08-22T20:32:01.1741985Z Downloading tiktoken-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-08-22T20:32:01.1742999Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2024-08-22T20:32:01.1744052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 91.8 MB/s eta 0:00:00 2024-08-22T20:32:01.1744988Z [?25hCollecting snakeviz (from -r requirements.txt (line 13)) 2024-08-22T20:32:01.1745729Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-08-22T20:32:01.1746547Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/283.7 kB ? eta -:--:-- 2024-08-22T20:32:01.1747508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 59.5 MB/s eta 0:00:00 2024-08-22T20:32:01.1748354Z [?25hCollecting sentencepiece (from -r requirements.txt (line 14)) 2024-08-22T20:32:01.1749616Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:32:01.1750890Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:01.1751821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 99.7 MB/s eta 0:00:00 2024-08-22T20:32:01.1752644Z [?25hCollecting numpy<2.0 (from -r requirements.txt (line 15)) 2024-08-22T20:32:01.1754223Z Downloading https://download.pytorch.org/whl/nightly/numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB) 2024-08-22T20:32:01.1755501Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.3 MB ? eta -:--:-- 2024-08-22T20:32:01.1756555Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 8.2/18.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:01.1757835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 16.8/18.3 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:32:01.1758909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:02.5070560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:02.5072138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 86.4 MB/s eta 0:00:00 2024-08-22T20:32:02.5073015Z [?25hCollecting lm-eval==0.4.2 (from -r requirements.txt (line 17)) 2024-08-22T20:32:02.5073725Z Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB) 2024-08-22T20:32:02.5074769Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.4 MB ? eta -:--:-- 2024-08-22T20:32:02.5075735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 119.0 MB/s eta 0:00:00 2024-08-22T20:32:02.5076543Z [?25hCollecting blobfile (from -r requirements.txt (line 18)) 2024-08-22T20:32:02.5077466Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-08-22T20:32:02.5078491Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/73.7 kB ? eta -:--:-- 2024-08-22T20:32:02.5079431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 31.1 MB/s eta 0:00:00 2024-08-22T20:32:02.5080625Z [?25hRequirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (from -r requirements.txt (line 22)) (0.38.4) 2024-08-22T20:32:02.5081670Z Collecting cmake>=3.24 (from -r requirements.txt (line 23)) 2024-08-22T20:32:02.5082549Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-22T20:32:02.5083543Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/26.9 MB ? eta -:--:-- 2024-08-22T20:32:02.5084553Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/26.9 MB 237.0 MB/s eta 0:00:01 2024-08-22T20:32:02.5085662Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 16.3/26.9 MB 242.1 MB/s eta 0:00:01 2024-08-22T20:32:02.5086745Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 24.7/26.9 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:32:02.5087791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:32:02.5088822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:32:02.5090003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:32:02.5090997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 62.6 MB/s eta 0:00:00 2024-08-22T20:32:02.5091779Z [?25hCollecting ninja (from -r requirements.txt (line 24)) 2024-08-22T20:32:02.5092646Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-22T20:32:02.5093647Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/307.2 kB ? eta -:--:-- 2024-08-22T20:32:02.5094589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.2/307.2 kB 72.0 MB/s eta 0:00:00 2024-08-22T20:32:02.5095363Z [?25hCollecting zstd (from -r requirements.txt (line 25)) 2024-08-22T20:32:02.5097007Z Downloading zstd-1.5.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-08-22T20:32:02.5098019Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:32:02.5098937Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 91.1 MB/s eta 0:00:00 2024-08-22T20:32:02.5099813Z [?25hCollecting streamlit (from -r requirements.txt (line 28)) 2024-08-22T20:32:02.5100530Z Downloading streamlit-1.37.1-py2.py3-none-any.whl (8.7 MB) 2024-08-22T20:32:02.5101361Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/8.7 MB ? eta -:--:-- 2024-08-22T20:32:02.5102356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 7.3/8.7 MB 221.6 MB/s eta 0:00:01 2024-08-22T20:32:02.5103405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 8.6/8.7 MB 216.2 MB/s eta 0:00:01 2024-08-22T20:32:02.5104398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 120.6 MB/s eta 0:00:00 2024-08-22T20:32:02.5105193Z [?25hCollecting flask (from -r requirements.txt (line 31)) 2024-08-22T20:32:02.5105814Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-08-22T20:32:02.5106597Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.7 kB ? eta -:--:-- 2024-08-22T20:32:02.5107531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 30.9 MB/s eta 0:00:00 2024-08-22T20:32:02.5108459Z [?25hCollecting accelerate>=0.21.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:02.5109296Z Downloading accelerate-0.33.0-py3-none-any.whl (315 kB) 2024-08-22T20:32:02.5110107Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/315.1 kB ? eta -:--:-- 2024-08-22T20:32:02.5111053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.1/315.1 kB 69.9 MB/s eta 0:00:00 2024-08-22T20:32:02.5111934Z [?25hCollecting evaluate (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:02.5112775Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-08-22T20:32:02.5113571Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/84.1 kB ? eta -:--:-- 2024-08-22T20:32:02.5114505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 34.2 MB/s eta 0:00:00 2024-08-22T20:32:02.5115450Z [?25hCollecting datasets>=2.16.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:02.5116230Z Downloading datasets-2.21.0-py3-none-any.whl (527 kB) 2024-08-22T20:32:02.5117023Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/527.3 kB ? eta -:--:-- 2024-08-22T20:32:02.5117957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 527.3/527.3 kB 83.1 MB/s eta 0:00:00 2024-08-22T20:32:02.5118940Z [?25hCollecting jsonlines (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:02.5119856Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-08-22T20:32:02.5120659Z Collecting numexpr (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:02.5121395Z Downloading numexpr-2.10.1.tar.gz (101 kB) 2024-08-22T20:32:02.5122221Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.6 kB ? eta -:--:-- 2024-08-22T20:32:09.0157573Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.6/101.6 kB 39.0 MB/s eta 0:00:00 2024-08-22T20:32:09.0158861Z [?25h Installing build dependencies ... [?25l- \ | / - \ | done 2024-08-22T20:32:09.0159869Z [?25h Getting requirements to build wheel ... [?25l- done 2024-08-22T20:32:09.0160772Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2024-08-22T20:32:09.0161847Z [?25hCollecting peft>=0.2.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.0162751Z Downloading peft-0.12.0-py3-none-any.whl (296 kB) 2024-08-22T20:32:09.0163596Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/296.4 kB ? eta -:--:-- 2024-08-22T20:32:09.0164548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 67.2 MB/s eta 0:00:00 2024-08-22T20:32:09.0165472Z [?25hCollecting pybind11>=2.6.2 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.0166249Z Downloading pybind11-2.13.5-py3-none-any.whl (240 kB) 2024-08-22T20:32:09.0167048Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/241.0 kB ? eta -:--:-- 2024-08-22T20:32:09.0168037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.0/241.0 kB 54.6 MB/s eta 0:00:00 2024-08-22T20:32:09.0168966Z [?25hCollecting pytablewriter (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.0169765Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-08-22T20:32:09.0170841Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/111.1 kB ? eta -:--:-- 2024-08-22T20:32:09.0171799Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 40.7 MB/s eta 0:00:00 2024-08-22T20:32:09.0172736Z [?25hCollecting rouge-score>=0.0.4 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.0173464Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-08-22T20:32:09.0174133Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:09.0174994Z [?25hCollecting sacrebleu>=1.5.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.0175765Z Downloading sacrebleu-2.4.3-py3-none-any.whl (103 kB) 2024-08-22T20:32:09.0176559Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/104.0 kB ? eta -:--:-- 2024-08-22T20:32:09.0177714Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.0/104.0 kB 36.8 MB/s eta 0:00:00 2024-08-22T20:32:09.0178667Z [?25hCollecting scikit-learn>=0.24.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.0179821Z Downloading scikit_learn-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB) 2024-08-22T20:32:09.0180847Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.3 MB ? eta -:--:-- 2024-08-22T20:32:09.0181870Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 8.3/13.3 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:32:09.0182931Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 251.8 MB/s eta 0:00:01 2024-08-22T20:32:09.0183915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 120.4 MB/s eta 0:00:00 2024-08-22T20:32:09.0184823Z [?25hCollecting sqlitedict (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.0185534Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-08-22T20:32:09.0186110Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:09.0186836Z [?25hCollecting torch>=1.8 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.0187729Z Downloading torch-2.4.0-cp311-cp311-manylinux1_x86_64.whl (797.3 MB) 2024-08-22T20:32:09.0188612Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/797.3 MB ? eta -:--:-- 2024-08-22T20:32:09.0189546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/797.3 MB 228.8 MB/s eta 0:00:04 2024-08-22T20:32:09.0190549Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.3/797.3 MB 250.6 MB/s eta 0:00:04 2024-08-22T20:32:09.0191636Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.9/797.3 MB 249.2 MB/s eta 0:00:04 2024-08-22T20:32:09.0192853Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.6/797.3 MB 249.5 MB/s eta 0:00:04 2024-08-22T20:32:09.0193959Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/797.3 MB 248.9 MB/s eta 0:00:04 2024-08-22T20:32:09.0195074Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.0/797.3 MB 252.5 MB/s eta 0:00:03 2024-08-22T20:32:09.0196184Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.7/797.3 MB 252.7 MB/s eta 0:00:03 2024-08-22T20:32:09.0197308Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.4/797.3 MB 252.2 MB/s eta 0:00:03 2024-08-22T20:32:09.0198407Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/797.3 MB 251.6 MB/s eta 0:00:03 2024-08-22T20:32:09.0199628Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.6/797.3 MB 225.6 MB/s eta 0:00:04 2024-08-22T20:32:09.0200722Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.3/797.3 MB 250.8 MB/s eta 0:00:03 2024-08-22T20:32:09.0201820Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.3/797.3 MB 215.6 MB/s eta 0:00:04 2024-08-22T20:32:09.0202912Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.0/797.3 MB 250.6 MB/s eta 0:00:03 2024-08-22T20:32:09.0204011Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.1/797.3 MB 238.9 MB/s eta 0:00:03 2024-08-22T20:32:09.0205103Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.8/797.3 MB 230.4 MB/s eta 0:00:03 2024-08-22T20:32:09.0206244Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.5/797.3 MB 228.6 MB/s eta 0:00:03 2024-08-22T20:32:09.0207336Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.8/797.3 MB 190.9 MB/s eta 0:00:04 2024-08-22T20:32:09.0208431Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.8/797.3 MB 232.9 MB/s eta 0:00:03 2024-08-22T20:32:10.3389752Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.5/797.3 MB 202.6 MB/s eta 0:00:04 2024-08-22T20:32:10.3391308Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.4/797.3 MB 217.4 MB/s eta 0:00:03 2024-08-22T20:32:10.3392615Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 169.2/797.3 MB 228.4 MB/s eta 0:00:03 2024-08-22T20:32:10.3393767Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.8/797.3 MB 246.8 MB/s eta 0:00:03 2024-08-22T20:32:10.3395196Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.5/797.3 MB 234.8 MB/s eta 0:00:03 2024-08-22T20:32:10.3396306Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190.8/797.3 MB 194.4 MB/s eta 0:00:04 2024-08-22T20:32:10.3397414Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 197.9/797.3 MB 189.4 MB/s eta 0:00:04 2024-08-22T20:32:10.3398511Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 205.4/797.3 MB 215.2 MB/s eta 0:00:03 2024-08-22T20:32:10.3399606Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.3/797.3 MB 202.1 MB/s eta 0:00:03 2024-08-22T20:32:10.3400842Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 220.9/797.3 MB 218.4 MB/s eta 0:00:03 2024-08-22T20:32:10.3401953Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.5/797.3 MB 249.1 MB/s eta 0:00:03 2024-08-22T20:32:10.3403047Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 236.9/797.3 MB 224.3 MB/s eta 0:00:03 2024-08-22T20:32:10.3404140Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 244.9/797.3 MB 235.0 MB/s eta 0:00:03 2024-08-22T20:32:10.3405228Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 253.6/797.3 MB 251.6 MB/s eta 0:00:03 2024-08-22T20:32:10.3406438Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 262.2/797.3 MB 249.2 MB/s eta 0:00:03 2024-08-22T20:32:10.3407581Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 270.8/797.3 MB 248.5 MB/s eta 0:00:03 2024-08-22T20:32:10.3408837Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 279.5/797.3 MB 248.2 MB/s eta 0:00:03 2024-08-22T20:32:10.3409944Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 288.0/797.3 MB 245.6 MB/s eta 0:00:03 2024-08-22T20:32:10.3411047Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 296.5/797.3 MB 246.6 MB/s eta 0:00:03 2024-08-22T20:32:10.3412143Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 305.2/797.3 MB 249.2 MB/s eta 0:00:02 2024-08-22T20:32:10.3413241Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 313.7/797.3 MB 248.7 MB/s eta 0:00:02 2024-08-22T20:32:10.3414360Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 322.3/797.3 MB 249.4 MB/s eta 0:00:02 2024-08-22T20:32:10.3415478Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 331.0/797.3 MB 250.0 MB/s eta 0:00:02 2024-08-22T20:32:10.3416563Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 339.6/797.3 MB 250.4 MB/s eta 0:00:02 2024-08-22T20:32:10.3417694Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 348.2/797.3 MB 247.3 MB/s eta 0:00:02 2024-08-22T20:32:10.3418774Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 356.8/797.3 MB 249.0 MB/s eta 0:00:02 2024-08-22T20:32:10.3419921Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 365.5/797.3 MB 250.9 MB/s eta 0:00:02 2024-08-22T20:32:10.3421175Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 374.1/797.3 MB 249.6 MB/s eta 0:00:02 2024-08-22T20:32:10.3422284Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 382.7/797.3 MB 247.4 MB/s eta 0:00:02 2024-08-22T20:32:10.3423370Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 391.3/797.3 MB 248.8 MB/s eta 0:00:02 2024-08-22T20:32:10.3424449Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 400.0/797.3 MB 250.2 MB/s eta 0:00:02 2024-08-22T20:32:10.3425525Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 408.5/797.3 MB 248.7 MB/s eta 0:00:02 2024-08-22T20:32:10.3426608Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 417.2/797.3 MB 249.2 MB/s eta 0:00:02 2024-08-22T20:32:10.3427709Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 425.8/797.3 MB 249.9 MB/s eta 0:00:02 2024-08-22T20:32:10.3428893Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 434.6/797.3 MB 252.9 MB/s eta 0:00:02 2024-08-22T20:32:10.3429970Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 443.2/797.3 MB 250.5 MB/s eta 0:00:02 2024-08-22T20:32:10.3431056Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 451.8/797.3 MB 248.5 MB/s eta 0:00:02 2024-08-22T20:32:10.3432134Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 460.3/797.3 MB 246.6 MB/s eta 0:00:02 2024-08-22T20:32:11.6634274Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 467.8/797.3 MB 223.5 MB/s eta 0:00:02 2024-08-22T20:32:11.6635666Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 476.1/797.3 MB 217.8 MB/s eta 0:00:02 2024-08-22T20:32:11.6637125Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 484.5/797.3 MB 243.4 MB/s eta 0:00:02 2024-08-22T20:32:11.6638429Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 493.1/797.3 MB 248.2 MB/s eta 0:00:02 2024-08-22T20:32:11.6639517Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 501.6/797.3 MB 244.7 MB/s eta 0:00:02 2024-08-22T20:32:11.6640599Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 508.1/797.3 MB 205.1 MB/s eta 0:00:02 2024-08-22T20:32:11.6641673Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 516.3/797.3 MB 240.3 MB/s eta 0:00:02 2024-08-22T20:32:11.6642972Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 524.4/797.3 MB 236.5 MB/s eta 0:00:02 2024-08-22T20:32:11.6644080Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 532.8/797.3 MB 232.8 MB/s eta 0:00:02 2024-08-22T20:32:11.6645162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 541.3/797.3 MB 246.0 MB/s eta 0:00:02 2024-08-22T20:32:11.6646232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 549.7/797.3 MB 243.7 MB/s eta 0:00:02 2024-08-22T20:32:11.6647324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 558.4/797.3 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:32:11.6648396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 567.0/797.3 MB 249.9 MB/s eta 0:00:01 2024-08-22T20:32:11.6649492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 575.6/797.3 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:32:11.6650713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 584.2/797.3 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:32:11.6651803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 592.9/797.3 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:32:11.6652878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 601.5/797.3 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:32:11.6654151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 610.1/797.3 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:32:11.6655227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 618.2/797.3 MB 237.8 MB/s eta 0:00:01 2024-08-22T20:32:11.6656308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 626.7/797.3 MB 238.0 MB/s eta 0:00:01 2024-08-22T20:32:11.6657424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 633.6/797.3 MB 212.0 MB/s eta 0:00:01 2024-08-22T20:32:11.6658502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 639.8/797.3 MB 186.9 MB/s eta 0:00:01 2024-08-22T20:32:11.6659632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 647.0/797.3 MB 222.9 MB/s eta 0:00:01 2024-08-22T20:32:11.6660713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 655.1/797.3 MB 224.1 MB/s eta 0:00:01 2024-08-22T20:32:11.6661784Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 663.6/797.3 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:32:11.6662854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 671.3/797.3 MB 227.2 MB/s eta 0:00:01 2024-08-22T20:32:11.6664065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 679.3/797.3 MB 226.5 MB/s eta 0:00:01 2024-08-22T20:32:11.6665150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 687.4/797.3 MB 231.1 MB/s eta 0:00:01 2024-08-22T20:32:11.6666219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 695.5/797.3 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:32:11.6667289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 703.5/797.3 MB 234.5 MB/s eta 0:00:01 2024-08-22T20:32:11.6668350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 711.6/797.3 MB 233.5 MB/s eta 0:00:01 2024-08-22T20:32:11.6669419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 719.8/797.3 MB 235.5 MB/s eta 0:00:01 2024-08-22T20:32:11.6670503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 727.9/797.3 MB 236.0 MB/s eta 0:00:01 2024-08-22T20:32:11.6671702Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 736.1/797.3 MB 235.4 MB/s eta 0:00:01 2024-08-22T20:32:11.6672771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 744.2/797.3 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:32:11.6673842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 752.4/797.3 MB 236.7 MB/s eta 0:00:01 2024-08-22T20:32:11.6674905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 761.0/797.3 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:32:11.6675968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 767.9/797.3 MB 212.8 MB/s eta 0:00:01 2024-08-22T20:32:13.5441172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 775.2/797.3 MB 192.5 MB/s eta 0:00:01 2024-08-22T20:32:13.5443957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 783.8/797.3 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5446073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 790.6/797.3 MB 214.1 MB/s eta 0:00:01 2024-08-22T20:32:13.5448090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5449196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5450225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5451265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5452288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5453302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5454527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5455547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5456560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5457586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5458619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5459930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5460948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5461965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5462979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5463990Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5465118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5466158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5467174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5468182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5469236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5470247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5471252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5472403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5473409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5474415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5475419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5476411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5477414Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5478437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5479457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5480448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5481468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5482478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5483489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5484595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:13.5485618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9275106Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9276500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9277526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9278531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9279526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9280539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9281733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9282741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9283723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9284714Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9285713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9286833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9287834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9288873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9289871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9290863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9291851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9292859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9293878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9294889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9295887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9296892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9297893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9298937Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9300020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9301120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9302121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9303111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9304095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9305094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9306093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9307181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9308202Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9309200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9310197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9311187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9312183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9313210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9314312Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9315313Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3096290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3097678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3098734Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3099934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3100947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3101950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3102948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3103941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3104924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3105926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3107159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3108170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3109217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3110217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3111215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3112205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3113213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3114340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3115342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3116329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3117328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3118323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3119366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3120373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3121392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3122390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3123384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3124372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3125380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3126486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3127499Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3128489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3129482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3130479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3131471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3132468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3133488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3134578Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3135571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:16.3136566Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6931283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6932492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6933925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6934959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6935951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6936957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6937954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6938954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6940114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6941153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6942179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6943182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6944172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6945175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6946175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6947190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6948356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6949380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6950388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6951387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6952389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6954448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6955492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6956489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6957488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6958487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6959486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6960473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6961485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6962639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6963644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6964631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6965629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6966628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6967638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6968639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6969688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6970684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6971679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:17.6972668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9157299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9158999Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9160085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9161099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9162134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9163376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9164388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9165416Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9166630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9167655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9168670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9169679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9170707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9171732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9172751Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9173773Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9174789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9175797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9176801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9177808Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9178979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9180187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9181188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9182201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:19.9183193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.3/797.3 MB 1.5 MB/s eta 0:00:00 2024-08-22T20:32:19.9184152Z [?25hCollecting tqdm-multiprocess (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:19.9185008Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-08-22T20:32:19.9185869Z Collecting transformers>=4.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:19.9186667Z Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB) 2024-08-22T20:32:19.9187696Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.5 MB ? eta -:--:-- 2024-08-22T20:32:19.9188834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8.5/9.5 MB 254.8 MB/s eta 0:00:01 2024-08-22T20:32:19.9189876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.5/9.5 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:19.9190847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 135.6 MB/s eta 0:00:00 2024-08-22T20:32:19.9192141Z [?25hRequirement already satisfied: zstandard in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r requirements.txt (line 17)) (0.19.0) 2024-08-22T20:32:19.9193445Z Collecting dill (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:19.9194383Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-08-22T20:32:19.9195395Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/116.3 kB ? eta -:--:-- 2024-08-22T20:32:19.9196346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 33.5 MB/s eta 0:00:00 2024-08-22T20:32:19.9197250Z [?25hCollecting word2number (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:19.9197955Z Downloading word2number-1.1.zip (9.7 kB) 2024-08-22T20:32:19.9198508Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:19.9199690Z [?25hRequirement already satisfied: more-itertools in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r requirements.txt (line 17)) (10.1.0) 2024-08-22T20:32:19.9201337Z Requirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (3.13.1) 2024-08-22T20:32:19.9202572Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:19.9203589Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-22T20:32:19.9204619Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/177.6 kB ? eta -:--:-- 2024-08-22T20:32:19.9205562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.6/177.6 kB 47.5 MB/s eta 0:00:00 2024-08-22T20:32:19.9206887Z [?25hRequirement already satisfied: packaging>=20.9 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (23.0) 2024-08-22T20:32:22.5261002Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (6.0.1) 2024-08-22T20:32:22.5263148Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (2.29.0) 2024-08-22T20:32:22.5265139Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (4.65.0) 2024-08-22T20:32:22.5266461Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:22.5267603Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-22T20:32:22.5268620Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 10)) 2024-08-22T20:32:22.5269594Z Downloading regex-2024.7.24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (786 kB) 2024-08-22T20:32:22.5270673Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/786.6 kB ? eta -:--:-- 2024-08-22T20:32:22.5271689Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 786.6/786.6 kB 113.4 MB/s eta 0:00:00 2024-08-22T20:32:22.5272609Z [?25hCollecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 13)) 2024-08-22T20:32:22.5273808Z Downloading tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (436 kB) 2024-08-22T20:32:22.5275005Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/436.8 kB ? eta -:--:-- 2024-08-22T20:32:22.5275995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.8/436.8 kB 83.5 MB/s eta 0:00:00 2024-08-22T20:32:22.5276927Z [?25hCollecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:22.5278271Z Downloading https://download.pytorch.org/whl/nightly/pycryptodomex-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) 2024-08-22T20:32:22.5279565Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.1 MB ? eta -:--:-- 2024-08-22T20:32:22.5280690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 120.2 MB/s eta 0:00:00 2024-08-22T20:32:22.5282049Z [?25hRequirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r requirements.txt (line 18)) (1.26.16) 2024-08-22T20:32:22.5283264Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:22.5284319Z Downloading lxml-4.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB) 2024-08-22T20:32:22.5285414Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.1 MB ? eta -:--:-- 2024-08-22T20:32:22.5286405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.1/7.1 MB 231.2 MB/s eta 0:00:01 2024-08-22T20:32:22.5287402Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 135.6 MB/s eta 0:00:00 2024-08-22T20:32:22.5288311Z [?25hCollecting altair<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:22.5289053Z Downloading altair-5.4.0-py3-none-any.whl (671 kB) 2024-08-22T20:32:22.5289956Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/671.7 kB ? eta -:--:-- 2024-08-22T20:32:22.5290914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.7/671.7 kB 98.2 MB/s eta 0:00:00 2024-08-22T20:32:22.5291828Z [?25hCollecting blinker<2,>=1.0.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:22.5292582Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:22.5293330Z Collecting cachetools<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:22.5294084Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:22.5295238Z Requirement already satisfied: click<9,>=7.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r requirements.txt (line 28)) (8.1.7) 2024-08-22T20:32:22.5296440Z Collecting pandas<3,>=1.3.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:22.5297690Z Downloading https://download.pytorch.org/whl/nightly/pandas-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB) 2024-08-22T20:32:22.5299144Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.0 MB ? eta -:--:-- 2024-08-22T20:32:22.5300420Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 6.1/13.0 MB 184.4 MB/s eta 0:00:01 2024-08-22T20:32:22.5301650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 216.1 MB/s eta 0:00:01 2024-08-22T20:32:22.5302879Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 216.1 MB/s eta 0:00:01 2024-08-22T20:32:22.5303940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 111.9 MB/s eta 0:00:00 2024-08-22T20:32:22.5305076Z [?25hCollecting pillow<11,>=7.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:22.5306291Z Downloading pillow-10.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) 2024-08-22T20:32:22.5307388Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.5 MB ? eta -:--:-- 2024-08-22T20:32:22.5308468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 4.4/4.5 MB 259.2 MB/s eta 0:00:01 2024-08-22T20:32:22.5309642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 107.7 MB/s eta 0:00:00 2024-08-22T20:32:22.5310657Z [?25hCollecting protobuf<6,>=3.20 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:22.5311595Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB) 2024-08-22T20:32:22.5312678Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/309.3 kB ? eta -:--:-- 2024-08-22T20:32:22.5313756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.3/309.3 kB 65.7 MB/s eta 0:00:00 2024-08-22T20:32:22.5314757Z [?25hCollecting pyarrow>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:22.5315897Z Downloading pyarrow-17.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (39.9 MB) 2024-08-22T20:32:22.5317015Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/39.9 MB ? eta -:--:-- 2024-08-22T20:32:22.5318158Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/39.9 MB 256.1 MB/s eta 0:00:01 2024-08-22T20:32:22.5319389Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17.2/39.9 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:32:22.5320593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 25.7/39.9 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:22.5321856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 33.5/39.9 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:32:24.1248159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 213.4 MB/s eta 0:00:01 2024-08-22T20:32:24.1249515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 213.4 MB/s eta 0:00:01 2024-08-22T20:32:24.1250837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 213.4 MB/s eta 0:00:01 2024-08-22T20:32:24.1252227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 213.4 MB/s eta 0:00:01 2024-08-22T20:32:24.1253352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 213.4 MB/s eta 0:00:01 2024-08-22T20:32:24.1255086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 47.3 MB/s eta 0:00:00 2024-08-22T20:32:24.1256124Z [?25hCollecting rich<14,>=10.14.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.1256989Z Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-08-22T20:32:24.1257935Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/240.7 kB ? eta -:--:-- 2024-08-22T20:32:24.1258946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 51.1 MB/s eta 0:00:00 2024-08-22T20:32:24.1260090Z [?25hCollecting tenacity<9,>=8.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.1261066Z Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) 2024-08-22T20:32:24.1261862Z Collecting toml<2,>=0.10.1 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.1262698Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2024-08-22T20:32:24.1263670Z Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.1264523Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 2024-08-22T20:32:24.1265468Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/207.3 kB ? eta -:--:-- 2024-08-22T20:32:24.1266565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/207.3 kB 50.5 MB/s eta 0:00:00 2024-08-22T20:32:24.1267589Z [?25hCollecting pydeck<1,>=0.8.0b4 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.1268421Z Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB) 2024-08-22T20:32:24.1269374Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.9 MB ? eta -:--:-- 2024-08-22T20:32:24.1270462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.9/6.9 MB 238.0 MB/s eta 0:00:01 2024-08-22T20:32:24.1271520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 136.3 MB/s eta 0:00:00 2024-08-22T20:32:24.1272628Z [?25hCollecting watchdog<5,>=2.1.5 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.1273758Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl (82 kB) 2024-08-22T20:32:24.1274814Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/82.9 kB ? eta -:--:-- 2024-08-22T20:32:24.1275813Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.9/82.9 kB 27.7 MB/s eta 0:00:00 2024-08-22T20:32:24.1276816Z [?25hCollecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:24.1277697Z Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB) 2024-08-22T20:32:24.1278581Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/227.6 kB ? eta -:--:-- 2024-08-22T20:32:24.1279759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.6/227.6 kB 59.6 MB/s eta 0:00:00 2024-08-22T20:32:24.1281251Z [?25hRequirement already satisfied: Jinja2>=3.1.2 in /opt/conda/lib/python3.11/site-packages (from flask->-r requirements.txt (line 31)) (3.1.4) 2024-08-22T20:32:24.1282575Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:24.1283394Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-08-22T20:32:24.1284909Z Requirement already satisfied: psutil in /opt/conda/lib/python3.11/site-packages (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) (5.9.0) 2024-08-22T20:32:24.1286449Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:24.1287641Z Downloading safetensors-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-08-22T20:32:24.1288853Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/435.4 kB ? eta -:--:-- 2024-08-22T20:32:24.1289917Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 76.8 MB/s eta 0:00:00 2024-08-22T20:32:24.1291489Z [?25hRequirement already satisfied: jsonschema>=3.0 in /opt/conda/lib/python3.11/site-packages (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (4.19.2) 2024-08-22T20:32:24.1292994Z Collecting narwhals>=1.1.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:24.1293910Z Downloading narwhals-1.5.2-py3-none-any.whl (145 kB) 2024-08-22T20:32:24.1294812Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/145.6 kB ? eta -:--:-- 2024-08-22T20:32:24.1295934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.6/145.6 kB 47.4 MB/s eta 0:00:00 2024-08-22T20:32:24.1296896Z [?25hCollecting requests (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:24.1297764Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-22T20:32:24.1298771Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/64.9 kB ? eta -:--:-- 2024-08-22T20:32:24.1299960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 24.8 MB/s eta 0:00:00 2024-08-22T20:32:24.1301002Z [?25hCollecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:24.1301907Z Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-22T20:32:24.1302752Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/78.4 kB ? eta -:--:-- 2024-08-22T20:32:24.1303821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 30.3 MB/s eta 0:00:00 2024-08-22T20:32:24.1304949Z [?25hCollecting xxhash (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:24.1306113Z Downloading xxhash-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-08-22T20:32:24.1307920Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/194.8 kB ? eta -:--:-- 2024-08-22T20:32:24.1309046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 57.5 MB/s eta 0:00:00 2024-08-22T20:32:24.1310238Z [?25hCollecting multiprocess (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:24.1311507Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py311-none-any.whl (143 kB) 2024-08-22T20:32:24.1312709Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/143.5 kB ? eta -:--:-- 2024-08-22T20:32:26.2227608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 43.6 MB/s eta 0:00:00 2024-08-22T20:32:26.2229232Z [?25hCollecting aiohttp (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:26.2230839Z Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:32:26.2232030Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:26.2233163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 120.4 MB/s eta 0:00:00 2024-08-22T20:32:26.2234270Z [?25hCollecting gitdb<5,>=4.0.1 (from gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:26.2235244Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 2024-08-22T20:32:26.2236197Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/62.7 kB ? eta -:--:-- 2024-08-22T20:32:26.2237214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 23.0 MB/s eta 0:00:00 2024-08-22T20:32:26.2238732Z [?25hRequirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from Jinja2>=3.1.2->flask->-r requirements.txt (line 31)) (2.1.3) 2024-08-22T20:32:26.2240973Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) (2.9.0.post0) 2024-08-22T20:32:26.2242993Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) (2024.1) 2024-08-22T20:32:26.2244416Z Collecting tzdata>=2022.7 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:26.2245680Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-08-22T20:32:26.2246823Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/345.4 kB ? eta -:--:-- 2024-08-22T20:32:26.2247920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 67.0 MB/s eta 0:00:00 2024-08-22T20:32:26.2249602Z [?25hRequirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 4)) (2.0.4) 2024-08-22T20:32:26.2251481Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 4)) (3.4) 2024-08-22T20:32:26.2253470Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 4)) (2024.7.4) 2024-08-22T20:32:26.2255349Z Collecting markdown-it-py>=2.2.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:26.2256341Z Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-08-22T20:32:26.2257331Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/87.5 kB ? eta -:--:-- 2024-08-22T20:32:26.2258383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 33.6 MB/s eta 0:00:00 2024-08-22T20:32:26.2259549Z [?25hCollecting pygments<3.0.0,>=2.13.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:26.2260605Z Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-08-22T20:32:26.2261508Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2024-08-22T20:32:26.2262531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 117.5 MB/s eta 0:00:00 2024-08-22T20:32:26.2263656Z [?25hCollecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:26.2264585Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-22T20:32:26.2265494Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/133.7 kB ? eta -:--:-- 2024-08-22T20:32:26.2266560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 42.8 MB/s eta 0:00:00 2024-08-22T20:32:26.2267724Z [?25hCollecting nltk (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:26.2269038Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2024-08-22T20:32:26.2270050Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2024-08-22T20:32:26.2271047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 119.4 MB/s eta 0:00:00 2024-08-22T20:32:26.2272619Z [?25hRequirement already satisfied: six>=1.14.0 in /opt/conda/lib/python3.11/site-packages (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) (1.16.0) 2024-08-22T20:32:26.2274184Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:26.2275148Z Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) 2024-08-22T20:32:26.2276114Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:26.2277099Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-22T20:32:26.2278053Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:26.2279212Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-22T20:32:26.2280480Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:26.2281779Z Downloading scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB) 2024-08-22T20:32:26.2282881Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/41.2 MB ? eta -:--:-- 2024-08-22T20:32:26.2284030Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/41.2 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:32:26.2285420Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 16.5/41.2 MB 244.3 MB/s eta 0:00:01 2024-08-22T20:32:26.2286644Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 25.1/41.2 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:26.2287886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 33.4/41.2 MB 241.5 MB/s eta 0:00:01 2024-08-22T20:32:26.2289042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:32:26.2290151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:32:26.2291332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:32:26.2292460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:32:26.2293563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 50.9 MB/s eta 0:00:00 2024-08-22T20:32:26.2294937Z [?25hCollecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:27.4922708Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-22T20:32:27.4924404Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/301.8 kB ? eta -:--:-- 2024-08-22T20:32:27.4925773Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 72.2 MB/s eta 0:00:00 2024-08-22T20:32:27.4926988Z [?25hCollecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:27.4928214Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-22T20:32:27.4929114Z Collecting sympy (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:27.4929979Z Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB) 2024-08-22T20:32:27.4930991Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:32:27.4932033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:27.4933128Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 124.1 MB/s eta 0:00:00 2024-08-22T20:32:27.4934223Z [?25hCollecting networkx (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:27.4935381Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-08-22T20:32:27.4936452Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:32:27.4937775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 107.5 MB/s eta 0:00:00 2024-08-22T20:32:27.4938978Z [?25hCollecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:27.4940545Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB) 2024-08-22T20:32:27.4941893Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/23.7 MB ? eta -:--:-- 2024-08-22T20:32:27.4943036Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/23.7 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:32:27.4944334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 16.6/23.7 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:32:27.4945470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:32:27.4946607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:32:27.4947928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 252.6 MB/s eta 0:00:01 2024-08-22T20:32:27.4949050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 82.1 MB/s eta 0:00:00 2024-08-22T20:32:27.4950234Z [?25hCollecting nvidia-cuda-runtime-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:27.4951847Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB) 2024-08-22T20:32:27.4953186Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/823.6 kB ? eta -:--:-- 2024-08-22T20:32:27.4954728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 110.1 MB/s eta 0:00:00 2024-08-22T20:32:27.4956026Z [?25hCollecting nvidia-cuda-cupti-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:27.4957517Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB) 2024-08-22T20:32:27.4958871Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/14.1 MB ? eta -:--:-- 2024-08-22T20:32:27.4960062Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 8.0/14.1 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:27.4961178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:32:27.4962255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 129.0 MB/s eta 0:00:00 2024-08-22T20:32:27.4963679Z [?25hCollecting nvidia-cudnn-cu12==9.1.0.70 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:27.4965105Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB) 2024-08-22T20:32:27.4966432Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/664.8 MB ? eta -:--:-- 2024-08-22T20:32:27.4967520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.4/664.8 MB 251.2 MB/s eta 0:00:03 2024-08-22T20:32:27.4968620Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.7/664.8 MB 244.1 MB/s eta 0:00:03 2024-08-22T20:32:27.4969769Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.3/664.8 MB 248.4 MB/s eta 0:00:03 2024-08-22T20:32:27.4971029Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.8/664.8 MB 245.2 MB/s eta 0:00:03 2024-08-22T20:32:27.4972304Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/664.8 MB 247.8 MB/s eta 0:00:03 2024-08-22T20:32:27.4973645Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/664.8 MB 248.8 MB/s eta 0:00:03 2024-08-22T20:32:27.4974889Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.3/664.8 MB 245.5 MB/s eta 0:00:03 2024-08-22T20:32:27.4976105Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.9/664.8 MB 246.8 MB/s eta 0:00:03 2024-08-22T20:32:27.4977300Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.4/664.8 MB 247.3 MB/s eta 0:00:03 2024-08-22T20:32:27.4978561Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.9/664.8 MB 245.7 MB/s eta 0:00:03 2024-08-22T20:32:27.4979826Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.3/664.8 MB 245.6 MB/s eta 0:00:03 2024-08-22T20:32:28.8129265Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/664.8 MB 244.9 MB/s eta 0:00:03 2024-08-22T20:32:28.8130884Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.2/664.8 MB 245.2 MB/s eta 0:00:03 2024-08-22T20:32:28.8132091Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/664.8 MB 246.3 MB/s eta 0:00:03 2024-08-22T20:32:28.8133532Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127.3/664.8 MB 247.1 MB/s eta 0:00:03 2024-08-22T20:32:28.8134752Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.8/664.8 MB 245.6 MB/s eta 0:00:03 2024-08-22T20:32:28.8136211Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.3/664.8 MB 247.4 MB/s eta 0:00:03 2024-08-22T20:32:28.8137516Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.9/664.8 MB 247.3 MB/s eta 0:00:03 2024-08-22T20:32:28.8138672Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.4/664.8 MB 247.6 MB/s eta 0:00:03 2024-08-22T20:32:28.8139963Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 169.9/664.8 MB 246.5 MB/s eta 0:00:03 2024-08-22T20:32:28.8141235Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.4/664.8 MB 245.4 MB/s eta 0:00:02 2024-08-22T20:32:28.8142445Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 186.9/664.8 MB 246.5 MB/s eta 0:00:02 2024-08-22T20:32:28.8143638Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 195.4/664.8 MB 247.1 MB/s eta 0:00:02 2024-08-22T20:32:28.8145106Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 204.1/664.8 MB 248.5 MB/s eta 0:00:02 2024-08-22T20:32:28.8146311Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 212.6/664.8 MB 248.2 MB/s eta 0:00:02 2024-08-22T20:32:28.8147583Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 221.2/664.8 MB 247.3 MB/s eta 0:00:02 2024-08-22T20:32:28.8148740Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 229.7/664.8 MB 248.3 MB/s eta 0:00:02 2024-08-22T20:32:28.8149920Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 238.3/664.8 MB 247.0 MB/s eta 0:00:02 2024-08-22T20:32:28.8151282Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 246.9/664.8 MB 249.5 MB/s eta 0:00:02 2024-08-22T20:32:28.8152489Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 255.5/664.8 MB 248.9 MB/s eta 0:00:02 2024-08-22T20:32:28.8153661Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 264.0/664.8 MB 247.6 MB/s eta 0:00:02 2024-08-22T20:32:28.8155161Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 272.5/664.8 MB 247.9 MB/s eta 0:00:02 2024-08-22T20:32:28.8156342Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 281.1/664.8 MB 248.4 MB/s eta 0:00:02 2024-08-22T20:32:28.8157546Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 289.6/664.8 MB 248.0 MB/s eta 0:00:02 2024-08-22T20:32:28.8158811Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 298.2/664.8 MB 247.2 MB/s eta 0:00:02 2024-08-22T20:32:28.8160009Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 306.6/664.8 MB 245.7 MB/s eta 0:00:02 2024-08-22T20:32:28.8161219Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 315.2/664.8 MB 245.7 MB/s eta 0:00:02 2024-08-22T20:32:28.8162423Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 323.7/664.8 MB 247.4 MB/s eta 0:00:02 2024-08-22T20:32:28.8163626Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 332.3/664.8 MB 248.2 MB/s eta 0:00:02 2024-08-22T20:32:28.8164798Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 340.8/664.8 MB 247.7 MB/s eta 0:00:02 2024-08-22T20:32:28.8166052Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 349.4/664.8 MB 248.7 MB/s eta 0:00:02 2024-08-22T20:32:28.8167357Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 357.9/664.8 MB 248.2 MB/s eta 0:00:02 2024-08-22T20:32:28.8168546Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 366.5/664.8 MB 247.8 MB/s eta 0:00:02 2024-08-22T20:32:28.8169796Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 375.1/664.8 MB 249.1 MB/s eta 0:00:02 2024-08-22T20:32:28.8170973Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 383.7/664.8 MB 247.6 MB/s eta 0:00:02 2024-08-22T20:32:28.8172151Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 392.2/664.8 MB 246.5 MB/s eta 0:00:02 2024-08-22T20:32:28.8173464Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 400.7/664.8 MB 247.3 MB/s eta 0:00:02 2024-08-22T20:32:28.8174795Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 409.4/664.8 MB 250.2 MB/s eta 0:00:02 2024-08-22T20:32:28.8175986Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 418.0/664.8 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:30.5784956Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 426.5/664.8 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:32:30.5786675Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 435.1/664.8 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:32:30.5788007Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 443.6/664.8 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:32:30.5789160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 452.1/664.8 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:32:30.5790455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 460.7/664.8 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:32:30.5791696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 469.2/664.8 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:32:30.5792958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 477.8/664.8 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:32:30.5794188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 486.4/664.8 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:32:30.5795427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 495.0/664.8 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:32:30.5796621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 503.6/664.8 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:32:30.5797826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 512.1/664.8 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:32:30.5799269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 520.6/664.8 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:32:30.5800485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 529.2/664.8 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:32:30.5801659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 537.8/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:32:30.5802913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 546.4/664.8 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.5804054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 554.9/664.8 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:32:30.5805422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 563.5/664.8 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:32:30.5806768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 572.1/664.8 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:32:30.5807943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 580.5/664.8 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:32:30.5809083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 589.0/664.8 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:32:30.5810351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 597.5/664.8 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:32:30.5811533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 606.0/664.8 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:32:30.5812856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 614.6/664.8 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:30.5814104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 623.1/664.8 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:32:30.5815283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 631.7/664.8 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:32:30.5816539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 640.3/664.8 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:32:30.5817692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 648.9/664.8 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:32:30.5818780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 657.5/664.8 MB 249.7 MB/s eta 0:00:01 2024-08-22T20:32:30.5820169Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:30.5821302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:30.5822427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:30.5823543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:30.5824659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:30.5825790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:30.5826912Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:30.5828157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:30.5829284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:30.5830521Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:30.5831716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9657386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9659009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9660569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9661954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9663126Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9664246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9665445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9666520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9667811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9669031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9670120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9671237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9672440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9673557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9674636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9675833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9676964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9678116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9679242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9680407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9681541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9682726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9683979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9685099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9686260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9687388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9688467Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9689630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9690854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9692062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9693145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9694297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9695462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9696552Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9697668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9698934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9700108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9701167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9702442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:31.9703641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3456498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3458202Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3459669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3460853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3461973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3463098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3464258Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3465609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3466698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3467876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3469019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3470085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3471235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3472375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3473643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3474842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3475959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3477061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3478244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3479316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3480482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3481686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3482789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3483881Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3485037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3486141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3487413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3488543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3489666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3490762Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3491891Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3493020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3494132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3495305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3496483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3497590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3498768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3499972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3501040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:33.3502324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7264560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7266178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7267307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7268436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7269625Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7270716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7271909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7273088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7274186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7275292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7276456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7277587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7278683Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7280040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7281172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7282335Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7283422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7284582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7285728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7286994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7288081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7289269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7290380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7291480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7292610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7293726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7294991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7296117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7297256Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7298382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7299613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7300710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7301852Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7303003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7304124Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7305180Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7306323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7307436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7308685Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:34.7309814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:36.5253996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:36.5255619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:36.5256785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:36.5257858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:36.5259274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:36.5260677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:36.5261806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:36.5262961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:36.5264160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:36.5265301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:36.5266423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:36.5267657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:36.5268887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:36.5270013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:36.5271095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 1.9 MB/s eta 0:00:00 2024-08-22T20:32:36.5272359Z [?25hCollecting nvidia-cublas-cu12==12.1.3.1 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:36.5273952Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB) 2024-08-22T20:32:36.5275416Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/410.6 MB ? eta -:--:-- 2024-08-22T20:32:36.5276621Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/410.6 MB 239.8 MB/s eta 0:00:02 2024-08-22T20:32:36.5277792Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.1/410.6 MB 233.9 MB/s eta 0:00:02 2024-08-22T20:32:36.5278982Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.4/410.6 MB 240.0 MB/s eta 0:00:02 2024-08-22T20:32:36.5280356Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.7/410.6 MB 241.4 MB/s eta 0:00:02 2024-08-22T20:32:36.5281514Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/410.6 MB 239.0 MB/s eta 0:00:02 2024-08-22T20:32:36.5282750Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.2/410.6 MB 241.0 MB/s eta 0:00:02 2024-08-22T20:32:36.5284045Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/410.6 MB 240.9 MB/s eta 0:00:02 2024-08-22T20:32:36.5285469Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.9/410.6 MB 241.2 MB/s eta 0:00:02 2024-08-22T20:32:36.5286714Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.0/410.6 MB 237.7 MB/s eta 0:00:02 2024-08-22T20:32:36.5288073Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.5/410.6 MB 243.8 MB/s eta 0:00:02 2024-08-22T20:32:36.5289252Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.9/410.6 MB 244.2 MB/s eta 0:00:02 2024-08-22T20:32:36.5290425Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/410.6 MB 240.6 MB/s eta 0:00:02 2024-08-22T20:32:36.5291888Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.6/410.6 MB 244.6 MB/s eta 0:00:02 2024-08-22T20:32:36.5293113Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.7/410.6 MB 236.9 MB/s eta 0:00:02 2024-08-22T20:32:36.5294402Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/410.6 MB 246.2 MB/s eta 0:00:02 2024-08-22T20:32:36.5295604Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 132.2/410.6 MB 235.5 MB/s eta 0:00:02 2024-08-22T20:32:36.5296815Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 140.8/410.6 MB 246.7 MB/s eta 0:00:02 2024-08-22T20:32:36.5298060Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 149.0/410.6 MB 240.9 MB/s eta 0:00:02 2024-08-22T20:32:36.5299385Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 157.5/410.6 MB 246.4 MB/s eta 0:00:02 2024-08-22T20:32:36.5300695Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 165.5/410.6 MB 236.4 MB/s eta 0:00:02 2024-08-22T20:32:36.5301993Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 174.0/410.6 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:32:38.0953616Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 182.1/410.6 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:38.0955485Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 190.6/410.6 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:38.0957283Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 198.8/410.6 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:32:38.0958625Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 207.4/410.6 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:32:38.0960005Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 215.6/410.6 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:32:38.0961322Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 224.1/410.6 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:38.0962517Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 232.4/410.6 MB 241.5 MB/s eta 0:00:01 2024-08-22T20:32:38.0963793Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 240.9/410.6 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:32:38.0964968Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 249.1/410.6 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:32:38.0966322Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 257.6/410.6 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:38.0967645Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 265.8/410.6 MB 240.3 MB/s eta 0:00:01 2024-08-22T20:32:38.0968836Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 274.3/410.6 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:38.0969982Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 282.3/410.6 MB 234.8 MB/s eta 0:00:01 2024-08-22T20:32:38.0971240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 290.4/410.6 MB 232.7 MB/s eta 0:00:01 2024-08-22T20:32:38.0972433Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 298.4/410.6 MB 231.4 MB/s eta 0:00:01 2024-08-22T20:32:38.0973676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 306.3/410.6 MB 228.9 MB/s eta 0:00:01 2024-08-22T20:32:38.0974987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 314.7/410.6 MB 244.3 MB/s eta 0:00:01 2024-08-22T20:32:38.0976179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 323.2/410.6 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:32:38.0977394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 331.3/410.6 MB 238.1 MB/s eta 0:00:01 2024-08-22T20:32:38.0978644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 339.9/410.6 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:32:38.0979888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 348.1/410.6 MB 241.1 MB/s eta 0:00:01 2024-08-22T20:32:38.0981125Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 356.7/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:32:38.0982394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 364.9/410.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:32:38.0983593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 373.5/410.6 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:32:38.0984729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 381.5/410.6 MB 236.0 MB/s eta 0:00:01 2024-08-22T20:32:38.0985952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 389.7/410.6 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:32:38.0987150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 397.5/410.6 MB 229.7 MB/s eta 0:00:01 2024-08-22T20:32:38.0988461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 405.6/410.6 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:32:38.0989634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:38.0990747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:38.0991843Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:38.0993030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:38.0994079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:38.0995196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:38.0996395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:38.0997569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:38.0998700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:38.0999872Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4787642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4789366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4790899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4792158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4793239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4794350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4795530Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4796587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4797682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4799073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4800194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4801279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4802467Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4803581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4804715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4805907Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4807173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4808286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4809440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4810539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4811653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4812820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4814086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4815172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4816362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4817456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4818556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4819771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4820893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4822008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4823180Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4824241Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4825369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4826514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4827668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4828853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4830021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4831146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4832217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:39.4833359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1399852Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1402065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1403486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1404719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1405823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1407072Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1408188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1409370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1410666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1411983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1413100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1414269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1415443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1416609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1417792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1418983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1420237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1421352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1422565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1423659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1425110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1426223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1427386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1428560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1429736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1430786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1431955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1433189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1434394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 3.4 MB/s eta 0:00:00 2024-08-22T20:32:41.1435658Z [?25hCollecting nvidia-cufft-cu12==11.0.2.54 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:41.1437125Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB) 2024-08-22T20:32:41.1438566Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/121.6 MB ? eta -:--:-- 2024-08-22T20:32:41.1439706Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/121.6 MB 234.6 MB/s eta 0:00:01 2024-08-22T20:32:41.1441008Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.2/121.6 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:32:41.1442351Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.6/121.6 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:32:41.1443595Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.1/121.6 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:32:41.1444746Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 41.4/121.6 MB 241.1 MB/s eta 0:00:01 2024-08-22T20:32:41.1446064Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 49.7/121.6 MB 243.0 MB/s eta 0:00:01 2024-08-22T20:32:41.1447308Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 58.1/121.6 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:32:41.1448686Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 66.6/121.6 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:32:42.5518050Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 75.0/121.6 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:42.5519648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 83.4/121.6 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:42.5521509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 91.6/121.6 MB 239.6 MB/s eta 0:00:01 2024-08-22T20:32:42.5523937Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 100.0/121.6 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5525193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 108.1/121.6 MB 236.2 MB/s eta 0:00:01 2024-08-22T20:32:42.5526471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 116.4/121.6 MB 238.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5527882Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5529059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5530196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5531378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5532486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5533645Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5535016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5536153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5537219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5538411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5539639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5540816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5541940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5543072Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5544251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5545359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5546480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5547666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5548770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5549848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5551124Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5552234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5553354Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5554869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5555980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5557337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5558527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5559593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5560728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5561899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5563026Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5564095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:42.5565287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:43.9952738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:43.9954757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:43.9956199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:43.9957361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:43.9958576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:43.9959673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:43.9960808Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:43.9962014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:43.9963131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:43.9964223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:43.9965380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:43.9966506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:43.9967846Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:43.9968949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 6.0 MB/s eta 0:00:00 2024-08-22T20:32:43.9970171Z [?25hCollecting nvidia-curand-cu12==10.3.2.106 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:43.9971678Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB) 2024-08-22T20:32:43.9973128Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/56.5 MB ? eta -:--:-- 2024-08-22T20:32:43.9974237Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.4/56.5 MB 191.8 MB/s eta 0:00:01 2024-08-22T20:32:43.9975471Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/56.5 MB 190.4 MB/s eta 0:00:01 2024-08-22T20:32:43.9976892Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/56.5 MB 174.2 MB/s eta 0:00:01 2024-08-22T20:32:43.9978102Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 24.1/56.5 MB 162.4 MB/s eta 0:00:01 2024-08-22T20:32:43.9979343Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 29.6/56.5 MB 157.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9980633Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 35.5/56.5 MB 168.7 MB/s eta 0:00:01 2024-08-22T20:32:43.9981816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 43.8/56.5 MB 236.3 MB/s eta 0:00:01 2024-08-22T20:32:43.9983030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 52.2/56.5 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:43.9984211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:43.9985318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:43.9986436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:43.9987565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:43.9988652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:43.9989770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:43.9991041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:43.9992107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:43.9993222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:43.9994370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:43.9995488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:43.9996538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:43.9997711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:43.9998924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:44.0000074Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:45.4138382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:45.4140201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:45.4141526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:45.4142710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:45.4144145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:45.4145302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:45.4146378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:45.4147540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:45.4148724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 12.2 MB/s eta 0:00:00 2024-08-22T20:32:45.4149894Z [?25hCollecting nvidia-cusolver-cu12==11.4.5.107 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:45.4151547Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB) 2024-08-22T20:32:45.4153003Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/124.2 MB ? eta -:--:-- 2024-08-22T20:32:45.4154629Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.7/124.2 MB 230.5 MB/s eta 0:00:01 2024-08-22T20:32:45.4156363Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.5/124.2 MB 227.9 MB/s eta 0:00:01 2024-08-22T20:32:45.4157677Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.5/124.2 MB 233.0 MB/s eta 0:00:01 2024-08-22T20:32:45.4158877Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.8/124.2 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:32:45.4160185Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/124.2 MB 235.2 MB/s eta 0:00:01 2024-08-22T20:32:45.4161547Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 48.0/124.2 MB 234.6 MB/s eta 0:00:01 2024-08-22T20:32:45.4162774Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 56.1/124.2 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:45.4164031Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 64.5/124.2 MB 240.7 MB/s eta 0:00:01 2024-08-22T20:32:45.4165277Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 72.5/124.2 MB 237.1 MB/s eta 0:00:01 2024-08-22T20:32:45.4166443Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 80.9/124.2 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:32:45.4167840Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 89.3/124.2 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:32:45.4169058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 97.4/124.2 MB 237.4 MB/s eta 0:00:01 2024-08-22T20:32:45.4170231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 105.6/124.2 MB 238.0 MB/s eta 0:00:01 2024-08-22T20:32:45.4171422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 113.7/124.2 MB 237.2 MB/s eta 0:00:01 2024-08-22T20:32:45.4172581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 122.0/124.2 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:32:45.4173690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:45.4174829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:45.4175925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:45.4177040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:45.4178248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:45.4179450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:45.4180518Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:45.4181714Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:45.4182829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:45.4184108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:45.4185174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:45.4186285Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:45.4187508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8363071Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8366376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8368440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8369566Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8370741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8371886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8372991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8374139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8375237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8376496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8377699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8378795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8379965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8381137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8382257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8383389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8384556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8385653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8386768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8387901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8388958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8390186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8391415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8392638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8393802Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8395076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8396302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8397548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8398856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8399980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8401133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:46.8402196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 6.3 MB/s eta 0:00:00 2024-08-22T20:32:46.8403393Z [?25hCollecting nvidia-cusparse-cu12==12.1.0.106 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:46.8404945Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB) 2024-08-22T20:32:46.8406395Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/196.0 MB ? eta -:--:-- 2024-08-22T20:32:46.8407540Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/196.0 MB 211.2 MB/s eta 0:00:01 2024-08-22T20:32:46.8408828Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.7/196.0 MB 218.3 MB/s eta 0:00:01 2024-08-22T20:32:46.8410026Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.7/196.0 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:32:46.8411280Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.9/196.0 MB 184.1 MB/s eta 0:00:01 2024-08-22T20:32:46.8412511Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.7/196.0 MB 186.7 MB/s eta 0:00:01 2024-08-22T20:32:48.3017648Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.1/196.0 MB 187.3 MB/s eta 0:00:01 2024-08-22T20:32:48.3019655Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.7/196.0 MB 209.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3020910Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/196.0 MB 227.5 MB/s eta 0:00:01 2024-08-22T20:32:48.3022125Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/196.0 MB 236.6 MB/s eta 0:00:01 2024-08-22T20:32:48.3023405Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 73.1/196.0 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:32:48.3024616Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 81.3/196.0 MB 238.1 MB/s eta 0:00:01 2024-08-22T20:32:48.3025808Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 89.7/196.0 MB 241.2 MB/s eta 0:00:01 2024-08-22T20:32:48.3027460Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 98.2/196.0 MB 245.5 MB/s eta 0:00:01 2024-08-22T20:32:48.3028662Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 106.8/196.0 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:32:48.3029872Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 115.2/196.0 MB 244.3 MB/s eta 0:00:01 2024-08-22T20:32:48.3031103Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 123.7/196.0 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:32:48.3032310Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 132.2/196.0 MB 244.3 MB/s eta 0:00:01 2024-08-22T20:32:48.3033682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 140.7/196.0 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:32:48.3034947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 149.2/196.0 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:32:48.3036102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 157.7/196.0 MB 244.3 MB/s eta 0:00:01 2024-08-22T20:32:48.3037307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 166.2/196.0 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:32:48.3038539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 174.7/196.0 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:32:48.3039786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 183.0/196.0 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3040922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 191.6/196.0 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:32:48.3042108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3043236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3044330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3045440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3046580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3047685Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3048880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3050598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3051726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3052957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3054532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3055679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3057052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3058165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3059308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3060521Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3061720Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3062988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3064041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:48.3065155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6836951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6838541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6839913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6841114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6842234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6843405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6844482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6845606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6846748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6847850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6848964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6850126Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6851406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6852480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6853636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6855139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6856227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6857347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6858496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6859853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6861037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6862098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6863190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6864348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6865431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6866655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6867850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6869045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6870225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6871467Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6872661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6873847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6874983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6876088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6877220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6878384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6879470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6880589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6881835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:49.6882947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:51.2341270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:51.2343043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:51.2344285Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:51.2345497Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:51.2346908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:51.2348007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:51.2349217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:51.2350318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:51.2351409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 4.1 MB/s eta 0:00:00 2024-08-22T20:32:51.2352597Z [?25hCollecting nvidia-nccl-cu12==2.20.5 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:51.2354421Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl (176.2 MB) 2024-08-22T20:32:51.2355791Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/176.2 MB ? eta -:--:-- 2024-08-22T20:32:51.2356966Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/176.2 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:32:51.2358187Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.3/176.2 MB 235.0 MB/s eta 0:00:01 2024-08-22T20:32:51.2359400Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.2/176.2 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:51.2360644Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.1/176.2 MB 228.3 MB/s eta 0:00:01 2024-08-22T20:32:51.2361795Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/176.2 MB 228.4 MB/s eta 0:00:01 2024-08-22T20:32:51.2363038Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.9/176.2 MB 232.2 MB/s eta 0:00:01 2024-08-22T20:32:51.2364450Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 56.2/176.2 MB 239.4 MB/s eta 0:00:01 2024-08-22T20:32:51.2365658Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 64.6/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:51.2366803Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 73.0/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:51.2368086Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 81.5/176.2 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:32:51.2369299Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 89.9/176.2 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:51.2370676Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 98.4/176.2 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:32:51.2371836Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 106.9/176.2 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:32:51.2373044Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 115.5/176.2 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:32:51.2374283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 124.1/176.2 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:32:51.2375485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 132.6/176.2 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:32:51.2376626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 141.3/176.2 MB 249.4 MB/s eta 0:00:01 2024-08-22T20:32:51.2377872Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 149.8/176.2 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:32:51.2379259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 158.4/176.2 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:32:51.2380492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 166.9/176.2 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.2381790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 175.6/176.2 MB 251.2 MB/s eta 0:00:01 2024-08-22T20:32:51.2382900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:51.2383998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:51.2385185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:51.2386259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:51.2387361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:51.2388532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:51.2389599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6062350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6064139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6065548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6066747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6067948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6069046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6070102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6071287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6072649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6073919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6075489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6076679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6077946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6079083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6080234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6081488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6082676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6083761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6084865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6086132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 10.1 MB/s eta 0:00:00 2024-08-22T20:32:52.6087358Z [?25hCollecting nvidia-nvtx-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:52.6089027Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB) 2024-08-22T20:32:52.6090578Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/99.1 kB ? eta -:--:-- 2024-08-22T20:32:52.6091811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 37.0 MB/s eta 0:00:00 2024-08-22T20:32:52.6092830Z [?25hCollecting triton==3.0.0 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:52.6094410Z Downloading triton-3.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB) 2024-08-22T20:32:52.6095563Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/209.4 MB ? eta -:--:-- 2024-08-22T20:32:52.6096753Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/209.4 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:52.6097963Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.5/209.4 MB 240.3 MB/s eta 0:00:01 2024-08-22T20:32:52.6099395Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.7/209.4 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:32:52.6100970Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.0/209.4 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:32:52.6102242Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.4/209.4 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:32:52.6103630Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.0/209.4 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:32:52.6105100Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/209.4 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:32:52.6106648Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 67.0/209.4 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:52.6107909Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 75.5/209.4 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:52.6109347Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 84.0/209.4 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:32:52.6110576Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 92.6/209.4 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:32:52.6111967Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 101.2/209.4 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:32:52.6113268Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 109.7/209.4 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:32:52.6114520Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 118.3/209.4 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:54.3775962Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 126.8/209.4 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:32:54.3777367Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 135.4/209.4 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:54.3778520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 143.9/209.4 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:32:54.3779778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 152.5/209.4 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:54.3780892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 161.1/209.4 MB 249.4 MB/s eta 0:00:01 2024-08-22T20:32:54.3782002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 169.6/209.4 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:54.3783415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 178.2/209.4 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:54.3784520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 186.7/209.4 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:32:54.3785690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 195.3/209.4 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:32:54.3786833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 203.8/209.4 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:32:54.3787867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3788890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3790082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3791092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3792101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3793108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3794114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3795105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3796131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3797242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3798262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3799272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3800341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3801356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3802356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3803383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3804397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3805402Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3806389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3807387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3808393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3809502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3810524Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3811538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3812546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3813554Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 250.3 MB/s eta 0:00:01 2024-08-22T20:32:54.3814538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 9.5 MB/s eta 0:00:00 2024-08-22T20:32:54.3815776Z [?25hCollecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:54.3817007Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB) 2024-08-22T20:32:54.3818056Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/19.7 MB ? eta -:--:-- 2024-08-22T20:33:04.1935656Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 8.3/19.7 MB 249.4 MB/s eta 0:00:01 2024-08-22T20:33:04.1937215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 16.8/19.7 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:33:04.1938409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:33:04.1939540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:33:04.1940574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 102.8 MB/s eta 0:00:00 2024-08-22T20:33:04.1941657Z [?25hCollecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:04.1942816Z Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-08-22T20:33:04.1943849Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-08-22T20:33:04.1944777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 131.4 MB/s eta 0:00:00 2024-08-22T20:33:04.1946367Z [?25hRequirement already satisfied: attrs>=19.2.0 in /opt/conda/lib/python3.11/site-packages (from jsonlines->lm-eval==0.4.2->-r requirements.txt (line 17)) (23.1.0) 2024-08-22T20:33:04.1948199Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) (67.8.0) 2024-08-22T20:33:04.1949942Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:04.1950833Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-08-22T20:33:04.1951724Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:04.1952629Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-08-22T20:33:04.1953595Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:04.1954784Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-08-22T20:33:04.1955673Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:04.1956515Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-08-22T20:33:04.1957366Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:04.1958198Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-08-22T20:33:04.1959275Z Collecting typepy[datetime]<2,>=1.3.2 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:04.1960131Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-08-22T20:33:04.1961062Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:04.1962028Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-22T20:33:04.1962989Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:04.1964127Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-22T20:33:04.1965277Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:04.1966880Z Downloading https://download.pytorch.org/whl/nightly/frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272 kB) 2024-08-22T20:33:04.1968316Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/272.3 kB ? eta -:--:-- 2024-08-22T20:33:04.1969262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 49.7 MB/s eta 0:00:00 2024-08-22T20:33:04.1970348Z [?25hCollecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:04.1971763Z Downloading https://download.pytorch.org/whl/nightly/multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (128 kB) 2024-08-22T20:33:04.1973003Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/128.7 kB ? eta -:--:-- 2024-08-22T20:33:04.1973942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 9.9 MB/s eta 0:00:00 2024-08-22T20:33:04.1975138Z [?25hCollecting yarl<2.0,>=1.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:04.1976503Z Downloading https://download.pytorch.org/whl/nightly/yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (328 kB) 2024-08-22T20:33:04.1977710Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/328.1 kB ? eta -:--:-- 2024-08-22T20:33:04.1978647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 57.3 MB/s eta 0:00:00 2024-08-22T20:33:04.1979859Z [?25hCollecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:04.1980774Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 2024-08-22T20:33:04.1982200Z Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (2023.7.1) 2024-08-22T20:33:04.1984279Z Requirement already satisfied: referencing>=0.28.4 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (0.30.2) 2024-08-22T20:33:04.1986210Z Requirement already satisfied: rpds-py>=0.7.1 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (0.10.6) 2024-08-22T20:33:04.1987739Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:04.1988624Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-08-22T20:33:04.1989990Z Requirement already satisfied: chardet<6,>=3.0.4 in /opt/conda/lib/python3.11/site-packages (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) (4.0.0) 2024-08-22T20:33:04.1991561Z Collecting mpmath<1.4,>=1.1.0 (from sympy->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:04.1992642Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-22T20:33:04.1993740Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/536.2 kB ? eta -:--:-- 2024-08-22T20:33:04.1994694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 90.5 MB/s eta 0:00:00 2024-08-22T20:33:04.1995657Z [?25hBuilding wheels for collected packages: rouge-score, numexpr, sqlitedict, word2number 2024-08-22T20:33:04.1996494Z Building wheel for rouge-score (setup.py) ... [?25l- done 2024-08-22T20:33:04.1997776Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24935 sha256=89013db47a03044f8aa2168f2558128a2083c3f4ff6473eb8ed04140300b726d 2024-08-22T20:33:04.1999172Z Stored in directory: /root/.cache/pip/wheels/1e/19/43/8a442dc83660ca25e163e1bd1f89919284ab0d0c1475475148 2024-08-22T20:33:04.2000227Z Building wheel for numexpr (pyproject.toml) ... [?25l- \ | / done 2024-08-22T20:33:04.2001602Z [?25h Created wheel for numexpr: filename=numexpr-2.10.1-cp311-cp311-linux_x86_64.whl size=144661 sha256=e547e8d868f7859163b26170f24e98e1b9db5da7f03c7e67eff197f7c87bf4c4 2024-08-22T20:33:04.2003086Z Stored in directory: /root/.cache/pip/wheels/95/8f/06/86d86d1afaa270e49bedb56c85c6ffd48d8eccdb9f678e55e4 2024-08-22T20:33:04.2004058Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2024-08-22T20:33:04.2005333Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16864 sha256=89d22ebff76ba5dbd201d238e08a89f07a05125023e14a5054dd77d68a2623bb 2024-08-22T20:33:04.2006718Z Stored in directory: /root/.cache/pip/wheels/73/63/89/7210274f9b7fb033b8f22671f64c0e0b55083d30c3c046a3ff 2024-08-22T20:33:04.2007675Z Building wheel for word2number (setup.py) ... [?25l- done 2024-08-22T20:34:15.7669953Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5566 sha256=e8b2ed7ecf485600bdfbd88b701f2ba67def0c3f9f1e5f1d721f1ed6187987f7 2024-08-22T20:34:15.7671869Z Stored in directory: /root/.cache/pip/wheels/cd/ef/ae/073b491b14d25e2efafcffca9e16b2ee6d114ec5c643ba4f06 2024-08-22T20:34:15.7672903Z Successfully built rouge-score numexpr sqlitedict word2number 2024-08-22T20:34:15.7680842Z Installing collected packages: zstd, word2number, sqlitedict, sentencepiece, ninja, mpmath, xxhash, Werkzeug, watchdog, tzdata, typing-extensions, triton, tqdm, tornado, toml, threadpoolctl, tenacity, tcolorpy, tabulate, sympy, smmap, safetensors, requests, regex, pygments, pycryptodomex, pybind11, protobuf, portalocker, pillow, pathvalidate, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, numpy, networkx, narwhals, multidict, mdurl, mbstrdecoder, lxml, jsonlines, joblib, itsdangerous, fsspec, frozenlist, dill, colorama, cmake, cachetools, blinker, aiohappyeyeballs, absl-py, yarl, typepy, tqdm-multiprocess, tiktoken, snakeviz, scipy, sacrebleu, pydeck, pyarrow, pandas, nvidia-cusparse-cu12, nvidia-cudnn-cu12, numexpr, nltk, multiprocess, markdown-it-py, huggingface_hub, gitdb, gguf, flask, blobfile, aiosignal, tokenizers, scikit-learn, rouge-score, rich, nvidia-cusolver-cu12, gitpython, aiohttp, transformers, torch, DataProperty, altair, tabledata, streamlit, datasets, accelerate, pytablewriter, peft, evaluate, lm-eval 2024-08-22T20:34:15.7688078Z Attempting uninstall: tqdm 2024-08-22T20:34:15.7688650Z Found existing installation: tqdm 4.65.0 2024-08-22T20:34:15.7689348Z Uninstalling tqdm-4.65.0: 2024-08-22T20:34:15.7689887Z Successfully uninstalled tqdm-4.65.0 2024-08-22T20:34:15.7690390Z Attempting uninstall: requests 2024-08-22T20:34:15.7690820Z Found existing installation: requests 2.29.0 2024-08-22T20:34:15.7691338Z Uninstalling requests-2.29.0: 2024-08-22T20:34:15.7691842Z Successfully uninstalled requests-2.29.0 2024-08-22T20:34:15.7692390Z Attempting uninstall: cmake 2024-08-22T20:34:15.7692925Z Found existing installation: cmake 3.18.2 2024-08-22T20:34:15.7693434Z Uninstalling cmake-3.18.2: 2024-08-22T20:34:15.7694131Z Successfully uninstalled cmake-3.18.2 2024-08-22T20:34:15.7705201Z Successfully installed DataProperty-1.0.1 Werkzeug-3.0.4 absl-py-2.1.0 accelerate-0.33.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiosignal-1.3.1 altair-5.4.0 blinker-1.8.2 blobfile-2.1.1 cachetools-5.5.0 cmake-3.30.2 colorama-0.4.6 datasets-2.21.0 dill-0.3.8 evaluate-0.4.2 flask-3.0.3 frozenlist-1.4.1 fsspec-2024.6.1 gguf-0.9.1 gitdb-4.0.11 gitpython-3.1.43 huggingface_hub-0.24.6 itsdangerous-2.2.0 joblib-1.4.2 jsonlines-4.0.0 lm-eval-0.4.2 lxml-4.9.4 markdown-it-py-3.0.0 mbstrdecoder-1.1.3 mdurl-0.1.2 mpmath-1.3.0 multidict-6.0.5 multiprocess-0.70.16 narwhals-1.5.2 networkx-3.3 ninja-1.11.1.1 nltk-3.9.1 numexpr-2.10.1 numpy-1.26.4 nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-9.1.0.70 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-nccl-cu12-2.20.5 nvidia-nvjitlink-cu12-12.6.20 nvidia-nvtx-cu12-12.1.105 pandas-2.2.2 pathvalidate-3.2.0 peft-0.12.0 pillow-10.4.0 portalocker-2.10.1 protobuf-5.27.3 pyarrow-17.0.0 pybind11-2.13.5 pycryptodomex-3.20.0 pydeck-0.9.1 pygments-2.18.0 pytablewriter-1.2.0 regex-2024.7.24 requests-2.32.3 rich-13.7.1 rouge-score-0.1.2 sacrebleu-2.4.3 safetensors-0.4.4 scikit-learn-1.5.1 scipy-1.14.1 sentencepiece-0.2.0 smmap-5.0.1 snakeviz-2.2.0 sqlitedict-2.1.0 streamlit-1.37.1 sympy-1.13.2 tabledata-1.3.3 tabulate-0.9.0 tcolorpy-0.1.6 tenacity-8.5.0 threadpoolctl-3.5.0 tiktoken-0.7.0 tokenizers-0.19.1 toml-0.10.2 torch-2.4.0 tornado-6.4.1 tqdm-4.66.5 tqdm-multiprocess-0.0.11 transformers-4.44.2 triton-3.0.0 typepy-1.3.2 typing-extensions-4.12.2 tzdata-2024.1 watchdog-4.0.2 word2number-1.1 xxhash-3.5.0 yarl-1.9.4 zstd-1.5.5.1 2024-08-22T20:34:15.7716457Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:34:15.7717889Z + pip3 uninstall -y triton 2024-08-22T20:34:15.7718293Z Found existing installation: triton 3.0.0 2024-08-22T20:34:15.7718902Z Uninstalling triton-3.0.0: 2024-08-22T20:34:15.7719348Z Successfully uninstalled triton-3.0.0 2024-08-22T20:34:15.7720955Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:34:15.7723105Z + pip3 install --extra-index-url https://download.pytorch.org/whl/nightly/cu121 torch==2.5.0.dev20240814 2024-08-22T20:34:15.7724280Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:34:15.7724989Z Collecting torch==2.5.0.dev20240814 2024-08-22T20:34:15.7725997Z Downloading https://download.pytorch.org/whl/nightly/cu121/torch-2.5.0.dev20240814%2Bcu121-cp311-cp311-linux_x86_64.whl (778.6 MB) 2024-08-22T20:34:15.7727521Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/778.6 MB ? eta -:--:-- 2024-08-22T20:34:15.7728498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/778.6 MB 225.4 MB/s eta 0:00:04 2024-08-22T20:34:15.7729591Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.2/778.6 MB 222.1 MB/s eta 0:00:04 2024-08-22T20:34:15.7730719Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.9/778.6 MB 224.3 MB/s eta 0:00:04 2024-08-22T20:34:15.7731898Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.7/778.6 MB 224.3 MB/s eta 0:00:04 2024-08-22T20:34:15.7733304Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.4/778.6 MB 224.5 MB/s eta 0:00:04 2024-08-22T20:34:15.7734765Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.1/778.6 MB 223.4 MB/s eta 0:00:04 2024-08-22T20:34:15.7735924Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.8/778.6 MB 223.3 MB/s eta 0:00:04 2024-08-22T20:34:15.7737164Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/778.6 MB 224.1 MB/s eta 0:00:04 2024-08-22T20:34:15.7738472Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.2/778.6 MB 224.1 MB/s eta 0:00:04 2024-08-22T20:34:15.7739712Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.9/778.6 MB 224.1 MB/s eta 0:00:04 2024-08-22T20:34:15.7741080Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.6/778.6 MB 224.0 MB/s eta 0:00:04 2024-08-22T20:34:15.7742278Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.1/778.6 MB 220.8 MB/s eta 0:00:04 2024-08-22T20:34:15.7743635Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.8/778.6 MB 223.6 MB/s eta 0:00:04 2024-08-22T20:34:15.7744753Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.5/778.6 MB 222.2 MB/s eta 0:00:04 2024-08-22T20:34:15.7746010Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.1/778.6 MB 222.5 MB/s eta 0:00:03 2024-08-22T20:34:17.0881672Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 122.8/778.6 MB 222.4 MB/s eta 0:00:03 2024-08-22T20:34:17.0883309Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.4/778.6 MB 221.3 MB/s eta 0:00:03 2024-08-22T20:34:17.0884491Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.1/778.6 MB 222.6 MB/s eta 0:00:03 2024-08-22T20:34:17.0885950Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.7/778.6 MB 221.6 MB/s eta 0:00:03 2024-08-22T20:34:17.0887062Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.4/778.6 MB 222.5 MB/s eta 0:00:03 2024-08-22T20:34:17.0888645Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/778.6 MB 223.4 MB/s eta 0:00:03 2024-08-22T20:34:17.0889753Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.8/778.6 MB 224.0 MB/s eta 0:00:03 2024-08-22T20:34:17.0891483Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.6/778.6 MB 225.3 MB/s eta 0:00:03 2024-08-22T20:34:17.0893553Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.3/778.6 MB 223.2 MB/s eta 0:00:03 2024-08-22T20:34:17.0894672Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.0/778.6 MB 224.6 MB/s eta 0:00:03 2024-08-22T20:34:17.0896113Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.7/778.6 MB 224.3 MB/s eta 0:00:03 2024-08-22T20:34:17.0897212Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.4/778.6 MB 222.1 MB/s eta 0:00:03 2024-08-22T20:34:17.0898782Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.1/778.6 MB 224.9 MB/s eta 0:00:03 2024-08-22T20:34:17.0900187Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 222.9/778.6 MB 224.8 MB/s eta 0:00:03 2024-08-22T20:34:17.0901717Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 230.6/778.6 MB 224.0 MB/s eta 0:00:03 2024-08-22T20:34:17.0902819Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 238.3/778.6 MB 223.2 MB/s eta 0:00:03 2024-08-22T20:34:17.0904471Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 246.0/778.6 MB 223.9 MB/s eta 0:00:03 2024-08-22T20:34:17.0905960Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 253.6/778.6 MB 223.3 MB/s eta 0:00:03 2024-08-22T20:34:17.0907071Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 261.6/778.6 MB 229.8 MB/s eta 0:00:03 2024-08-22T20:34:17.0908260Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 269.6/778.6 MB 231.8 MB/s eta 0:00:03 2024-08-22T20:34:17.0909486Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 277.6/778.6 MB 232.0 MB/s eta 0:00:03 2024-08-22T20:34:17.0910645Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 285.5/778.6 MB 231.8 MB/s eta 0:00:03 2024-08-22T20:34:17.0912821Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 293.5/778.6 MB 232.6 MB/s eta 0:00:03 2024-08-22T20:34:17.0914221Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 301.5/778.6 MB 232.7 MB/s eta 0:00:03 2024-08-22T20:34:17.0915331Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 309.6/778.6 MB 232.5 MB/s eta 0:00:03 2024-08-22T20:34:17.0916448Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 317.6/778.6 MB 233.8 MB/s eta 0:00:02 2024-08-22T20:34:17.0917568Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 325.6/778.6 MB 231.9 MB/s eta 0:00:02 2024-08-22T20:34:17.0918949Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 333.3/778.6 MB 225.8 MB/s eta 0:00:02 2024-08-22T20:34:17.0920057Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 341.4/778.6 MB 231.7 MB/s eta 0:00:02 2024-08-22T20:34:17.0922287Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 349.3/778.6 MB 233.2 MB/s eta 0:00:02 2024-08-22T20:34:17.0923727Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 357.4/778.6 MB 233.5 MB/s eta 0:00:02 2024-08-22T20:34:17.0924838Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 365.5/778.6 MB 233.6 MB/s eta 0:00:02 2024-08-22T20:34:17.0926500Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 373.5/778.6 MB 233.9 MB/s eta 0:00:02 2024-08-22T20:34:17.0927615Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 381.6/778.6 MB 233.5 MB/s eta 0:00:02 2024-08-22T20:34:17.0929102Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 389.6/778.6 MB 234.6 MB/s eta 0:00:02 2024-08-22T20:34:17.0930194Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 397.5/778.6 MB 230.4 MB/s eta 0:00:02 2024-08-22T20:34:17.0932105Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 405.6/778.6 MB 233.2 MB/s eta 0:00:02 2024-08-22T20:34:17.0933218Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 413.6/778.6 MB 232.2 MB/s eta 0:00:02 2024-08-22T20:34:18.4090345Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 421.5/778.6 MB 230.2 MB/s eta 0:00:02 2024-08-22T20:34:18.4091775Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 429.5/778.6 MB 232.4 MB/s eta 0:00:02 2024-08-22T20:34:18.4093489Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 437.5/778.6 MB 228.4 MB/s eta 0:00:02 2024-08-22T20:34:18.4094615Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 445.5/778.6 MB 231.2 MB/s eta 0:00:02 2024-08-22T20:34:18.4096033Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 453.5/778.6 MB 233.0 MB/s eta 0:00:02 2024-08-22T20:34:18.4097149Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 461.5/778.6 MB 232.8 MB/s eta 0:00:02 2024-08-22T20:34:18.4098278Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 469.5/778.6 MB 232.5 MB/s eta 0:00:02 2024-08-22T20:34:18.4099777Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 477.5/778.6 MB 232.9 MB/s eta 0:00:02 2024-08-22T20:34:18.4100941Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 485.6/778.6 MB 233.5 MB/s eta 0:00:02 2024-08-22T20:34:18.4102999Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 493.6/778.6 MB 234.0 MB/s eta 0:00:02 2024-08-22T20:34:18.4104113Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 501.6/778.6 MB 233.7 MB/s eta 0:00:02 2024-08-22T20:34:18.4105505Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 509.7/778.6 MB 234.4 MB/s eta 0:00:02 2024-08-22T20:34:18.4106809Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 517.7/778.6 MB 234.2 MB/s eta 0:00:02 2024-08-22T20:34:18.4108474Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 525.9/778.6 MB 236.5 MB/s eta 0:00:02 2024-08-22T20:34:18.4109574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 533.9/778.6 MB 233.7 MB/s eta 0:00:02 2024-08-22T20:34:18.4111135Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 541.9/778.6 MB 232.9 MB/s eta 0:00:02 2024-08-22T20:34:18.4112231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 549.9/778.6 MB 232.5 MB/s eta 0:00:01 2024-08-22T20:34:18.4113788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 558.0/778.6 MB 234.8 MB/s eta 0:00:01 2024-08-22T20:34:18.4114893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 566.1/778.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:34:18.4116151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 574.2/778.6 MB 235.4 MB/s eta 0:00:01 2024-08-22T20:34:18.4117238Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 582.2/778.6 MB 233.4 MB/s eta 0:00:01 2024-08-22T20:34:18.4119190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 590.3/778.6 MB 232.6 MB/s eta 0:00:01 2024-08-22T20:34:18.4120652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 598.3/778.6 MB 232.4 MB/s eta 0:00:01 2024-08-22T20:34:18.4121763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 606.3/778.6 MB 234.6 MB/s eta 0:00:01 2024-08-22T20:34:18.4123552Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 614.4/778.6 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:34:18.4124683Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 622.5/778.6 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:34:18.4126021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 630.5/778.6 MB 231.7 MB/s eta 0:00:01 2024-08-22T20:34:18.4127128Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 638.3/778.6 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:34:18.4129113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 646.1/778.6 MB 227.3 MB/s eta 0:00:01 2024-08-22T20:34:18.4130222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 654.0/778.6 MB 226.4 MB/s eta 0:00:01 2024-08-22T20:34:18.4131737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 661.6/778.6 MB 223.5 MB/s eta 0:00:01 2024-08-22T20:34:18.4132858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 669.4/778.6 MB 224.1 MB/s eta 0:00:01 2024-08-22T20:34:18.4134378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 677.4/778.6 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:34:18.4135462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 685.3/778.6 MB 230.4 MB/s eta 0:00:01 2024-08-22T20:34:18.4136807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 693.0/778.6 MB 225.0 MB/s eta 0:00:01 2024-08-22T20:34:18.4137909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 701.0/778.6 MB 229.7 MB/s eta 0:00:01 2024-08-22T20:34:18.4139896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 709.0/778.6 MB 232.4 MB/s eta 0:00:01 2024-08-22T20:34:18.4141175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 717.0/778.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:34:20.2439995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 725.0/778.6 MB 232.8 MB/s eta 0:00:01 2024-08-22T20:34:20.2441582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 733.0/778.6 MB 231.5 MB/s eta 0:00:01 2024-08-22T20:34:20.2442793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 741.0/778.6 MB 232.8 MB/s eta 0:00:01 2024-08-22T20:34:20.2443897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 749.0/778.6 MB 233.1 MB/s eta 0:00:01 2024-08-22T20:34:20.2445315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 757.0/778.6 MB 232.8 MB/s eta 0:00:01 2024-08-22T20:34:20.2446390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 765.1/778.6 MB 232.9 MB/s eta 0:00:01 2024-08-22T20:34:20.2447412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 773.1/778.6 MB 232.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2448420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2449413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2450427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2451433Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2452443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2453605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2454964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2455978Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2456978Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2457981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2459083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2460107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2461111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2462118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2463119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2464116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2465103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2466272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2467273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2468270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2469259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2470256Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2471250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2472266Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2473374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2474380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2475377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2476385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2477384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2478408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2479428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:20.2480419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6246616Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6248107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6249316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6250345Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6251634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6252697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6254012Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6255047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6256054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6257068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6258119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6259399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6260424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6261444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6262526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6263548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6264555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6265749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6266800Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6267822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6268835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6269855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6270868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6271896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6272908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6273922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6274933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6275944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6276944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6277956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6278982Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6280077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6281093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6282103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6283113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6284113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6285250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6286282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6287280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:21.6288275Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0051487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0052978Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0054610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0055873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0056903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0057932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0058955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0060052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0061062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0062116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0063159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0064169Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0065190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0066220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0067245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0068412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0069455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0070479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0071502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0072513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0073544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0074565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0075596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0076688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0077707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0078720Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0079721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0080729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0081870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0082937Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0083931Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0084934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0085939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0086947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0087948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0088964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0089980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0090991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0091998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:23.0093061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3860939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3862483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3864643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3865693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3866715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3867721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3868723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3869715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3870890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3871921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3872938Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3873939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3874958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3875976Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3877000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3878106Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3879124Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3880131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3881151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3882146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3883175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3884204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3885200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3886198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3887205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3888206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3889200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3890293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3891310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3892363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3893355Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3894364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3895373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3896386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3897487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3898492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3899588Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3900592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3901588Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:24.3902595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7660627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7662070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7663173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7664197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7665209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7666207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7667486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7668519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7669518Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7670504Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7671522Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7672526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7673525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7674533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7675683Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7676695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7677700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7678696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7679710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7680816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7681836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7682848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7683853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7684862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7685859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7686861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7687907Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7688922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7689921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7690925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7691936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7692941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7693952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7695079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7696085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7697089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7698084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7699182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7700306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7701317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1483850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1485153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1486200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1487218Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1488215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1489265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1490576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1491586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1492592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1493664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1494675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1495692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1496711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1497721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1498725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1499836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1500850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1501857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1503082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1504094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1505113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1506124Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1507135Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1508129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1509156Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1510257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1511455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1512459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1513456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1514453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1515448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1516463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1517478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1518474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1519464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1520462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1521455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1522566Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1523571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:27.1524572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:28.8807007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:28.8809136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:28.8810755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:28.8812652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:28.8814532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:28.8816103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:28.8818163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:28.8821143Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:28.8823235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:28.8825133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:28.8826972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:28.8829035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:28.8831586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:28.8834142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:28.8836030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:28.8837656Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:28.8839222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 778.6/778.6 MB 1.1 MB/s eta 0:00:00 2024-08-22T20:34:28.8841656Z [?25hRequirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.13.1) 2024-08-22T20:34:28.8843935Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (4.12.2) 2024-08-22T20:34:28.8846384Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.3) 2024-08-22T20:34:28.8849455Z Requirement already satisfied: jinja2 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.1.4) 2024-08-22T20:34:28.8851578Z Requirement already satisfied: fsspec in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (2024.6.1) 2024-08-22T20:34:28.8854604Z Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.105) 2024-08-22T20:34:28.8858566Z Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.105) 2024-08-22T20:34:28.8861667Z Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.105) 2024-08-22T20:34:28.8864749Z Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (9.1.0.70) 2024-08-22T20:34:28.8867254Z Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.3.1) 2024-08-22T20:34:28.8870108Z Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (11.0.2.54) 2024-08-22T20:34:28.8873835Z Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (10.3.2.106) 2024-08-22T20:34:28.8876754Z Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (11.4.5.107) 2024-08-22T20:34:28.8879950Z Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.0.106) 2024-08-22T20:34:28.8882462Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:28.8884613Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl (188.7 MB) 2024-08-22T20:34:28.8886983Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/188.7 MB ? eta -:--:-- 2024-08-22T20:34:28.8888551Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/188.7 MB 173.7 MB/s eta 0:00:02 2024-08-22T20:34:28.8890834Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.6/188.7 MB 194.5 MB/s eta 0:00:01 2024-08-22T20:34:28.8893120Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/188.7 MB 178.1 MB/s eta 0:00:01 2024-08-22T20:34:28.8895235Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.2/188.7 MB 153.7 MB/s eta 0:00:02 2024-08-22T20:34:28.8898026Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.1/188.7 MB 131.1 MB/s eta 0:00:02 2024-08-22T20:34:28.8900369Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.7/188.7 MB 140.5 MB/s eta 0:00:02 2024-08-22T20:34:28.8902727Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.8/188.7 MB 201.8 MB/s eta 0:00:01 2024-08-22T20:34:28.8904495Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/188.7 MB 210.2 MB/s eta 0:00:01 2024-08-22T20:34:28.8907260Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/188.7 MB 210.8 MB/s eta 0:00:01 2024-08-22T20:34:28.8908964Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 61.4/188.7 MB 208.5 MB/s eta 0:00:01 2024-08-22T20:34:30.3492186Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 68.6/188.7 MB 209.4 MB/s eta 0:00:01 2024-08-22T20:34:30.3493382Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 75.8/188.7 MB 207.7 MB/s eta 0:00:01 2024-08-22T20:34:30.3494524Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 82.4/188.7 MB 198.8 MB/s eta 0:00:01 2024-08-22T20:34:30.3495689Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 89.6/188.7 MB 209.1 MB/s eta 0:00:01 2024-08-22T20:34:30.3496808Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 96.7/188.7 MB 207.8 MB/s eta 0:00:01 2024-08-22T20:34:30.3497910Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 103.9/188.7 MB 207.1 MB/s eta 0:00:01 2024-08-22T20:34:30.3499073Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 111.1/188.7 MB 208.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3500171Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 118.2/188.7 MB 207.1 MB/s eta 0:00:01 2024-08-22T20:34:30.3501262Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 125.4/188.7 MB 208.6 MB/s eta 0:00:01 2024-08-22T20:34:30.3503247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 132.6/188.7 MB 209.1 MB/s eta 0:00:01 2024-08-22T20:34:30.3504359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 139.8/188.7 MB 209.4 MB/s eta 0:00:01 2024-08-22T20:34:30.3505450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 147.1/188.7 MB 210.2 MB/s eta 0:00:01 2024-08-22T20:34:30.3506531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 154.3/188.7 MB 210.0 MB/s eta 0:00:01 2024-08-22T20:34:30.3507619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 161.6/188.7 MB 211.8 MB/s eta 0:00:01 2024-08-22T20:34:30.3508707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 168.8/188.7 MB 211.6 MB/s eta 0:00:01 2024-08-22T20:34:30.3509781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 176.1/188.7 MB 211.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3511049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 183.3/188.7 MB 211.4 MB/s eta 0:00:01 2024-08-22T20:34:30.3512113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3513136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3514196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3515206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3516226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3517339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3518352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3519362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3520368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3521371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3522359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3523390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3524414Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3525416Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3526408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3527421Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3528428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3529438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3530446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3531553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3532565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:30.3533592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7302472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7303748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7305217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7306383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7307464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7308600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7309727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7310819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7311924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7313090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7314412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7315579Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7316670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7317763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7318894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7320028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7321140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7322260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7323373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7324476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7325602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7326740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7328070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7329213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7330318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7331406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7332538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7333644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7334753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7336016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7337121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7338206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7339461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7340568Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7341677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7342777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7343870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7344958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7345962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:31.7347050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1928999Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1930542Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1931660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1932693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1933706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1934732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1935753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1936781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1937955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1939077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1940104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1941119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1942121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1943143Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1944261Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1945278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1946286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1947292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 3.5 MB/s eta 0:00:00 2024-08-22T20:34:33.1948596Z [?25hRequirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.105) 2024-08-22T20:34:33.1949792Z Collecting pytorch-triton==3.0.0+dedb7bdf33 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:33.1951009Z Downloading https://download.pytorch.org/whl/nightly/pytorch_triton-3.0.0%2Bdedb7bdf33-cp311-cp311-linux_x86_64.whl (239.5 MB) 2024-08-22T20:34:33.1952214Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/239.5 MB ? eta -:--:-- 2024-08-22T20:34:33.1953258Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/239.5 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:34:33.1954684Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.3/239.5 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:34:33.1955796Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.7/239.5 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:34:33.1956912Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.0/239.5 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:34:33.1958036Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.3/239.5 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:34:33.1959165Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/239.5 MB 240.8 MB/s eta 0:00:01 2024-08-22T20:34:33.1960427Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.9/239.5 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:34:33.1961652Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.2/239.5 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:34:33.1962866Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.5/239.5 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:34:33.1964078Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 82.8/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:34:33.1965342Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 91.1/239.5 MB 241.4 MB/s eta 0:00:01 2024-08-22T20:34:33.1966618Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 99.5/239.5 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:34:33.1967746Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 107.9/239.5 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:33.1968848Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 116.2/239.5 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:34:33.1969948Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 124.5/239.5 MB 241.8 MB/s eta 0:00:01 2024-08-22T20:34:33.1971049Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 132.8/239.5 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:34:33.1972145Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 141.1/239.5 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:34:33.1973260Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 149.5/239.5 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:34:34.6780472Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 157.8/239.5 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:34:34.6781874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 166.1/239.5 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:34:34.6783000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 174.4/239.5 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:34:34.6784105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 182.7/239.5 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:34:34.6785208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 191.1/239.5 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:34:34.6786332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 199.4/239.5 MB 241.8 MB/s eta 0:00:01 2024-08-22T20:34:34.6787461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 207.8/239.5 MB 242.8 MB/s eta 0:00:01 2024-08-22T20:34:34.6788565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 216.2/239.5 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:34.6789661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 224.6/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:34.6790757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 232.9/239.5 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:34:34.6791821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6793029Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6794066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6795097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6796114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6797119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6798131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6799157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6800193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6801300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6802339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6803356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6804368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6805371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6806408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6807440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6808459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6809462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6810480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6811489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6812607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6813629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6814653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6815716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6816725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6817723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6818738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6819840Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:34.6820940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3198817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3200335Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3201704Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3202862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3204206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3205255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3206267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3207264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3208280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3209292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3210299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3211315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3212350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3213382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3214391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3215442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3216443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3217462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3218626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3219726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3220754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3221779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3222797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3223802Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3224941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3226009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3227015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3228023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3229044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3230058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3231079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3232289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3233313Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3234325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3235329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3236343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3237353Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:34:36.3238362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.5/239.5 MB 4.1 MB/s eta 0:00:00 2024-08-22T20:34:36.3239180Z [?25hCollecting sympy==1.13.1 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:36.3240095Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-22T20:34:36.3241113Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:36:24.6721680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:36:24.6722860Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:36:24.6728011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:36:24.6730532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:36:24.6731648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 41.3 MB/s eta 0:00:00 2024-08-22T20:36:24.6733386Z [?25hRequirement already satisfied: nvidia-nvjitlink-cu12 in /opt/conda/lib/python3.11/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch==2.5.0.dev20240814) (12.6.20) 2024-08-22T20:36:24.6735582Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/lib/python3.11/site-packages (from sympy==1.13.1->torch==2.5.0.dev20240814) (1.3.0) 2024-08-22T20:36:24.6737183Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from jinja2->torch==2.5.0.dev20240814) (2.1.3) 2024-08-22T20:36:24.6738772Z Installing collected packages: sympy, pytorch-triton, nvidia-nccl-cu12, torch 2024-08-22T20:36:24.6739719Z Attempting uninstall: sympy 2024-08-22T20:36:24.6740271Z Found existing installation: sympy 1.13.2 2024-08-22T20:36:24.6740982Z Uninstalling sympy-1.13.2: 2024-08-22T20:36:24.6741721Z Successfully uninstalled sympy-1.13.2 2024-08-22T20:36:24.6742258Z Attempting uninstall: nvidia-nccl-cu12 2024-08-22T20:36:24.6742832Z Found existing installation: nvidia-nccl-cu12 2.20.5 2024-08-22T20:36:24.6743402Z Uninstalling nvidia-nccl-cu12-2.20.5: 2024-08-22T20:36:24.6743958Z Successfully uninstalled nvidia-nccl-cu12-2.20.5 2024-08-22T20:36:24.6744448Z Attempting uninstall: torch 2024-08-22T20:36:24.6744864Z Found existing installation: torch 2.4.0 2024-08-22T20:36:24.6745355Z Uninstalling torch-2.4.0: 2024-08-22T20:36:24.6745804Z Successfully uninstalled torch-2.4.0 2024-08-22T20:36:24.6746806Z Successfully installed nvidia-nccl-cu12-2.21.5 pytorch-triton-3.0.0+dedb7bdf33 sympy-1.13.1 torch-2.5.0.dev20240814+cu121 2024-08-22T20:36:24.6748821Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:36:24.6750657Z + pip3 install git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:24.6751626Z Collecting git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:24.6752874Z Cloning https://github.com/pytorch/ao.git (to revision e11201a62669f582d81cdb33e031a07fb8dfc4f3) to /tmp/pip-req-build-kkjz72ac 2024-08-22T20:36:24.6754663Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-kkjz72ac 2024-08-22T20:36:24.6755796Z Running command git rev-parse -q --verify 'sha^e11201a62669f582d81cdb33e031a07fb8dfc4f3' 2024-08-22T20:36:24.6756885Z Running command git fetch -q https://github.com/pytorch/ao.git e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:24.6758040Z Running command git checkout -q e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:24.6758898Z Resolved https://github.com/pytorch/ao.git to commit e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:24.6759711Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:36:24.6760312Z [?25hBuilding wheels for collected packages: torchao 2024-08-22T20:36:24.6761068Z Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | / done 2024-08-22T20:36:24.6762554Z [?25h Created wheel for torchao: filename=torchao-0.4.0+gite11201a-cp311-cp311-linux_x86_64.whl size=1019167 sha256=e3adae938c002c96a496326d72db08f7460368a353518f2a8051c524d58427b4 2024-08-22T20:36:24.6764089Z Stored in directory: /root/.cache/pip/wheels/f7/33/31/b21ec8d5a4ec3826118179c0c853d6f776a1f80c58c0960d0e 2024-08-22T20:36:24.6764875Z Successfully built torchao 2024-08-22T20:36:24.6765248Z Installing collected packages: torchao 2024-08-22T20:36:24.6765793Z Successfully installed torchao-0.4.0+gite11201a 2024-08-22T20:36:24.6767379Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:36:24.6768798Z + python3 scripts/patch_triton.py 2024-08-22T20:36:24.6769224Z + TORCHCHAT_ROOT=/pytorch/torchchat 2024-08-22T20:36:24.6769628Z + ./scripts/install_et.sh 2024-08-22T20:36:24.6769986Z ++ dirname ./scripts/install_et.sh 2024-08-22T20:36:24.6770393Z + source ./scripts/install_utils.sh 2024-08-22T20:36:24.6770820Z ++ set -ex pipefail 2024-08-22T20:36:24.6772616Z ++ COMMON_CMAKE_ARGS=' -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON' 2024-08-22T20:36:24.6774246Z + '[' '' == '' ']' 2024-08-22T20:36:24.6774593Z + ET_BUILD_DIR=et-build 2024-08-22T20:36:24.6774935Z + ENABLE_ET_PYBIND=pipefail 2024-08-22T20:36:24.6775292Z + pushd /pytorch/torchchat 2024-08-22T20:36:24.6775800Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:24.6776209Z + find_cmake_prefix_path 2024-08-22T20:36:24.6776861Z ++ python3 -c 'from distutils.sysconfig import get_python_lib;print(get_python_lib())' 2024-08-22T20:36:24.6777609Z + path=/opt/conda/lib/python3.11/site-packages 2024-08-22T20:36:24.6778232Z + MY_CMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages 2024-08-22T20:36:24.6778751Z + install_pip_dependencies 2024-08-22T20:36:24.6779277Z + echo 'Intalling common pip packages' 2024-08-22T20:36:24.6779702Z Intalling common pip packages 2024-08-22T20:36:24.6780166Z + pip3 install wheel 'cmake>=3.19' ninja zstd 2024-08-22T20:36:24.6780946Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (0.38.4) 2024-08-22T20:36:24.6781971Z Requirement already satisfied: cmake>=3.19 in /opt/conda/lib/python3.11/site-packages (3.30.2) 2024-08-22T20:36:24.6782983Z Requirement already satisfied: ninja in /opt/conda/lib/python3.11/site-packages (1.11.1.1) 2024-08-22T20:36:24.6784033Z Requirement already satisfied: zstd in /opt/conda/lib/python3.11/site-packages (1.5.5.1) 2024-08-22T20:36:24.6785805Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:36:24.6787205Z + pushd /pytorch/torchchat 2024-08-22T20:36:24.6787674Z /pytorch/torchchat /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:24.6788241Z + pip3 install -r ./requirements.txt 2024-08-22T20:36:24.6788916Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:36:24.6790125Z Requirement already satisfied: huggingface_hub in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 4)) (0.24.6) 2024-08-22T20:36:24.6791666Z Requirement already satisfied: gguf in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 7)) (0.9.1) 2024-08-22T20:36:24.6793123Z Requirement already satisfied: tiktoken in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 10)) (0.7.0) 2024-08-22T20:36:24.6794545Z Requirement already satisfied: snakeviz in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 13)) (2.2.0) 2024-08-22T20:36:24.6795989Z Requirement already satisfied: sentencepiece in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 14)) (0.2.0) 2024-08-22T20:36:24.6797449Z Requirement already satisfied: numpy<2.0 in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 15)) (1.26.4) 2024-08-22T20:36:24.6798918Z Requirement already satisfied: lm-eval==0.4.2 in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 17)) (0.4.2) 2024-08-22T20:36:24.6800374Z Requirement already satisfied: blobfile in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 18)) (2.1.1) 2024-08-22T20:36:24.6801792Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 22)) (0.38.4) 2024-08-22T20:36:24.6803231Z Requirement already satisfied: cmake>=3.24 in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 23)) (3.30.2) 2024-08-22T20:36:24.6804668Z Requirement already satisfied: ninja in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 24)) (1.11.1.1) 2024-08-22T20:36:24.6806075Z Requirement already satisfied: zstd in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 25)) (1.5.5.1) 2024-08-22T20:36:24.6807498Z Requirement already satisfied: streamlit in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 28)) (1.37.1) 2024-08-22T20:36:24.6808919Z Requirement already satisfied: flask in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 31)) (3.0.3) 2024-08-22T20:36:24.6810624Z Requirement already satisfied: accelerate>=0.21.0 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.33.0) 2024-08-22T20:36:24.6812274Z Requirement already satisfied: evaluate in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.4.2) 2024-08-22T20:36:24.6813949Z Requirement already satisfied: datasets>=2.16.0 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.21.0) 2024-08-22T20:36:25.7897980Z Requirement already satisfied: jsonlines in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (4.0.0) 2024-08-22T20:36:25.7900128Z Requirement already satisfied: numexpr in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.10.1) 2024-08-22T20:36:25.7901831Z Requirement already satisfied: peft>=0.2.0 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.12.0) 2024-08-22T20:36:25.7903488Z Requirement already satisfied: pybind11>=2.6.2 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.13.5) 2024-08-22T20:36:25.7905133Z Requirement already satisfied: pytablewriter in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.2.0) 2024-08-22T20:36:25.7906801Z Requirement already satisfied: rouge-score>=0.0.4 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.1.2) 2024-08-22T20:36:25.7908469Z Requirement already satisfied: sacrebleu>=1.5.0 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.4.3) 2024-08-22T20:36:25.7910155Z Requirement already satisfied: scikit-learn>=0.24.1 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.5.1) 2024-08-22T20:36:25.7912126Z Requirement already satisfied: sqlitedict in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.1.0) 2024-08-22T20:36:25.7913881Z Requirement already satisfied: torch>=1.8 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.5.0.dev20240814+cu121) 2024-08-22T20:36:25.7915604Z Requirement already satisfied: tqdm-multiprocess in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.0.11) 2024-08-22T20:36:25.7917290Z Requirement already satisfied: transformers>=4.1 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (4.44.2) 2024-08-22T20:36:25.7918909Z Requirement already satisfied: zstandard in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.19.0) 2024-08-22T20:36:25.7920480Z Requirement already satisfied: dill in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.3.8) 2024-08-22T20:36:25.7922056Z Requirement already satisfied: word2number in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.1) 2024-08-22T20:36:25.7923691Z Requirement already satisfied: more-itertools in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (10.1.0) 2024-08-22T20:36:25.7925313Z Requirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (3.13.1) 2024-08-22T20:36:25.7926967Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (2024.6.1) 2024-08-22T20:36:25.7928642Z Requirement already satisfied: packaging>=20.9 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (23.0) 2024-08-22T20:36:25.7930272Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (6.0.1) 2024-08-22T20:36:25.7932014Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (2.32.3) 2024-08-22T20:36:25.7933663Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (4.66.5) 2024-08-22T20:36:25.7935388Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (4.12.2) 2024-08-22T20:36:25.7937092Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/lib/python3.11/site-packages (from tiktoken->-r ./requirements.txt (line 10)) (2024.7.24) 2024-08-22T20:36:25.7938666Z Requirement already satisfied: tornado>=2.0 in /opt/conda/lib/python3.11/site-packages (from snakeviz->-r ./requirements.txt (line 13)) (6.4.1) 2024-08-22T20:36:25.7940388Z Requirement already satisfied: pycryptodomex~=3.8 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r ./requirements.txt (line 18)) (3.20.0) 2024-08-22T20:36:25.7942017Z Requirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r ./requirements.txt (line 18)) (1.26.16) 2024-08-22T20:36:25.7943584Z Requirement already satisfied: lxml~=4.9 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r ./requirements.txt (line 18)) (4.9.4) 2024-08-22T20:36:25.7945129Z Requirement already satisfied: altair<6,>=4.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (5.4.0) 2024-08-22T20:36:25.7946703Z Requirement already satisfied: blinker<2,>=1.0.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (1.8.2) 2024-08-22T20:36:25.7948300Z Requirement already satisfied: cachetools<6,>=4.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (5.5.0) 2024-08-22T20:36:25.7949985Z Requirement already satisfied: click<9,>=7.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (8.1.7) 2024-08-22T20:36:25.7951561Z Requirement already satisfied: pandas<3,>=1.3.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (2.2.2) 2024-08-22T20:36:25.7953159Z Requirement already satisfied: pillow<11,>=7.1.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (10.4.0) 2024-08-22T20:36:25.7955170Z Requirement already satisfied: protobuf<6,>=3.20 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (5.27.3) 2024-08-22T20:36:25.7956797Z Requirement already satisfied: pyarrow>=7.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (17.0.0) 2024-08-22T20:36:25.7958431Z Requirement already satisfied: rich<14,>=10.14.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (13.7.1) 2024-08-22T20:36:25.7960074Z Requirement already satisfied: tenacity<9,>=8.1.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (8.5.0) 2024-08-22T20:36:25.7961718Z Requirement already satisfied: toml<2,>=0.10.1 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (0.10.2) 2024-08-22T20:36:25.7963465Z Requirement already satisfied: gitpython!=3.1.19,<4,>=3.0.7 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (3.1.43) 2024-08-22T20:36:25.7965168Z Requirement already satisfied: pydeck<1,>=0.8.0b4 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (0.9.1) 2024-08-22T20:36:25.7966815Z Requirement already satisfied: watchdog<5,>=2.1.5 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (4.0.2) 2024-08-22T20:36:25.7968437Z Requirement already satisfied: Werkzeug>=3.0.0 in /opt/conda/lib/python3.11/site-packages (from flask->-r ./requirements.txt (line 31)) (3.0.4) 2024-08-22T20:36:25.7970153Z Requirement already satisfied: Jinja2>=3.1.2 in /opt/conda/lib/python3.11/site-packages (from flask->-r ./requirements.txt (line 31)) (3.1.4) 2024-08-22T20:36:25.7971764Z Requirement already satisfied: itsdangerous>=2.1.2 in /opt/conda/lib/python3.11/site-packages (from flask->-r ./requirements.txt (line 31)) (2.2.0) 2024-08-22T20:36:25.7973486Z Requirement already satisfied: psutil in /opt/conda/lib/python3.11/site-packages (from accelerate>=0.21.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (5.9.0) 2024-08-22T20:36:25.7975360Z Requirement already satisfied: safetensors>=0.3.1 in /opt/conda/lib/python3.11/site-packages (from accelerate>=0.21.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.4.4) 2024-08-22T20:36:25.7977229Z Requirement already satisfied: jsonschema>=3.0 in /opt/conda/lib/python3.11/site-packages (from altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (4.19.2) 2024-08-22T20:36:25.7979097Z Requirement already satisfied: narwhals>=1.1.0 in /opt/conda/lib/python3.11/site-packages (from altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (1.5.2) 2024-08-22T20:36:25.7980883Z Requirement already satisfied: xxhash in /opt/conda/lib/python3.11/site-packages (from datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.5.0) 2024-08-22T20:36:25.7982732Z Requirement already satisfied: multiprocess in /opt/conda/lib/python3.11/site-packages (from datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.70.16) 2024-08-22T20:36:25.7984576Z Requirement already satisfied: aiohttp in /opt/conda/lib/python3.11/site-packages (from datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.10.5) 2024-08-22T20:36:25.7986446Z Requirement already satisfied: gitdb<5,>=4.0.1 in /opt/conda/lib/python3.11/site-packages (from gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r ./requirements.txt (line 28)) (4.0.11) 2024-08-22T20:36:32.7848997Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from Jinja2>=3.1.2->flask->-r ./requirements.txt (line 31)) (2.1.3) 2024-08-22T20:36:32.7851303Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r ./requirements.txt (line 28)) (2.9.0.post0) 2024-08-22T20:36:32.7853332Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r ./requirements.txt (line 28)) (2024.1) 2024-08-22T20:36:32.7855406Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r ./requirements.txt (line 28)) (2024.1) 2024-08-22T20:36:32.7857250Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r ./requirements.txt (line 4)) (2.0.4) 2024-08-22T20:36:32.7859142Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r ./requirements.txt (line 4)) (3.4) 2024-08-22T20:36:32.7860938Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r ./requirements.txt (line 4)) (2024.7.4) 2024-08-22T20:36:32.7862797Z Requirement already satisfied: markdown-it-py>=2.2.0 in /opt/conda/lib/python3.11/site-packages (from rich<14,>=10.14.0->streamlit->-r ./requirements.txt (line 28)) (3.0.0) 2024-08-22T20:36:32.7864831Z Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /opt/conda/lib/python3.11/site-packages (from rich<14,>=10.14.0->streamlit->-r ./requirements.txt (line 28)) (2.18.0) 2024-08-22T20:36:32.7866687Z Requirement already satisfied: absl-py in /opt/conda/lib/python3.11/site-packages (from rouge-score>=0.0.4->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.1.0) 2024-08-22T20:36:32.7868486Z Requirement already satisfied: nltk in /opt/conda/lib/python3.11/site-packages (from rouge-score>=0.0.4->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.9.1) 2024-08-22T20:36:32.7870583Z Requirement already satisfied: six>=1.14.0 in /opt/conda/lib/python3.11/site-packages (from rouge-score>=0.0.4->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.16.0) 2024-08-22T20:36:32.7872442Z Requirement already satisfied: portalocker in /opt/conda/lib/python3.11/site-packages (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.10.1) 2024-08-22T20:36:32.7874296Z Requirement already satisfied: tabulate>=0.8.9 in /opt/conda/lib/python3.11/site-packages (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.9.0) 2024-08-22T20:36:32.7876167Z Requirement already satisfied: colorama in /opt/conda/lib/python3.11/site-packages (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.4.6) 2024-08-22T20:36:32.7878002Z Requirement already satisfied: scipy>=1.6.0 in /opt/conda/lib/python3.11/site-packages (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.14.1) 2024-08-22T20:36:32.7879880Z Requirement already satisfied: joblib>=1.2.0 in /opt/conda/lib/python3.11/site-packages (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.4.2) 2024-08-22T20:36:32.7881781Z Requirement already satisfied: threadpoolctl>=3.1.0 in /opt/conda/lib/python3.11/site-packages (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.5.0) 2024-08-22T20:36:32.7883581Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.3) 2024-08-22T20:36:32.7885443Z Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.105) 2024-08-22T20:36:32.7887471Z Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.105) 2024-08-22T20:36:32.7889644Z Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.105) 2024-08-22T20:36:32.7891618Z Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (9.1.0.70) 2024-08-22T20:36:32.7893560Z Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.3.1) 2024-08-22T20:36:32.7895519Z Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (11.0.2.54) 2024-08-22T20:36:32.7897503Z Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (10.3.2.106) 2024-08-22T20:36:32.7899620Z Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (11.4.5.107) 2024-08-22T20:36:32.7901632Z Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.0.106) 2024-08-22T20:36:32.7903567Z Requirement already satisfied: nvidia-nccl-cu12==2.21.5 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.21.5) 2024-08-22T20:36:32.7905527Z Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.105) 2024-08-22T20:36:32.7907539Z Requirement already satisfied: pytorch-triton==3.0.0+dedb7bdf33 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.0.0+dedb7bdf33) 2024-08-22T20:36:32.7909545Z Requirement already satisfied: sympy==1.13.1 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.13.1) 2024-08-22T20:36:32.7911555Z Requirement already satisfied: nvidia-nvjitlink-cu12 in /opt/conda/lib/python3.11/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.6.20) 2024-08-22T20:36:32.7913628Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/lib/python3.11/site-packages (from sympy==1.13.1->torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.3.0) 2024-08-22T20:36:32.7915546Z Requirement already satisfied: tokenizers<0.20,>=0.19 in /opt/conda/lib/python3.11/site-packages (from transformers>=4.1->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.19.1) 2024-08-22T20:36:32.7917384Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/lib/python3.11/site-packages (from jsonlines->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (23.1.0) 2024-08-22T20:36:32.7919194Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (67.8.0) 2024-08-22T20:36:32.7921055Z Requirement already satisfied: DataProperty<2,>=1.0.1 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.0.1) 2024-08-22T20:36:32.7922915Z Requirement already satisfied: mbstrdecoder<2,>=1.0.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.1.3) 2024-08-22T20:36:32.7924769Z Requirement already satisfied: pathvalidate<4,>=2.3.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.2.0) 2024-08-22T20:36:32.7926705Z Requirement already satisfied: tabledata<2,>=1.3.1 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.3.3) 2024-08-22T20:36:32.7928532Z Requirement already satisfied: tcolorpy<1,>=0.0.5 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.1.6) 2024-08-22T20:36:32.7930393Z Requirement already satisfied: typepy[datetime]<2,>=1.3.2 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.3.2) 2024-08-22T20:36:32.7932346Z Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.4.0) 2024-08-22T20:36:32.7934312Z Requirement already satisfied: aiosignal>=1.1.2 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.3.1) 2024-08-22T20:36:32.7936292Z Requirement already satisfied: frozenlist>=1.1.1 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.4.1) 2024-08-22T20:36:43.9465492Z Requirement already satisfied: multidict<7.0,>=4.5 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (6.0.5) 2024-08-22T20:36:43.9467913Z Requirement already satisfied: yarl<2.0,>=1.0 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.9.4) 2024-08-22T20:36:43.9470674Z Requirement already satisfied: smmap<6,>=3.0.1 in /opt/conda/lib/python3.11/site-packages (from gitdb<5,>=4.0.1->gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r ./requirements.txt (line 28)) (5.0.1) 2024-08-22T20:36:43.9473323Z Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (2023.7.1) 2024-08-22T20:36:43.9475647Z Requirement already satisfied: referencing>=0.28.4 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (0.30.2) 2024-08-22T20:36:43.9477595Z Requirement already satisfied: rpds-py>=0.7.1 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (0.10.6) 2024-08-22T20:36:43.9479716Z Requirement already satisfied: mdurl~=0.1 in /opt/conda/lib/python3.11/site-packages (from markdown-it-py>=2.2.0->rich<14,>=10.14.0->streamlit->-r ./requirements.txt (line 28)) (0.1.2) 2024-08-22T20:36:43.9481767Z Requirement already satisfied: chardet<6,>=3.0.4 in /opt/conda/lib/python3.11/site-packages (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (4.0.0) 2024-08-22T20:36:43.9484129Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:36:43.9485518Z + popd 2024-08-22T20:36:43.9485837Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:43.9486236Z + clone_executorch 2024-08-22T20:36:43.9486735Z + echo 'Cloning executorch to /pytorch/torchchat/et-build/src' 2024-08-22T20:36:43.9487391Z Cloning executorch to /pytorch/torchchat/et-build/src 2024-08-22T20:36:43.9487930Z + rm -rf /pytorch/torchchat/et-build 2024-08-22T20:36:43.9488412Z + mkdir -p /pytorch/torchchat/et-build/src 2024-08-22T20:36:43.9488913Z + pushd /pytorch/torchchat/et-build/src 2024-08-22T20:36:43.9489564Z /pytorch/torchchat/et-build/src /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:43.9490223Z + git clone https://github.com/pytorch/executorch.git 2024-08-22T20:36:43.9490756Z Cloning into 'executorch'... 2024-08-22T20:36:43.9491396Z remote: Enumerating objects: 110866, done. 2024-08-22T20:36:43.9491912Z remote: Counting objects: 0% (1/3472) 2024-08-22T20:36:43.9492423Z remote: Counting objects: 1% (35/3472) 2024-08-22T20:36:43.9492941Z remote: Counting objects: 2% (70/3472) 2024-08-22T20:36:43.9493459Z remote: Counting objects: 3% (105/3472) 2024-08-22T20:36:43.9493979Z remote: Counting objects: 4% (139/3472) 2024-08-22T20:36:43.9494613Z remote: Counting objects: 5% (174/3472) 2024-08-22T20:36:43.9495146Z remote: Counting objects: 6% (209/3472) 2024-08-22T20:36:43.9495673Z remote: Counting objects: 7% (244/3472) 2024-08-22T20:36:43.9496192Z remote: Counting objects: 8% (278/3472) 2024-08-22T20:36:43.9496695Z remote: Counting objects: 9% (313/3472) 2024-08-22T20:36:43.9497289Z remote: Counting objects: 10% (348/3472) 2024-08-22T20:36:43.9497844Z remote: Counting objects: 11% (382/3472) 2024-08-22T20:36:43.9498416Z remote: Counting objects: 12% (417/3472) 2024-08-22T20:36:43.9499077Z remote: Counting objects: 13% (452/3472) 2024-08-22T20:36:43.9499595Z remote: Counting objects: 14% (487/3472) 2024-08-22T20:36:43.9500099Z remote: Counting objects: 15% (521/3472) 2024-08-22T20:36:43.9500618Z remote: Counting objects: 16% (556/3472) 2024-08-22T20:36:43.9501136Z remote: Counting objects: 17% (591/3472) 2024-08-22T20:36:43.9501642Z remote: Counting objects: 18% (625/3472) 2024-08-22T20:36:43.9502152Z remote: Counting objects: 19% (660/3472) 2024-08-22T20:36:43.9502665Z remote: Counting objects: 20% (695/3472) 2024-08-22T20:36:43.9503170Z remote: Counting objects: 21% (730/3472) 2024-08-22T20:36:43.9503682Z remote: Counting objects: 22% (764/3472) 2024-08-22T20:36:43.9504196Z remote: Counting objects: 23% (799/3472) 2024-08-22T20:36:43.9504700Z remote: Counting objects: 24% (834/3472) 2024-08-22T20:36:43.9505362Z remote: Counting objects: 25% (868/3472) 2024-08-22T20:36:43.9505892Z remote: Counting objects: 26% (903/3472) 2024-08-22T20:36:43.9506447Z remote: Counting objects: 27% (938/3472) 2024-08-22T20:36:43.9506990Z remote: Counting objects: 28% (973/3472) 2024-08-22T20:36:43.9507547Z remote: Counting objects: 29% (1007/3472) 2024-08-22T20:36:43.9508284Z remote: Counting objects: 30% (1042/3472) 2024-08-22T20:36:43.9508945Z remote: Counting objects: 31% (1077/3472) 2024-08-22T20:36:43.9509477Z remote: Counting objects: 32% (1112/3472) 2024-08-22T20:36:43.9509999Z remote: Counting objects: 33% (1146/3472) 2024-08-22T20:36:43.9510513Z remote: Counting objects: 34% (1181/3472) 2024-08-22T20:36:43.9511035Z remote: Counting objects: 35% (1216/3472) 2024-08-22T20:36:43.9511584Z remote: Counting objects: 36% (1250/3472) 2024-08-22T20:36:43.9512192Z remote: Counting objects: 37% (1285/3472) 2024-08-22T20:36:43.9512724Z remote: Counting objects: 38% (1320/3472) 2024-08-22T20:36:43.9513244Z remote: Counting objects: 39% (1355/3472) 2024-08-22T20:36:43.9513809Z remote: Counting objects: 40% (1389/3472) 2024-08-22T20:36:43.9514471Z remote: Counting objects: 41% (1424/3472) 2024-08-22T20:36:43.9515090Z remote: Counting objects: 42% (1459/3472) 2024-08-22T20:36:43.9515626Z remote: Counting objects: 43% (1493/3472) 2024-08-22T20:36:43.9516212Z remote: Counting objects: 44% (1528/3472) 2024-08-22T20:36:43.9516862Z remote: Counting objects: 45% (1563/3472) 2024-08-22T20:36:43.9517448Z remote: Counting objects: 46% (1598/3472) 2024-08-22T20:36:43.9517966Z remote: Counting objects: 47% (1632/3472) 2024-08-22T20:36:43.9518486Z remote: Counting objects: 48% (1667/3472) 2024-08-22T20:36:43.9519075Z remote: Counting objects: 49% (1702/3472) 2024-08-22T20:36:43.9519625Z remote: Counting objects: 50% (1736/3472) 2024-08-22T20:36:43.9520297Z remote: Counting objects: 51% (1771/3472) 2024-08-22T20:36:43.9520821Z remote: Counting objects: 52% (1806/3472) 2024-08-22T20:36:43.9521332Z remote: Counting objects: 53% (1841/3472) 2024-08-22T20:36:43.9522028Z remote: Counting objects: 54% (1875/3472) 2024-08-22T20:36:43.9522591Z remote: Counting objects: 55% (1910/3472) 2024-08-22T20:36:43.9523177Z remote: Counting objects: 56% (1945/3472) 2024-08-22T20:36:43.9523707Z remote: Counting objects: 57% (1980/3472) 2024-08-22T20:36:43.9524234Z remote: Counting objects: 58% (2014/3472) 2024-08-22T20:36:43.9524749Z remote: Counting objects: 59% (2049/3472) 2024-08-22T20:36:43.9525266Z remote: Counting objects: 60% (2084/3472) 2024-08-22T20:36:43.9525786Z remote: Counting objects: 61% (2118/3472) 2024-08-22T20:36:43.9526299Z remote: Counting objects: 62% (2153/3472) 2024-08-22T20:36:43.9526821Z remote: Counting objects: 63% (2188/3472) 2024-08-22T20:36:43.9527340Z remote: Counting objects: 64% (2223/3472) 2024-08-22T20:36:43.9527965Z remote: Counting objects: 65% (2257/3472) 2024-08-22T20:36:43.9528498Z remote: Counting objects: 66% (2292/3472) 2024-08-22T20:36:43.9529018Z remote: Counting objects: 67% (2327/3472) 2024-08-22T20:36:43.9529572Z remote: Counting objects: 68% (2361/3472) 2024-08-22T20:36:43.9530254Z remote: Counting objects: 69% (2396/3472) 2024-08-22T20:36:43.9530799Z remote: Counting objects: 70% (2431/3472) 2024-08-22T20:36:43.9531399Z remote: Counting objects: 71% (2466/3472) 2024-08-22T20:36:43.9531934Z remote: Counting objects: 72% (2500/3472) 2024-08-22T20:36:43.9532510Z remote: Counting objects: 73% (2535/3472) 2024-08-22T20:36:43.9533103Z remote: Counting objects: 74% (2570/3472) 2024-08-22T20:36:43.9533630Z remote: Counting objects: 75% (2604/3472) 2024-08-22T20:36:43.9534156Z remote: Counting objects: 76% (2639/3472) 2024-08-22T20:36:43.9534680Z remote: Counting objects: 77% (2674/3472) 2024-08-22T20:36:43.9535194Z remote: Counting objects: 78% (2709/3472) 2024-08-22T20:36:43.9535717Z remote: Counting objects: 79% (2743/3472) 2024-08-22T20:36:43.9536243Z remote: Counting objects: 80% (2778/3472) 2024-08-22T20:36:43.9536766Z remote: Counting objects: 81% (2813/3472) 2024-08-22T20:36:43.9537293Z remote: Counting objects: 82% (2848/3472) 2024-08-22T20:36:43.9537815Z remote: Counting objects: 83% (2882/3472) 2024-08-22T20:36:43.9538325Z remote: Counting objects: 84% (2917/3472) 2024-08-22T20:36:43.9539057Z remote: Counting objects: 85% (2952/3472) 2024-08-22T20:36:43.9539595Z remote: Counting objects: 86% (2986/3472) 2024-08-22T20:36:43.9540229Z remote: Counting objects: 87% (3021/3472) 2024-08-22T20:36:43.9540750Z remote: Counting objects: 88% (3056/3472) 2024-08-22T20:36:43.9541266Z remote: Counting objects: 89% (3091/3472) 2024-08-22T20:36:43.9541773Z remote: Counting objects: 90% (3125/3472) 2024-08-22T20:36:43.9542368Z remote: Counting objects: 91% (3160/3472) 2024-08-22T20:36:43.9542892Z remote: Counting objects: 92% (3195/3472) 2024-08-22T20:36:43.9543478Z remote: Counting objects: 93% (3229/3472) 2024-08-22T20:36:43.9543995Z remote: Counting objects: 94% (3264/3472) 2024-08-22T20:36:43.9544522Z remote: Counting objects: 95% (3299/3472) 2024-08-22T20:36:43.9545040Z remote: Counting objects: 96% (3334/3472) 2024-08-22T20:36:43.9545556Z remote: Counting objects: 97% (3368/3472) 2024-08-22T20:36:43.9546083Z remote: Counting objects: 98% (3403/3472) 2024-08-22T20:36:43.9546596Z remote: Counting objects: 99% (3438/3472) 2024-08-22T20:36:43.9547221Z remote: Counting objects: 100% (3472/3472) 2024-08-22T20:36:43.9547796Z remote: Counting objects: 100% (3472/3472), done. 2024-08-22T20:36:43.9548364Z remote: Compressing objects: 0% (1/1587) 2024-08-22T20:36:43.9548906Z remote: Compressing objects: 1% (16/1587) 2024-08-22T20:36:43.9549529Z remote: Compressing objects: 2% (32/1587) 2024-08-22T20:36:43.9550081Z remote: Compressing objects: 3% (48/1587) 2024-08-22T20:36:43.9550691Z remote: Compressing objects: 4% (64/1587) 2024-08-22T20:36:43.9551233Z remote: Compressing objects: 5% (80/1587) 2024-08-22T20:36:43.9551765Z remote: Compressing objects: 6% (96/1587) 2024-08-22T20:36:43.9552434Z remote: Compressing objects: 7% (112/1587) 2024-08-22T20:36:43.9552993Z remote: Compressing objects: 8% (127/1587) 2024-08-22T20:36:43.9553547Z remote: Compressing objects: 9% (143/1587) 2024-08-22T20:36:43.9554561Z remote: Compressing objects: 10% (159/1587) 2024-08-22T20:36:43.9555117Z remote: Compressing objects: 11% (175/1587) 2024-08-22T20:36:43.9555660Z remote: Compressing objects: 12% (191/1587) 2024-08-22T20:36:43.9556197Z remote: Compressing objects: 13% (207/1587) 2024-08-22T20:36:43.9556825Z remote: Compressing objects: 14% (223/1587) 2024-08-22T20:36:43.9557380Z remote: Compressing objects: 15% (239/1587) 2024-08-22T20:36:43.9557984Z remote: Compressing objects: 16% (254/1587) 2024-08-22T20:36:43.9558567Z remote: Compressing objects: 17% (270/1587) 2024-08-22T20:36:43.9559145Z remote: Compressing objects: 18% (286/1587) 2024-08-22T20:36:43.9559712Z remote: Compressing objects: 19% (302/1587) 2024-08-22T20:36:43.9560268Z remote: Compressing objects: 20% (318/1587) 2024-08-22T20:36:43.9560803Z remote: Compressing objects: 21% (334/1587) 2024-08-22T20:36:43.9561328Z remote: Compressing objects: 22% (350/1587) 2024-08-22T20:36:43.9561867Z remote: Compressing objects: 23% (366/1587) 2024-08-22T20:36:43.9562409Z remote: Compressing objects: 24% (381/1587) 2024-08-22T20:36:43.9562937Z remote: Compressing objects: 25% (397/1587) 2024-08-22T20:36:45.6924143Z remote: Compressing objects: 26% (413/1587) 2024-08-22T20:36:45.6924992Z remote: Compressing objects: 27% (429/1587) 2024-08-22T20:36:45.6925714Z remote: Compressing objects: 28% (445/1587) 2024-08-22T20:36:45.6926460Z remote: Compressing objects: 29% (461/1587) 2024-08-22T20:36:45.6927175Z remote: Compressing objects: 30% (477/1587) 2024-08-22T20:36:45.6927911Z remote: Compressing objects: 31% (492/1587) 2024-08-22T20:36:45.6928638Z remote: Compressing objects: 32% (508/1587) 2024-08-22T20:36:45.6929365Z remote: Compressing objects: 33% (524/1587) 2024-08-22T20:36:45.6929978Z remote: Compressing objects: 34% (540/1587) 2024-08-22T20:36:45.6930520Z remote: Compressing objects: 35% (556/1587) 2024-08-22T20:36:45.6931355Z remote: Compressing objects: 36% (572/1587) 2024-08-22T20:36:45.6931911Z remote: Compressing objects: 37% (588/1587) 2024-08-22T20:36:45.6932447Z remote: Compressing objects: 38% (604/1587) 2024-08-22T20:36:45.6932977Z remote: Compressing objects: 39% (619/1587) 2024-08-22T20:36:45.6933513Z remote: Compressing objects: 40% (635/1587) 2024-08-22T20:36:45.6934043Z remote: Compressing objects: 41% (651/1587) 2024-08-22T20:36:45.6934639Z remote: Compressing objects: 42% (667/1587) 2024-08-22T20:36:45.6935172Z remote: Compressing objects: 43% (683/1587) 2024-08-22T20:36:45.6935701Z remote: Compressing objects: 44% (699/1587) 2024-08-22T20:36:45.6936238Z remote: Compressing objects: 45% (715/1587) 2024-08-22T20:36:45.6936773Z remote: Compressing objects: 46% (731/1587) 2024-08-22T20:36:45.6937309Z remote: Compressing objects: 47% (746/1587) 2024-08-22T20:36:45.6937843Z remote: Compressing objects: 48% (762/1587) 2024-08-22T20:36:45.6938379Z remote: Compressing objects: 49% (778/1587) 2024-08-22T20:36:45.6939066Z remote: Compressing objects: 50% (794/1587) 2024-08-22T20:36:45.6939608Z remote: Compressing objects: 51% (810/1587) 2024-08-22T20:36:45.6940146Z remote: Compressing objects: 52% (826/1587) 2024-08-22T20:36:45.6940674Z remote: Compressing objects: 53% (842/1587) 2024-08-22T20:36:45.6941213Z remote: Compressing objects: 54% (857/1587) 2024-08-22T20:36:45.6941747Z remote: Compressing objects: 55% (873/1587) 2024-08-22T20:36:45.6942276Z remote: Compressing objects: 56% (889/1587) 2024-08-22T20:36:45.6942813Z remote: Compressing objects: 57% (905/1587) 2024-08-22T20:36:45.6943348Z remote: Compressing objects: 58% (921/1587) 2024-08-22T20:36:45.6943877Z remote: Compressing objects: 59% (937/1587) 2024-08-22T20:36:45.6944579Z remote: Compressing objects: 60% (953/1587) 2024-08-22T20:36:45.6945117Z remote: Compressing objects: 61% (969/1587) 2024-08-22T20:36:45.6945644Z remote: Compressing objects: 62% (984/1587) 2024-08-22T20:36:45.6946192Z remote: Compressing objects: 63% (1000/1587) 2024-08-22T20:36:45.6946753Z remote: Compressing objects: 64% (1016/1587) 2024-08-22T20:36:45.6947300Z remote: Compressing objects: 65% (1032/1587) 2024-08-22T20:36:45.6947852Z remote: Compressing objects: 66% (1048/1587) 2024-08-22T20:36:45.6948402Z remote: Compressing objects: 67% (1064/1587) 2024-08-22T20:36:45.6948954Z remote: Compressing objects: 68% (1080/1587) 2024-08-22T20:36:45.6949496Z remote: Compressing objects: 69% (1096/1587) 2024-08-22T20:36:45.6950043Z remote: Compressing objects: 70% (1111/1587) 2024-08-22T20:36:45.6950587Z remote: Compressing objects: 71% (1127/1587) 2024-08-22T20:36:45.6951127Z remote: Compressing objects: 72% (1143/1587) 2024-08-22T20:36:45.6951683Z remote: Compressing objects: 73% (1159/1587) 2024-08-22T20:36:45.6952232Z remote: Compressing objects: 74% (1175/1587) 2024-08-22T20:36:45.6952769Z remote: Compressing objects: 75% (1191/1587) 2024-08-22T20:36:45.6953319Z remote: Compressing objects: 76% (1207/1587) 2024-08-22T20:36:45.6954203Z remote: Compressing objects: 77% (1222/1587) 2024-08-22T20:36:45.6954760Z remote: Compressing objects: 78% (1238/1587) 2024-08-22T20:36:45.6955305Z remote: Compressing objects: 79% (1254/1587) 2024-08-22T20:36:45.6955850Z remote: Compressing objects: 80% (1270/1587) 2024-08-22T20:36:45.6956384Z remote: Compressing objects: 81% (1286/1587) 2024-08-22T20:36:45.6956927Z remote: Compressing objects: 82% (1302/1587) 2024-08-22T20:36:45.6957467Z remote: Compressing objects: 83% (1318/1587) 2024-08-22T20:36:45.6957998Z remote: Compressing objects: 84% (1334/1587) 2024-08-22T20:36:45.6958537Z remote: Compressing objects: 85% (1349/1587) 2024-08-22T20:36:45.6959083Z remote: Compressing objects: 86% (1365/1587) 2024-08-22T20:36:45.6959616Z remote: Compressing objects: 87% (1381/1587) 2024-08-22T20:36:45.6960156Z remote: Compressing objects: 88% (1397/1587) 2024-08-22T20:36:45.6960838Z remote: Compressing objects: 89% (1413/1587) 2024-08-22T20:36:45.6961379Z remote: Compressing objects: 90% (1429/1587) 2024-08-22T20:36:45.6961923Z remote: Compressing objects: 91% (1445/1587) 2024-08-22T20:36:45.6962468Z remote: Compressing objects: 92% (1461/1587) 2024-08-22T20:36:45.6963004Z remote: Compressing objects: 93% (1476/1587) 2024-08-22T20:36:45.6963546Z remote: Compressing objects: 94% (1492/1587) 2024-08-22T20:36:45.6964088Z remote: Compressing objects: 95% (1508/1587) 2024-08-22T20:36:45.6964623Z remote: Compressing objects: 96% (1524/1587) 2024-08-22T20:36:45.6965166Z remote: Compressing objects: 97% (1540/1587) 2024-08-22T20:36:45.6965708Z remote: Compressing objects: 98% (1556/1587) 2024-08-22T20:36:45.6966258Z remote: Compressing objects: 99% (1572/1587) 2024-08-22T20:36:45.6966790Z remote: Compressing objects: 100% (1587/1587) 2024-08-22T20:36:45.6967375Z remote: Compressing objects: 100% (1587/1587), done. 2024-08-22T20:36:45.6967872Z Receiving objects: 0% (1/110866) 2024-08-22T20:36:45.6968275Z Receiving objects: 1% (1109/110866) 2024-08-22T20:36:45.6968703Z Receiving objects: 2% (2218/110866) 2024-08-22T20:36:45.6969146Z Receiving objects: 3% (3326/110866) 2024-08-22T20:36:45.6969551Z Receiving objects: 4% (4435/110866) 2024-08-22T20:36:45.6969957Z Receiving objects: 5% (5544/110866) 2024-08-22T20:36:45.6970366Z Receiving objects: 6% (6652/110866) 2024-08-22T20:36:45.6970763Z Receiving objects: 7% (7761/110866) 2024-08-22T20:36:45.6971161Z Receiving objects: 8% (8870/110866) 2024-08-22T20:36:45.6971566Z Receiving objects: 9% (9978/110866) 2024-08-22T20:36:45.6971970Z Receiving objects: 10% (11087/110866) 2024-08-22T20:36:45.6972387Z Receiving objects: 11% (12196/110866) 2024-08-22T20:36:45.6972924Z Receiving objects: 12% (13304/110866) 2024-08-22T20:36:45.6973430Z Receiving objects: 13% (14413/110866), 22.05 MiB | 44.09 MiB/s 2024-08-22T20:36:45.6974053Z Receiving objects: 14% (15522/110866), 22.05 MiB | 44.09 MiB/s 2024-08-22T20:36:45.6974673Z Receiving objects: 15% (16630/110866), 22.05 MiB | 44.09 MiB/s 2024-08-22T20:36:45.6975349Z Receiving objects: 16% (17739/110866), 22.05 MiB | 44.09 MiB/s 2024-08-22T20:36:45.6976039Z Receiving objects: 17% (18848/110866), 22.05 MiB | 44.09 MiB/s 2024-08-22T20:36:45.6976775Z Receiving objects: 18% (19956/110866), 22.05 MiB | 44.09 MiB/s 2024-08-22T20:36:45.6977583Z Receiving objects: 19% (21065/110866), 22.05 MiB | 44.09 MiB/s 2024-08-22T20:36:45.6978402Z Receiving objects: 20% (22174/110866), 22.05 MiB | 44.09 MiB/s 2024-08-22T20:36:45.6979195Z Receiving objects: 21% (23282/110866), 22.05 MiB | 44.09 MiB/s 2024-08-22T20:36:45.6979886Z Receiving objects: 22% (24391/110866), 22.05 MiB | 44.09 MiB/s 2024-08-22T20:36:45.6980707Z Receiving objects: 23% (25500/110866), 22.05 MiB | 44.09 MiB/s 2024-08-22T20:36:45.6981501Z Receiving objects: 24% (26608/110866), 22.05 MiB | 44.09 MiB/s 2024-08-22T20:36:45.6982321Z Receiving objects: 25% (27717/110866), 22.05 MiB | 44.09 MiB/s 2024-08-22T20:36:45.6982992Z Receiving objects: 25% (28180/110866), 22.05 MiB | 44.09 MiB/s 2024-08-22T20:36:45.6983811Z Receiving objects: 26% (28826/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6984624Z Receiving objects: 27% (29934/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6985426Z Receiving objects: 28% (31043/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6986252Z Receiving objects: 29% (32152/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6986863Z Receiving objects: 30% (33260/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6987465Z Receiving objects: 31% (34369/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6988071Z Receiving objects: 32% (35478/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6988677Z Receiving objects: 33% (36586/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6989280Z Receiving objects: 34% (37695/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6989886Z Receiving objects: 35% (38804/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6990618Z Receiving objects: 36% (39912/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6991214Z Receiving objects: 37% (41021/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6991815Z Receiving objects: 38% (42130/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6992411Z Receiving objects: 39% (43238/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6993008Z Receiving objects: 40% (44347/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6993596Z Receiving objects: 41% (45456/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6994192Z Receiving objects: 42% (46564/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6994791Z Receiving objects: 43% (47673/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6995380Z Receiving objects: 44% (48782/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6995983Z Receiving objects: 45% (49890/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6996583Z Receiving objects: 46% (50999/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6997177Z Receiving objects: 47% (52108/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6997775Z Receiving objects: 48% (53216/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6998372Z Receiving objects: 49% (54325/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6998961Z Receiving objects: 50% (55433/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.6999557Z Receiving objects: 51% (56542/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.7000154Z Receiving objects: 52% (57651/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.7000742Z Receiving objects: 53% (58759/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.7001338Z Receiving objects: 54% (59868/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.7001938Z Receiving objects: 55% (60977/110866), 44.32 MiB | 44.31 MiB/s 2024-08-22T20:36:45.7003080Z Receiving objects: 56% (62085/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:45.7003676Z Receiving objects: 57% (63194/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:45.7004290Z Receiving objects: 58% (64303/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:45.7004885Z Receiving objects: 59% (65411/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:45.7005475Z Receiving objects: 60% (66520/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:45.7006077Z Receiving objects: 61% (67629/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:45.7006679Z Receiving objects: 62% (68737/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:45.7007266Z Receiving objects: 63% (69846/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:45.7007862Z Receiving objects: 64% (70955/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:45.7008459Z Receiving objects: 65% (72063/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:45.7009050Z Receiving objects: 66% (73172/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:45.7009653Z Receiving objects: 67% (74281/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:45.7010253Z Receiving objects: 68% (75389/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:45.7010859Z Receiving objects: 69% (76498/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:45.7011449Z Receiving objects: 70% (77607/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:45.7012047Z Receiving objects: 71% (78715/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:45.7012647Z Receiving objects: 72% (79824/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:45.7013235Z Receiving objects: 73% (80933/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8419616Z Receiving objects: 74% (82041/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8420475Z Receiving objects: 75% (83150/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8421327Z Receiving objects: 76% (84259/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8422131Z Receiving objects: 77% (85367/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8422966Z Receiving objects: 78% (86476/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8423717Z Receiving objects: 79% (87585/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8424681Z Receiving objects: 80% (88693/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8425285Z Receiving objects: 81% (89802/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8425893Z Receiving objects: 82% (90911/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8426504Z Receiving objects: 83% (92019/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8427115Z Receiving objects: 84% (93128/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8427803Z Receiving objects: 85% (94237/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8428512Z Receiving objects: 86% (95345/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8429145Z Receiving objects: 87% (96454/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8429758Z Receiving objects: 88% (97563/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8430363Z Receiving objects: 89% (98671/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8430958Z Receiving objects: 90% (99780/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8431568Z Receiving objects: 91% (100889/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8432245Z Receiving objects: 92% (101997/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8432959Z Receiving objects: 93% (103106/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8433575Z Receiving objects: 94% (104215/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8434203Z Receiving objects: 95% (105323/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8434825Z Receiving objects: 96% (106432/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8435435Z Receiving objects: 96% (106846/110866), 58.82 MiB | 39.21 MiB/s 2024-08-22T20:36:48.8436056Z Receiving objects: 97% (107541/110866), 79.78 MiB | 39.89 MiB/s 2024-08-22T20:36:48.8436671Z Receiving objects: 98% (108649/110866), 79.78 MiB | 39.89 MiB/s 2024-08-22T20:36:48.8437683Z Receiving objects: 99% (109758/110866), 79.78 MiB | 39.89 MiB/s 2024-08-22T20:36:48.8438723Z remote: Total 110866 (delta 2184), reused 2852 (delta 1851), pack-reused 107394 (from 1) 2024-08-22T20:36:48.8439498Z Receiving objects: 100% (110866/110866), 79.78 MiB | 39.89 MiB/s 2024-08-22T20:36:48.8440169Z Receiving objects: 100% (110866/110866), 84.65 MiB | 38.91 MiB/s, done. 2024-08-22T20:36:48.8440731Z Resolving deltas: 0% (0/85569) 2024-08-22T20:36:48.8441136Z Resolving deltas: 1% (857/85569) 2024-08-22T20:36:48.8441545Z Resolving deltas: 2% (1713/85569) 2024-08-22T20:36:48.8441975Z Resolving deltas: 3% (2568/85569) 2024-08-22T20:36:48.8442448Z Resolving deltas: 4% (3426/85569) 2024-08-22T20:36:48.8442919Z Resolving deltas: 5% (4279/85569) 2024-08-22T20:36:48.8443315Z Resolving deltas: 6% (5135/85569) 2024-08-22T20:36:48.8443715Z Resolving deltas: 7% (5990/85569) 2024-08-22T20:36:48.8444117Z Resolving deltas: 8% (6846/85569) 2024-08-22T20:36:48.8444518Z Resolving deltas: 9% (7702/85569) 2024-08-22T20:36:48.8444919Z Resolving deltas: 10% (8559/85569) 2024-08-22T20:36:48.8445317Z Resolving deltas: 11% (9413/85569) 2024-08-22T20:36:48.8445717Z Resolving deltas: 12% (10271/85569) 2024-08-22T20:36:48.8446132Z Resolving deltas: 13% (11124/85569) 2024-08-22T20:36:48.8446540Z Resolving deltas: 14% (11981/85569) 2024-08-22T20:36:48.8446999Z Resolving deltas: 15% (12836/85569) 2024-08-22T20:36:48.8447487Z Resolving deltas: 16% (13692/85569) 2024-08-22T20:36:48.8447906Z Resolving deltas: 17% (14547/85569) 2024-08-22T20:36:48.8448299Z Resolving deltas: 18% (15403/85569) 2024-08-22T20:36:48.8448698Z Resolving deltas: 19% (16260/85569) 2024-08-22T20:36:48.8449098Z Resolving deltas: 20% (17114/85569) 2024-08-22T20:36:48.8449490Z Resolving deltas: 21% (17970/85569) 2024-08-22T20:36:48.8449887Z Resolving deltas: 22% (18829/85569) 2024-08-22T20:36:48.8450288Z Resolving deltas: 23% (19682/85569) 2024-08-22T20:36:48.8450689Z Resolving deltas: 24% (20537/85569) 2024-08-22T20:36:48.8451088Z Resolving deltas: 25% (21395/85569) 2024-08-22T20:36:48.8451490Z Resolving deltas: 26% (22248/85569) 2024-08-22T20:36:48.8451881Z Resolving deltas: 27% (23104/85569) 2024-08-22T20:36:48.8452386Z Resolving deltas: 28% (23960/85569) 2024-08-22T20:36:48.8452791Z Resolving deltas: 29% (24817/85569) 2024-08-22T20:36:48.8453179Z Resolving deltas: 30% (25671/85569) 2024-08-22T20:36:48.8453578Z Resolving deltas: 31% (26528/85569) 2024-08-22T20:36:48.8454263Z Resolving deltas: 32% (27383/85569) 2024-08-22T20:36:48.8454662Z Resolving deltas: 33% (28238/85569) 2024-08-22T20:36:48.8455060Z Resolving deltas: 34% (29094/85569) 2024-08-22T20:36:48.8455475Z Resolving deltas: 35% (29950/85569) 2024-08-22T20:36:48.8455923Z Resolving deltas: 36% (30805/85569) 2024-08-22T20:36:48.8456425Z Resolving deltas: 37% (31661/85569) 2024-08-22T20:36:48.8456826Z Resolving deltas: 38% (32517/85569) 2024-08-22T20:36:48.8457215Z Resolving deltas: 39% (33372/85569) 2024-08-22T20:36:48.8457619Z Resolving deltas: 40% (34228/85569) 2024-08-22T20:36:48.8458019Z Resolving deltas: 41% (35084/85569) 2024-08-22T20:36:48.8458406Z Resolving deltas: 42% (35939/85569) 2024-08-22T20:36:48.8458915Z Resolving deltas: 43% (36795/85569) 2024-08-22T20:36:48.8459361Z Resolving deltas: 44% (37651/85569) 2024-08-22T20:36:48.8459748Z Resolving deltas: 45% (38507/85569) 2024-08-22T20:36:48.8460141Z Resolving deltas: 46% (39362/85569) 2024-08-22T20:36:48.8460529Z Resolving deltas: 47% (40218/85569) 2024-08-22T20:36:48.8460915Z Resolving deltas: 48% (41075/85569) 2024-08-22T20:36:48.8461306Z Resolving deltas: 49% (41929/85569) 2024-08-22T20:36:48.8461772Z Resolving deltas: 50% (42785/85569) 2024-08-22T20:36:48.8462307Z Resolving deltas: 51% (43641/85569) 2024-08-22T20:36:48.8462712Z Resolving deltas: 52% (44496/85569) 2024-08-22T20:36:48.8463108Z Resolving deltas: 53% (45352/85569) 2024-08-22T20:36:48.8463495Z Resolving deltas: 54% (46208/85569) 2024-08-22T20:36:48.8464061Z Resolving deltas: 55% (47064/85569) 2024-08-22T20:36:48.8464456Z Resolving deltas: 56% (47919/85569) 2024-08-22T20:36:48.8464842Z Resolving deltas: 57% (48775/85569) 2024-08-22T20:36:48.8465234Z Resolving deltas: 58% (49632/85569) 2024-08-22T20:36:48.8465638Z Resolving deltas: 59% (50486/85569) 2024-08-22T20:36:48.8466023Z Resolving deltas: 60% (51342/85569) 2024-08-22T20:36:48.8466418Z Resolving deltas: 61% (52198/85569) 2024-08-22T20:36:48.8466823Z Resolving deltas: 62% (53053/85569) 2024-08-22T20:36:48.8467275Z Resolving deltas: 63% (53909/85569) 2024-08-22T20:36:48.8467772Z Resolving deltas: 64% (54765/85569) 2024-08-22T20:36:48.8468171Z Resolving deltas: 65% (55620/85569) 2024-08-22T20:36:48.8468558Z Resolving deltas: 66% (56476/85569) 2024-08-22T20:36:48.8468961Z Resolving deltas: 67% (57332/85569) 2024-08-22T20:36:48.8469402Z Resolving deltas: 68% (58187/85569) 2024-08-22T20:36:48.8469790Z Resolving deltas: 69% (59043/85569) 2024-08-22T20:36:48.8470183Z Resolving deltas: 70% (59901/85569) 2024-08-22T20:36:48.8470588Z Resolving deltas: 71% (60754/85569) 2024-08-22T20:36:48.8470976Z Resolving deltas: 72% (61612/85569) 2024-08-22T20:36:48.8471368Z Resolving deltas: 72% (62101/85569) 2024-08-22T20:36:48.8471768Z Resolving deltas: 73% (62466/85569) 2024-08-22T20:36:48.8472156Z Resolving deltas: 74% (63322/85569) 2024-08-22T20:36:48.8472678Z Resolving deltas: 75% (64177/85569) 2024-08-22T20:36:48.8473161Z Resolving deltas: 76% (65034/85569) 2024-08-22T20:36:48.8473548Z Resolving deltas: 77% (65889/85569) 2024-08-22T20:36:48.8473938Z Resolving deltas: 78% (66744/85569) 2024-08-22T20:36:48.8474328Z Resolving deltas: 79% (67601/85569) 2024-08-22T20:36:48.8474713Z Resolving deltas: 80% (68457/85569) 2024-08-22T20:36:48.8475107Z Resolving deltas: 81% (69311/85569) 2024-08-22T20:36:48.8475504Z Resolving deltas: 82% (70167/85569) 2024-08-22T20:36:48.8475886Z Resolving deltas: 83% (71023/85569) 2024-08-22T20:36:48.8476280Z Resolving deltas: 84% (71878/85569) 2024-08-22T20:36:48.8476680Z Resolving deltas: 85% (72734/85569) 2024-08-22T20:36:48.8477063Z Resolving deltas: 86% (73590/85569) 2024-08-22T20:36:48.8477454Z Resolving deltas: 87% (74446/85569) 2024-08-22T20:36:48.8477915Z Resolving deltas: 88% (75301/85569) 2024-08-22T20:36:48.8478603Z Resolving deltas: 89% (76158/85569) 2024-08-22T20:36:48.8479012Z Resolving deltas: 90% (77013/85569) 2024-08-22T20:36:48.8479414Z Resolving deltas: 91% (77868/85569) 2024-08-22T20:36:48.8479801Z Resolving deltas: 92% (78725/85569) 2024-08-22T20:36:48.8480202Z Resolving deltas: 93% (79583/85569) 2024-08-22T20:36:48.8480597Z Resolving deltas: 94% (80435/85569) 2024-08-22T20:36:48.8480981Z Resolving deltas: 95% (81291/85569) 2024-08-22T20:36:48.8481375Z Resolving deltas: 96% (82147/85569) 2024-08-22T20:36:48.8481795Z Resolving deltas: 97% (83002/85569) 2024-08-22T20:36:48.8482190Z Resolving deltas: 98% (83858/85569) 2024-08-22T20:36:48.8482584Z Resolving deltas: 99% (84714/85569) 2024-08-22T20:36:48.8482978Z Resolving deltas: 100% (85569/85569) 2024-08-22T20:36:48.8483483Z Resolving deltas: 100% (85569/85569), done. 2024-08-22T20:36:48.8484059Z + cd executorch 2024-08-22T20:36:48.8484514Z ++ cat /pytorch/torchchat/.pins/et-pin.txt 2024-08-22T20:36:48.8485040Z + git checkout 91298923a0076c1b41059efb6dad2876426e4b03 2024-08-22T20:36:48.8485710Z Note: switching to '91298923a0076c1b41059efb6dad2876426e4b03'. 2024-08-22T20:36:48.8486111Z 2024-08-22T20:36:48.8486495Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:36:48.8487266Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:36:48.8487994Z state without impacting any branches by switching back to a branch. 2024-08-22T20:36:48.8488433Z 2024-08-22T20:36:48.8488737Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:36:48.8489700Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:36:48.8490131Z 2024-08-22T20:36:48.8490331Z git switch -c 2024-08-22T20:36:48.8490723Z 2024-08-22T20:36:48.8490857Z Or undo this operation with: 2024-08-22T20:36:48.8491106Z 2024-08-22T20:36:48.8491219Z git switch - 2024-08-22T20:36:48.8491395Z 2024-08-22T20:36:48.8491736Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:36:48.8492214Z 2024-08-22T20:36:48.8492507Z HEAD is now at 91298923a immutable accessors in graph signature (#4433) 2024-08-22T20:36:48.8493181Z + echo 'Install executorch: submodule update' 2024-08-22T20:36:48.8493644Z Install executorch: submodule update 2024-08-22T20:36:48.8494036Z + git submodule sync 2024-08-22T20:36:48.8494416Z + git submodule update --init 2024-08-22T20:36:48.8495750Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2024-08-22T20:36:48.8497772Z Submodule 'backends/arm/third-party/serialization_lib' (https://review.mlplatform.org/tosa/serialization_lib) registered for path 'backends/arm/third-party/serialization_lib' 2024-08-22T20:36:48.8499770Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2024-08-22T20:36:48.8501860Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2024-08-22T20:36:48.8503710Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2024-08-22T20:36:48.8505252Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2024-08-22T20:36:48.8506854Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2024-08-22T20:36:48.8508541Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/digantdesai/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2024-08-22T20:36:48.8510308Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2024-08-22T20:37:26.1008587Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2024-08-22T20:37:26.1010305Z Submodule 'examples/third-party/LLaVA' (https://github.com/haotian-liu/LLaVA.git) registered for path 'examples/third-party/LLaVA' 2024-08-22T20:37:26.1011820Z Submodule 'examples/third-party/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'examples/third-party/fbjni' 2024-08-22T20:37:26.1013466Z Submodule 'extension/llm/third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'extension/llm/third-party/abseil-cpp' 2024-08-22T20:37:26.1015077Z Submodule 'extension/llm/third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/third-party/re2' 2024-08-22T20:37:26.1016730Z Submodule 'extension/llm/third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/third-party/sentencepiece' 2024-08-22T20:37:26.1018439Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2024-08-22T20:37:26.1020126Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2024-08-22T20:37:26.1021464Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2024-08-22T20:37:26.1022719Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2024-08-22T20:37:26.1024457Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2024-08-22T20:37:26.1025800Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2024-08-22T20:37:26.1027141Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2024-08-22T20:37:26.1028489Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2024-08-22T20:37:26.1029748Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/arm/third-party/ethos-u-core-driver'... 2024-08-22T20:37:26.1030956Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/arm/third-party/serialization_lib'... 2024-08-22T20:37:26.1032151Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2024-08-22T20:37:26.1033388Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2024-08-22T20:37:26.1034556Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/volk'... 2024-08-22T20:37:26.1035644Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FP16'... 2024-08-22T20:37:26.1036730Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FXdiv'... 2024-08-22T20:37:26.1037823Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/XNNPACK'... 2024-08-22T20:37:26.1038981Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/cpuinfo'... 2024-08-22T20:37:26.1040116Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/pthreadpool'... 2024-08-22T20:37:26.1041179Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/third-party/LLaVA'... 2024-08-22T20:37:26.1042192Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/third-party/fbjni'... 2024-08-22T20:37:26.1043243Z Cloning into '/pytorch/torchchat/et-build/src/executorch/extension/llm/third-party/abseil-cpp'... 2024-08-22T20:37:26.1044476Z Cloning into '/pytorch/torchchat/et-build/src/executorch/extension/llm/third-party/re2'... 2024-08-22T20:37:26.1045573Z Cloning into '/pytorch/torchchat/et-build/src/executorch/extension/llm/third-party/sentencepiece'... 2024-08-22T20:37:26.1046691Z Cloning into '/pytorch/torchchat/et-build/src/executorch/kernels/optimized/third-party/eigen'... 2024-08-22T20:37:26.1047702Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/flatbuffers'... 2024-08-22T20:37:26.1048610Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/flatcc'... 2024-08-22T20:37:26.1049479Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/gflags'... 2024-08-22T20:37:26.1050382Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/googletest'... 2024-08-22T20:37:26.1051310Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/ios-cmake'... 2024-08-22T20:37:26.1052208Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/prelude'... 2024-08-22T20:37:26.1053120Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/pybind11'... 2024-08-22T20:37:26.1054483Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '90f9df900acdc0718ecd2dfdc53780664758dec5' 2024-08-22T20:37:26.1055811Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2024-08-22T20:37:26.1057105Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2024-08-22T20:37:26.1058453Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-08-22T20:37:26.1059803Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2024-08-22T20:37:26.1061136Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-08-22T20:37:26.1062338Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-08-22T20:37:26.1063547Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '1d139a3b4b7155889c88c31f370a82c48e7ca89c' 2024-08-22T20:37:26.1064764Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'd6860c477c99f1fce9e28eb206891af3c0e1a1d7' 2024-08-22T20:37:26.1066003Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-08-22T20:37:26.1067182Z Submodule path 'examples/third-party/LLaVA': checked out '7440ec9ee37b0374c6b5548818e89878e38f3353' 2024-08-22T20:37:26.1068280Z Submodule path 'examples/third-party/fbjni': checked out '52a14f0daa889a20d8984798b8d96eb03cebd334' 2024-08-22T20:37:26.1069486Z Submodule path 'extension/llm/third-party/abseil-cpp': checked out 'eb852207758a773965301d0ae717e4235fc5301a' 2024-08-22T20:37:26.1070656Z Submodule path 'extension/llm/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2024-08-22T20:37:26.1071860Z Submodule path 'extension/llm/third-party/sentencepiece': checked out '6225e08edb2577757163b3f5dbba4c0b670ef445' 2024-08-22T20:37:26.1073099Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2024-08-22T20:37:26.1074228Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2024-08-22T20:37:26.1075264Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2024-08-22T20:37:26.1076275Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2024-08-22T20:37:26.1077309Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-22T20:37:26.1078349Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2024-08-22T20:37:26.1079438Z Submodule path 'third-party/prelude': checked out '4e9e6d50b8b461564a7e351ff60b87fe59d7e53b' 2024-08-22T20:37:26.1080601Z Submodule path 'third-party/pybind11': checked out '8c7b8dd0ae74b36b7d42f77b0dd4096ebb7f4ab1' 2024-08-22T20:37:26.1081261Z + popd 2024-08-22T20:37:26.1081567Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:37:26.1081998Z + install_executorch_libs pipefail 2024-08-22T20:37:26.1084446Z + export 'CMAKE_ARGS= -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages -DCMAKE_INSTALL_PREFIX=/pytorch/torchchat/et-build/install' 2024-08-22T20:37:26.1088621Z + CMAKE_ARGS=' -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages -DCMAKE_INSTALL_PREFIX=/pytorch/torchchat/et-build/install' 2024-08-22T20:37:26.1090828Z + export 'CMAKE_BUILD_ARGS=--target install' 2024-08-22T20:37:26.1091332Z + CMAKE_BUILD_ARGS='--target install' 2024-08-22T20:37:26.1091768Z + install_executorch_python_libs pipefail 2024-08-22T20:37:26.1092276Z + '[' '!' -d /pytorch/torchchat/et-build ']' 2024-08-22T20:37:26.1092784Z + pushd /pytorch/torchchat/et-build/src 2024-08-22T20:37:26.1093435Z /pytorch/torchchat/et-build/src /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:37:26.1094004Z + cd executorch 2024-08-22T20:37:26.1094424Z + echo 'Building and installing python libraries' 2024-08-22T20:37:26.1095013Z Building and installing python libraries 2024-08-22T20:37:26.1095490Z + '[' pipefail = false ']' 2024-08-22T20:37:26.1095884Z + echo 'Installing pybind' 2024-08-22T20:37:26.1096232Z Installing pybind 2024-08-22T20:37:26.1096663Z + bash ./install_requirements.sh --pybind xnnpack 2024-08-22T20:37:26.1097393Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2024-08-22T20:37:26.1098081Z Collecting torch==2.5.0.dev20240716 2024-08-22T20:37:26.1099120Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.5.0.dev20240716%2Bcpu-cp311-cp311-linux_x86_64.whl (172.4 MB) 2024-08-22T20:37:27.5262948Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/172.4 MB ? eta -:--:-- 2024-08-22T20:37:27.5264370Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/172.4 MB 255.8 MB/s eta 0:00:01 2024-08-22T20:37:27.5265880Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.9/172.4 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:37:27.5267080Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.5/172.4 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:37:27.5268195Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.1/172.4 MB 227.7 MB/s eta 0:00:01 2024-08-22T20:37:27.5269341Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/172.4 MB 215.4 MB/s eta 0:00:01 2024-08-22T20:37:27.5270443Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.9/172.4 MB 213.7 MB/s eta 0:00:01 2024-08-22T20:37:27.5271537Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 55.4/172.4 MB 218.1 MB/s eta 0:00:01 2024-08-22T20:37:27.5272638Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 63.0/172.4 MB 218.5 MB/s eta 0:00:01 2024-08-22T20:37:27.5273751Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 70.5/172.4 MB 218.1 MB/s eta 0:00:01 2024-08-22T20:37:27.5275077Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 77.9/172.4 MB 216.1 MB/s eta 0:00:01 2024-08-22T20:37:27.5276197Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 85.4/172.4 MB 217.3 MB/s eta 0:00:01 2024-08-22T20:37:27.5277289Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 92.8/172.4 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:37:27.5278377Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 100.5/172.4 MB 220.9 MB/s eta 0:00:01 2024-08-22T20:37:27.5279470Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 108.0/172.4 MB 220.8 MB/s eta 0:00:01 2024-08-22T20:37:27.5280725Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 115.7/172.4 MB 220.9 MB/s eta 0:00:01 2024-08-22T20:37:27.5281849Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 123.2/172.4 MB 220.9 MB/s eta 0:00:01 2024-08-22T20:37:27.5282930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 130.8/172.4 MB 221.0 MB/s eta 0:00:01 2024-08-22T20:37:27.5284018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 138.4/172.4 MB 220.5 MB/s eta 0:00:01 2024-08-22T20:37:27.5285107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 146.0/172.4 MB 221.2 MB/s eta 0:00:01 2024-08-22T20:37:27.5286194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 153.6/172.4 MB 221.2 MB/s eta 0:00:01 2024-08-22T20:37:27.5287300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 161.3/172.4 MB 222.2 MB/s eta 0:00:01 2024-08-22T20:37:27.5288379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 168.2/172.4 MB 207.3 MB/s eta 0:00:01 2024-08-22T20:37:27.5289464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:37:27.5290486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:37:27.5291503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:37:27.5292531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:37:27.5293573Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:37:27.5294686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:37:27.5295698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:37:27.5296715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:37:27.5297726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:37:27.5298809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:37:27.5299822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:37:27.5300942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:37:27.5301971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:37:27.5302970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:37:27.5303979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:37:27.5304984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:37:48.4195003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:37:48.4196154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.4/172.4 MB 14.1 MB/s eta 0:00:00 2024-08-22T20:37:48.4196968Z [?25hCollecting torchvision==0.20.0.dev20240716 2024-08-22T20:37:48.4198541Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchvision-0.20.0.dev20240716%2Bcpu-cp311-cp311-linux_x86_64.whl (1.8 MB) 2024-08-22T20:37:48.4200025Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:37:48.4202075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 112.9 MB/s eta 0:00:00 2024-08-22T20:37:48.4204249Z [?25hRequirement already satisfied: cmake in /opt/conda/lib/python3.11/site-packages (3.30.2) 2024-08-22T20:37:48.4205316Z Requirement already satisfied: pip>=23 in /opt/conda/lib/python3.11/site-packages (23.1.2) 2024-08-22T20:37:48.4206322Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.11/site-packages (6.0.1) 2024-08-22T20:37:48.4207518Z Requirement already satisfied: setuptools>=63 in /opt/conda/lib/python3.11/site-packages (67.8.0) 2024-08-22T20:37:48.4208240Z Collecting tomli 2024-08-22T20:37:48.4208823Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2024-08-22T20:37:48.4209909Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (0.38.4) 2024-08-22T20:37:48.4211107Z Requirement already satisfied: zstd in /opt/conda/lib/python3.11/site-packages (1.5.5.1) 2024-08-22T20:37:48.4211969Z Collecting timm==1.0.7 2024-08-22T20:37:48.4212490Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2024-08-22T20:37:48.4213298Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2024-08-22T20:37:48.4214299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 2.3/2.3 MB 72.4 MB/s eta 0:00:01 2024-08-22T20:37:48.4215347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 52.9 MB/s eta 0:00:00 2024-08-22T20:37:48.4216890Z [?25hCollecting torchaudio==2.4.0.dev20240716 2024-08-22T20:37:48.4217989Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchaudio-2.4.0.dev20240716%2Bcpu-cp311-cp311-linux_x86_64.whl (1.7 MB) 2024-08-22T20:37:48.4219223Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:37:48.4220277Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 112.9 MB/s eta 0:00:00 2024-08-22T20:37:48.4220946Z [?25hCollecting torchsr==1.0.4 2024-08-22T20:37:48.4221472Z Downloading torchsr-1.0.4-py3-none-any.whl (31 kB) 2024-08-22T20:37:48.4221968Z Collecting transformers==4.42.4 2024-08-22T20:37:48.4222523Z Downloading transformers-4.42.4-py3-none-any.whl (9.3 MB) 2024-08-22T20:37:48.4223352Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.3 MB ? eta -:--:-- 2024-08-22T20:37:48.4224378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 8.1/9.3 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:37:48.4225488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.3/9.3 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:37:48.4226470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.3/9.3 MB 123.0 MB/s eta 0:00:00 2024-08-22T20:37:48.4227659Z [?25hRequirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (3.13.1) 2024-08-22T20:37:48.4229141Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (4.12.2) 2024-08-22T20:37:48.4230567Z Requirement already satisfied: sympy in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (1.13.1) 2024-08-22T20:37:48.4231911Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (3.3) 2024-08-22T20:37:48.4233260Z Requirement already satisfied: jinja2 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (3.1.4) 2024-08-22T20:37:48.4234705Z Requirement already satisfied: fsspec in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (2024.6.1) 2024-08-22T20:37:48.4236091Z Requirement already satisfied: numpy in /opt/conda/lib/python3.11/site-packages (from torchvision==0.20.0.dev20240716) (1.26.4) 2024-08-22T20:37:48.4237573Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/lib/python3.11/site-packages (from torchvision==0.20.0.dev20240716) (10.4.0) 2024-08-22T20:37:48.4238984Z Requirement already satisfied: huggingface_hub in /opt/conda/lib/python3.11/site-packages (from timm==1.0.7) (0.24.6) 2024-08-22T20:37:48.4240265Z Requirement already satisfied: safetensors in /opt/conda/lib/python3.11/site-packages (from timm==1.0.7) (0.4.4) 2024-08-22T20:37:48.4241589Z Requirement already satisfied: packaging>=20.0 in /opt/conda/lib/python3.11/site-packages (from transformers==4.42.4) (23.0) 2024-08-22T20:37:48.4243017Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/lib/python3.11/site-packages (from transformers==4.42.4) (2024.7.24) 2024-08-22T20:37:48.4244424Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from transformers==4.42.4) (2.32.3) 2024-08-22T20:37:48.4245852Z Requirement already satisfied: tokenizers<0.20,>=0.19 in /opt/conda/lib/python3.11/site-packages (from transformers==4.42.4) (0.19.1) 2024-08-22T20:37:48.4247245Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/lib/python3.11/site-packages (from transformers==4.42.4) (4.66.5) 2024-08-22T20:37:48.4248674Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from jinja2->torch==2.5.0.dev20240716) (2.1.3) 2024-08-22T20:37:48.4250218Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.11/site-packages (from requests->transformers==4.42.4) (2.0.4) 2024-08-22T20:37:48.4251799Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.11/site-packages (from requests->transformers==4.42.4) (3.4) 2024-08-22T20:37:48.4253283Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/lib/python3.11/site-packages (from requests->transformers==4.42.4) (1.26.16) 2024-08-22T20:37:48.4255417Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.11/site-packages (from requests->transformers==4.42.4) (2024.7.4) 2024-08-22T20:37:48.4256988Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/lib/python3.11/site-packages (from sympy->torch==2.5.0.dev20240716) (1.3.0) 2024-08-22T20:37:48.4258195Z Installing collected packages: tomli, torch, torchvision, torchaudio, transformers, torchsr, timm 2024-08-22T20:37:48.4258926Z Attempting uninstall: torch 2024-08-22T20:37:48.4259473Z Found existing installation: torch 2.5.0.dev20240814+cu121 2024-08-22T20:37:48.4260116Z Uninstalling torch-2.5.0.dev20240814+cu121: 2024-08-22T20:37:48.4260734Z Successfully uninstalled torch-2.5.0.dev20240814+cu121 2024-08-22T20:37:48.4261262Z Attempting uninstall: transformers 2024-08-22T20:37:48.4261752Z Found existing installation: transformers 4.44.2 2024-08-22T20:37:48.4262308Z Uninstalling transformers-4.44.2: 2024-08-22T20:37:48.4262846Z Successfully uninstalled transformers-4.44.2 2024-08-22T20:37:48.4264193Z Successfully installed timm-1.0.7 tomli-2.0.1 torch-2.5.0.dev20240716+cpu torchaudio-2.4.0.dev20240716+cpu torchsr-1.0.4 torchvision-0.20.0.dev20240716+cpu transformers-4.42.4 2024-08-22T20:37:48.4266464Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:37:48.4268186Z Using pip 23.1.2 from /opt/conda/lib/python3.11/site-packages/pip (python 3.11) 2024-08-22T20:37:48.4269087Z WARNING: The index url "" seems invalid, please provide a scheme. 2024-08-22T20:37:48.4269807Z Looking in indexes: https://pypi.org/simple, 2024-08-22T20:37:48.4270655Z Processing /pytorch/torchchat/et-build/src/executorch 2024-08-22T20:37:48.4271236Z Running command Preparing metadata (pyproject.toml) 2024-08-22T20:37:48.4272556Z /opt/conda/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. 2024-08-22T20:37:48.4273800Z config = read_configuration(filepath, True, ignore_option_errors, dist) 2024-08-22T20:37:48.4274374Z running dist_info 2024-08-22T20:37:48.4274960Z creating /tmp/pip-modern-metadata-q7tvufmg/executorch.egg-info 2024-08-22T20:37:48.4275777Z writing /tmp/pip-modern-metadata-q7tvufmg/executorch.egg-info/PKG-INFO 2024-08-22T20:37:50.6637349Z writing dependency_links to /tmp/pip-modern-metadata-q7tvufmg/executorch.egg-info/dependency_links.txt 2024-08-22T20:37:50.6638967Z writing entry points to /tmp/pip-modern-metadata-q7tvufmg/executorch.egg-info/entry_points.txt 2024-08-22T20:37:50.6640298Z writing requirements to /tmp/pip-modern-metadata-q7tvufmg/executorch.egg-info/requires.txt 2024-08-22T20:37:50.6641436Z writing top-level names to /tmp/pip-modern-metadata-q7tvufmg/executorch.egg-info/top_level.txt 2024-08-22T20:37:50.6642512Z writing manifest file '/tmp/pip-modern-metadata-q7tvufmg/executorch.egg-info/SOURCES.txt' 2024-08-22T20:37:50.6643576Z reading manifest file '/tmp/pip-modern-metadata-q7tvufmg/executorch.egg-info/SOURCES.txt' 2024-08-22T20:37:50.6644320Z adding license file 'LICENSE' 2024-08-22T20:37:50.6645097Z writing manifest file '/tmp/pip-modern-metadata-q7tvufmg/executorch.egg-info/SOURCES.txt' 2024-08-22T20:37:50.6646117Z creating '/tmp/pip-modern-metadata-q7tvufmg/executorch-0.4.0a0+9129892.dist-info' 2024-08-22T20:37:50.6646942Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2024-08-22T20:37:50.6648324Z WARNING: Location 'expecttest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:50.6649283Z Collecting expecttest (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:50.6649959Z Downloading expecttest-0.2.1-py3-none-any.whl (7.4 kB) 2024-08-22T20:37:50.6650944Z WARNING: Location 'flatbuffers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:50.6651902Z Collecting flatbuffers (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:50.6652619Z Downloading flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB) 2024-08-22T20:37:50.6653643Z WARNING: Location 'hypothesis/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:50.6654945Z Collecting hypothesis (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:50.6655670Z Downloading hypothesis-6.111.1-py3-none-any.whl (467 kB) 2024-08-22T20:37:50.6656551Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/467.5 kB ? eta -:--:-- 2024-08-22T20:37:50.6657722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.5/467.5 kB 31.6 MB/s eta 0:00:00 2024-08-22T20:37:50.6658965Z [?25hRequirement already satisfied: mpmath==1.3.0 in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (1.3.0) 2024-08-22T20:37:50.6660512Z Requirement already satisfied: numpy>=1.25.2 in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (1.26.4) 2024-08-22T20:37:50.6661916Z Requirement already satisfied: packaging in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (23.0) 2024-08-22T20:37:50.6663280Z Requirement already satisfied: pandas in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (2.2.2) 2024-08-22T20:37:50.6664601Z WARNING: Location 'parameterized/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:50.6665647Z Collecting parameterized (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:50.6666365Z Downloading parameterized-0.9.0-py2.py3-none-any.whl (20 kB) 2024-08-22T20:37:50.6667354Z WARNING: Location 'pytest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:50.6668269Z Collecting pytest (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:50.6668890Z Downloading pytest-8.3.2-py3-none-any.whl (341 kB) 2024-08-22T20:37:50.6669673Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/341.8 kB ? eta -:--:-- 2024-08-22T20:37:50.6670631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 79.2 MB/s eta 0:00:00 2024-08-22T20:37:50.6671776Z [?25hWARNING: Location 'pytest-xdist/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:50.6672924Z Collecting pytest-xdist (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:50.6673602Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2024-08-22T20:37:50.6674427Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/46.1 kB ? eta -:--:-- 2024-08-22T20:37:50.6675371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.1/46.1 kB 17.8 MB/s eta 0:00:00 2024-08-22T20:37:50.6676539Z [?25hRequirement already satisfied: pyyaml in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (6.0.1) 2024-08-22T20:37:50.6677951Z Requirement already satisfied: ruamel.yaml in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (0.17.21) 2024-08-22T20:37:50.6679349Z Requirement already satisfied: sympy in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (1.13.1) 2024-08-22T20:37:50.6680705Z Requirement already satisfied: tabulate in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (0.9.0) 2024-08-22T20:37:50.6682191Z Requirement already satisfied: attrs>=22.2.0 in /opt/conda/lib/python3.11/site-packages (from hypothesis->executorch==0.4.0a0+9129892) (23.1.0) 2024-08-22T20:37:50.6683628Z WARNING: Location 'sortedcontainers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:50.6684773Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->executorch==0.4.0a0+9129892) 2024-08-22T20:37:50.6685702Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-08-22T20:37:50.6686953Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/lib/python3.11/site-packages (from pandas->executorch==0.4.0a0+9129892) (2.9.0.post0) 2024-08-22T20:37:50.6688536Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/lib/python3.11/site-packages (from pandas->executorch==0.4.0a0+9129892) (2024.1) 2024-08-22T20:37:50.6690043Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/lib/python3.11/site-packages (from pandas->executorch==0.4.0a0+9129892) (2024.1) 2024-08-22T20:37:50.6691413Z WARNING: Location 'iniconfig/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:50.6692471Z Collecting iniconfig (from pytest->executorch==0.4.0a0+9129892) 2024-08-22T20:37:50.6693176Z Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2024-08-22T20:37:50.6694129Z WARNING: Location 'pluggy/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:50.6695122Z Collecting pluggy<2,>=1.5 (from pytest->executorch==0.4.0a0+9129892) 2024-08-22T20:37:50.6695816Z Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) 2024-08-22T20:37:50.6696749Z WARNING: Location 'execnet/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:50.6697761Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.4.0a0+9129892) 2024-08-22T20:37:50.6698485Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2024-08-22T20:37:50.6699286Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.6 kB ? eta -:--:-- 2024-08-22T20:37:50.6700349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/40.6 kB 15.9 MB/s eta 0:00:00 2024-08-22T20:37:50.6701714Z [?25hRequirement already satisfied: six>=1.5 in /opt/conda/lib/python3.11/site-packages (from python-dateutil>=2.8.2->pandas->executorch==0.4.0a0+9129892) (1.16.0) 2024-08-22T20:37:50.6702797Z Building wheels for collected packages: executorch 2024-08-22T20:37:50.6703406Z Running command Building wheel for executorch (pyproject.toml) 2024-08-22T20:37:50.6704760Z /opt/conda/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. 2024-08-22T20:37:50.6706071Z config = read_configuration(filepath, True, ignore_option_errors, dist) 2024-08-22T20:37:50.6706749Z running bdist_wheel 2024-08-22T20:37:50.6707062Z running build 2024-08-22T20:37:50.6707438Z command options for 'CustomBuild': 2024-08-22T20:37:50.6707891Z build_base = pip-out 2024-08-22T20:37:50.6708280Z build_purelib = pip-out/lib 2024-08-22T20:37:50.6708807Z build_platlib = pip-out/lib.linux-x86_64-cpython-311 2024-08-22T20:37:50.6709417Z build_lib = pip-out/lib.linux-x86_64-cpython-311 2024-08-22T20:37:50.6709961Z build_scripts = pip-out/scripts-3.11 2024-08-22T20:37:50.6710509Z build_temp = pip-out/temp.linux-x86_64-cpython-311 2024-08-22T20:37:50.6711035Z plat_name = linux-x86_64 2024-08-22T20:37:50.6711396Z compiler = None 2024-08-22T20:37:50.6711698Z parallel = 15 2024-08-22T20:37:50.6711996Z debug = None 2024-08-22T20:37:50.6712280Z force = None 2024-08-22T20:37:50.6712607Z executable = /opt/conda/bin/python 2024-08-22T20:37:50.6713207Z creating /pytorch/torchchat/et-build/src/executorch/pip-out 2024-08-22T20:37:50.6714087Z creating /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311 2024-08-22T20:37:50.6715186Z creating /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out 2024-08-22T20:37:50.6716445Z deleting /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/CMakeCache.txt 2024-08-22T20:37:50.6717346Z temporarily unsetting HOME while running as root 2024-08-22T20:37:57.5943937Z cmake -S /pytorch/torchchat/et-build/src/executorch -B /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out -DBUCK2= -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DEXECUTORCH_SEPARATE_FLATCC_HOST_PROJECT=OFF -DEXECUTORCH_BUILD_PYBIND=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM_AOT=ON -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages -DCMAKE_INSTALL_PREFIX=/pytorch/torchchat/et-build/install -DEXECUTORCH_BUILD_XNNPACK=ON 2024-08-22T20:37:57.5949733Z -- The C compiler identification is GNU 9.3.1 2024-08-22T20:37:57.5950320Z -- The CXX compiler identification is GNU 9.3.1 2024-08-22T20:37:57.5950839Z -- Detecting C compiler ABI info 2024-08-22T20:37:57.5951314Z -- Detecting C compiler ABI info - done 2024-08-22T20:37:57.5952016Z -- Check for working C compiler: /opt/rh/devtoolset-9/root/usr/bin/cc - skipped 2024-08-22T20:37:57.5952677Z -- Detecting C compile features 2024-08-22T20:37:57.5953131Z -- Detecting C compile features - done 2024-08-22T20:37:57.5953622Z -- Detecting CXX compiler ABI info 2024-08-22T20:37:57.5954403Z -- Detecting CXX compiler ABI info - done 2024-08-22T20:37:57.5955130Z -- Check for working CXX compiler: /opt/rh/devtoolset-9/root/usr/bin/c++ - skipped 2024-08-22T20:37:57.5955827Z -- Detecting CXX compile features 2024-08-22T20:37:57.5956309Z -- Detecting CXX compile features - done 2024-08-22T20:37:57.5956833Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-08-22T20:37:57.5957402Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2024-08-22T20:37:57.5957944Z -- Check if compiler accepts -pthread 2024-08-22T20:37:57.5958456Z -- Check if compiler accepts -pthread - yes 2024-08-22T20:37:57.5958936Z -- Found Threads: TRUE 2024-08-22T20:37:57.5960111Z -- Downloading FXdiv to /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FXdiv-source (define FXDIV_SOURCE_DIR to avoid it) 2024-08-22T20:37:57.5961244Z -- Configuring done (0.0s) 2024-08-22T20:37:57.5961840Z -- Generating done (0.0s) 2024-08-22T20:37:57.5962858Z -- Build files have been written to: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FXdiv-download 2024-08-22T20:37:57.5963868Z [ 11%] Creating directories for 'fxdiv' 2024-08-22T20:37:57.5964440Z [ 22%] Performing download step (git clone) for 'fxdiv' 2024-08-22T20:37:57.5964982Z Cloning into 'FXdiv-source'... 2024-08-22T20:37:57.5965394Z Already on 'master' 2024-08-22T20:37:57.5965842Z Your branch is up to date with 'origin/master'. 2024-08-22T20:37:57.5966393Z [ 33%] Performing update step for 'fxdiv' 2024-08-22T20:37:57.5966904Z -- Fetching latest from the remote origin 2024-08-22T20:37:57.5967398Z [ 44%] No patch step for 'fxdiv' 2024-08-22T20:37:57.5967860Z [ 55%] No configure step for 'fxdiv' 2024-08-22T20:37:57.5968323Z [ 66%] No build step for 'fxdiv' 2024-08-22T20:37:57.5968764Z [ 77%] No install step for 'fxdiv' 2024-08-22T20:37:57.5969221Z [ 88%] No test step for 'fxdiv' 2024-08-22T20:37:57.5969649Z [100%] Completed 'fxdiv' 2024-08-22T20:37:57.5969992Z [100%] Built target fxdiv 2024-08-22T20:37:57.5970434Z -- Looking for pthread_create in pthreads 2024-08-22T20:37:57.5971008Z -- Looking for pthread_create in pthreads - not found 2024-08-22T20:37:57.5971560Z -- Looking for pthread_create in pthread 2024-08-22T20:37:57.5972098Z -- Looking for pthread_create in pthread - found 2024-08-22T20:37:57.5972688Z -- Using python executable '/opt/conda/bin/python' 2024-08-22T20:37:57.5974163Z -- Resolved buck2 as /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/buck2-bin/buck2-3bbde7daa94987db468d021ad625bc93dc62ba7fcb16945cb09b64aab077f284. 2024-08-22T20:37:57.5975438Z -- Killing buck2 daemon 2024-08-22T20:37:57.5975859Z -- executorch: Generating source lists 2024-08-22T20:37:57.5976994Z -- executorch: Generating source file list /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/executorch_srcs.cmake 2024-08-22T20:37:57.5978674Z -- executorch: Using sources file /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/executorch_srcs.cmake 2024-08-22T20:37:57.5979936Z -- Proceeding with version: 24.3.25.0 2024-08-22T20:37:57.5980400Z -- Looking for strtof_l 2024-08-22T20:37:57.5980796Z -- Looking for strtof_l - found 2024-08-22T20:37:57.5981222Z -- Looking for strtoull_l 2024-08-22T20:37:57.5981637Z -- Looking for strtoull_l - found 2024-08-22T20:37:57.5982058Z -- Looking for realpath 2024-08-22T20:37:57.5982455Z -- Looking for realpath - found 2024-08-22T20:37:57.5982874Z -- CMAKE_CXX_FLAGS: 2024-08-22T20:37:57.5983282Z -- executorch: Using PAL default 'posix' 2024-08-22T20:37:57.5983770Z -- Generating operator lib: 2024-08-22T20:37:57.5984192Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:37:57.5984952Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-08-22T20:37:57.5985674Z -- ROOT_OPS: 2024-08-22T20:37:57.5986015Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:57.5988065Z Command - /opt/conda/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml" 2024-08-22T20:37:57.5989958Z -- Generating kernel bindings: 2024-08-22T20:37:57.5990408Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:37:57.5991163Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-08-22T20:37:57.5991879Z -- CUSTOM_OPS_YAML: 2024-08-22T20:37:57.5994800Z Generated files /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2024-08-22T20:37:57.5997710Z -- Generating operator lib: 2024-08-22T20:37:57.5998142Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:37:57.5998584Z -- KERNEL_LIBS: portable_kernels 2024-08-22T20:37:57.5999019Z -- DEPS: executorch 2024-08-22T20:37:57.5999410Z -- Generating operator lib: 2024-08-22T20:37:57.5999831Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:37:57.6000640Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-08-22T20:37:57.6001392Z -- ROOT_OPS: 2024-08-22T20:37:57.6001726Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:57.6003793Z Command - /opt/conda/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml" 2024-08-22T20:37:57.6005755Z -- Generating kernel bindings: 2024-08-22T20:37:57.6006189Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:37:57.6006998Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-08-22T20:37:57.6007759Z -- CUSTOM_OPS_YAML: 2024-08-22T20:37:57.6010705Z Generated files /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2024-08-22T20:37:57.6013446Z -- Generating operator lib: 2024-08-22T20:37:57.6013877Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:37:57.6014329Z -- KERNEL_LIBS: optimized_kernels 2024-08-22T20:37:57.6014770Z -- DEPS: executorch 2024-08-22T20:37:57.6015147Z -- Generating operator lib: 2024-08-22T20:37:57.6015659Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:37:57.6016430Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:37:57.6017147Z -- ROOT_OPS: 2024-08-22T20:37:57.6017521Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:57.6019612Z Command - /opt/conda/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml" 2024-08-22T20:37:57.6021510Z -- Generating kernel bindings: 2024-08-22T20:37:57.6021947Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:37:57.6022375Z -- FUNCTIONS_YAML: 2024-08-22T20:37:57.6023075Z -- CUSTOM_OPS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:37:57.6028988Z Generated files /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2024-08-22T20:37:57.6034256Z -- Generating operator lib: 2024-08-22T20:37:58.8368301Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:37:58.8369022Z -- OPS_SCHEMA_YAML: 2024-08-22T20:37:58.8372510Z -- ROOT_OPS: quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_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 2024-08-22T20:37:58.8374986Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:58.8378992Z Command - /opt/conda/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_aot_lib/selected_operators.yaml;--root_ops="quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_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" 2024-08-22T20:37:58.8382605Z -- Generating kernel bindings: 2024-08-22T20:37:58.8383067Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:37:58.8383557Z -- FUNCTIONS_YAML: 2024-08-22T20:37:58.8384275Z -- CUSTOM_OPS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:37:58.8385047Z -- Generating custom ops aot lib: 2024-08-22T20:37:58.8385512Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:37:58.8386421Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2024-08-22T20:37:58.8387857Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2024-08-22T20:37:58.8389545Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2024-08-22T20:37:58.8390938Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2024-08-22T20:37:58.8392322Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2024-08-22T20:37:58.8394160Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2024-08-22T20:37:58.8395914Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2024-08-22T20:37:58.8397680Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2024-08-22T20:37:58.8399375Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2024-08-22T20:37:58.8401144Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2024-08-22T20:37:58.8402751Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:37:58.8404029Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:37:58.8404674Z Call Stack (most recent call first): 2024-08-22T20:37:58.8405833Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:37:58.8406956Z build/Codegen.cmake:143 (find_package) 2024-08-22T20:37:58.8407953Z kernels/quantized/CMakeLists.txt:87 (gen_custom_ops_aot_lib) 2024-08-22T20:37:58.8408518Z 2024-08-22T20:37:58.8408525Z 2024-08-22T20:37:58.8409135Z -- Found Torch: /opt/conda/lib/python3.11/site-packages/torch/lib/libtorch.so 2024-08-22T20:37:58.8409854Z -- Generating operator lib: 2024-08-22T20:37:58.8410375Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:37:58.8410946Z -- KERNEL_LIBS: quantized_kernels 2024-08-22T20:37:58.8411493Z -- DEPS: executorch 2024-08-22T20:37:58.8412037Z -- Merging kernel yaml files: 2024-08-22T20:37:58.8413280Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/configurations/../kernels/optimized/optimized-oss.yaml 2024-08-22T20:37:58.8414875Z -- FALLBACK_YAML: /pytorch/torchchat/et-build/src/executorch/configurations/../kernels/portable/functions.yaml 2024-08-22T20:37:58.8416426Z -- OUTPUT_DIR: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations 2024-08-22T20:37:58.8417593Z -- Generating operator lib: 2024-08-22T20:37:58.8418173Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:37:58.8419327Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/merged.yaml 2024-08-22T20:37:58.8420526Z -- ROOT_OPS: 2024-08-22T20:37:58.8420964Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:58.8423633Z Command - /opt/conda/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/merged.yaml" 2024-08-22T20:37:58.8426364Z -- Generating kernel bindings: 2024-08-22T20:37:58.8426918Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:37:58.8428060Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/merged.yaml 2024-08-22T20:37:58.8429199Z -- CUSTOM_OPS_YAML: 2024-08-22T20:37:58.8433020Z Generated files /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2024-08-22T20:37:58.8435978Z -- Generating operator lib: 2024-08-22T20:37:58.8436448Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:37:58.8437089Z -- KERNEL_LIBS: portable_kernels;optimized_kernels 2024-08-22T20:37:58.8437680Z -- DEPS: executorch 2024-08-22T20:37:58.8438477Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2024-08-22T20:37:58.8439352Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:58.8439906Z CMake. 2024-08-22T20:37:58.8440075Z 2024-08-22T20:37:58.8440386Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:58.8441141Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:58.8441597Z 2024-08-22T20:37:58.8441603Z 2024-08-22T20:37:58.8441798Z -- Looking for C++ include unistd.h 2024-08-22T20:37:58.8442294Z -- Looking for C++ include unistd.h - found 2024-08-22T20:37:58.8442788Z -- Looking for C++ include stdint.h 2024-08-22T20:37:58.8443267Z -- Looking for C++ include stdint.h - found 2024-08-22T20:37:58.8443763Z -- Looking for C++ include inttypes.h 2024-08-22T20:37:58.8444274Z -- Looking for C++ include inttypes.h - found 2024-08-22T20:37:58.8444774Z -- Looking for C++ include sys/types.h 2024-08-22T20:37:58.8445291Z -- Looking for C++ include sys/types.h - found 2024-08-22T20:37:58.8445917Z -- Looking for C++ include sys/stat.h 2024-08-22T20:37:58.8446420Z -- Looking for C++ include sys/stat.h - found 2024-08-22T20:37:58.8446961Z -- Looking for C++ include fnmatch.h 2024-08-22T20:37:58.8447680Z -- Looking for C++ include fnmatch.h - found 2024-08-22T20:37:58.8448271Z -- Looking for C++ include stddef.h 2024-08-22T20:37:58.8448967Z -- Looking for C++ include stddef.h - found 2024-08-22T20:37:58.8449632Z -- Check size of uint32_t 2024-08-22T20:37:58.8450193Z -- Check size of uint32_t - done 2024-08-22T20:37:58.8450778Z -- Looking for strtoll 2024-08-22T20:37:58.8451318Z -- Looking for strtoll - found 2024-08-22T20:37:58.8451949Z -- The ASM compiler identification is GNU 2024-08-22T20:37:58.8452765Z -- Found assembler: /opt/rh/devtoolset-9/root/usr/bin/cc 2024-08-22T20:37:58.8454857Z -- Downloading FP16 to /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-source (define FP16_SOURCE_DIR to avoid it) 2024-08-22T20:37:58.8456501Z -- Configuring done (0.0s) 2024-08-22T20:37:58.8457056Z -- Generating done (0.0s) 2024-08-22T20:37:58.8458526Z -- Build files have been written to: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-download 2024-08-22T20:37:58.8460090Z [ 11%] Creating directories for 'fp16' 2024-08-22T20:37:58.8461010Z [ 22%] Performing download step (download, verify and extract) for 'fp16' 2024-08-22T20:37:58.8461874Z -- Downloading... 2024-08-22T20:37:58.8463521Z dst='/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:37:58.8465131Z timeout='none' 2024-08-22T20:37:58.8465628Z inactivity timeout='none' 2024-08-22T20:37:58.8466779Z -- Using src='https://github.com/Maratyszcza/FP16/archive/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:37:58.8467849Z -- [download 1% complete] 2024-08-22T20:37:58.8468258Z -- [download 10% complete] 2024-08-22T20:37:58.8468659Z -- [download 18% complete] 2024-08-22T20:37:58.8469049Z -- [download 30% complete] 2024-08-22T20:37:58.8469440Z -- [download 33% complete] 2024-08-22T20:37:58.8470011Z -- [download 42% complete] 2024-08-22T20:37:58.8470411Z -- [download 58% complete] 2024-08-22T20:37:58.8470804Z -- [download 67% complete] 2024-08-22T20:37:58.8471193Z -- [download 76% complete] 2024-08-22T20:37:58.8471578Z -- [download 84% complete] 2024-08-22T20:37:58.8471970Z -- [download 100% complete] 2024-08-22T20:37:58.8472362Z -- verifying file... 2024-08-22T20:37:58.8473577Z file='/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:37:58.8474738Z -- Downloading... done 2024-08-22T20:37:58.8475106Z -- extracting... 2024-08-22T20:37:58.8476289Z src='/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:38:01.6065382Z dst='/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-source' 2024-08-22T20:38:01.6066598Z -- extracting... [tar xfz] 2024-08-22T20:38:01.6067208Z -- extracting... [analysis] 2024-08-22T20:38:01.6067804Z -- extracting... [rename] 2024-08-22T20:38:01.6068423Z -- extracting... [clean up] 2024-08-22T20:38:01.6069021Z -- extracting... done 2024-08-22T20:38:01.6069606Z [ 33%] No update step for 'fp16' 2024-08-22T20:38:01.6070224Z [ 44%] No patch step for 'fp16' 2024-08-22T20:38:01.6070833Z [ 55%] No configure step for 'fp16' 2024-08-22T20:38:01.6071449Z [ 66%] No build step for 'fp16' 2024-08-22T20:38:01.6072036Z [ 77%] No install step for 'fp16' 2024-08-22T20:38:01.6072616Z [ 88%] No test step for 'fp16' 2024-08-22T20:38:01.6073172Z [100%] Completed 'fp16' 2024-08-22T20:38:01.6074007Z [100%] Built target fp16 2024-08-22T20:38:01.6075265Z CMake Deprecation Warning at pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-source/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-08-22T20:38:01.6076737Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:38:01.6077540Z CMake. 2024-08-22T20:38:01.6077771Z 2024-08-22T20:38:01.6078199Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:38:01.6079258Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:38:01.6079923Z 2024-08-22T20:38:01.6079931Z 2024-08-22T20:38:01.6081306Z -- Downloading PSimd to /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/psimd-source (define PSIMD_SOURCE_DIR to avoid it) 2024-08-22T20:38:01.6083225Z CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-08-22T20:38:01.6084311Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:38:01.6085176Z CMake. 2024-08-22T20:38:01.6085396Z 2024-08-22T20:38:01.6085816Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:38:01.6086839Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:38:01.6087456Z 2024-08-22T20:38:01.6087462Z 2024-08-22T20:38:01.6087741Z -- Configuring done (0.0s) 2024-08-22T20:38:01.6088317Z -- Generating done (0.0s) 2024-08-22T20:38:01.6089712Z -- Build files have been written to: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/psimd-download 2024-08-22T20:38:01.6091099Z [ 11%] Creating directories for 'psimd' 2024-08-22T20:38:01.6091901Z [ 22%] Performing download step (git clone) for 'psimd' 2024-08-22T20:38:01.6092647Z Cloning into 'psimd-source'... 2024-08-22T20:38:01.6093212Z Already on 'master' 2024-08-22T20:38:01.6093836Z Your branch is up to date with 'origin/master'. 2024-08-22T20:38:01.6094629Z [ 33%] Performing update step for 'psimd' 2024-08-22T20:38:01.6095374Z -- Fetching latest from the remote origin 2024-08-22T20:38:01.6096129Z [ 44%] No patch step for 'psimd' 2024-08-22T20:38:01.6097026Z [ 55%] No configure step for 'psimd' 2024-08-22T20:38:01.6097709Z [ 66%] No build step for 'psimd' 2024-08-22T20:38:01.6098364Z [ 77%] No install step for 'psimd' 2024-08-22T20:38:01.6099015Z [ 88%] No test step for 'psimd' 2024-08-22T20:38:01.6099732Z [100%] Completed 'psimd' 2024-08-22T20:38:01.6100216Z [100%] Built target psimd 2024-08-22T20:38:01.6101558Z CMake Deprecation Warning at pip-out/temp.linux-x86_64-cpython-311/cmake-out/psimd-source/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-08-22T20:38:01.6103102Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:38:01.6103902Z CMake. 2024-08-22T20:38:01.6104124Z 2024-08-22T20:38:01.6104564Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:38:01.6105685Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:38:01.6106340Z 2024-08-22T20:38:01.6106348Z 2024-08-22T20:38:01.6106609Z -- pybind11 v2.12.0 dev1 2024-08-22T20:38:01.6107642Z CMake Warning (dev) at third-party/pybind11/tools/FindPythonLibsNew.cmake:98 (find_package): 2024-08-22T20:38:01.6108850Z Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules 2024-08-22T20:38:01.6110038Z are removed. Run "cmake --help-policy CMP0148" for policy details. Use 2024-08-22T20:38:01.6111053Z the cmake_policy command to set the policy and suppress this warning. 2024-08-22T20:38:01.6111635Z 2024-08-22T20:38:01.6111833Z Call Stack (most recent call first): 2024-08-22T20:38:01.6112739Z third-party/pybind11/tools/pybind11Tools.cmake:50 (find_package) 2024-08-22T20:38:01.6113804Z third-party/pybind11/tools/pybind11Common.cmake:188 (include) 2024-08-22T20:38:01.6114730Z third-party/pybind11/CMakeLists.txt:211 (include) 2024-08-22T20:38:01.6115930Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-22T20:38:01.6116545Z 2024-08-22T20:38:01.6117330Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.11.4", minimum required is "3.6") 2024-08-22T20:38:01.6118626Z -- Found PythonLibs: /opt/conda/lib/libpython3.11.so 2024-08-22T20:38:01.6119395Z -- Performing Test HAS_FLTO 2024-08-22T20:38:01.6120024Z -- Performing Test HAS_FLTO - Success 2024-08-22T20:38:01.6121076Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2024-08-22T20:38:01.6122241Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:38:01.6122991Z CMake. 2024-08-22T20:38:01.6123201Z 2024-08-22T20:38:01.6123618Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:38:01.6124677Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:38:01.6125314Z 2024-08-22T20:38:01.6125322Z 2024-08-22T20:38:01.6125919Z -- dist install dir /pytorch/torchchat/et-build/src/executorch/third-party/flatcc 2024-08-22T20:38:01.6127239Z -- lib install dir /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib 2024-08-22T20:38:01.6128368Z -- Setting GNU C compiler options with c11 and Posix 2024-08-22T20:38:01.6129134Z -- Disabling -pedantic for GCC >= 8.0 2024-08-22T20:38:01.6130136Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2024-08-22T20:38:01.6131108Z -- GCC_VERSION: 9 2024-08-22T20:38:01.6131392Z 2024-08-22T20:38:01.6133050Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -DPORTABLE_POSIX_MEMALIGN=1 -Werror -Wno-unused-function -Wsign-conversion 2024-08-22T20:38:01.6135356Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:38:01.6136661Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:38:01.6137347Z Call Stack (most recent call first): 2024-08-22T20:38:01.6138656Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:38:01.6140394Z CMakeLists.txt:671 (find_package) 2024-08-22T20:38:01.6140792Z 2024-08-22T20:38:01.6140806Z 2024-08-22T20:38:01.6142443Z -- executorch: Using source file list /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/examples/models/llama2/custom_ops/../../../../executorch_srcs.cmake 2024-08-22T20:38:01.6145011Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:38:01.6146422Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:38:01.6147173Z Call Stack (most recent call first): 2024-08-22T20:38:01.6148622Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:38:01.6150136Z examples/models/llama2/custom_ops/CMakeLists.txt:81 (find_package) 2024-08-22T20:38:01.6150786Z 2024-08-22T20:38:01.6150794Z 2024-08-22T20:38:01.6150976Z -- 2024-08-22T20:38:01.6151449Z -- ******** Summary ******** 2024-08-22T20:38:01.6152117Z -- CMAKE_BUILD_TYPE : Release 2024-08-22T20:38:01.6152858Z -- CMAKE_CXX_STANDARD : 17 2024-08-22T20:38:01.6153581Z -- CMAKE_CXX_COMPILER_ID : GNU 2024-08-22T20:38:01.6154653Z -- CMAKE_TOOLCHAIN_FILE : 2024-08-22T20:38:01.6156720Z -- BUCK2 : /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/buck2-bin/buck2-3bbde7daa94987db468d021ad625bc93dc62ba7fcb16945cb09b64aab077f284 2024-08-22T20:38:01.6158909Z -- PYTHON_EXECUTABLE : /opt/conda/bin/python 2024-08-22T20:38:01.6159762Z -- FLATC_EXECUTABLE : flatc 2024-08-22T20:38:01.6160562Z -- EXECUTORCH_ENABLE_LOGGING : ON 2024-08-22T20:38:01.6161791Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2024-08-22T20:38:01.6162643Z -- EXECUTORCH_LOG_LEVEL : Info 2024-08-22T20:38:01.6163451Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2024-08-22T20:38:01.6164300Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2024-08-22T20:38:01.6165099Z -- EXECUTORCH_BUILD_COREML : OFF 2024-08-22T20:38:01.6165885Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2024-08-22T20:38:01.6166681Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2024-08-22T20:38:01.6167466Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2024-08-22T20:38:01.6168305Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2024-08-22T20:38:01.6169114Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2024-08-22T20:38:01.6169874Z -- EXECUTORCH_BUILD_FLATC : ON 2024-08-22T20:38:01.6170645Z -- EXECUTORCH_BUILD_GFLAGS : ON 2024-08-22T20:38:01.6171482Z -- EXECUTORCH_BUILD_GTESTS : OFF 2024-08-22T20:38:01.6172316Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2024-08-22T20:38:01.6173171Z -- EXECUTORCH_BUILD_MPS : OFF 2024-08-22T20:38:01.6174024Z -- EXECUTORCH_BUILD_PYBIND : ON 2024-08-22T20:38:01.6174788Z -- EXECUTORCH_BUILD_QNN : OFF 2024-08-22T20:38:01.6175528Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2024-08-22T20:38:01.6176258Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2024-08-22T20:38:01.6176989Z -- EXECUTORCH_BUILD_SDK : OFF 2024-08-22T20:38:01.6177713Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2024-08-22T20:38:01.6178426Z -- EXECUTORCH_BUILD_XNNPACK : ON 2024-08-22T20:38:01.6179155Z -- EXECUTORCH_BUILD_VULKAN : OFF 2024-08-22T20:38:01.6180113Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2024-08-22T20:38:01.6180839Z -- EXECUTORCH_BUILD_CPUINFO : ON 2024-08-22T20:38:01.6181525Z -- Configuring done (9.0s) 2024-08-22T20:38:01.6182075Z -- Generating done (1.7s) 2024-08-22T20:38:01.6183291Z -- Build files have been written to: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out 2024-08-22T20:38:01.6184718Z restored HOME 2024-08-22T20:38:01.6186378Z cmake --build /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out -j15 --target flatc --target portable_lib --target custom_ops_aot_lib --target install 2024-08-22T20:38:01.6188490Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2024-08-22T20:38:01.6190151Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2024-08-22T20:38:01.6191753Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/util.cpp.o 2024-08-22T20:38:01.6193369Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/reflection.cpp.o 2024-08-22T20:38:01.6195049Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2024-08-22T20:38:01.6196491Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2024-08-22T20:38:01.6197935Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2024-08-22T20:38:14.6610773Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2024-08-22T20:38:14.6612319Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2024-08-22T20:38:14.6614069Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2024-08-22T20:38:14.6615801Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2024-08-22T20:38:14.6617215Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2024-08-22T20:38:14.6619017Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2024-08-22T20:38:14.6620707Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2024-08-22T20:38:14.6622211Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2024-08-22T20:38:14.6623869Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2024-08-22T20:38:14.6625381Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2024-08-22T20:38:14.6627056Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2024-08-22T20:38:14.6628672Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2024-08-22T20:38:14.6630229Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2024-08-22T20:38:14.6631792Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2024-08-22T20:38:14.6633484Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2024-08-22T20:38:14.6635295Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2024-08-22T20:38:14.6636792Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_writer.cpp.o 2024-08-22T20:38:14.6638288Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc.cpp.o 2024-08-22T20:38:14.6639806Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2024-08-22T20:38:14.6641315Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2024-08-22T20:38:14.6643033Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2024-08-22T20:38:14.6644780Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2024-08-22T20:38:14.6646370Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2024-08-22T20:38:14.6648248Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/code_generators.cpp.o 2024-08-22T20:38:14.6650109Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2024-08-22T20:38:14.6651813Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2024-08-22T20:38:14.6654254Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2024-08-22T20:38:14.6656213Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2024-08-22T20:38:14.6658155Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2024-08-22T20:38:14.6660288Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2024-08-22T20:38:14.6661622Z [100%] Linking CXX executable flatc 2024-08-22T20:38:14.6662232Z [100%] Built target flatc 2024-08-22T20:38:14.6663233Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2024-08-22T20:38:14.6664845Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2024-08-22T20:38:14.6666821Z [ 0%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2024-08-22T20:38:14.6668785Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2024-08-22T20:38:14.6670485Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2024-08-22T20:38:14.6672183Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2024-08-22T20:38:14.6674269Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2024-08-22T20:38:14.6675865Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2024-08-22T20:38:14.6681307Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2024-08-22T20:38:14.6687348Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2024-08-22T20:38:14.6689290Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2024-08-22T20:38:14.6690940Z [ 10%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2024-08-22T20:38:14.6692598Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2024-08-22T20:38:14.6694256Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2024-08-22T20:38:14.6696156Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2024-08-22T20:38:14.6697229Z [ 10%] Built target microkernel-utils 2024-08-22T20:38:14.6698594Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2024-08-22T20:38:14.6700804Z [ 10%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2024-08-22T20:38:14.6702704Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2024-08-22T20:38:14.6704544Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2024-08-22T20:38:14.6705545Z [ 20%] Built target flatc 2024-08-22T20:38:14.6706600Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2024-08-22T20:38:14.6707802Z [ 20%] Generating common_schema headers 2024-08-22T20:38:14.6708459Z [ 20%] Built target common_schema 2024-08-22T20:38:14.6710098Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2024-08-22T20:38:14.6711332Z [ 30%] Generating xnnpack_schema headers 2024-08-22T20:38:14.6712682Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2024-08-22T20:38:14.6714403Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2024-08-22T20:38:14.6715441Z [ 30%] Generating bundled_program headers 2024-08-22T20:38:14.6716690Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2024-08-22T20:38:14.6718387Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2024-08-22T20:38:14.6719611Z [ 30%] Built target xnnpack_schema 2024-08-22T20:38:14.6720273Z [ 30%] Built target bundled_program_schema 2024-08-22T20:38:14.6721731Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2024-08-22T20:38:14.6723040Z [ 30%] Generating program_schema headers 2024-08-22T20:38:14.6724283Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2024-08-22T20:38:14.6725294Z [ 30%] Built target program_schema 2024-08-22T20:38:14.6726613Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2024-08-22T20:38:14.6741806Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2024-08-22T20:38:14.6743733Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2024-08-22T20:38:14.6745655Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2024-08-22T20:38:14.6748629Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2024-08-22T20:38:14.6750598Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2024-08-22T20:38:14.6752497Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2024-08-22T20:38:14.6754744Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2024-08-22T20:38:14.6756716Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2024-08-22T20:38:14.6758554Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2024-08-22T20:38:14.6760376Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2024-08-22T20:38:14.6762416Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2024-08-22T20:38:14.6764421Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2024-08-22T20:38:14.6766204Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2024-08-22T20:38:14.6767847Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2024-08-22T20:38:14.6769490Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2024-08-22T20:38:14.6771151Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2024-08-22T20:38:16.9790952Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/backend/interface.cpp.o 2024-08-22T20:38:16.9792913Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2024-08-22T20:38:16.9794743Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2024-08-22T20:38:16.9795942Z [ 40%] Linking C static library libcpuinfo.a 2024-08-22T20:38:16.9797027Z [ 40%] Built target cpuinfo 2024-08-22T20:38:16.9797969Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/evalue.cpp.o 2024-08-22T20:38:16.9799757Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2024-08-22T20:38:16.9801665Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2024-08-22T20:38:16.9803359Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2024-08-22T20:38:16.9805438Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2024-08-22T20:38:16.9807285Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2024-08-22T20:38:16.9809139Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2024-08-22T20:38:16.9811080Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2024-08-22T20:38:16.9812852Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/portable_type/tensor_impl.cpp.o 2024-08-22T20:38:16.9814740Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2024-08-22T20:38:16.9816387Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:38:16.9817935Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:38:16.9820027Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2024-08-22T20:38:16.9822257Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2024-08-22T20:38:16.9823873Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:38:16.9825533Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:38:16.9827286Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:38:16.9829006Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/kernel/operator_registry.cpp.o 2024-08-22T20:38:16.9830572Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/abort.cpp.o 2024-08-22T20:38:16.9832035Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/log.cpp.o 2024-08-22T20:38:16.9833535Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/profiler.cpp.o 2024-08-22T20:38:16.9835058Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/runtime.cpp.o 2024-08-22T20:38:16.9836545Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/schema/extended_header.cpp.o 2024-08-22T20:38:16.9838103Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/default/posix.cpp.o 2024-08-22T20:38:16.9840097Z [ 40%] Linking C static library /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatcc.a 2024-08-22T20:38:16.9841301Z [ 40%] Built target flatcc 2024-08-22T20:38:16.9842454Z [ 40%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2024-08-22T20:38:16.9843598Z [ 40%] Linking C static library libpthreadpool.a 2024-08-22T20:38:16.9844309Z [ 40%] Built target pthreadpool 2024-08-22T20:38:16.9845716Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2024-08-22T20:38:16.9847749Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2024-08-22T20:38:16.9849908Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2024-08-22T20:38:16.9852497Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2024-08-22T20:38:16.9855114Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2024-08-22T20:38:16.9857220Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2024-08-22T20:38:16.9859407Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/scalar.c.o 2024-08-22T20:38:16.9861553Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2024-08-22T20:38:16.9863261Z [ 50%] Linking C executable /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/bin/flatcc 2024-08-22T20:38:16.9865229Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2024-08-22T20:38:16.9867396Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2024-08-22T20:38:16.9869380Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2024-08-22T20:38:16.9871465Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse.c.o 2024-08-22T20:38:16.9872939Z [ 50%] Built target flatcc_cli 2024-08-22T20:38:16.9874441Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse2.c.o 2024-08-22T20:38:16.9875736Z [ 50%] Generating etdump headers 2024-08-22T20:38:16.9876306Z [ 50%] Built target allocator 2024-08-22T20:38:16.9877727Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/ssse3.c.o 2024-08-22T20:38:16.9879488Z [ 50%] Built target etdump_schema 2024-08-22T20:38:16.9880112Z [ 50%] Built target logging 2024-08-22T20:38:16.9881643Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse41.c.o 2024-08-22T20:38:16.9884019Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/post-operation.dir/src/operators/post-operation.c.o 2024-08-22T20:38:16.9885358Z [ 50%] Built target normalization 2024-08-22T20:38:16.9886852Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2024-08-22T20:38:16.9888285Z [ 50%] Built target post-operation 2024-08-22T20:38:16.9889699Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2024-08-22T20:38:16.9891003Z [ 50%] Built target hardware-config 2024-08-22T20:38:16.9892410Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx.c.o 2024-08-22T20:38:16.9894332Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2024-08-22T20:38:16.9896068Z [ 50%] Linking C static library /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatccrt.a 2024-08-22T20:38:16.9897330Z [ 50%] Built target memory 2024-08-22T20:38:16.9897871Z [ 50%] Built target flatccrt 2024-08-22T20:38:16.9899269Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2024-08-22T20:38:16.9901393Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2024-08-22T20:38:16.9903340Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2024-08-22T20:38:16.9905404Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/f16c.c.o 2024-08-22T20:38:16.9906722Z [ 50%] Built target mutex 2024-08-22T20:38:16.9908870Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2024-08-22T20:38:16.9910299Z [ 50%] Built target operator-utils 2024-08-22T20:38:16.9911782Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/xop.c.o 2024-08-22T20:38:16.9913084Z [ 50%] Built target indirection 2024-08-22T20:38:16.9914283Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2024-08-22T20:38:16.9916091Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/fma3.c.o 2024-08-22T20:38:16.9917563Z [ 50%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:38:16.9918373Z [ 50%] Built target cache 2024-08-22T20:38:16.9919660Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2024-08-22T20:38:16.9920902Z [ 50%] Built target executorch_no_prim_ops 2024-08-22T20:38:16.9922042Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2024-08-22T20:38:16.9923952Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx2.c.o 2024-08-22T20:38:16.9925453Z [ 50%] Generating selected_operators.yaml for quantized_ops_aot_lib 2024-08-22T20:38:16.9926430Z [ 50%] Built target operator-run 2024-08-22T20:38:16.9927387Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2024-08-22T20:38:16.9928350Z [ 50%] Built target jit 2024-08-22T20:38:16.9932031Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_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 2024-08-22T20:38:21.8015535Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512f.c.o 2024-08-22T20:38:21.8017002Z [ 50%] Built target microparams-init 2024-08-22T20:38:21.8017678Z [ 50%] Generating code for kernel registration 2024-08-22T20:38:21.8018739Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2024-08-22T20:38:21.8020939Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512skx.c.o 2024-08-22T20:38:21.8023083Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vbmi.c.o 2024-08-22T20:38:21.8025238Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnni.c.o 2024-08-22T20:38:21.8027428Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnnigfni.c.o 2024-08-22T20:38:21.8029608Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2024-08-22T20:38:21.8031762Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2024-08-22T20:38:21.8033931Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2024-08-22T20:38:21.8036111Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2024-08-22T20:38:21.8038344Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2024-08-22T20:38:21.8039735Z [ 50%] Linking CXX static library libexecutorch.a 2024-08-22T20:38:21.8041883Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2024-08-22T20:38:21.8043266Z [ 60%] Built target executorch 2024-08-22T20:38:21.8044238Z [ 60%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:38:21.8046222Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2024-08-22T20:38:21.8048572Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2024-08-22T20:38:21.8050568Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2024-08-22T20:38:21.8052049Z [ 60%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2024-08-22T20:38:21.8053540Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2024-08-22T20:38:21.8055419Z [ 60%] Building CXX object CMakeFiles/util.dir/util/read_file.cpp.o 2024-08-22T20:38:21.8056611Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:38:21.8058008Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2024-08-22T20:38:21.8059015Z [ 60%] Built target packing 2024-08-22T20:38:21.8060207Z [ 60%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2024-08-22T20:38:21.8061981Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2024-08-22T20:38:21.8063755Z [ 60%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2024-08-22T20:38:21.8065614Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2024-08-22T20:38:21.8067109Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2024-08-22T20:38:21.8068355Z [ 60%] Linking CXX static library libextension_data_loader.a 2024-08-22T20:38:21.8069126Z [ 60%] Built target extension_data_loader 2024-08-22T20:38:21.8070514Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2024-08-22T20:38:21.8072479Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2024-08-22T20:38:21.8074606Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2024-08-22T20:38:21.8076347Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2024-08-22T20:38:21.8077833Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2024-08-22T20:38:21.8079122Z [ 60%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2024-08-22T20:38:21.8080941Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2024-08-22T20:38:21.8082676Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:38:21.8084555Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2024-08-22T20:38:21.8086475Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2024-08-22T20:38:21.8088268Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2024-08-22T20:38:21.8090276Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2024-08-22T20:38:21.8091786Z [ 60%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2024-08-22T20:38:21.8093465Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2024-08-22T20:38:21.8095367Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2024-08-22T20:38:21.8097038Z [ 60%] Building CXX object sdk/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2024-08-22T20:38:21.8098570Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2024-08-22T20:38:21.8100348Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2024-08-22T20:38:21.8102281Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2024-08-22T20:38:21.8103692Z [ 60%] Linking CXX static library libetdump.a 2024-08-22T20:38:21.8104361Z [ 60%] Built target etdump 2024-08-22T20:38:21.8105461Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2024-08-22T20:38:21.8107474Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2024-08-22T20:38:21.8109274Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2024-08-22T20:38:21.8110735Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2024-08-22T20:38:21.8112647Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2024-08-22T20:38:21.8114435Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2024-08-22T20:38:21.8115984Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2024-08-22T20:38:21.8118319Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2024-08-22T20:38:21.8120586Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2024-08-22T20:38:21.8122457Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2024-08-22T20:38:21.8124644Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-ncw.c.o 2024-08-22T20:38:21.8126147Z [ 60%] Linking CXX static library libbundled_program.a 2024-08-22T20:38:21.8126891Z [ 60%] Built target bundled_program 2024-08-22T20:38:21.8127998Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2024-08-22T20:38:21.8130155Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-nwc.c.o 2024-08-22T20:38:21.8132074Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2024-08-22T20:38:21.8134067Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/lut-elementwise-nc.c.o 2024-08-22T20:38:21.8136233Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2024-08-22T20:38:21.8137968Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2024-08-22T20:38:21.8139437Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2024-08-22T20:38:21.8141462Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/prelu-nc.c.o 2024-08-22T20:38:21.8143483Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2024-08-22T20:38:21.8145615Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2024-08-22T20:38:21.8148075Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2024-08-22T20:38:28.6227396Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2024-08-22T20:38:28.6229574Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2024-08-22T20:38:28.6231657Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2024-08-22T20:38:28.6232906Z [ 60%] Linking CXX static library libquantized_kernels.a 2024-08-22T20:38:28.6233614Z [ 60%] Built target quantized_kernels 2024-08-22T20:38:28.6234685Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2024-08-22T20:38:28.6236467Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2024-08-22T20:38:28.6238342Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2024-08-22T20:38:28.6240293Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2024-08-22T20:38:28.6242769Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2024-08-22T20:38:28.6244111Z [ 60%] Generating selected_operators.yaml for quantized_ops_lib 2024-08-22T20:38:28.6244893Z [ 60%] Generating code for kernel registration 2024-08-22T20:38:28.6245903Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2024-08-22T20:38:28.6247512Z [ 60%] Built target microkernels-prod 2024-08-22T20:38:28.6248585Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2024-08-22T20:38:28.6250043Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2024-08-22T20:38:28.6251010Z [ 60%] Built target operators 2024-08-22T20:38:28.6252184Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2024-08-22T20:38:28.6256064Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2024-08-22T20:38:28.6257837Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2024-08-22T20:38:28.6259246Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2024-08-22T20:38:28.6261001Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/abs.c.o 2024-08-22T20:38:28.6262744Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/add2.c.o 2024-08-22T20:38:28.6264582Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2024-08-22T20:38:28.6266568Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2024-08-22T20:38:28.6268531Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/bankers-rounding.c.o 2024-08-22T20:38:28.6270527Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2024-08-22T20:38:28.6272547Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:38:28.6274586Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/ceiling.c.o 2024-08-22T20:38:28.6276363Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/clamp.c.o 2024-08-22T20:38:28.6278380Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2024-08-22T20:38:28.6280088Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2024-08-22T20:38:28.6281711Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2024-08-22T20:38:28.6283428Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convert.c.o 2024-08-22T20:38:28.6285028Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2024-08-22T20:38:28.6286827Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2024-08-22T20:38:28.6288160Z [ 60%] Linking CXX static library libquantized_ops_lib.a 2024-08-22T20:38:28.6288878Z [ 60%] Built target quantized_ops_lib 2024-08-22T20:38:28.6289888Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2024-08-22T20:38:28.6290941Z [ 60%] Linking CXX static library libutil.a 2024-08-22T20:38:28.6292239Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2024-08-22T20:38:28.6293300Z [ 60%] Built target util 2024-08-22T20:38:28.6294265Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2024-08-22T20:38:28.6296074Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2024-08-22T20:38:28.6298056Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2024-08-22T20:38:28.6300878Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2024-08-22T20:38:28.6302600Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2024-08-22T20:38:28.6304293Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/divide.c.o 2024-08-22T20:38:28.6305781Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2024-08-22T20:38:28.6307151Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2024-08-22T20:38:28.6308788Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/elu.c.o 2024-08-22T20:38:28.6310606Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2024-08-22T20:38:28.6312193Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2024-08-22T20:38:28.6313890Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/floor.c.o 2024-08-22T20:38:28.6315842Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2024-08-22T20:38:28.6317515Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2024-08-22T20:38:28.6319274Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2024-08-22T20:38:28.6320885Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2024-08-22T20:38:28.6322696Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-average-pooling.c.o 2024-08-22T20:38:28.6324647Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-sum-pooling.c.o 2024-08-22T20:38:28.6326284Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2024-08-22T20:38:28.6328286Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/hardswish.c.o 2024-08-22T20:38:28.6330064Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/leaky-relu.c.o 2024-08-22T20:38:28.6331883Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2024-08-22T20:38:28.6333678Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/maximum2.c.o 2024-08-22T20:38:28.6335409Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/minimum2.c.o 2024-08-22T20:38:28.6337149Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/multiply2.c.o 2024-08-22T20:38:28.6338690Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2024-08-22T20:38:28.6340622Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/negate.c.o 2024-08-22T20:38:28.6342122Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2024-08-22T20:38:28.6343757Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/prelu.c.o 2024-08-22T20:38:28.6345565Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2024-08-22T20:38:28.6347572Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2024-08-22T20:38:28.6349474Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/sigmoid.c.o 2024-08-22T20:38:28.6351475Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2024-08-22T20:38:28.6353305Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2024-08-22T20:38:28.6356325Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square-root.c.o 2024-08-22T20:38:28.6358041Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square.c.o 2024-08-22T20:38:40.7381866Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/squared-difference.c.o 2024-08-22T20:38:40.7384091Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2024-08-22T20:38:40.7386156Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-mean.c.o 2024-08-22T20:38:40.7388336Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reshape.c.o 2024-08-22T20:38:40.7390521Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2024-08-22T20:38:40.7392523Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2024-08-22T20:38:40.7394424Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2024-08-22T20:38:40.7396354Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/subtract.c.o 2024-08-22T20:38:40.7398146Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/tanh.c.o 2024-08-22T20:38:40.7399980Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2024-08-22T20:38:40.7401875Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2024-08-22T20:38:40.7406257Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2024-08-22T20:38:40.7407277Z [ 70%] Built target subgraph 2024-08-22T20:38:40.7408525Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2024-08-22T20:38:40.7410472Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2024-08-22T20:38:40.7412511Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2024-08-22T20:38:40.7414520Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2024-08-22T20:38:40.7416505Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2024-08-22T20:38:40.7418508Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2024-08-22T20:38:40.7420754Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2024-08-22T20:38:40.7422787Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2024-08-22T20:38:40.7424779Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-config.c.o 2024-08-22T20:38:40.7426756Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-cw-config.c.o 2024-08-22T20:38:40.7428680Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2024-08-22T20:38:40.7430578Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2024-08-22T20:38:40.7432372Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2024-08-22T20:38:40.7434345Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2024-08-22T20:38:40.7436288Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2024-08-22T20:38:40.7438153Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2024-08-22T20:38:40.7440067Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2024-08-22T20:38:40.7442949Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/prelu-config.c.o 2024-08-22T20:38:40.7445068Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2024-08-22T20:38:40.7446760Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2024-08-22T20:38:40.7448438Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2024-08-22T20:38:40.7450305Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2024-08-22T20:38:40.7452138Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2024-08-22T20:38:40.7454384Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2024-08-22T20:38:40.7456396Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2024-08-22T20:38:40.7458392Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2024-08-22T20:38:40.7460400Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2024-08-22T20:38:40.7462632Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2024-08-22T20:38:40.7464522Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2024-08-22T20:38:40.7466400Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2024-08-22T20:38:40.7467993Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2024-08-22T20:38:40.7469731Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2024-08-22T20:38:40.7471416Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2024-08-22T20:38:40.7473033Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2024-08-22T20:38:40.7474160Z [ 70%] Linking CXX static library libXNNPACK.a 2024-08-22T20:38:40.7474807Z [ 70%] Built target XNNPACK 2024-08-22T20:38:40.7475957Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2024-08-22T20:38:40.7477563Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2024-08-22T20:38:40.7479038Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2024-08-22T20:38:40.7480511Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2024-08-22T20:38:40.7481999Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2024-08-22T20:38:40.7483914Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2024-08-22T20:38:40.7485391Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2024-08-22T20:38:40.7486856Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2024-08-22T20:38:40.7488282Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2024-08-22T20:38:40.7490058Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2024-08-22T20:38:40.7491870Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2024-08-22T20:38:40.7493405Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2024-08-22T20:38:40.7494960Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2024-08-22T20:38:40.7496495Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2024-08-22T20:38:40.7498008Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2024-08-22T20:38:40.7499504Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2024-08-22T20:38:40.7501231Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2024-08-22T20:38:40.7502718Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2024-08-22T20:38:40.7504080Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2024-08-22T20:38:40.7505501Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2024-08-22T20:38:40.7506971Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2024-08-22T20:38:40.7508457Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2024-08-22T20:38:40.7510188Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2024-08-22T20:38:40.7511874Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2024-08-22T20:38:40.7513543Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2024-08-22T20:38:40.7515126Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool.cpp.o 2024-08-22T20:39:01.8642174Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2024-08-22T20:39:01.8643977Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool_guard.cpp.o 2024-08-22T20:39:01.8645724Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2024-08-22T20:39:01.8841049Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2024-08-22T20:39:01.8843639Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2024-08-22T20:39:01.8845801Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2024-08-22T20:39:01.8847828Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2024-08-22T20:39:01.8849740Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2024-08-22T20:39:01.8851356Z [ 70%] Linking CXX static library libxnnpack_backend.a 2024-08-22T20:39:01.8852492Z [ 70%] Built target xnnpack_backend 2024-08-22T20:39:01.8854280Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2024-08-22T20:39:01.8858470Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2024-08-22T20:39:01.8861317Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2024-08-22T20:39:01.8864059Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2024-08-22T20:39:01.8866723Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2024-08-22T20:39:01.8869459Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2024-08-22T20:39:01.8872329Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2024-08-22T20:39:01.8875287Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2024-08-22T20:39:01.8878329Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2024-08-22T20:39:01.8881278Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2024-08-22T20:39:01.8884181Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2024-08-22T20:39:01.8887015Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2024-08-22T20:39:01.8889912Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2024-08-22T20:39:01.8892721Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2024-08-22T20:39:01.8895694Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2024-08-22T20:39:01.8898622Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2024-08-22T20:39:01.8902108Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2024-08-22T20:39:01.8911164Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2024-08-22T20:39:01.8912749Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2024-08-22T20:39:01.8914830Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2024-08-22T20:39:01.8916546Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2024-08-22T20:39:01.8918162Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2024-08-22T20:39:01.8919832Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2024-08-22T20:39:01.8921488Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2024-08-22T20:39:01.8923071Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2024-08-22T20:39:01.8924703Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2024-08-22T20:39:01.8926285Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2024-08-22T20:39:01.8927898Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2024-08-22T20:39:01.8929620Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2024-08-22T20:39:01.8931943Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2024-08-22T20:39:01.8933562Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2024-08-22T20:39:01.8936576Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2024-08-22T20:39:01.8941927Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2024-08-22T20:39:01.8947073Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2024-08-22T20:39:01.8951642Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2024-08-22T20:39:01.8956971Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2024-08-22T20:39:01.8962058Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2024-08-22T20:39:01.8967157Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-08-22T20:39:01.8971976Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2024-08-22T20:39:01.8976684Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2024-08-22T20:39:01.8981696Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2024-08-22T20:39:01.8986619Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2024-08-22T20:39:01.8991448Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2024-08-22T20:39:01.8995404Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2024-08-22T20:39:01.8998466Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2024-08-22T20:39:01.9001446Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2024-08-22T20:39:01.9004269Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2024-08-22T20:39:01.9007177Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2024-08-22T20:39:01.9009972Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2024-08-22T20:39:01.9012600Z [ 80%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:39:01.9015110Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2024-08-22T20:39:01.9018172Z [ 80%] Built target quantized_ops_aot_lib 2024-08-22T20:39:01.9020971Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2024-08-22T20:39:01.9023954Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2024-08-22T20:39:01.9026769Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2024-08-22T20:39:01.9029585Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2024-08-22T20:39:01.9032585Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2024-08-22T20:39:01.9036563Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2024-08-22T20:39:01.9040495Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2024-08-22T20:39:01.9044263Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2024-08-22T20:39:01.9047958Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2024-08-22T20:39:01.9051658Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2024-08-22T20:39:01.9055706Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2024-08-22T20:39:01.9059300Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2024-08-22T20:39:01.9062836Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2024-08-22T20:39:01.9067182Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2024-08-22T20:39:01.9071012Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2024-08-22T20:39:01.9074906Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2024-08-22T20:39:01.9078763Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2024-08-22T20:39:01.9082538Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2024-08-22T20:39:01.9086059Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2024-08-22T20:39:01.9089754Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2024-08-22T20:39:01.9093468Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2024-08-22T20:41:57.1546415Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2024-08-22T20:41:57.1547993Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2024-08-22T20:41:57.1549694Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2024-08-22T20:41:57.1551340Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2024-08-22T20:41:57.1552853Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2024-08-22T20:41:57.1838668Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2024-08-22T20:41:57.1840200Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2024-08-22T20:41:57.1841722Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2024-08-22T20:41:57.1843294Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2024-08-22T20:41:57.1844779Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2024-08-22T20:41:57.1847303Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2024-08-22T20:41:57.1850139Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2024-08-22T20:41:57.1852191Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2024-08-22T20:41:57.1854300Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2024-08-22T20:41:57.1855889Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2024-08-22T20:41:57.1857449Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2024-08-22T20:41:57.1859317Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2024-08-22T20:41:57.1860951Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2024-08-22T20:41:57.1862515Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2024-08-22T20:41:57.1864049Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2024-08-22T20:41:57.1865584Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2024-08-22T20:41:57.2034216Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/binary_ufunc_realb_realb_to_realb_logical.cpp.o 2024-08-22T20:41:57.2040052Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2024-08-22T20:41:57.2045024Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2024-08-22T20:41:57.2050597Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_floath.cpp.o 2024-08-22T20:41:57.2055997Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2024-08-22T20:41:57.2113877Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2024-08-22T20:41:57.2115742Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2024-08-22T20:41:57.2117268Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2024-08-22T20:41:57.2118696Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2024-08-22T20:41:57.2120083Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2024-08-22T20:41:57.2121559Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2024-08-22T20:41:57.2123168Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2024-08-22T20:41:57.2124851Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2024-08-22T20:41:57.2126584Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2024-08-22T20:41:57.2128246Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2024-08-22T20:41:57.2129956Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2024-08-22T20:41:57.2131508Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2024-08-22T20:41:57.2132585Z [ 90%] Linking CXX static library libportable_kernels.a 2024-08-22T20:41:57.2133229Z [ 90%] Built target portable_kernels 2024-08-22T20:41:57.2133953Z [ 90%] Generating selected_operators.yaml for portable_ops_lib 2024-08-22T20:41:57.2135214Z [100%] Generating code for kernel registration 2024-08-22T20:41:57.2136852Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:41:57.2138533Z [100%] Linking CXX static library libportable_ops_lib.a 2024-08-22T20:41:57.2139645Z [100%] Built target portable_ops_lib 2024-08-22T20:41:57.2140735Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2024-08-22T20:41:57.2142480Z [100%] Linking CXX shared library _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:41:57.2143464Z [100%] Built target portable_lib 2024-08-22T20:41:57.2144218Z [ 0%] Built target microkernel-utils 2024-08-22T20:41:57.2145581Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2024-08-22T20:41:57.2147524Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2024-08-22T20:41:57.2149522Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2024-08-22T20:41:57.2151608Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2024-08-22T20:41:57.2153544Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2024-08-22T20:41:57.2165190Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2024-08-22T20:41:57.2167077Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2024-08-22T20:41:57.2168909Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2024-08-22T20:41:57.2171148Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2024-08-22T20:41:57.2172332Z [ 9%] Built target flatccrt 2024-08-22T20:41:57.2172876Z [ 9%] Built target pthreadpool 2024-08-22T20:41:57.2174079Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2024-08-22T20:41:57.2175223Z [ 18%] Built target cpuinfo 2024-08-22T20:41:57.2176520Z [ 18%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2024-08-22T20:41:57.2177680Z [ 18%] Built target flatcc 2024-08-22T20:41:57.2178269Z [ 18%] Built target allocator 2024-08-22T20:41:57.2178852Z [ 27%] Built target flatc 2024-08-22T20:41:57.2179581Z [ 27%] Built target logging 2024-08-22T20:41:57.2180145Z [ 27%] Built target indirection 2024-08-22T20:41:57.2181440Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2024-08-22T20:41:57.2183338Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2024-08-22T20:41:57.2184498Z [ 27%] Built target normalization 2024-08-22T20:41:57.2185333Z [ 27%] Built target microparams-init 2024-08-22T20:41:57.2186112Z [ 36%] Built target microkernels-prod 2024-08-22T20:41:57.2187461Z [ 36%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2024-08-22T20:41:57.2188634Z [ 45%] Built target packing 2024-08-22T20:41:57.2190004Z [ 45%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2024-08-22T20:41:57.2191090Z [ 45%] Built target mutex 2024-08-22T20:41:57.2191617Z [ 45%] Built target memory 2024-08-22T20:41:57.2199032Z [ 45%] Built target operator-utils 2024-08-22T20:41:57.2199952Z [ 45%] Built target operator-run 2024-08-22T20:41:57.2200627Z [ 45%] Built target bundled_program_schema 2024-08-22T20:41:57.2201388Z [ 45%] Generating common_schema headers 2024-08-22T20:41:57.2203628Z [ 45%] Built target flatcc_cli 2024-08-22T20:41:57.2204245Z [ 54%] Built target xnnpack_schema 2024-08-22T20:41:57.2205322Z [ 54%] Built target common_schema 2024-08-22T20:41:57.2207705Z [ 54%] Built target post-operation 2024-08-22T20:41:57.2208560Z [ 54%] Built target hardware-config 2024-08-22T20:41:57.2209193Z [ 54%] Built target jit 2024-08-22T20:41:57.2209739Z [ 54%] Built target etdump_schema 2024-08-22T20:41:57.2210356Z [ 54%] Built target cache 2024-08-22T20:41:57.2212433Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2024-08-22T20:41:57.2214373Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2024-08-22T20:41:57.2216310Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2024-08-22T20:41:57.2217573Z [ 54%] Generating program_schema headers 2024-08-22T20:41:57.2219010Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2024-08-22T20:41:57.2220451Z [ 54%] Built target program_schema 2024-08-22T20:41:57.2221825Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2024-08-22T20:41:57.2223036Z [ 54%] Built target operators 2024-08-22T20:41:57.2224352Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2024-08-22T20:41:57.2226454Z [ 54%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:41:57.2228273Z [ 63%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2024-08-22T20:42:32.2917948Z [ 63%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2024-08-22T20:42:32.2920188Z [ 63%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:42:32.2921735Z [ 63%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:42:32.2922844Z [ 72%] Built target subgraph 2024-08-22T20:42:32.2923999Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:42:32.2925205Z [ 72%] Built target XNNPACK 2024-08-22T20:42:32.3004645Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:42:32.3007800Z [ 72%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:42:32.3008671Z [ 72%] Built target executorch_no_prim_ops 2024-08-22T20:42:32.3009341Z [ 72%] Built target executorch 2024-08-22T20:42:32.3009927Z [ 72%] Built target xnnpack_backend 2024-08-22T20:42:32.3010606Z [ 72%] Built target extension_data_loader 2024-08-22T20:42:32.3011320Z [ 72%] Built target bundled_program 2024-08-22T20:42:32.3030912Z [ 72%] Built target etdump 2024-08-22T20:42:32.3031860Z [ 72%] Built target quantized_kernels 2024-08-22T20:42:32.3032717Z [ 72%] Built target quantized_ops_lib 2024-08-22T20:42:32.3033575Z [ 72%] Built target util 2024-08-22T20:42:32.3161982Z [ 90%] Built target portable_kernels 2024-08-22T20:42:32.3162743Z [100%] Built target portable_ops_lib 2024-08-22T20:42:32.3180393Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:42:32.3181460Z [100%] Built target quantized_ops_aot_lib 2024-08-22T20:42:32.3182837Z [100%] Linking CXX shared library _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:42:32.3183822Z [100%] Built target portable_lib 2024-08-22T20:42:32.3184511Z [100%] Linking CXX static library libeigen_blas.a 2024-08-22T20:42:32.3185250Z [100%] Built target eigen_blas 2024-08-22T20:42:32.3186247Z [100%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2024-08-22T20:42:32.3187349Z [100%] Linking CXX static library libcpublas.a 2024-08-22T20:42:32.3188063Z [100%] Built target cpublas 2024-08-22T20:42:32.3189744Z [100%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2024-08-22T20:42:32.3191788Z [100%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/__/__/__/__/extension/parallel/thread_parallel.cpp.o 2024-08-22T20:42:32.3193935Z [100%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2024-08-22T20:42:32.3196076Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp: In lambda function: 2024-08-22T20:42:32.3198850Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp:505:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:32.3200526Z 505 | [scaling_factor](Vec x, Vec y) { 2024-08-22T20:42:32.3201263Z | ^ 2024-08-22T20:42:32.3201950Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-08-22T20:42:32.3202749Z [100%] Built target custom_ops_aot_lib 2024-08-22T20:42:32.3204116Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2024-08-22T20:42:32.3205990Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2024-08-22T20:42:32.3208236Z [ 0%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/convolution-test-helpers.dir/test/convolution-test-helpers.cc.o 2024-08-22T20:42:32.3209874Z [ 0%] Built target microkernel-utils 2024-08-22T20:42:32.3211283Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2024-08-22T20:42:32.3212476Z [ 1%] Built target flatccrt 2024-08-22T20:42:32.3213017Z [ 1%] Built target pthreadpool 2024-08-22T20:42:32.3214720Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2024-08-22T20:42:32.3216497Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2024-08-22T20:42:32.3218372Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2024-08-22T20:42:32.3220473Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2024-08-22T20:42:32.3221621Z [ 2%] Built target cpuinfo 2024-08-22T20:42:32.3222915Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2024-08-22T20:42:32.3224122Z [ 2%] Built target flatcc 2024-08-22T20:42:32.3225412Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2024-08-22T20:42:32.3226614Z [ 2%] Built target allocator 2024-08-22T20:42:32.3227136Z [ 2%] Built target logging 2024-08-22T20:42:32.3227618Z [ 3%] Built target eigen_blas 2024-08-22T20:42:32.3228167Z [ 4%] Built target flatc 2024-08-22T20:42:32.3228746Z [ 5%] Built target microkernels-prod 2024-08-22T20:42:32.3229327Z [ 5%] Built target indirection 2024-08-22T20:42:32.3229939Z [ 5%] Built target microparams-init 2024-08-22T20:42:32.3230538Z [ 5%] Built target normalization 2024-08-22T20:42:32.3231923Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2024-08-22T20:42:32.3233898Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2024-08-22T20:42:32.3235115Z [ 6%] Built target packing 2024-08-22T20:42:32.3235651Z [ 6%] Built target memory 2024-08-22T20:42:32.3236929Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2024-08-22T20:42:32.3238872Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2024-08-22T20:42:32.3240071Z [ 6%] Built target mutex 2024-08-22T20:42:32.3241624Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2024-08-22T20:42:32.3242954Z [ 6%] Built target operator-utils 2024-08-22T20:42:32.3243695Z [ 6%] Built target operator-run 2024-08-22T20:42:32.3245145Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2024-08-22T20:42:32.3246419Z [ 6%] Built target flatcc_cli 2024-08-22T20:42:32.3247046Z [ 6%] Built target bundled_program_schema 2024-08-22T20:42:32.3248556Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2024-08-22T20:42:32.3250805Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2024-08-22T20:42:32.3252999Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2024-08-22T20:42:32.3254770Z [ 6%] Generating common_schema headers 2024-08-22T20:42:32.3256282Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2024-08-22T20:42:32.3257594Z [ 6%] Built target common_schema 2024-08-22T20:42:32.3259249Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2024-08-22T20:42:32.3261302Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2024-08-22T20:42:32.3263285Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2024-08-22T20:42:32.3265379Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2024-08-22T20:42:32.3267172Z [ 7%] Built target xnnpack_schema 2024-08-22T20:42:32.3267948Z [ 7%] Built target post-operation 2024-08-22T20:42:32.3268714Z [ 7%] Built target hardware-config 2024-08-22T20:42:32.3269314Z [ 7%] Built target cache 2024-08-22T20:42:32.3269844Z [ 7%] Built target jit 2024-08-22T20:42:32.3270334Z [ 7%] Built target etdump_schema 2024-08-22T20:42:32.3270934Z [ 7%] Generating program_schema headers 2024-08-22T20:42:32.3271589Z [ 7%] Built target operators 2024-08-22T20:42:32.3272183Z [ 7%] Built target program_schema 2024-08-22T20:42:32.3272791Z [ 8%] Built target subgraph 2024-08-22T20:42:32.3273846Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:42:32.3275388Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:42:32.3276844Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:42:32.3277918Z [ 8%] Built target XNNPACK 2024-08-22T20:42:32.3279019Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:42:32.3280772Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:42:32.3282065Z [ 8%] Linking C static library libcpuinfo_internals.a 2024-08-22T20:42:32.3282815Z [ 8%] Built target cpuinfo_internals 2024-08-22T20:42:32.3283751Z [ 8%] Built target convolution-test-helpers 2024-08-22T20:42:32.3285526Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples1-scalar.c.o 2024-08-22T20:42:32.3287960Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x1.c.o 2024-08-22T20:42:32.3290340Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples4-scalar.c.o 2024-08-22T20:42:32.3292696Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x2.c.o 2024-08-22T20:42:32.3295511Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x4.c.o 2024-08-22T20:42:32.3297857Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x2.c.o 2024-08-22T20:42:32.3300552Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x1.c.o 2024-08-22T20:42:32.3302999Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x4.c.o 2024-08-22T20:42:32.7648269Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x1.c.o 2024-08-22T20:42:32.7651067Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x2.c.o 2024-08-22T20:42:32.7656196Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x3.c.o 2024-08-22T20:42:32.7658516Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x4.c.o 2024-08-22T20:42:32.7660947Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2024-08-22T20:42:32.7663155Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u2.c.o 2024-08-22T20:42:32.7665345Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u3.c.o 2024-08-22T20:42:32.7668082Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2024-08-22T20:42:32.7672629Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u1.c.o 2024-08-22T20:42:32.7675058Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u2.c.o 2024-08-22T20:42:32.7677652Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u3.c.o 2024-08-22T20:42:32.7680119Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u4.c.o 2024-08-22T20:42:32.7682470Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u1.c.o 2024-08-22T20:42:32.7684792Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u2.c.o 2024-08-22T20:42:32.7687151Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u3.c.o 2024-08-22T20:42:32.7689778Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2024-08-22T20:42:32.7692310Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u1.c.o 2024-08-22T20:42:32.7694452Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2024-08-22T20:42:32.7696617Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u3-acc3.c.o 2024-08-22T20:42:32.7700458Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc2.c.o 2024-08-22T20:42:32.7702684Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc4.c.o 2024-08-22T20:42:32.7704815Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u1.c.o 2024-08-22T20:42:32.7706963Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c.o 2024-08-22T20:42:32.7709135Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u3-acc3.c.o 2024-08-22T20:42:32.7711303Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc2.c.o 2024-08-22T20:42:32.7713459Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc4.c.o 2024-08-22T20:42:32.7715584Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u1.c.o 2024-08-22T20:42:32.7717728Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2024-08-22T20:42:32.7912205Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u3-acc3.c.o 2024-08-22T20:42:32.7918992Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc2.c.o 2024-08-22T20:42:32.7922684Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc4.c.o 2024-08-22T20:42:32.7925580Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2024-08-22T20:42:32.7940087Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2024-08-22T20:42:32.7942846Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2024-08-22T20:42:32.7945428Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:42:32.7948001Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2024-08-22T20:42:32.7950813Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.o 2024-08-22T20:42:32.7953749Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2024-08-22T20:42:32.7956927Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.o 2024-08-22T20:42:32.7959920Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc2.c.o 2024-08-22T20:42:32.7963153Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc3.c.o 2024-08-22T20:42:32.7966243Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc4.c.o 2024-08-22T20:42:32.7969670Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.o 2024-08-22T20:42:32.7972754Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2024-08-22T20:42:32.7975674Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.o 2024-08-22T20:42:32.7978725Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.o 2024-08-22T20:42:32.7981929Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2024-08-22T20:42:32.7984922Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.o 2024-08-22T20:42:32.7987965Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.o 2024-08-22T20:42:32.7991068Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2024-08-22T20:42:32.7994355Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc3.c.o 2024-08-22T20:42:32.7997313Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc4.c.o 2024-08-22T20:42:32.8000557Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.o 2024-08-22T20:42:33.2730942Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2024-08-22T20:42:33.2734135Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.o 2024-08-22T20:42:33.2737368Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.o 2024-08-22T20:42:33.2740702Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.o 2024-08-22T20:42:33.2743959Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc2.c.o 2024-08-22T20:42:33.2747102Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc3.c.o 2024-08-22T20:42:33.2750312Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc4.c.o 2024-08-22T20:42:33.2753584Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2024-08-22T20:42:33.2756948Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.o 2024-08-22T20:42:33.2760568Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2024-08-22T20:42:33.2763778Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc3.c.o 2024-08-22T20:42:33.2766918Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.o 2024-08-22T20:42:33.2770022Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1-acc2.c.o 2024-08-22T20:42:33.2773194Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.o 2024-08-22T20:42:33.2776392Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc2.c.o 2024-08-22T20:42:33.2779538Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc3.c.o 2024-08-22T20:42:33.2782529Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc4.c.o 2024-08-22T20:42:33.2785609Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2024-08-22T20:42:33.2788763Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.o 2024-08-22T20:42:33.2793291Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2024-08-22T20:42:33.2796490Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc3.c.o 2024-08-22T20:42:33.2799592Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.o 2024-08-22T20:42:33.2802694Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1-acc2.c.o 2024-08-22T20:42:33.2805829Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.o 2024-08-22T20:42:33.2808737Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:42:33.2811566Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.o 2024-08-22T20:42:33.2814268Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.o 2024-08-22T20:42:33.2816940Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar.c.o 2024-08-22T20:42:33.2819929Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:42:33.2822857Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.o 2024-08-22T20:42:33.2825880Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.o 2024-08-22T20:42:33.2828686Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar.c.o 2024-08-22T20:42:33.2831427Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.o 2024-08-22T20:42:33.2834124Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar.c.o 2024-08-22T20:42:33.2836758Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2024-08-22T20:42:33.2839549Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar.c.o 2024-08-22T20:42:33.2842457Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2024-08-22T20:42:33.2845174Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar.c.o 2024-08-22T20:42:33.2847605Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar-acc2.c.o 2024-08-22T20:42:33.2849957Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar.c.o 2024-08-22T20:42:33.2852226Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar-acc2.c.o 2024-08-22T20:42:33.2855139Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar.c.o 2024-08-22T20:42:33.2857393Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2024-08-22T20:42:33.2859818Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar.c.o 2024-08-22T20:42:33.2862042Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2024-08-22T20:42:33.2864175Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar.c.o 2024-08-22T20:42:33.2866362Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar-acc2.c.o 2024-08-22T20:42:33.2868677Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar.c.o 2024-08-22T20:42:33.2870943Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar-acc2.c.o 2024-08-22T20:42:33.2873079Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar.c.o 2024-08-22T20:42:33.2875285Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:42:33.8097383Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.o 2024-08-22T20:42:33.8099976Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.o 2024-08-22T20:42:33.8101542Z [ 10%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:42:33.8103492Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar.c.o 2024-08-22T20:42:33.8105898Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:42:33.8108308Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.o 2024-08-22T20:42:33.8110728Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.o 2024-08-22T20:42:33.8113099Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar.c.o 2024-08-22T20:42:33.8115567Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:42:33.8117094Z [ 10%] Built target executorch_no_prim_ops 2024-08-22T20:42:33.8118890Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.o 2024-08-22T20:42:33.8121299Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.o 2024-08-22T20:42:33.8123624Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar.c.o 2024-08-22T20:42:33.8125942Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2024-08-22T20:42:33.8128663Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar.c.o 2024-08-22T20:42:33.8130984Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2024-08-22T20:42:33.8133158Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar.c.o 2024-08-22T20:42:33.8134421Z [ 10%] Built target executorch 2024-08-22T20:42:33.8135918Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar-acc2.c.o 2024-08-22T20:42:33.8138215Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar.c.o 2024-08-22T20:42:33.8140771Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar-acc2.c.o 2024-08-22T20:42:33.8142068Z [ 10%] Built target cpublas 2024-08-22T20:42:33.8143582Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2024-08-22T20:42:33.8145777Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar.c.o 2024-08-22T20:42:33.8147891Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar.c.o 2024-08-22T20:42:33.8149134Z [ 10%] Built target quantized_kernels 2024-08-22T20:42:33.8150654Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2024-08-22T20:42:33.8153080Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar.c.o 2024-08-22T20:42:33.8155003Z [ 10%] Built target extension_data_loader 2024-08-22T20:42:33.8157034Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c.o 2024-08-22T20:42:33.8159641Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar.c.o 2024-08-22T20:42:33.8161113Z [ 10%] Built target xnnpack_backend 2024-08-22T20:42:33.8161679Z [ 10%] Built target util 2024-08-22T20:42:33.8162180Z [ 10%] Built target etdump 2024-08-22T20:42:33.8162691Z [ 10%] Built target bundled_program 2024-08-22T20:42:33.8163590Z [ 10%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2024-08-22T20:42:33.8164858Z [ 10%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2024-08-22T20:42:33.8166205Z [ 10%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/op_sdpa.cpp.o 2024-08-22T20:42:33.8168232Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c.o 2024-08-22T20:42:33.8170490Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar.c.o 2024-08-22T20:42:33.8172473Z [ 10%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/__/__/__/__/extension/parallel/thread_parallel.cpp.o 2024-08-22T20:42:33.8174649Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u1.c.o 2024-08-22T20:42:33.8176902Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u2.c.o 2024-08-22T20:42:33.8179675Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u3.c.o 2024-08-22T20:42:33.8181963Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2024-08-22T20:42:33.8184240Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u1.c.o 2024-08-22T20:42:33.8186464Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2024-08-22T20:42:33.8188321Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u3.c.o 2024-08-22T20:42:33.8190249Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u4.c.o 2024-08-22T20:42:33.8191936Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-scalar-u1.c.o 2024-08-22T20:42:33.8193628Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-scalar-c1.c.o 2024-08-22T20:42:33.8195628Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-scalar-c1.c.o 2024-08-22T20:42:33.8197859Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:33.8200057Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2024-08-22T20:42:33.8202253Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2024-08-22T20:42:33.8204636Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:33.8206903Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2024-08-22T20:42:33.8209056Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2024-08-22T20:42:33.8211126Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2024-08-22T20:42:33.8213307Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-relu-scalar.c.o 2024-08-22T20:42:33.8215508Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2024-08-22T20:42:33.8216907Z [ 11%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:42:33.8218596Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:33.8221319Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2024-08-22T20:42:34.4359757Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2024-08-22T20:42:34.4362155Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x4-minmax-scalar.c.o 2024-08-22T20:42:34.4364626Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-2x4-minmax-scalar.c.o 2024-08-22T20:42:34.4367647Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x4-minmax-scalar.c.o 2024-08-22T20:42:34.4370495Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p1.c.o 2024-08-22T20:42:34.4373194Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p2.c.o 2024-08-22T20:42:34.4375842Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2024-08-22T20:42:34.4378457Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c1.c.o 2024-08-22T20:42:34.4381350Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2024-08-22T20:42:34.4384104Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c4.c.o 2024-08-22T20:42:34.4386765Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:34.4389465Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2024-08-22T20:42:34.4392037Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2024-08-22T20:42:34.4394776Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:34.4397486Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2024-08-22T20:42:34.4400450Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2024-08-22T20:42:34.4403064Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2024-08-22T20:42:34.4405728Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-relu-scalar.c.o 2024-08-22T20:42:34.4408344Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2024-08-22T20:42:34.4410737Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:34.4413019Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2024-08-22T20:42:34.4415326Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2024-08-22T20:42:34.4416670Z [ 11%] Linking CXX static library libgflags_nothreads.a 2024-08-22T20:42:34.4418294Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:42:34.4420882Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:42:34.4423339Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2024-08-22T20:42:34.4424830Z [ 11%] Built target gflags_nothreads_static 2024-08-22T20:42:34.4426727Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-2x4-minmax-scalar.c.o 2024-08-22T20:42:34.4429112Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-3x3-minmax-scalar.c.o 2024-08-22T20:42:34.4431469Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x2-minmax-scalar.c.o 2024-08-22T20:42:34.4433824Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x4-minmax-scalar.c.o 2024-08-22T20:42:34.4435644Z [ 11%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/blas/CPUBlas.cpp.o 2024-08-22T20:42:34.4437608Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x1.c.o 2024-08-22T20:42:34.4439908Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x4.c.o 2024-08-22T20:42:34.4441637Z [ 11%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:42:34.4443847Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:34.4446497Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:34.4449156Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-scalar.c.o 2024-08-22T20:42:34.4451829Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:34.4454825Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:34.4456478Z [ 13%] Built target portable_kernels 2024-08-22T20:42:34.4458711Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-relu-scalar.c.o 2024-08-22T20:42:34.4460496Z [ 13%] Built target quantized_ops_lib 2024-08-22T20:42:34.4462272Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-scalar.c.o 2024-08-22T20:42:34.4463848Z [ 14%] Built target portable_ops_lib 2024-08-22T20:42:34.4464935Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2024-08-22T20:42:34.4467146Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:34.4469780Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-relu-scalar.c.o 2024-08-22T20:42:34.4472414Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-scalar.c.o 2024-08-22T20:42:34.4475114Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-scalar.c.o 2024-08-22T20:42:34.4477870Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-relu-scalar.c.o 2024-08-22T20:42:34.4480566Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-scalar.c.o 2024-08-22T20:42:34.4483326Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:34.4486462Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-relu-scalar.c.o 2024-08-22T20:42:34.4487870Z [ 15%] Built target quantized_ops_aot_lib 2024-08-22T20:42:34.4489335Z [ 15%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/examples/portable/executor_runner/executor_runner.cpp.o 2024-08-22T20:42:34.4491958Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-scalar.c.o 2024-08-22T20:42:34.4494574Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-1x1-minmax-scalar.c.o 2024-08-22T20:42:34.4496954Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-2x1-minmax-scalar.c.o 2024-08-22T20:42:34.4499699Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-4x1-minmax-scalar.c.o 2024-08-22T20:42:35.0218189Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x1-minmax-scalar.c.o 2024-08-22T20:42:35.0221158Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x2-minmax-scalar.c.o 2024-08-22T20:42:35.0223986Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x4-minmax-scalar.c.o 2024-08-22T20:42:35.0226595Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u1.c.o 2024-08-22T20:42:35.0228651Z [ 15%] Linking CXX shared library _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:42:35.0230796Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u2.c.o 2024-08-22T20:42:35.0233939Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u3.c.o 2024-08-22T20:42:35.0236719Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u4.c.o 2024-08-22T20:42:35.0239404Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2024-08-22T20:42:35.0242110Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u2.c.o 2024-08-22T20:42:35.0244804Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u3.c.o 2024-08-22T20:42:35.0246809Z [ 15%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2024-08-22T20:42:35.0249122Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2024-08-22T20:42:35.0251905Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u1.c.o 2024-08-22T20:42:35.0254970Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u2.c.o 2024-08-22T20:42:35.0257740Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u3.c.o 2024-08-22T20:42:35.0260622Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2024-08-22T20:42:35.0263680Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u1.c.o 2024-08-22T20:42:35.0266387Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u2.c.o 2024-08-22T20:42:35.0269095Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u3.c.o 2024-08-22T20:42:35.0271841Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u4.c.o 2024-08-22T20:42:35.0274559Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2024-08-22T20:42:35.0277203Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u2.c.o 2024-08-22T20:42:35.0279919Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u3.c.o 2024-08-22T20:42:35.0282645Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2024-08-22T20:42:35.0285383Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u1.c.o 2024-08-22T20:42:35.0288111Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u2.c.o 2024-08-22T20:42:35.0290820Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u3.c.o 2024-08-22T20:42:35.0293566Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2024-08-22T20:42:35.0296312Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp: In lambda function: 2024-08-22T20:42:35.0299309Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp:505:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:35.0301264Z 505 | [scaling_factor](Vec x, Vec y) { 2024-08-22T20:42:35.0301941Z | ^ 2024-08-22T20:42:35.0304001Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.o 2024-08-22T20:42:35.0307364Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.o 2024-08-22T20:42:35.0310836Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2.c.o 2024-08-22T20:42:35.0314175Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.o 2024-08-22T20:42:35.0317678Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.o 2024-08-22T20:42:35.0321156Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4.c.o 2024-08-22T20:42:35.0324334Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.o 2024-08-22T20:42:35.0327674Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.o 2024-08-22T20:42:35.0330914Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2.c.o 2024-08-22T20:42:35.0334147Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2024-08-22T20:42:35.0337510Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.o 2024-08-22T20:42:35.0341025Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4.c.o 2024-08-22T20:42:35.0343365Z [ 15%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2024-08-22T20:42:35.0344727Z [ 15%] Linking CXX static library libextension_module_static.a 2024-08-22T20:42:35.0346553Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u1.c.o 2024-08-22T20:42:35.0347909Z [ 15%] Built target extension_module_static 2024-08-22T20:42:35.0349557Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u2-acc2.c.o 2024-08-22T20:42:35.0351700Z [ 15%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/data_loader/file_data_loader.cpp.o 2024-08-22T20:42:35.0354526Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u3-acc3.c.o 2024-08-22T20:42:35.0357197Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc2.c.o 2024-08-22T20:42:35.0360022Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2024-08-22T20:42:35.0362495Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u1.c.o 2024-08-22T20:42:35.0364120Z [ 15%] Linking CXX shared library libextension_module.so 2024-08-22T20:42:36.2222721Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u2-acc2.c.o 2024-08-22T20:42:36.2225377Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u3-acc3.c.o 2024-08-22T20:42:36.2228018Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc2.c.o 2024-08-22T20:42:36.2230635Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc4.c.o 2024-08-22T20:42:36.2233206Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u1.c.o 2024-08-22T20:42:36.2235821Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u2-acc2.c.o 2024-08-22T20:42:36.2237342Z [ 16%] Built target extension_module 2024-08-22T20:42:36.2238429Z [ 16%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2024-08-22T20:42:36.2240588Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u3-acc3.c.o 2024-08-22T20:42:36.2243728Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc2.c.o 2024-08-22T20:42:36.2246402Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2024-08-22T20:42:36.2248928Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u1.c.o 2024-08-22T20:42:36.2250814Z [ 16%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2024-08-22T20:42:36.2252573Z [ 16%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:42:36.2255338Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u2-acc2.c.o 2024-08-22T20:42:36.2257908Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u3-acc3.c.o 2024-08-22T20:42:36.2260642Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc2.c.o 2024-08-22T20:42:36.2263136Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2024-08-22T20:42:36.2265136Z [ 16%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-08-22T20:42:36.2267556Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar-pipelined.c.o 2024-08-22T20:42:36.2269823Z [ 16%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs.cpp.o 2024-08-22T20:42:36.2272205Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar.c.o 2024-08-22T20:42:36.2274161Z [ 16%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2024-08-22T20:42:36.2276766Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar-pipelined.c.o 2024-08-22T20:42:36.2279481Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar.c.o 2024-08-22T20:42:36.2281728Z [ 16%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs_portable.cpp.o 2024-08-22T20:42:36.2284258Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar-pipelined.c.o 2024-08-22T20:42:36.2286920Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar.c.o 2024-08-22T20:42:36.2289615Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar-pipelined.c.o 2024-08-22T20:42:36.2291641Z [ 16%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2024-08-22T20:42:36.2293831Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2024-08-22T20:42:36.2296415Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2024-08-22T20:42:36.2298988Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2024-08-22T20:42:36.2301859Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u1.c.o 2024-08-22T20:42:36.2304905Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u2.c.o 2024-08-22T20:42:36.2307584Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u4.c.o 2024-08-22T20:42:36.2310254Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u8.c.o 2024-08-22T20:42:36.2312841Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u1.c.o 2024-08-22T20:42:36.2315423Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u2.c.o 2024-08-22T20:42:36.2318019Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u4.c.o 2024-08-22T20:42:36.2320633Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u8.c.o 2024-08-22T20:42:36.2323154Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u1.c.o 2024-08-22T20:42:36.2325623Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u2.c.o 2024-08-22T20:42:36.2328090Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u4.c.o 2024-08-22T20:42:36.2330272Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_exp.cpp: In lambda function: 2024-08-22T20:42:36.2332858Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_exp.cpp:39:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:36.2334763Z 39 | [](Vec x) { return x.exp(); }, out_data, in_data, numel); 2024-08-22T20:42:36.2335542Z | ^ 2024-08-22T20:42:36.2337378Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2024-08-22T20:42:36.2340145Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u1.c.o 2024-08-22T20:42:36.2342804Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u2.c.o 2024-08-22T20:42:36.2345531Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u4.c.o 2024-08-22T20:42:36.2348196Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u8.c.o 2024-08-22T20:42:36.2350831Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u1.c.o 2024-08-22T20:42:36.2353480Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u2.c.o 2024-08-22T20:42:36.2356710Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u4.c.o 2024-08-22T20:42:36.2359356Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u8.c.o 2024-08-22T20:42:36.2361891Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u1.c.o 2024-08-22T20:42:36.2364417Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u2.c.o 2024-08-22T20:42:36.2367366Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u4.c.o 2024-08-22T20:42:36.7865926Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2024-08-22T20:42:36.7868670Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u1.c.o 2024-08-22T20:42:36.7871337Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u2.c.o 2024-08-22T20:42:36.7873950Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u4.c.o 2024-08-22T20:42:36.7876562Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u1.c.o 2024-08-22T20:42:36.7879176Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u8.c.o 2024-08-22T20:42:36.7881788Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u2.c.o 2024-08-22T20:42:36.7884387Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u4.c.o 2024-08-22T20:42:36.7886951Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u8.c.o 2024-08-22T20:42:36.7888540Z [ 16%] Linking CXX executable xnn_executor_runner 2024-08-22T20:42:36.7890287Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u1.c.o 2024-08-22T20:42:36.7892794Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2024-08-22T20:42:36.7895691Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u4.c.o 2024-08-22T20:42:36.7898189Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u8.c.o 2024-08-22T20:42:36.7900894Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u1.c.o 2024-08-22T20:42:36.7903512Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u2.c.o 2024-08-22T20:42:36.7906141Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u4.c.o 2024-08-22T20:42:36.7908825Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u8.c.o 2024-08-22T20:42:36.7911503Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u1.c.o 2024-08-22T20:42:36.7913852Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In lambda function: 2024-08-22T20:42:36.7916548Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:97:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:36.7918506Z 97 | [scale, offset](Vec x, Vec gamma, Vec beta) { 2024-08-22T20:42:36.7919222Z | ^ 2024-08-22T20:42:36.7920854Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u2.c.o 2024-08-22T20:42:36.7923857Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u4.c.o 2024-08-22T20:42:36.7926183Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/kernel/kernel_includes.h:21, 2024-08-22T20:42:36.7927966Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp:11: 2024-08-22T20:42:36.7929677Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp: In lambda function: 2024-08-22T20:42:36.7932163Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp:32:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:36.7933946Z 32 | [](Vec x) { return x.neg(); }, 2024-08-22T20:42:36.7934600Z | ^ 2024-08-22T20:42:36.7936341Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:42:36.7938095Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:36.7938815Z | ^~~~~~~~~~~ 2024-08-22T20:42:36.7943930Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:42:36.7945779Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:36.7946566Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:36.7948529Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1093:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:42:36.7950466Z 1093 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2024-08-22T20:42:36.7951349Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:36.7953042Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp:29:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES’ 2024-08-22T20:42:36.7955125Z 29 | ET_SWITCH_REAL_TYPES(in.scalar_type(), ctx, "neg.out", CTYPE, [&] { 2024-08-22T20:42:36.7956399Z | ^~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:36.7958129Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u8.c.o 2024-08-22T20:42:36.7960692Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u1.c.o 2024-08-22T20:42:36.7963176Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2024-08-22T20:42:36.7965652Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u4.c.o 2024-08-22T20:42:36.7968169Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u8.c.o 2024-08-22T20:42:36.7970739Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u1.c.o 2024-08-22T20:42:36.7973228Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u2.c.o 2024-08-22T20:42:36.7975694Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u4.c.o 2024-08-22T20:42:36.7978122Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2024-08-22T20:42:36.7980942Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u1.c.o 2024-08-22T20:42:36.7983451Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u2.c.o 2024-08-22T20:42:36.7986385Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u4.c.o 2024-08-22T20:42:36.7988896Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2024-08-22T20:42:36.7991376Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u1.c.o 2024-08-22T20:42:36.7993849Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u2.c.o 2024-08-22T20:42:36.7996351Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u4.c.o 2024-08-22T20:42:36.7998839Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2024-08-22T20:42:36.8001399Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u1.c.o 2024-08-22T20:42:36.8003922Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u4.c.o 2024-08-22T20:42:36.8006430Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u2.c.o 2024-08-22T20:42:36.8008911Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2024-08-22T20:42:36.8011464Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u1.c.o 2024-08-22T20:42:37.3424099Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u2.c.o 2024-08-22T20:42:37.3426817Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u4.c.o 2024-08-22T20:42:37.3429846Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u8.c.o 2024-08-22T20:42:37.3432475Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u1.c.o 2024-08-22T20:42:37.3435068Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u2.c.o 2024-08-22T20:42:37.3437647Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u4.c.o 2024-08-22T20:42:37.3440251Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u8.c.o 2024-08-22T20:42:37.3442782Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u1.c.o 2024-08-22T20:42:37.3445318Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u2.c.o 2024-08-22T20:42:37.3447783Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u4.c.o 2024-08-22T20:42:37.3450239Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2024-08-22T20:42:37.3452801Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u1.c.o 2024-08-22T20:42:37.3456647Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u2.c.o 2024-08-22T20:42:37.3459834Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u4.c.o 2024-08-22T20:42:37.3462456Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u8.c.o 2024-08-22T20:42:37.3464760Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u1.c.o 2024-08-22T20:42:37.3466882Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u2.c.o 2024-08-22T20:42:37.3469038Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u8.c.o 2024-08-22T20:42:37.3471322Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u4.c.o 2024-08-22T20:42:37.3473822Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u1.c.o 2024-08-22T20:42:37.3477141Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u2.c.o 2024-08-22T20:42:37.3479701Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u4.c.o 2024-08-22T20:42:37.3482197Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2024-08-22T20:42:37.3485059Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u1.c.o 2024-08-22T20:42:37.3488513Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u2.c.o 2024-08-22T20:42:37.3491639Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u4.c.o 2024-08-22T20:42:37.3494344Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u8.c.o 2024-08-22T20:42:37.3497012Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u1.c.o 2024-08-22T20:42:37.3500003Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u2.c.o 2024-08-22T20:42:37.3505054Z [ 18%] Linking CXX static library libcustom_ops.a 2024-08-22T20:42:37.3510359Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u8.c.o 2024-08-22T20:42:37.3516476Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u4.c.o 2024-08-22T20:42:37.3522563Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u1.c.o 2024-08-22T20:42:37.3527403Z [ 18%] Built target custom_ops 2024-08-22T20:42:37.3532452Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2024-08-22T20:42:37.3538655Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u4.c.o 2024-08-22T20:42:37.3541461Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u8.c.o 2024-08-22T20:42:37.3544087Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u1.c.o 2024-08-22T20:42:37.3547935Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u2.c.o 2024-08-22T20:42:37.3550670Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u4.c.o 2024-08-22T20:42:37.3552188Z [ 18%] Built target xnn_executor_runner 2024-08-22T20:42:37.3554209Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u8.c.o 2024-08-22T20:42:37.3556887Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u1.c.o 2024-08-22T20:42:37.3559456Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u2.c.o 2024-08-22T20:42:37.3562059Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u4.c.o 2024-08-22T20:42:37.3564655Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u8.c.o 2024-08-22T20:42:37.3567235Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u1.c.o 2024-08-22T20:42:37.3569763Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u2.c.o 2024-08-22T20:42:37.3572301Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u4.c.o 2024-08-22T20:42:37.3574858Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2024-08-22T20:42:37.3577432Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u1.c.o 2024-08-22T20:42:37.3580696Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u2.c.o 2024-08-22T20:42:37.3583287Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u4.c.o 2024-08-22T20:42:37.3585898Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2024-08-22T20:42:37.3588471Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u1.c.o 2024-08-22T20:42:37.3591072Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u2.c.o 2024-08-22T20:42:37.3593652Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u4.c.o 2024-08-22T20:42:37.3596278Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2024-08-22T20:42:37.8734039Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u1.c.o 2024-08-22T20:42:37.8736872Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u2.c.o 2024-08-22T20:42:37.8739535Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u4.c.o 2024-08-22T20:42:37.8742286Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u8.c.o 2024-08-22T20:42:37.8745542Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u1.c.o 2024-08-22T20:42:37.8748283Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u2.c.o 2024-08-22T20:42:37.8751046Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u4.c.o 2024-08-22T20:42:37.8754013Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u8.c.o 2024-08-22T20:42:37.8756767Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u1.c.o 2024-08-22T20:42:37.8759420Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u2.c.o 2024-08-22T20:42:37.8761934Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u4.c.o 2024-08-22T20:42:37.8764552Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2024-08-22T20:42:37.8767256Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u1.c.o 2024-08-22T20:42:37.8770116Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u2.c.o 2024-08-22T20:42:37.8772977Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u4.c.o 2024-08-22T20:42:37.8775830Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u8.c.o 2024-08-22T20:42:37.8779260Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u1.c.o 2024-08-22T20:42:37.8782090Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u2.c.o 2024-08-22T20:42:37.8784827Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u4.c.o 2024-08-22T20:42:37.8787608Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u8.c.o 2024-08-22T20:42:37.8790292Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u1.c.o 2024-08-22T20:42:37.8792609Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u2.c.o 2024-08-22T20:42:37.8795005Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u4.c.o 2024-08-22T20:42:37.8797196Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2024-08-22T20:42:37.8799882Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u1.c.o 2024-08-22T20:42:37.8802575Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u2.c.o 2024-08-22T20:42:37.8805217Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2024-08-22T20:42:37.8807845Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u1.c.o 2024-08-22T20:42:37.8810940Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u2.c.o 2024-08-22T20:42:37.8813392Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2024-08-22T20:42:37.8815885Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u8.c.o 2024-08-22T20:42:37.8818559Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u1.c.o 2024-08-22T20:42:37.8821530Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2024-08-22T20:42:37.8824317Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u3.c.o 2024-08-22T20:42:37.8827119Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2024-08-22T20:42:37.8829880Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u5.c.o 2024-08-22T20:42:37.8832619Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u6.c.o 2024-08-22T20:42:37.8835337Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u1.c.o 2024-08-22T20:42:37.8837979Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u2.c.o 2024-08-22T20:42:37.8840637Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u3.c.o 2024-08-22T20:42:37.8843560Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u4.c.o 2024-08-22T20:42:37.8845990Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u5.c.o 2024-08-22T20:42:37.8848379Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u6.c.o 2024-08-22T20:42:37.8850650Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u1.c.o 2024-08-22T20:42:37.8853108Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u2.c.o 2024-08-22T20:42:37.8856180Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2024-08-22T20:42:37.8858365Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u1.c.o 2024-08-22T20:42:37.8861041Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u2.c.o 2024-08-22T20:42:37.8863619Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2024-08-22T20:42:37.8866174Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2024-08-22T20:42:37.8868786Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c2-minmax-scalar-2x.c.o 2024-08-22T20:42:37.8871815Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-scalar-2x.c.o 2024-08-22T20:42:37.8874213Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u1.c.o 2024-08-22T20:42:37.8876431Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u2.c.o 2024-08-22T20:42:37.8878622Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u4.c.o 2024-08-22T20:42:37.8880956Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2024-08-22T20:42:37.8883328Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2024-08-22T20:42:38.3777694Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u2.c.o 2024-08-22T20:42:38.3780123Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2024-08-22T20:42:38.3782291Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2024-08-22T20:42:38.3784463Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u2.c.o 2024-08-22T20:42:38.3786633Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2024-08-22T20:42:38.3788808Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2024-08-22T20:42:38.3791050Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u2.c.o 2024-08-22T20:42:38.3793732Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2024-08-22T20:42:38.3796117Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2024-08-22T20:42:38.3798277Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u2.c.o 2024-08-22T20:42:38.3800514Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2024-08-22T20:42:38.3802827Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2024-08-22T20:42:38.3805209Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u2.c.o 2024-08-22T20:42:38.3807444Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2024-08-22T20:42:38.3809859Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.o 2024-08-22T20:42:38.3812473Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2024-08-22T20:42:38.3815093Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.o 2024-08-22T20:42:38.3817577Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.o 2024-08-22T20:42:38.3820375Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.o 2024-08-22T20:42:38.3822282Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.o 2024-08-22T20:42:38.3824497Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u1.c.o 2024-08-22T20:42:38.3826289Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u2.c.o 2024-08-22T20:42:38.3828462Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u4.c.o 2024-08-22T20:42:38.3830680Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2024-08-22T20:42:38.3832801Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u2.c.o 2024-08-22T20:42:38.3834908Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u4.c.o 2024-08-22T20:42:38.3837237Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-08-22T20:42:38.3839866Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-08-22T20:42:38.3842506Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-22T20:42:38.3845214Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-08-22T20:42:38.3847773Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-08-22T20:42:38.3850379Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-22T20:42:38.3852735Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u1.c.o 2024-08-22T20:42:38.3855192Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u2.c.o 2024-08-22T20:42:38.3857524Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u4.c.o 2024-08-22T20:42:38.3859889Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u1.c.o 2024-08-22T20:42:38.3862069Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u2.c.o 2024-08-22T20:42:38.3864256Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u4.c.o 2024-08-22T20:42:38.3866486Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u1.c.o 2024-08-22T20:42:38.3868559Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u2.c.o 2024-08-22T20:42:38.3871012Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u4.c.o 2024-08-22T20:42:38.3873164Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u1.c.o 2024-08-22T20:42:38.3875362Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u2.c.o 2024-08-22T20:42:38.3877559Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u3.c.o 2024-08-22T20:42:38.3879877Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u4.c.o 2024-08-22T20:42:38.3882363Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut4-p4.c.o 2024-08-22T20:42:38.3884669Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p3.c.o 2024-08-22T20:42:38.3886902Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p4.c.o 2024-08-22T20:42:38.3889180Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p3.c.o 2024-08-22T20:42:38.3891511Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p4.c.o 2024-08-22T20:42:38.3893745Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p5.c.o 2024-08-22T20:42:38.3895919Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p6.c.o 2024-08-22T20:42:38.3898057Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut64-p2.c.o 2024-08-22T20:42:38.3901045Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut2048-p1.c.o 2024-08-22T20:42:38.3903231Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-p5.c.o 2024-08-22T20:42:38.7116664Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-bitcast.c.o 2024-08-22T20:42:38.7118792Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-addsub.c.o 2024-08-22T20:42:38.7120807Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-fabsf.c.o 2024-08-22T20:42:38.7122795Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-cvt.c.o 2024-08-22T20:42:38.7124818Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-floor.c.o 2024-08-22T20:42:38.7126829Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-addsub.c.o 2024-08-22T20:42:38.7128885Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-nearbyint.c.o 2024-08-22T20:42:38.7130905Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-rint.c.o 2024-08-22T20:42:38.7132894Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-addsub.c.o 2024-08-22T20:42:38.7134872Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-ceil.c.o 2024-08-22T20:42:38.7137276Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-cvt.c.o 2024-08-22T20:42:38.7139683Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-addsub.c.o 2024-08-22T20:42:38.7141922Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-cvt.c.o 2024-08-22T20:42:38.7143998Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-trunc.c.o 2024-08-22T20:42:38.7146242Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut64-p2-div.c.o 2024-08-22T20:42:38.7148800Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut2048-p1-div.c.o 2024-08-22T20:42:38.7151342Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-p5-div.c.o 2024-08-22T20:42:38.7154337Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-08-22T20:42:38.7157296Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-08-22T20:42:38.7160405Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-08-22T20:42:38.7163243Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-08-22T20:42:38.7166167Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-08-22T20:42:38.7169508Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-08-22T20:42:38.7172417Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-08-22T20:42:38.7175289Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:38.7178175Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-08-22T20:42:38.7181182Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-08-22T20:42:38.7184177Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-08-22T20:42:38.7187064Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-08-22T20:42:38.7189957Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-08-22T20:42:38.7192864Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-08-22T20:42:38.7195906Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-08-22T20:42:38.7199073Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-08-22T20:42:38.7202202Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-08-22T20:42:38.7205158Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-08-22T20:42:38.7207842Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h4ts-div.c.o 2024-08-22T20:42:38.7210262Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-div.c.o 2024-08-22T20:42:38.7212651Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:38.7215018Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-rcp.c.o 2024-08-22T20:42:38.7217384Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-rcp.c.o 2024-08-22T20:42:38.7219971Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-08-22T20:42:38.7222393Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-08-22T20:42:38.7224802Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-08-22T20:42:38.7227274Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-08-22T20:42:38.7230016Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-08-22T20:42:38.7232447Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-08-22T20:42:38.7234915Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-08-22T20:42:38.7237390Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-rcp.c.o 2024-08-22T20:42:38.7239595Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-08-22T20:42:38.7242117Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-rcp.c.o 2024-08-22T20:42:38.7244752Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-08-22T20:42:38.7247270Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-08-22T20:42:38.7249789Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-08-22T20:42:38.9700912Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-08-22T20:42:38.9704331Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-08-22T20:42:38.9707245Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-08-22T20:42:38.9710134Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h4ts-div.c.o 2024-08-22T20:42:38.9712899Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ps-div.c.o 2024-08-22T20:42:38.9715690Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ts-div.c.o 2024-08-22T20:42:38.9718546Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-08-22T20:42:38.9721485Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-08-22T20:42:38.9724367Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-08-22T20:42:38.9727678Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-08-22T20:42:38.9731072Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-08-22T20:42:38.9737436Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:38.9744445Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-08-22T20:42:38.9751194Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-08-22T20:42:38.9759056Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-08-22T20:42:38.9765495Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-08-22T20:42:38.9771859Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-08-22T20:42:38.9778128Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-08-22T20:42:38.9781964Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-08-22T20:42:38.9785362Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h4ts-div.c.o 2024-08-22T20:42:38.9788722Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ps-div.c.o 2024-08-22T20:42:38.9791952Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:38.9795322Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-08-22T20:42:38.9799032Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-08-22T20:42:38.9802289Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-08-22T20:42:38.9805776Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-08-22T20:42:38.9809290Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-08-22T20:42:38.9812798Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-08-22T20:42:38.9816100Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-08-22T20:42:38.9819533Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-08-22T20:42:38.9823231Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-08-22T20:42:38.9826761Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-08-22T20:42:38.9829906Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-08-22T20:42:38.9833536Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-08-22T20:42:38.9836758Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-08-22T20:42:38.9840737Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h4ts-div.c.o 2024-08-22T20:42:38.9843819Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ps-div.c.o 2024-08-22T20:42:38.9846905Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:38.9849191Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:38.9851673Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:11: 2024-08-22T20:42:38.9853659Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp: In lambda function: 2024-08-22T20:42:38.9856453Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:105:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:38.9858222Z 105 | [alpha_val](Vec x, Vec y) { return x - Vec(alpha_val) * y; }, 2024-08-22T20:42:38.9858933Z | ^ 2024-08-22T20:42:38.9860616Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:42:38.9862071Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:38.9862666Z | ^~~~~~~~~~~ 2024-08-22T20:42:38.9913807Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:42:38.9916433Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:38.9917220Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:38.9919442Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1093:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:42:38.9967587Z 1093 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2024-08-22T20:42:38.9968931Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:38.9971439Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:98:5: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES’ 2024-08-22T20:42:38.9973109Z 98 | ET_SWITCH_REAL_TYPES(out_type, ctx, "sub.out", CTYPE, [&]() { 2024-08-22T20:42:38.9973893Z | ^~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:38.9975603Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ts-div.c.o 2024-08-22T20:42:38.9978283Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-bitmanip.c.o 2024-08-22T20:42:38.9980871Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-binsearch.c.o 2024-08-22T20:42:39.4926379Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti32-sqrt-lrint.c.o 2024-08-22T20:42:39.4928905Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-newton.c.o 2024-08-22T20:42:39.4931208Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrt-lrint.c.o 2024-08-22T20:42:39.4933799Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrtf-lrintf.c.o 2024-08-22T20:42:39.4936390Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrt-lrint.c.o 2024-08-22T20:42:39.4939640Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrtf-lrintf.c.o 2024-08-22T20:42:39.4942164Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-hashemian.c.o 2024-08-22T20:42:39.4944599Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-tflm.c.o 2024-08-22T20:42:39.4947122Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-cvtsatu32f64.c.o 2024-08-22T20:42:39.4949904Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-llrint.c.o 2024-08-22T20:42:39.4952503Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu64-sqrt-llrint.c.o 2024-08-22T20:42:39.4955694Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x2-minmax-scalar.c.o 2024-08-22T20:42:39.4958646Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:39.4961576Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8-minmax-scalar.c.o 2024-08-22T20:42:39.4964426Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x2-minmax-scalar.c.o 2024-08-22T20:42:39.4967808Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:39.4970744Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x8-minmax-scalar.c.o 2024-08-22T20:42:39.4973686Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:39.4976607Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x1-minmax-scalar.c.o 2024-08-22T20:42:39.4979769Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x2-minmax-scalar.c.o 2024-08-22T20:42:39.4982679Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:39.4985667Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8-minmax-scalar.c.o 2024-08-22T20:42:39.4988487Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x2-minmax-scalar.c.o 2024-08-22T20:42:39.4992285Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:39.4995379Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8-minmax-scalar.c.o 2024-08-22T20:42:39.4998325Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:39.5001260Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2024-08-22T20:42:39.5005439Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:39.5008328Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-scalar.c.o 2024-08-22T20:42:39.5011319Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2024-08-22T20:42:39.5014297Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:39.5017249Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-scalar.c.o 2024-08-22T20:42:39.5020370Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:39.5023302Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2024-08-22T20:42:39.5026226Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:39.5029231Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-scalar.c.o 2024-08-22T20:42:39.5032186Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2024-08-22T20:42:39.5035457Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:39.5038353Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-scalar.c.o 2024-08-22T20:42:39.5041356Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:39.5043870Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:39.5045917Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:39.5047698Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:11: 2024-08-22T20:42:39.5049426Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp: In lambda function: 2024-08-22T20:42:39.5051970Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:102:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:39.5054319Z 102 | [alpha_val](Vec x, Vec y) { return x + Vec(alpha_val) * y; }, 2024-08-22T20:42:39.5055158Z | ^ 2024-08-22T20:42:39.5056894Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:42:39.5058685Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:39.5059507Z | ^~~~~~~~~~~ 2024-08-22T20:42:39.5061340Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:42:39.5063236Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:39.5064116Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:39.5066540Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:963:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:42:39.5068601Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:39.5069595Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:39.5071653Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1101:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2024-08-22T20:42:39.5073605Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:39.5074436Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:40.0989566Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1117:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2024-08-22T20:42:40.0992368Z 1117 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2024-08-22T20:42:40.0993752Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:40.0995695Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:95:5: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2024-08-22T20:42:40.0997414Z 95 | ET_SWITCH_REALB_TYPES(a_type, ctx, "add.out", CTYPE, [&]() { 2024-08-22T20:42:40.0998256Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:40.1000252Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.1003368Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.1008024Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:40.1011175Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.1014342Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.1017433Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:40.1020780Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.1024036Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.1027185Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:40.1030257Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.1033394Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.1036439Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:40.1039537Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.1043131Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.1046273Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:40.1049369Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.1052534Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.1055974Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:40.1059233Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.1061888Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:40.1063876Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:40.1065585Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:11: 2024-08-22T20:42:40.1067352Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp: In lambda function: 2024-08-22T20:42:40.1069750Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:114:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:40.1071962Z 114 | [](Vec x, Vec y) { return x * y; }, 2024-08-22T20:42:40.1072671Z | ^ 2024-08-22T20:42:40.1074443Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:42:40.1076244Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:40.1076942Z | ^~~~~~~~~~~ 2024-08-22T20:42:40.1078750Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:42:40.1080607Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:40.1081415Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:40.1083439Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:963:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:42:40.1085499Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:40.1086470Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:40.1088308Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1101:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2024-08-22T20:42:40.1090172Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:40.1091008Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:40.1092963Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1117:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2024-08-22T20:42:40.1094939Z 1117 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2024-08-22T20:42:40.1095911Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:40.1098054Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:111:5: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2024-08-22T20:42:40.1099906Z 111 | ET_SWITCH_REALB_TYPES(out_type, ctx, "mul.out", CTYPE, [&]() { 2024-08-22T20:42:40.1100753Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:40.1102739Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.1105914Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:40.1109049Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.1112193Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.1115258Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:40.1118408Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.1121534Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.1124633Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:40.1127962Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.1130946Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.1133901Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:40.1136888Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:40.7773859Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.7776868Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.7780200Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:40.7783201Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:40.7786116Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.7789177Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.7792199Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:40.7795129Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:40.7798487Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.7801566Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.7804575Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:40.7807528Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.7810631Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.7813714Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:40.7816720Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.7819997Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.7823065Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:40.7825842Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2024-08-22T20:42:40.7828940Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u2.c.o 2024-08-22T20:42:40.7831619Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u3.c.o 2024-08-22T20:42:40.7834246Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2024-08-22T20:42:40.7837132Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-22T20:42:40.7840428Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-22T20:42:40.7843545Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-22T20:42:40.7846626Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:40.7849857Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-22T20:42:40.7852950Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-22T20:42:40.7856565Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-22T20:42:40.7859953Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-22T20:42:40.7863611Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-22T20:42:40.7866815Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-22T20:42:40.7869855Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-22T20:42:40.7872965Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-22T20:42:40.7875987Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:40.7879168Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-22T20:42:40.7882313Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-22T20:42:40.7885246Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-22T20:42:40.7888377Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-22T20:42:40.7891332Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-22T20:42:40.7894888Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.7898049Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.7901573Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:40.7904746Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-4p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.7907901Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.7911333Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.7914684Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:40.7917947Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:40.7921386Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:40.7924741Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:41.6855572Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:41.6859932Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:41.6863676Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:41.6867134Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:41.6870832Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:41.6874782Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:41.6878954Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:41.6883084Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:41.6887480Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:41.6891556Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:41.6896049Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:41.6900837Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:41.6906145Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:41.6911233Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:41.6916449Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:41.6921752Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:41.6927008Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:41.6931764Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:41.6981575Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:41.6984788Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:41.6988518Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:41.6991758Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:41.6994762Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:41.6998107Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:41.7001480Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:41.7004832Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:41.7007698Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:41.7010575Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:41.7013612Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:41.7016588Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:41.7020217Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:41.7023375Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:41.7026484Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:41.7029627Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:41.7032706Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:41.7035766Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:41.7038640Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:41.7041803Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:41.7044838Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:41.7048088Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:41.7051120Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:41.7054887Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:41.7056701Z [ 25%] Built target portable_lib 2024-08-22T20:42:41.7058701Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:41.7061845Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:41.7064919Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:41.7067966Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.3784023Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:42.3787265Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.3790473Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.3793600Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:42.3796734Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.3800207Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.3803230Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:42.3806318Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.3809339Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.3811259Z [ 25%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-08-22T20:42:42.3813537Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:42.3816810Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.3820118Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.3823273Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:42.3826361Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.3829361Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.3832861Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:42.3835957Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.3839208Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.3842324Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:42.3845454Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.3848629Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.3852015Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:42.3855592Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.3858665Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.3861970Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:42.3865684Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.3868901Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.3871870Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:42.3874925Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.3878105Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.3881208Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:42.3884311Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.3887437Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.3890387Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:42.3893123Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.3895815Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.3898882Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:42.3901749Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.3904384Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.3907036Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:42.3909600Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.3912474Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.3915259Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.3916875Z [ 25%] Built target custom_ops_aot_lib 2024-08-22T20:42:42.3918647Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-scalar.c.o 2024-08-22T20:42:42.3921250Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-signed64.c.o 2024-08-22T20:42:42.3923915Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned32.c.o 2024-08-22T20:42:42.3926877Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned64.c.o 2024-08-22T20:42:42.3929485Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-scalar.c.o 2024-08-22T20:42:42.7225005Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2024-08-22T20:42:42.7227233Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u2.c.o 2024-08-22T20:42:42.7229090Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:42.7230924Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:42.7232537Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp:11: 2024-08-22T20:42:42.7234082Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp: In lambda function: 2024-08-22T20:42:42.7236309Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp:49:15: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:42.7237947Z 49 | [](Vec x, Vec y) { return x.le(y); }, 2024-08-22T20:42:42.7238566Z | ^ 2024-08-22T20:42:42.7240165Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:42:42.7241714Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:42.7242370Z | ^~~~~~~~~~~ 2024-08-22T20:42:42.7243960Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:42:42.7246131Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:42.7246899Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:42.7248522Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:963:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:42:42.7250338Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:42.7251166Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:42.7252929Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1101:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2024-08-22T20:42:42.7255113Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:42.7255825Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:42.7257450Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp:45:5: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2024-08-22T20:42:42.7258830Z 45 | ET_SWITCH_REAL_TYPES_AND( 2024-08-22T20:42:42.7259548Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:42.7261007Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2024-08-22T20:42:42.7263506Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2024-08-22T20:42:42.7265899Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u2.c.o 2024-08-22T20:42:42.7268696Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2024-08-22T20:42:42.7271018Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2024-08-22T20:42:42.7273164Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u2.c.o 2024-08-22T20:42:42.7275354Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2024-08-22T20:42:42.7277708Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u1.c.o 2024-08-22T20:42:42.7280144Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u2.c.o 2024-08-22T20:42:42.7282650Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u1.c.o 2024-08-22T20:42:42.7285181Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u4.c.o 2024-08-22T20:42:42.7287698Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u2.c.o 2024-08-22T20:42:42.7290010Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2024-08-22T20:42:42.7292258Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u1.c.o 2024-08-22T20:42:42.7294584Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u2.c.o 2024-08-22T20:42:42.7296931Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2024-08-22T20:42:42.7299951Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u1.c.o 2024-08-22T20:42:42.7302381Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u2.c.o 2024-08-22T20:42:42.7304768Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2024-08-22T20:42:42.7307159Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u1.c.o 2024-08-22T20:42:42.7309453Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u2.c.o 2024-08-22T20:42:42.7311802Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2024-08-22T20:42:42.7314147Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u1.c.o 2024-08-22T20:42:42.7316384Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u2.c.o 2024-08-22T20:42:42.7318864Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:42.7321395Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u4.c.o 2024-08-22T20:42:42.7323907Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:42.7326970Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.7329772Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:42.7332585Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.7335367Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.7338119Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:42.7341122Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.7343888Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.7346676Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:42.7349438Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:42.7352171Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:42.7355274Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:43.5512603Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:43.5516006Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:43.5519104Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:43.5522360Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:43.5525617Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:43.5528755Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:43.5531811Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:43.5534944Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:43.5538136Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:43.5541769Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:43.5545063Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:43.5548153Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:43.5551230Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:43.5554337Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:43.5557146Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:43.5560279Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:43.5563557Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:43.5566725Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:43.5569703Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:43.5572857Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:43.5575951Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:43.5579623Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:43.5582795Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:43.5585943Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:43.5589018Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:43.5592101Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:43.5595238Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:43.5598241Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:43.5601133Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:43.5604064Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:43.5607110Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:43.5609984Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:43.5612481Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:43.5614920Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:43.5617331Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:43.5619923Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:43.5622390Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:43.5624765Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2024-08-22T20:42:43.5626940Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u2.c.o 2024-08-22T20:42:43.5629092Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u3.c.o 2024-08-22T20:42:43.5631030Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2024-08-22T20:42:43.5633312Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-22T20:42:43.5636189Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-22T20:42:43.5638880Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-22T20:42:43.5641629Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:43.5644392Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-22T20:42:43.5647065Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-22T20:42:43.5649729Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-22T20:42:43.5652421Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-22T20:42:43.5656668Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-22T20:42:44.1882802Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-22T20:42:44.1885886Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-22T20:42:44.1889386Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-22T20:42:44.1892725Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:44.1895754Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-22T20:42:44.1898820Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-22T20:42:44.1902072Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-22T20:42:44.1905068Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-22T20:42:44.1908112Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-22T20:42:44.1910989Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:44.1913810Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:44.1916556Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:44.1919322Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:44.1922259Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:44.1925674Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:44.1928568Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:44.1931329Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:44.1934134Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:44.1936929Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:44.1940049Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:44.1942751Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:44.1945493Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:44.1948252Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:44.1951012Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:44.1954557Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:44.1957589Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:44.1960445Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:44.1963331Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:44.1966134Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:44.1968804Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:44.1971624Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:44.1974404Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:44.1977111Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:44.1979968Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:44.1982758Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:44.1985602Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:44.1989068Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:44.1991935Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:44.1994817Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:44.1997656Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:44.2000396Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:44.2003148Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:44.2006029Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:44.2008895Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:44.2011686Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:44.2014470Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:44.2017886Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:44.2021238Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:44.2024120Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:44.2026974Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:44.2029881Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:44.2032671Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:44.7237252Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:44.7240085Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:44.7242978Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:44.7245870Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:44.7248939Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:44.7251747Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:44.7255958Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:44.7258880Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:44.7261839Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:44.7264608Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:44.7267345Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:44.7270140Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:44.7272965Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:44.7275756Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:44.7278604Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:44.7281748Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:44.7285611Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:44.7288473Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:44.7291290Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:44.7294089Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:44.7296722Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:44.7299685Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-fmagic.c.o 2024-08-22T20:42:44.7302597Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-lrintf.c.o 2024-08-22T20:42:44.7305485Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-scalar.c.o 2024-08-22T20:42:44.7308412Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-signed64.c.o 2024-08-22T20:42:44.7311585Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned32.c.o 2024-08-22T20:42:44.7314823Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned64.c.o 2024-08-22T20:42:44.7317707Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2024-08-22T20:42:44.7320506Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u2.c.o 2024-08-22T20:42:44.7323037Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2024-08-22T20:42:44.7325567Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2024-08-22T20:42:44.7328454Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u2.c.o 2024-08-22T20:42:44.7331044Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2024-08-22T20:42:44.7333559Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2024-08-22T20:42:44.7335947Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u2.c.o 2024-08-22T20:42:44.7338367Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2024-08-22T20:42:44.7340962Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u1.c.o 2024-08-22T20:42:44.7343417Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u2.c.o 2024-08-22T20:42:44.7345907Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u4.c.o 2024-08-22T20:42:44.7348743Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u1.c.o 2024-08-22T20:42:44.7351375Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u2.c.o 2024-08-22T20:42:44.7354233Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2024-08-22T20:42:44.7356826Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u1.c.o 2024-08-22T20:42:44.7359446Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u2.c.o 2024-08-22T20:42:44.7362310Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2024-08-22T20:42:44.7365081Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u1.c.o 2024-08-22T20:42:44.7367797Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u2.c.o 2024-08-22T20:42:44.7370470Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2024-08-22T20:42:44.7373160Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u1.c.o 2024-08-22T20:42:44.7375792Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u2.c.o 2024-08-22T20:42:44.7378455Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2024-08-22T20:42:44.7381288Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2024-08-22T20:42:44.7384259Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c2.c.o 2024-08-22T20:42:44.7386879Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c4.c.o 2024-08-22T20:42:45.1111080Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:42:45.1113525Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2024-08-22T20:42:45.1115984Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x1.c.o 2024-08-22T20:42:45.1118522Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x2.c.o 2024-08-22T20:42:45.1120783Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x3.c.o 2024-08-22T20:42:45.1123332Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x4.c.o 2024-08-22T20:42:45.1125925Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u1.c.o 2024-08-22T20:42:45.1128697Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u2.c.o 2024-08-22T20:42:45.1131252Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u3.c.o 2024-08-22T20:42:45.1134315Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u4.c.o 2024-08-22T20:42:45.1136965Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2024-08-22T20:42:45.1139725Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c2.c.o 2024-08-22T20:42:45.1142105Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c4.c.o 2024-08-22T20:42:45.1144309Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2024-08-22T20:42:45.1146880Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:42:45.1149369Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2024-08-22T20:42:45.1151578Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2024-08-22T20:42:45.1154602Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-scalar-x1.c.o 2024-08-22T20:42:45.1157734Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-subtract/u32-filterbank-subtract-scalar-x2.c.o 2024-08-22T20:42:45.1160700Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x1.c.o 2024-08-22T20:42:45.1163172Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x2.c.o 2024-08-22T20:42:45.1165664Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x3.c.o 2024-08-22T20:42:45.1168586Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x4.c.o 2024-08-22T20:42:45.1171377Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u64-u32-vsqrtshift/u64-u32-vsqrtshift-scalar-cvtu32-sqrt-cvtu32f64-u1.c.o 2024-08-22T20:42:45.1173863Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u1.c.o 2024-08-22T20:42:45.1175900Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u2.c.o 2024-08-22T20:42:45.1178231Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2024-08-22T20:42:45.1180742Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u8.c.o 2024-08-22T20:42:45.1182990Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u16.c.o 2024-08-22T20:42:45.1185536Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:42:45.1188333Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:45.1191408Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:42:45.1194232Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:45.1197523Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:42:45.1200404Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:45.1203119Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:42:45.1205607Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:45.1208209Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:42:45.1211026Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:45.1213628Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x2-scalar-int.c.o 2024-08-22T20:42:45.1216265Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x4-scalar-int.c.o 2024-08-22T20:42:45.1218969Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x1-scalar-int.c.o 2024-08-22T20:42:45.1222130Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x2-scalar-int.c.o 2024-08-22T20:42:45.1224907Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2024-08-22T20:42:45.1227713Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x1-scalar-int.c.o 2024-08-22T20:42:45.1230819Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x2-scalar-int.c.o 2024-08-22T20:42:45.1233542Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x4-scalar-int.c.o 2024-08-22T20:42:45.1235846Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2024-08-22T20:42:45.1237861Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2024-08-22T20:42:45.1240104Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2024-08-22T20:42:45.1242472Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2024-08-22T20:42:45.1244855Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:45.1247653Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:45.1250546Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x2-scalar-int.c.o 2024-08-22T20:42:45.1253588Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x4-scalar-int.c.o 2024-08-22T20:42:45.1256864Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x1-scalar-int.c.o 2024-08-22T20:42:45.4349182Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x2-scalar-int.c.o 2024-08-22T20:42:45.4351627Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2024-08-22T20:42:45.4354469Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x1-scalar-int.c.o 2024-08-22T20:42:45.4357345Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x2-scalar-int.c.o 2024-08-22T20:42:45.4360171Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-scalar-int.c.o 2024-08-22T20:42:45.4363001Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2024-08-22T20:42:45.4365507Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x4-scalar.c.o 2024-08-22T20:42:45.4367938Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x1-scalar.c.o 2024-08-22T20:42:45.4370398Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x2-scalar.c.o 2024-08-22T20:42:45.4372903Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x4-scalar.c.o 2024-08-22T20:42:45.4375493Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x1-scalar.c.o 2024-08-22T20:42:45.4378115Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x2-scalar.c.o 2024-08-22T20:42:45.4381471Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x4-scalar.c.o 2024-08-22T20:42:45.4384262Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-float.c.o 2024-08-22T20:42:45.4387049Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-int.c.o 2024-08-22T20:42:45.4389614Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-float.c.o 2024-08-22T20:42:45.4392553Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-int.c.o 2024-08-22T20:42:45.4395554Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-float.c.o 2024-08-22T20:42:45.4398479Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-int.c.o 2024-08-22T20:42:45.4401098Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-float.c.o 2024-08-22T20:42:45.4403611Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-int.c.o 2024-08-22T20:42:45.4405895Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:45.4407782Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:45.4409949Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp:11: 2024-08-22T20:42:45.4411629Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp: In lambda function: 2024-08-22T20:42:45.4413994Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp:64:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:45.4415710Z 64 | [](Vec x, Vec y) { return x / y; }, 2024-08-22T20:42:45.4416337Z | ^ 2024-08-22T20:42:45.4418030Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:42:45.4419879Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:45.4420563Z | ^~~~~~~~~~~ 2024-08-22T20:42:45.4422320Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:42:45.4424146Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:45.4424926Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:45.4426818Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:963:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:42:45.4428790Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:45.4429691Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:45.4431623Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1101:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2024-08-22T20:42:45.4433321Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:45.4434094Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:45.4436045Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp:61:5: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2024-08-22T20:42:45.4437786Z 61 | ET_SWITCH_REAL_TYPES_AND(Bool, out_type, ctx, "div.out", CTYPE, [&]() { 2024-08-22T20:42:45.4438648Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:45.4440496Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:42:45.4443251Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:45.4446119Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:42:45.4448976Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:45.4451879Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:42:45.4454913Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:45.4457787Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:42:45.4460730Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:45.4463536Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:42:45.4466715Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:45.4469387Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-2x-scalar.c.o 2024-08-22T20:42:45.4471792Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-3x-scalar.c.o 2024-08-22T20:42:45.4474028Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-scalar.c.o 2024-08-22T20:42:45.4476497Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-float.c.o 2024-08-22T20:42:45.4479223Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-int.c.o 2024-08-22T20:42:45.4481944Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-float.c.o 2024-08-22T20:42:45.4484727Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-int.c.o 2024-08-22T20:42:45.4487531Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-float.c.o 2024-08-22T20:42:45.4490309Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-int.c.o 2024-08-22T20:42:45.7860137Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-float.c.o 2024-08-22T20:42:45.7862656Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-int.c.o 2024-08-22T20:42:45.7865891Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-float.c.o 2024-08-22T20:42:45.7868339Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2024-08-22T20:42:45.7870784Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-int.c.o 2024-08-22T20:42:45.7873176Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-float.c.o 2024-08-22T20:42:45.7875799Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-float.c.o 2024-08-22T20:42:45.7878494Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-int.c.o 2024-08-22T20:42:45.7881028Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-float.c.o 2024-08-22T20:42:45.7883463Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-int.c.o 2024-08-22T20:42:45.7885742Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-scalar.c.o 2024-08-22T20:42:45.7888230Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-float.c.o 2024-08-22T20:42:45.7890592Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-int.c.o 2024-08-22T20:42:45.7893703Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-int.c.o 2024-08-22T20:42:45.7896044Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-float.c.o 2024-08-22T20:42:45.7898519Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-float.c.o 2024-08-22T20:42:45.7901119Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-int.c.o 2024-08-22T20:42:45.7904502Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-float.c.o 2024-08-22T20:42:45.7907271Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-int.c.o 2024-08-22T20:42:45.7909606Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2024-08-22T20:42:45.7911960Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2024-08-22T20:42:45.7914310Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2024-08-22T20:42:45.7916652Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2024-08-22T20:42:45.7919235Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-float.c.o 2024-08-22T20:42:45.7922129Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-int.c.o 2024-08-22T20:42:45.7925313Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-float.c.o 2024-08-22T20:42:45.7928066Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-int.c.o 2024-08-22T20:42:45.7931000Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-float.c.o 2024-08-22T20:42:45.7933873Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-int.c.o 2024-08-22T20:42:45.7936786Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-float.c.o 2024-08-22T20:42:45.7939859Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-int.c.o 2024-08-22T20:42:45.7942776Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-float.c.o 2024-08-22T20:42:45.7945622Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2024-08-22T20:42:45.7948129Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2024-08-22T20:42:45.7950573Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2024-08-22T20:42:45.7953014Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2024-08-22T20:42:45.7955989Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2024-08-22T20:42:45.7958997Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-08-22T20:42:45.7962150Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-22T20:42:45.7965266Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-08-22T20:42:45.7968028Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-08-22T20:42:45.7970780Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-08-22T20:42:45.7973862Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-22T20:42:45.7976719Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-08-22T20:42:45.7979744Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-08-22T20:42:45.7982552Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-08-22T20:42:45.7985532Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-rcp.c.o 2024-08-22T20:42:45.7988604Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-08-22T20:42:45.7992082Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-rcp.c.o 2024-08-22T20:42:45.7995152Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-08-22T20:42:45.7998113Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-08-22T20:42:45.8001096Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-08-22T20:42:45.8004142Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:46.1044429Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-08-22T20:42:46.1047070Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-08-22T20:42:46.1049580Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-08-22T20:42:46.1052156Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-08-22T20:42:46.1056318Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-08-22T20:42:46.1059678Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-08-22T20:42:46.1062496Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-08-22T20:42:46.1065137Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-08-22T20:42:46.1067623Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-08-22T20:42:46.1070102Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-08-22T20:42:46.1072592Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h4ts-div.c.o 2024-08-22T20:42:46.1075080Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-div.c.o 2024-08-22T20:42:46.1077469Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-rcp.c.o 2024-08-22T20:42:46.1079874Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:46.1082430Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-rcp.c.o 2024-08-22T20:42:46.1085121Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-08-22T20:42:46.1087712Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-08-22T20:42:46.1090545Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-08-22T20:42:46.1093091Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-08-22T20:42:46.1095532Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-08-22T20:42:46.1098047Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-08-22T20:42:46.1100790Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-08-22T20:42:46.1103814Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-08-22T20:42:46.1106423Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-08-22T20:42:46.1108988Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-08-22T20:42:46.1111797Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-08-22T20:42:46.1114271Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-08-22T20:42:46.1117005Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-08-22T20:42:46.1119544Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-08-22T20:42:46.1122048Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h4ts-div.c.o 2024-08-22T20:42:46.1124573Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ps-div.c.o 2024-08-22T20:42:46.1127229Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ts-div.c.o 2024-08-22T20:42:46.1129743Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-08-22T20:42:46.1132269Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-08-22T20:42:46.1134824Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-08-22T20:42:46.1137421Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-08-22T20:42:46.1140117Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-08-22T20:42:46.1142605Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:46.1145237Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-08-22T20:42:46.1148418Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-08-22T20:42:46.1150902Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-08-22T20:42:46.1153211Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-08-22T20:42:46.1156012Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-08-22T20:42:46.1158601Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-08-22T20:42:46.1161177Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-08-22T20:42:46.1163684Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h4ts-div.c.o 2024-08-22T20:42:46.1166041Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ps-div.c.o 2024-08-22T20:42:46.1168628Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:46.1171299Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-08-22T20:42:46.1174182Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-08-22T20:42:46.1176631Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-08-22T20:42:46.1179288Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-08-22T20:42:46.7718644Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-08-22T20:42:46.7721551Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-08-22T20:42:46.7724335Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-08-22T20:42:46.7726996Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-08-22T20:42:46.7729910Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-08-22T20:42:46.7733052Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-08-22T20:42:46.7736051Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-08-22T20:42:46.7739212Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-08-22T20:42:46.7742332Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-08-22T20:42:46.7745806Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ps-div.c.o 2024-08-22T20:42:46.7748520Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h4ts-div.c.o 2024-08-22T20:42:46.7751339Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ts-div.c.o 2024-08-22T20:42:46.7754458Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2024-08-22T20:42:46.7757207Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2024-08-22T20:42:46.7759955Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.o 2024-08-22T20:42:46.7763301Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc2.c.o 2024-08-22T20:42:46.7766527Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2024-08-22T20:42:46.7769782Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc3.c.o 2024-08-22T20:42:46.7773102Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc4.c.o 2024-08-22T20:42:46.7776770Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4.c.o 2024-08-22T20:42:46.7780204Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2024-08-22T20:42:46.7783394Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4.c.o 2024-08-22T20:42:46.7786272Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-3x4.c.o 2024-08-22T20:42:46.7789250Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-4x4.c.o 2024-08-22T20:42:46.7792315Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-5x4.c.o 2024-08-22T20:42:46.7795406Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-6x4.c.o 2024-08-22T20:42:46.7798417Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc2.c.o 2024-08-22T20:42:46.7801593Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2024-08-22T20:42:46.7804812Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc4.c.o 2024-08-22T20:42:46.7808167Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4.c.o 2024-08-22T20:42:46.7811771Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4-acc2.c.o 2024-08-22T20:42:46.7814893Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4.c.o 2024-08-22T20:42:46.7818018Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-3x4.c.o 2024-08-22T20:42:46.7821374Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-4x4.c.o 2024-08-22T20:42:46.7824672Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc2.c.o 2024-08-22T20:42:46.7827821Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc3.c.o 2024-08-22T20:42:46.7831073Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc4.c.o 2024-08-22T20:42:46.7834305Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc5.c.o 2024-08-22T20:42:46.7837430Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4.c.o 2024-08-22T20:42:46.7840546Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc2.c.o 2024-08-22T20:42:46.7843936Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc3.c.o 2024-08-22T20:42:46.7847160Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4.c.o 2024-08-22T20:42:46.7850483Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-3x4-acc2.c.o 2024-08-22T20:42:46.7854302Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-3x4.c.o 2024-08-22T20:42:46.7857504Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4-acc2.c.o 2024-08-22T20:42:46.7860902Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2024-08-22T20:42:46.7864271Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-5x4.c.o 2024-08-22T20:42:46.7867650Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc2.c.o 2024-08-22T20:42:46.7870883Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc3.c.o 2024-08-22T20:42:46.7874401Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc4.c.o 2024-08-22T20:42:47.7416759Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc5.c.o 2024-08-22T20:42:47.7420426Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4.c.o 2024-08-22T20:42:47.7423540Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc2.c.o 2024-08-22T20:42:47.7426574Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc3.c.o 2024-08-22T20:42:47.7429528Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2024-08-22T20:42:47.7432333Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4-acc2.c.o 2024-08-22T20:42:47.7435372Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4.c.o 2024-08-22T20:42:47.7438316Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-sse-acc2.c.o 2024-08-22T20:42:47.7440842Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-sse.c.o 2024-08-22T20:42:47.7443533Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse-acc2.c.o 2024-08-22T20:42:47.7446312Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2024-08-22T20:42:47.7449195Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-sse-acc2.c.o 2024-08-22T20:42:47.7452212Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-sse.c.o 2024-08-22T20:42:47.7455263Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse-acc2.c.o 2024-08-22T20:42:47.7457969Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2024-08-22T20:42:47.7460940Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:47.7463747Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.o 2024-08-22T20:42:47.7466693Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:47.7469609Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.o 2024-08-22T20:42:47.7472550Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:47.7475413Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.o 2024-08-22T20:42:47.7478239Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:47.7481085Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.o 2024-08-22T20:42:47.7484543Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:47.7491795Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.o 2024-08-22T20:42:47.7494601Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:47.7497440Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.o 2024-08-22T20:42:47.7500380Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:47.7506633Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.o 2024-08-22T20:42:47.7509543Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:47.7512466Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.o 2024-08-22T20:42:47.7515398Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:47.7518179Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2024-08-22T20:42:47.7520921Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-sse-acc2.c.o 2024-08-22T20:42:47.7524107Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-sse.c.o 2024-08-22T20:42:47.7526826Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse-acc2.c.o 2024-08-22T20:42:47.7529533Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2024-08-22T20:42:47.7532300Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse-acc2.c.o 2024-08-22T20:42:47.7534964Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse.c.o 2024-08-22T20:42:47.7537555Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse-acc2.c.o 2024-08-22T20:42:47.7540367Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2024-08-22T20:42:47.7542778Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-sse-u4.c.o 2024-08-22T20:42:47.7545443Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-sse-c4.c.o 2024-08-22T20:42:47.7547917Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-sse-c4.c.o 2024-08-22T20:42:47.7550542Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-dup.c.o 2024-08-22T20:42:47.7553152Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2024-08-22T20:42:47.7556303Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-sse.c.o 2024-08-22T20:42:47.7559013Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse-dup.c.o 2024-08-22T20:42:47.7561742Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse-load1.c.o 2024-08-22T20:42:47.7564304Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8s4-minmax-sse.c.o 2024-08-22T20:42:47.7566872Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2024-08-22T20:42:47.7569503Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-dup.c.o 2024-08-22T20:42:47.7572106Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2024-08-22T20:42:49.0385201Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-sse.c.o 2024-08-22T20:42:49.0387438Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse-dup.c.o 2024-08-22T20:42:49.0389681Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse-load1.c.o 2024-08-22T20:42:49.0391909Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8s4-minmax-sse.c.o 2024-08-22T20:42:49.0394443Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2c4-minmax-sse.c.o 2024-08-22T20:42:49.0396656Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse-dup.c.o 2024-08-22T20:42:49.0398915Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse-load1.c.o 2024-08-22T20:42:49.0401175Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-sse.c.o 2024-08-22T20:42:49.0403457Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse-dup.c.o 2024-08-22T20:42:49.0405864Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse-load1.c.o 2024-08-22T20:42:49.0408240Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-sse.c.o 2024-08-22T20:42:49.0410813Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse-dup.c.o 2024-08-22T20:42:49.0413378Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse-load1.c.o 2024-08-22T20:42:49.0415848Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8s4-minmax-sse.c.o 2024-08-22T20:42:49.0418153Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse-dup.c.o 2024-08-22T20:42:49.0420772Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse-load1.c.o 2024-08-22T20:42:49.0424380Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-sse.c.o 2024-08-22T20:42:49.0426781Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse-dup.c.o 2024-08-22T20:42:49.0429164Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse-load1.c.o 2024-08-22T20:42:49.0431547Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8s4-minmax-sse.c.o 2024-08-22T20:42:49.0434024Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse-dup.c.o 2024-08-22T20:42:49.0436621Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse-load1.c.o 2024-08-22T20:42:49.0439085Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-sse.c.o 2024-08-22T20:42:49.0441471Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p4.c.o 2024-08-22T20:42:49.0443805Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2024-08-22T20:42:49.0446059Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c4.c.o 2024-08-22T20:42:49.0448264Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2024-08-22T20:42:49.0450832Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-dup.c.o 2024-08-22T20:42:49.0453291Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2024-08-22T20:42:49.0456606Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-sse.c.o 2024-08-22T20:42:49.0458932Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse-dup.c.o 2024-08-22T20:42:49.0461367Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse-load1.c.o 2024-08-22T20:42:49.0463477Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8s4-minmax-sse.c.o 2024-08-22T20:42:49.0465616Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2024-08-22T20:42:49.0468226Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-dup.c.o 2024-08-22T20:42:49.0470561Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2024-08-22T20:42:49.0472842Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-sse.c.o 2024-08-22T20:42:49.0475298Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse-load1.c.o 2024-08-22T20:42:49.0477737Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse-dup.c.o 2024-08-22T20:42:49.0480188Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8s4-minmax-sse.c.o 2024-08-22T20:42:49.0483041Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2c4-minmax-sse.c.o 2024-08-22T20:42:49.0485506Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse-dup.c.o 2024-08-22T20:42:49.0488053Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse-load1.c.o 2024-08-22T20:42:49.0490557Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-sse.c.o 2024-08-22T20:42:49.0493020Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2024-08-22T20:42:49.0495479Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2024-08-22T20:42:49.0497796Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2024-08-22T20:42:49.0500322Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-sse.c.o 2024-08-22T20:42:49.0502383Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse-2x4.c.o 2024-08-22T20:42:49.0504819Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse-2x8.c.o 2024-08-22T20:42:49.0507062Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u4.c.o 2024-08-22T20:42:49.0509584Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u8-acc2.c.o 2024-08-22T20:42:49.0511802Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u12-acc3.c.o 2024-08-22T20:42:49.0513985Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc2.c.o 2024-08-22T20:42:49.0516255Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2024-08-22T20:42:49.6057050Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u4.c.o 2024-08-22T20:42:49.6059900Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u8-acc2.c.o 2024-08-22T20:42:49.6062637Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u12-acc3.c.o 2024-08-22T20:42:49.6065293Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u16-acc2.c.o 2024-08-22T20:42:49.6067927Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u16-acc4.c.o 2024-08-22T20:42:49.6070537Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u4.c.o 2024-08-22T20:42:49.6073238Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u8-acc2.c.o 2024-08-22T20:42:49.6075939Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u12-acc3.c.o 2024-08-22T20:42:49.6079087Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc2.c.o 2024-08-22T20:42:49.6081804Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2024-08-22T20:42:49.6084383Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u4.c.o 2024-08-22T20:42:49.6086914Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u8-acc2.c.o 2024-08-22T20:42:49.6089513Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u12-acc3.c.o 2024-08-22T20:42:49.6092120Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2024-08-22T20:42:49.6094690Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc2.c.o 2024-08-22T20:42:49.6097838Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-sse.c.o 2024-08-22T20:42:49.6101157Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-sse.c.o 2024-08-22T20:42:49.6104743Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-sse.c.o 2024-08-22T20:42:49.6108514Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2024-08-22T20:42:49.6112372Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-sse-u4.c.o 2024-08-22T20:42:49.6116863Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-sse-u8.c.o 2024-08-22T20:42:49.6120758Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-sse-u4.c.o 2024-08-22T20:42:49.6124736Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-sse-u8.c.o 2024-08-22T20:42:49.6128500Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-sse-u4.c.o 2024-08-22T20:42:49.6132696Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-sse-u8.c.o 2024-08-22T20:42:49.6136743Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-sse-u4.c.o 2024-08-22T20:42:49.6141477Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-sse-u8.c.o 2024-08-22T20:42:49.6145232Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-sse-u4.c.o 2024-08-22T20:42:49.6148261Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2024-08-22T20:42:49.6150892Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u4.c.o 2024-08-22T20:42:49.6153073Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2024-08-22T20:42:49.6156250Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-sse-u4.c.o 2024-08-22T20:42:49.6158547Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2024-08-22T20:42:49.6161534Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-sse-u4.c.o 2024-08-22T20:42:49.6163846Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2024-08-22T20:42:49.6166202Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-sse-u4.c.o 2024-08-22T20:42:49.6168853Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-sse-u8.c.o 2024-08-22T20:42:49.6171372Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-sse-u4.c.o 2024-08-22T20:42:49.6173858Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-sse-u8.c.o 2024-08-22T20:42:49.6176955Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-sse-u4.c.o 2024-08-22T20:42:49.6179609Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-sse-u8.c.o 2024-08-22T20:42:49.6182168Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-sse-u4.c.o 2024-08-22T20:42:49.6184688Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-sse-u8.c.o 2024-08-22T20:42:49.6186993Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u4.c.o 2024-08-22T20:42:49.6190054Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2024-08-22T20:42:49.6192749Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u4.c.o 2024-08-22T20:42:49.6195461Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2024-08-22T20:42:49.6197967Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-sse-u4.c.o 2024-08-22T20:42:49.6200293Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-sse-u8.c.o 2024-08-22T20:42:49.6204734Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-sse-u4.c.o 2024-08-22T20:42:49.6207281Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-sse-u8.c.o 2024-08-22T20:42:49.6209705Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-sse-u4.c.o 2024-08-22T20:42:49.6212061Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2024-08-22T20:42:49.6214363Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u4.c.o 2024-08-22T20:42:49.6216707Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2024-08-22T20:42:49.6219264Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u12.c.o 2024-08-22T20:42:49.6221640Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u16.c.o 2024-08-22T20:42:49.6224186Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-sse-u4.c.o 2024-08-22T20:42:50.1675376Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2024-08-22T20:42:50.1677571Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u4.c.o 2024-08-22T20:42:50.1679595Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2024-08-22T20:42:50.1681975Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2024-08-22T20:42:50.1684806Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-sse-2x.c.o 2024-08-22T20:42:50.1687269Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-sse-u4.c.o 2024-08-22T20:42:50.1689646Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-sse-u8.c.o 2024-08-22T20:42:50.1692292Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u4.c.o 2024-08-22T20:42:50.1694927Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2024-08-22T20:42:50.1697487Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u16.c.o 2024-08-22T20:42:50.1700812Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u4.c.o 2024-08-22T20:42:50.1703402Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u8.c.o 2024-08-22T20:42:50.1706040Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u16.c.o 2024-08-22T20:42:50.1708650Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-sse-u4.c.o 2024-08-22T20:42:50.1711092Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-sse-u8.c.o 2024-08-22T20:42:50.1713481Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-sse-u4.c.o 2024-08-22T20:42:50.1715946Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-sse-u8.c.o 2024-08-22T20:42:50.1718375Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-sse-u4.c.o 2024-08-22T20:42:50.1720783Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-sse-u8.c.o 2024-08-22T20:42:50.1723298Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse-addsub.c.o 2024-08-22T20:42:50.1725607Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse-addsub.c.o 2024-08-22T20:42:50.1728042Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse-addsub.c.o 2024-08-22T20:42:50.1730382Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse-addsub.c.o 2024-08-22T20:42:50.1733257Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-hh1mac.c.o 2024-08-22T20:42:50.1735531Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr1mac.c.o 2024-08-22T20:42:50.1737835Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr2mac.c.o 2024-08-22T20:42:50.1740483Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-sse.c.o 2024-08-22T20:42:50.1742991Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2024-08-22T20:42:50.1745660Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u8.c.o 2024-08-22T20:42:50.1748320Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u16.c.o 2024-08-22T20:42:50.1751011Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u24.c.o 2024-08-22T20:42:50.1754248Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2024-08-22T20:42:50.1756824Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u16.c.o 2024-08-22T20:42:50.1759517Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u8.c.o 2024-08-22T20:42:50.1762667Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u24.c.o 2024-08-22T20:42:50.1765429Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u32.c.o 2024-08-22T20:42:50.1768076Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-sse2-u8.c.o 2024-08-22T20:42:50.1769950Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2024-08-22T20:42:50.1772357Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-sse2-u8.c.o 2024-08-22T20:42:50.1774818Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2024-08-22T20:42:50.1777376Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2024-08-22T20:42:50.1780134Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2024-08-22T20:42:50.1782750Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2024-08-22T20:42:50.1785330Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u8.c.o 2024-08-22T20:42:50.1787870Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2024-08-22T20:42:50.1790435Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u24.c.o 2024-08-22T20:42:50.1793126Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u32.c.o 2024-08-22T20:42:50.1796186Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.1798921Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.1801652Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.1804348Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.1807010Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.1809689Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.1812502Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.1815319Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.1818087Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.1821037Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.8511208Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.8514131Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.8516423Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.8518972Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.8521539Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.8523900Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse2-2x4.c.o 2024-08-22T20:42:50.8526027Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse2-2x8.c.o 2024-08-22T20:42:50.8528392Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.8530833Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.8533357Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.8535661Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.8537938Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.8540469Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.8543153Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse2-load1.c.o 2024-08-22T20:42:50.8545560Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-sse2.c.o 2024-08-22T20:42:50.8547849Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.8550228Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse2-load1.c.o 2024-08-22T20:42:50.8552601Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-sse2.c.o 2024-08-22T20:42:50.8555271Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-sse2.c.o 2024-08-22T20:42:50.8557619Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.8559927Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse2-load1.c.o 2024-08-22T20:42:50.8562315Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-sse2.c.o 2024-08-22T20:42:50.8564780Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.8567269Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse2-load1.c.o 2024-08-22T20:42:50.8570170Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-sse2.c.o 2024-08-22T20:42:50.8572613Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse2-dup.c.o 2024-08-22T20:42:50.8575072Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse2-load1.c.o 2024-08-22T20:42:50.8577707Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-sse2.c.o 2024-08-22T20:42:50.8580289Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u8.c.o 2024-08-22T20:42:50.8582467Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u16.c.o 2024-08-22T20:42:50.8584668Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u24.c.o 2024-08-22T20:42:50.8586809Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2024-08-22T20:42:50.8589064Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u8.c.o 2024-08-22T20:42:50.8591252Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u16.c.o 2024-08-22T20:42:50.8593571Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u24.c.o 2024-08-22T20:42:50.8595898Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2024-08-22T20:42:50.8598859Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.o 2024-08-22T20:42:50.8601703Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.o 2024-08-22T20:42:50.8604436Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u8.c.o 2024-08-22T20:42:50.8607174Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc2.c.o 2024-08-22T20:42:50.8609991Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc3.c.o 2024-08-22T20:42:50.8612777Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12.c.o 2024-08-22T20:42:50.8615666Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2024-08-22T20:42:50.8618616Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.o 2024-08-22T20:42:50.8621601Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16.c.o 2024-08-22T20:42:50.8624644Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc2.c.o 2024-08-22T20:42:50.8627677Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc5.c.o 2024-08-22T20:42:50.8630441Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20.c.o 2024-08-22T20:42:50.8632874Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u4.c.o 2024-08-22T20:42:50.8635153Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u8.c.o 2024-08-22T20:42:50.8637411Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2024-08-22T20:42:50.8639735Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u16.c.o 2024-08-22T20:42:51.4630560Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u20.c.o 2024-08-22T20:42:51.4633360Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u24.c.o 2024-08-22T20:42:51.4635951Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u4.c.o 2024-08-22T20:42:51.4638475Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u8.c.o 2024-08-22T20:42:51.4641283Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u12.c.o 2024-08-22T20:42:51.4644726Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u16.c.o 2024-08-22T20:42:51.4647441Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u20.c.o 2024-08-22T20:42:51.4650042Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u24.c.o 2024-08-22T20:42:51.4652724Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse2-u4.c.o 2024-08-22T20:42:51.4655747Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse2-u8.c.o 2024-08-22T20:42:51.4658128Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u4.c.o 2024-08-22T20:42:51.4660846Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2024-08-22T20:42:51.4663220Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u4.c.o 2024-08-22T20:42:51.4665821Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2024-08-22T20:42:51.4668261Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u4.c.o 2024-08-22T20:42:51.4670649Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2024-08-22T20:42:51.4672899Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u4.c.o 2024-08-22T20:42:51.4675637Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2024-08-22T20:42:51.4678388Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u4.c.o 2024-08-22T20:42:51.4681456Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2024-08-22T20:42:51.4684567Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u12.c.o 2024-08-22T20:42:51.4687733Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u16.c.o 2024-08-22T20:42:51.4690860Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u20.c.o 2024-08-22T20:42:51.4693781Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u24.c.o 2024-08-22T20:42:51.4696683Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u4.c.o 2024-08-22T20:42:51.4699331Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u8.c.o 2024-08-22T20:42:51.4701717Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u12.c.o 2024-08-22T20:42:51.4704048Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u16.c.o 2024-08-22T20:42:51.4706365Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u20.c.o 2024-08-22T20:42:51.4709001Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u24.c.o 2024-08-22T20:42:51.4711488Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-22T20:42:51.4714109Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-22T20:42:51.4716616Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-08-22T20:42:51.4719245Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-22T20:42:51.4721783Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-22T20:42:51.4724273Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:42:51.4727546Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-08-22T20:42:51.4730056Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:42:51.4732356Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u4.c.o 2024-08-22T20:42:51.4735087Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:42:51.4737624Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u12.c.o 2024-08-22T20:42:51.4740329Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:42:51.4743028Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u4.c.o 2024-08-22T20:42:51.4745551Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-08-22T20:42:51.4748036Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u12.c.o 2024-08-22T20:42:51.4750618Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-08-22T20:42:51.4752916Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse2-int16.c.o 2024-08-22T20:42:51.4755318Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse2-int32.c.o 2024-08-22T20:42:51.4757209Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-sse2-rr2-lut64-p2.c.o 2024-08-22T20:42:51.4759250Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-sse2-rr2-lut16-p3.c.o 2024-08-22T20:42:51.4761307Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-sse2-rr2-p5.c.o 2024-08-22T20:42:51.4763625Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-sse2-rr2-p6.c.o 2024-08-22T20:42:51.4765691Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-sse2-rr2-p5.c.o 2024-08-22T20:42:51.4767630Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse2.c.o 2024-08-22T20:42:52.0668724Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse2-cvt.c.o 2024-08-22T20:42:52.0671149Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse2-cvt.c.o 2024-08-22T20:42:52.0673485Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse2-cvt.c.o 2024-08-22T20:42:52.0675585Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse2-cvt.c.o 2024-08-22T20:42:52.0678070Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-div.c.o 2024-08-22T20:42:52.0680645Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-nr1.c.o 2024-08-22T20:42:52.0683192Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-nr2.c.o 2024-08-22T20:42:52.0685501Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-div.c.o 2024-08-22T20:42:52.0688457Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-nr1.c.o 2024-08-22T20:42:52.0690994Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-nr2.c.o 2024-08-22T20:42:52.0693873Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:52.0696797Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:52.0699846Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:42:52.0702610Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr2.c.o 2024-08-22T20:42:52.0705497Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr1.c.o 2024-08-22T20:42:52.0708534Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr2.c.o 2024-08-22T20:42:52.0711541Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr1.c.o 2024-08-22T20:42:52.0714465Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr2.c.o 2024-08-22T20:42:52.0717391Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr1.c.o 2024-08-22T20:42:52.0720348Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr2.c.o 2024-08-22T20:42:52.0723841Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:52.0727069Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:52.0730252Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:52.0733292Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:52.0736481Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:52.0739734Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:52.0742757Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:52.0745924Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:52.0748949Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:52.0752083Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:52.0756602Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:52.0759629Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:52.0762668Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:52.0765832Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:52.0769031Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:52.0772071Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:52.0775186Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:52.0778273Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:52.0781576Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:52.0784685Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:52.0787936Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:52.0791422Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:52.0794581Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:52.0797733Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:52.0800947Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:52.0804169Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:52.0807384Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:52.0810520Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:52.0813701Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:52.0816806Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:52.0820126Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:53.2340899Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2343642Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:53.2346222Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2348767Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:53.2351413Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2354363Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:53.2356943Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2359474Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:53.2362046Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2364672Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:53.2367581Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2370787Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:53.2373342Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2375676Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u8.c.o 2024-08-22T20:42:53.2377850Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u16.c.o 2024-08-22T20:42:53.2380186Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u24.c.o 2024-08-22T20:42:53.2382346Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2024-08-22T20:42:53.2384719Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:53.2387274Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.o 2024-08-22T20:42:53.2389795Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.o 2024-08-22T20:42:53.2392541Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:53.2395369Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c16.c.o 2024-08-22T20:42:53.2397852Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c24.c.o 2024-08-22T20:42:53.2400280Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2403070Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:53.2405930Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2408837Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:53.2411902Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2414766Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:53.2417690Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2420732Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:53.2423808Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2427159Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:53.2430003Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2433134Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:53.2436170Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2439229Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:53.2442221Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2445287Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:53.2448338Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2451292Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:53.2454563Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2460629Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:53.2463401Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:53.2466002Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.2472196Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.2474959Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.2477644Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.2480320Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9347755Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9350351Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9353214Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9356556Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9359815Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9362378Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9365080Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9367620Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9370112Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9372646Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9375232Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9377852Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9380594Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9382889Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9384853Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9386774Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9388811Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9391386Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9394016Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9396733Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9399410Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9402123Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9404927Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9407660Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9410272Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9413262Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9416013Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9418726Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9421759Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9424611Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9427263Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9429935Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9432517Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9435174Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9438124Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9440798Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9443491Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9446267Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:53.9449837Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:53.9452116Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-sse2.c.o 2024-08-22T20:42:53.9456594Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-sse2.c.o 2024-08-22T20:42:53.9459242Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-sse2.c.o 2024-08-22T20:42:53.9461780Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:53.9464160Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:53.9466619Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u24.c.o 2024-08-22T20:42:53.9469063Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u32.c.o 2024-08-22T20:42:53.9472667Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:53.9475216Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:53.9477891Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.o 2024-08-22T20:42:53.9480314Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.o 2024-08-22T20:42:54.8063408Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u16.c.o 2024-08-22T20:42:54.8065985Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2024-08-22T20:42:54.8068423Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse2-u16.c.o 2024-08-22T20:42:54.8070974Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse2-u32.c.o 2024-08-22T20:42:54.8073629Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u16.c.o 2024-08-22T20:42:54.8076219Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2024-08-22T20:42:54.8078902Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:54.8082223Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:54.8085125Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:54.8087978Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:54.8091119Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u4.c.o 2024-08-22T20:42:54.8093707Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u8.c.o 2024-08-22T20:42:54.8096400Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u16.c.o 2024-08-22T20:42:54.8099429Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:54.8102211Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:54.8105227Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:54.8108332Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:54.8111309Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:54.8114403Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:54.8117767Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:54.8121054Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:54.8124099Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:54.8127027Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:54.8130168Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:54.8133109Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:54.8135816Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u8.c.o 2024-08-22T20:42:54.8138358Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u16.c.o 2024-08-22T20:42:54.8140868Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u24.c.o 2024-08-22T20:42:54.8143264Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2024-08-22T20:42:54.8146300Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:54.8149143Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.o 2024-08-22T20:42:54.8152074Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.o 2024-08-22T20:42:54.8155357Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:54.8158449Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c16.c.o 2024-08-22T20:42:54.8161446Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c24.c.o 2024-08-22T20:42:54.8164317Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:54.8167594Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:54.8170486Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:54.8173337Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:54.8176191Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:54.8179361Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:54.8182648Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:54.8185553Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:54.8188462Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:54.8191374Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:54.8194119Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:54.8197068Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:54.8199902Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:54.8202738Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:54.8205717Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:54.8208703Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:54.8212086Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:54.8214924Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:55.4427827Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:55.4430772Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:55.4433738Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:55.4436636Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:55.4439570Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:55.4442377Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:55.4445253Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:55.4448315Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:55.4451196Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:55.4455215Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:55.4458512Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:55.4461582Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:55.4464291Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:55.4467087Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:55.4469962Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:55.4472850Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:55.4475718Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:55.4478791Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:55.4481718Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:55.4484698Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:55.4487996Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:55.4490908Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:55.4493808Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:55.4496809Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:55.4499863Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:55.4502753Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:55.4505710Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-sse2.c.o 2024-08-22T20:42:55.4508570Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-sse2.c.o 2024-08-22T20:42:55.4511545Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-sse2.c.o 2024-08-22T20:42:55.4514350Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:55.4517138Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:55.4519943Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:55.4523161Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:55.4525895Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u16.c.o 2024-08-22T20:42:55.4528448Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2024-08-22T20:42:55.4531104Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse2-u16.c.o 2024-08-22T20:42:55.4533740Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse2-u32.c.o 2024-08-22T20:42:55.4536291Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u16.c.o 2024-08-22T20:42:55.4538764Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2024-08-22T20:42:55.4541585Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:55.4544578Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:55.4547521Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:55.4550468Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:55.4553409Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2024-08-22T20:42:55.4556263Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c16.c.o 2024-08-22T20:42:55.4558862Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2024-08-22T20:42:55.4561436Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2024-08-22T20:42:55.4563893Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2024-08-22T20:42:55.4566440Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c16.c.o 2024-08-22T20:42:55.4569122Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2024-08-22T20:42:55.4571638Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2024-08-22T20:42:55.4574090Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2024-08-22T20:42:55.4576798Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2024-08-22T20:42:56.6268557Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-switch-sse2.c.o 2024-08-22T20:42:56.6271229Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2024-08-22T20:42:56.6273424Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2024-08-22T20:42:56.6276252Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2024-08-22T20:42:56.6278391Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2024-08-22T20:42:56.6281061Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-mov-sse2.c.o 2024-08-22T20:42:56.6284157Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-switch-sse2.c.o 2024-08-22T20:42:56.6287219Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-mov-sse2.c.o 2024-08-22T20:42:56.6290125Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2024-08-22T20:42:56.6293196Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-switch-sse2.c.o 2024-08-22T20:42:56.6296127Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/x16-transposec-4x8-sse2.c.o 2024-08-22T20:42:56.6298759Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:42:56.6301745Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2024-08-22T20:42:56.6304504Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:42:56.6307404Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2024-08-22T20:42:56.6310188Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u8-prfm.c.o 2024-08-22T20:42:56.6312883Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u8.c.o 2024-08-22T20:42:56.6315611Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:42:56.6318492Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u4.c.o 2024-08-22T20:42:56.6321265Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u8-prfm.c.o 2024-08-22T20:42:56.6324186Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u8.c.o 2024-08-22T20:42:56.6327181Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:42:56.6329916Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u4.c.o 2024-08-22T20:42:56.6332681Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u8-prfm.c.o 2024-08-22T20:42:56.6335535Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u8.c.o 2024-08-22T20:42:56.6338415Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:42:56.6341718Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u4.c.o 2024-08-22T20:42:56.6344549Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u8-prfm.c.o 2024-08-22T20:42:56.6347334Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u8.c.o 2024-08-22T20:42:56.6350262Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-mov-sse2.c.o 2024-08-22T20:42:56.6353149Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-multi-sse2.c.o 2024-08-22T20:42:56.6356430Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-switch-sse2.c.o 2024-08-22T20:42:56.6359518Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-mov-sse2.c.o 2024-08-22T20:42:56.6362407Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-multi-sse2.c.o 2024-08-22T20:42:56.6365313Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-switch-sse2.c.o 2024-08-22T20:42:56.6367904Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-sse2.c.o 2024-08-22T20:42:56.6370742Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2024-08-22T20:42:56.6373046Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2024-08-22T20:42:56.6375398Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2024-08-22T20:42:56.6377684Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2024-08-22T20:42:56.6380536Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2024-08-22T20:42:56.6383645Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-multi-sse2.c.o 2024-08-22T20:42:56.6386658Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-switch-sse2.c.o 2024-08-22T20:42:56.6389678Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-multi-sse2.c.o 2024-08-22T20:42:56.6392574Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-mov-sse2.c.o 2024-08-22T20:42:56.6395453Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-switch-sse2.c.o 2024-08-22T20:42:56.6398181Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2024-08-22T20:42:56.6400484Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2024-08-22T20:42:56.6403333Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc2.c.o 2024-08-22T20:42:56.6407062Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc3.c.o 2024-08-22T20:42:56.6410356Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc4.c.o 2024-08-22T20:42:56.6413602Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4.c.o 2024-08-22T20:42:56.6416843Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2024-08-22T20:42:56.6419988Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4.c.o 2024-08-22T20:42:57.2747238Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-4x4.c.o 2024-08-22T20:42:57.2750271Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-3x4.c.o 2024-08-22T20:42:57.2753296Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-5x4.c.o 2024-08-22T20:42:57.2756719Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-6x4.c.o 2024-08-22T20:42:57.2759785Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-ssse3.c.o 2024-08-22T20:42:57.2763088Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-ssse3.c.o 2024-08-22T20:42:57.2765804Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u16.c.o 2024-08-22T20:42:57.2768237Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2024-08-22T20:42:57.2770718Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-ssse3-u16.c.o 2024-08-22T20:42:57.2773298Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-ssse3-u32.c.o 2024-08-22T20:42:57.2775977Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u16.c.o 2024-08-22T20:42:57.2778546Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2024-08-22T20:42:57.2781296Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u4.c.o 2024-08-22T20:42:57.2783973Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u8.c.o 2024-08-22T20:42:57.2786655Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u16.c.o 2024-08-22T20:42:57.2789431Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-ssse3.c.o 2024-08-22T20:42:57.2792436Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-ssse3.c.o 2024-08-22T20:42:57.2795441Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u16.c.o 2024-08-22T20:42:57.2797885Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2024-08-22T20:42:57.2800447Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-ssse3-u16.c.o 2024-08-22T20:42:57.2803079Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-ssse3-u32.c.o 2024-08-22T20:42:57.2805735Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u16.c.o 2024-08-22T20:42:57.2808442Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2024-08-22T20:42:57.2810925Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-ssse3-u16.c.o 2024-08-22T20:42:57.2813262Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-ssse3-u32.c.o 2024-08-22T20:42:57.2815748Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2024-08-22T20:42:57.2818393Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u8.c.o 2024-08-22T20:42:57.2821265Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2024-08-22T20:42:57.2824247Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u24.c.o 2024-08-22T20:42:57.2826955Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u32.c.o 2024-08-22T20:42:57.2829557Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u8.c.o 2024-08-22T20:42:57.2832120Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u16.c.o 2024-08-22T20:42:57.2834826Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u24.c.o 2024-08-22T20:42:57.2837464Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2024-08-22T20:42:57.2840041Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u32.c.o 2024-08-22T20:42:57.2842625Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u16.c.o 2024-08-22T20:42:57.2845221Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u24.c.o 2024-08-22T20:42:57.2847814Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u32.c.o 2024-08-22T20:42:57.2850405Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse41-2x4.c.o 2024-08-22T20:42:57.2852896Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse41-2x8.c.o 2024-08-22T20:42:57.2855963Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2024-08-22T20:42:57.2859502Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x8-minmax-sse41-dup.c.o 2024-08-22T20:42:57.2862460Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2024-08-22T20:42:57.2865351Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-sse41-dup.c.o 2024-08-22T20:42:57.2868648Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-sse41-dup.c.o 2024-08-22T20:42:57.2871457Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2024-08-22T20:42:57.2874818Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-load1.c.o 2024-08-22T20:42:57.2877842Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-sse41.c.o 2024-08-22T20:42:57.2880820Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse41-dup.c.o 2024-08-22T20:42:57.2883806Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse41-load1.c.o 2024-08-22T20:42:57.2886673Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-sse41.c.o 2024-08-22T20:42:57.2889817Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-sse41.c.o 2024-08-22T20:42:57.2892361Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2024-08-22T20:42:57.2895018Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-load1.c.o 2024-08-22T20:42:57.8738087Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-sse41.c.o 2024-08-22T20:42:57.8741066Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse41-dup.c.o 2024-08-22T20:42:57.8743891Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse41-load1.c.o 2024-08-22T20:42:57.8746942Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-sse41.c.o 2024-08-22T20:42:57.8749873Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2c4-minmax-sse41.c.o 2024-08-22T20:42:57.8752722Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse41-dup.c.o 2024-08-22T20:42:57.8756108Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse41-load1.c.o 2024-08-22T20:42:57.8759041Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-sse41.c.o 2024-08-22T20:42:57.8761816Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u8.c.o 2024-08-22T20:42:57.8764762Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u24.c.o 2024-08-22T20:42:57.8767161Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u16.c.o 2024-08-22T20:42:57.8770585Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2024-08-22T20:42:57.8773173Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u4.c.o 2024-08-22T20:42:57.8775966Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u8.c.o 2024-08-22T20:42:57.8778732Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u12.c.o 2024-08-22T20:42:57.8781593Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u16.c.o 2024-08-22T20:42:57.8784315Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u20.c.o 2024-08-22T20:42:57.8787083Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u24.c.o 2024-08-22T20:42:57.8789778Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u4.c.o 2024-08-22T20:42:57.8792295Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u8.c.o 2024-08-22T20:42:57.8795264Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u12.c.o 2024-08-22T20:42:57.8797878Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u16.c.o 2024-08-22T20:42:57.8800328Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u20.c.o 2024-08-22T20:42:57.8802872Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u24.c.o 2024-08-22T20:42:57.8805414Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u4.c.o 2024-08-22T20:42:57.8807969Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2024-08-22T20:42:57.8810429Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u4.c.o 2024-08-22T20:42:57.8812891Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2024-08-22T20:42:57.8815352Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u4.c.o 2024-08-22T20:42:57.8817828Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2024-08-22T20:42:57.8820500Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u4.c.o 2024-08-22T20:42:57.8823000Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2024-08-22T20:42:57.8825480Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u4.c.o 2024-08-22T20:42:57.8828188Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2024-08-22T20:42:57.8830855Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u4.c.o 2024-08-22T20:42:57.8833835Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2024-08-22T20:42:57.8836811Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u12.c.o 2024-08-22T20:42:57.8839758Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u16.c.o 2024-08-22T20:42:57.8842641Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u20.c.o 2024-08-22T20:42:57.8845670Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u4.c.o 2024-08-22T20:42:57.8848718Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u24.c.o 2024-08-22T20:42:57.8851685Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u8.c.o 2024-08-22T20:42:57.8855079Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u12.c.o 2024-08-22T20:42:57.8858463Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u16.c.o 2024-08-22T20:42:57.8861616Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u20.c.o 2024-08-22T20:42:57.8864625Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u24.c.o 2024-08-22T20:42:57.8867798Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-22T20:42:57.8871094Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-22T20:42:57.8874357Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-08-22T20:42:57.8877664Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-22T20:42:57.8880916Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u20.c.o 2024-08-22T20:42:57.8884141Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-08-22T20:42:57.8887237Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-22T20:42:57.8890339Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:42:58.4802354Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-08-22T20:42:58.4805210Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:42:58.4808084Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u20.c.o 2024-08-22T20:42:58.4810671Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-08-22T20:42:58.4813363Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u4.c.o 2024-08-22T20:42:58.4816137Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:42:58.4819185Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u12.c.o 2024-08-22T20:42:58.4822002Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:42:58.4824808Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u20.c.o 2024-08-22T20:42:58.4827737Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-08-22T20:42:58.4831013Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u4.c.o 2024-08-22T20:42:58.4833803Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-08-22T20:42:58.4836659Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u12.c.o 2024-08-22T20:42:58.4839282Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-08-22T20:42:58.4842348Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u20.c.o 2024-08-22T20:42:58.4844904Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u24.c.o 2024-08-22T20:42:58.4847249Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse41-int16.c.o 2024-08-22T20:42:58.4849271Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse41-int32.c.o 2024-08-22T20:42:58.4851477Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse41.c.o 2024-08-22T20:42:58.4853561Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse41.c.o 2024-08-22T20:42:58.4856069Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse41.c.o 2024-08-22T20:42:58.4858032Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse41.c.o 2024-08-22T20:42:58.4860098Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse41.c.o 2024-08-22T20:42:58.4862823Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:58.4865482Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:58.4868122Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:58.4870989Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:58.4876079Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:58.4879311Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:58.4882535Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:58.4885748Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:58.4888407Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:58.4891287Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:58.4894840Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:58.4898051Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:58.4901048Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:58.4904136Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:58.4907293Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:58.4910601Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:58.4915295Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:58.4918609Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:58.4921770Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:58.4925047Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:58.4931952Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:58.4935524Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:58.4938740Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:58.4942184Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:58.4945459Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:58.4948757Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:58.4952010Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:59.7810610Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:59.7813339Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:59.7816233Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:59.7820155Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:59.7823426Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:59.7826665Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:59.7829783Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:59.7832896Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:59.7836030Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:59.7839111Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:59.7842440Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:59.7845746Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:59.7848826Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:59.7851821Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:59.7855905Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:59.7859398Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:59.7862604Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:59.7865708Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:59.7868869Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:59.7872030Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:59.7875133Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:59.7878286Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:59.7881330Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:59.7884293Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:59.7887635Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:59.7890691Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:59.7893792Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:59.7896642Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u8.c.o 2024-08-22T20:42:59.7899474Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2024-08-22T20:42:59.7902085Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u24.c.o 2024-08-22T20:42:59.7904867Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u32.c.o 2024-08-22T20:42:59.7907855Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.o 2024-08-22T20:42:59.7910840Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.o 2024-08-22T20:42:59.7913765Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.o 2024-08-22T20:42:59.7916624Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c8.c.o 2024-08-22T20:42:59.7919560Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c16.c.o 2024-08-22T20:42:59.7922720Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c24.c.o 2024-08-22T20:42:59.7925827Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:59.7929028Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:59.7932303Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:59.7935424Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:59.7938556Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:59.7942185Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:59.7945639Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:59.7948931Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:59.7952298Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:59.7957364Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:59.7960607Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:59.7963975Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:43:00.8750742Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:43:00.8754245Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:43:00.8757877Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:43:00.8761124Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:43:00.8764288Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:43:00.8767706Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:43:00.8771171Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:43:00.8774936Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:43:00.8778303Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:43:00.8781636Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:43:00.8784784Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:43:00.8787973Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:43:00.8791214Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:43:00.8794494Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:43:00.8797730Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:43:00.8800921Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:43:00.8804141Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:43:00.8807710Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:43:00.8810427Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:43:00.8813139Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:00.8816290Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:00.8819676Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:00.8822756Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:00.8825683Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:00.8828688Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:00.8831701Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:00.8834695Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:00.8838235Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:00.8841463Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:00.8844533Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:00.8847574Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:00.8850655Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:00.8853690Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:00.8859166Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:00.8862271Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:00.8865369Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:00.8868592Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:00.8872034Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:00.8875081Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:00.8878127Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:00.8881272Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:00.8884315Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:00.8887485Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:00.8890590Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:00.8893799Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:00.8896737Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:00.8900141Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:00.8903328Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:01.6844475Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:01.6847594Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:01.6850659Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:01.6853623Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:01.6856925Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:01.6860323Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:01.6863594Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:01.6866770Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:01.6869935Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:01.6873117Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:01.6876717Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:01.6879830Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:01.6882970Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:01.6885932Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:01.6889090Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:01.6892165Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-sse41.c.o 2024-08-22T20:43:01.6895092Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-sse41.c.o 2024-08-22T20:43:01.6897993Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-sse41.c.o 2024-08-22T20:43:01.6900963Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-sse41-sra.c.o 2024-08-22T20:43:01.6903939Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-sse41-srl.c.o 2024-08-22T20:43:01.6906760Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2024-08-22T20:43:01.6909492Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u16.c.o 2024-08-22T20:43:01.6912719Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u24.c.o 2024-08-22T20:43:01.6915283Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u32.c.o 2024-08-22T20:43:01.6917916Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u8.c.o 2024-08-22T20:43:01.6920594Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u16.c.o 2024-08-22T20:43:01.6923509Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u24.c.o 2024-08-22T20:43:01.6926282Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u32.c.o 2024-08-22T20:43:01.6929151Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2024-08-22T20:43:01.6932046Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.o 2024-08-22T20:43:01.6934973Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.o 2024-08-22T20:43:01.6937845Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.o 2024-08-22T20:43:01.6941178Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.o 2024-08-22T20:43:01.6944101Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.o 2024-08-22T20:43:01.6947084Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.o 2024-08-22T20:43:01.6950001Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.o 2024-08-22T20:43:01.6952631Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u8.c.o 2024-08-22T20:43:01.6956178Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u16.c.o 2024-08-22T20:43:01.6958635Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2024-08-22T20:43:01.6961175Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u8.c.o 2024-08-22T20:43:01.6963647Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u16.c.o 2024-08-22T20:43:01.6966158Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u32.c.o 2024-08-22T20:43:01.6968640Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u8.c.o 2024-08-22T20:43:01.6971136Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u16.c.o 2024-08-22T20:43:01.6973769Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2024-08-22T20:43:01.6976897Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-08-22T20:43:01.6980079Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-08-22T20:43:01.6983073Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-08-22T20:43:01.6986042Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-08-22T20:43:01.6988885Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u4.c.o 2024-08-22T20:43:01.6991461Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u8.c.o 2024-08-22T20:43:01.6994357Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:43:02.9667996Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u16.c.o 2024-08-22T20:43:02.9670801Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:43:02.9673740Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:43:02.9677268Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:43:02.9680511Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:43:02.9683607Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:43:02.9686735Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:43:02.9689898Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:43:02.9692965Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:43:02.9696032Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:43:02.9699297Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:43:02.9702439Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:43:02.9705446Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:43:02.9708490Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:43:02.9712119Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:43:02.9715174Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:43:02.9718038Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:43:02.9720877Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:43:02.9723813Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:43:02.9726867Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:43:02.9729696Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u8.c.o 2024-08-22T20:43:02.9732351Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2024-08-22T20:43:02.9735018Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u24.c.o 2024-08-22T20:43:02.9737661Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u32.c.o 2024-08-22T20:43:02.9740595Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.o 2024-08-22T20:43:02.9743758Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.o 2024-08-22T20:43:02.9746689Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.o 2024-08-22T20:43:02.9749641Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c8.c.o 2024-08-22T20:43:02.9752481Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c16.c.o 2024-08-22T20:43:02.9756038Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c24.c.o 2024-08-22T20:43:02.9758873Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:02.9761808Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:02.9764721Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:02.9767575Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:02.9770427Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:02.9773201Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:02.9776296Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:02.9779315Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:02.9782122Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:02.9784966Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:02.9787860Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:02.9790776Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:02.9793836Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:02.9796886Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:02.9799963Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:02.9803038Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:02.9805935Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:02.9809035Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:02.9811727Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:02.9814569Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:02.9817560Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:03.7603684Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:03.7606327Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:03.7609058Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:03.7611854Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:03.7614836Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:03.7617795Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:03.7620990Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:03.7624326Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:03.7627165Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:03.7630058Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:03.7633067Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:03.7636001Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:03.7638864Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:03.7641766Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:03.7644624Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:03.7647569Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:03.7650471Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:03.7653494Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:03.7665449Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:03.7668904Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:03.7671764Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:03.7674782Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:43:03.7677497Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:43:03.7680249Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-sse41.c.o 2024-08-22T20:43:03.7682969Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-sse41.c.o 2024-08-22T20:43:03.7685634Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2024-08-22T20:43:03.7688316Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u16.c.o 2024-08-22T20:43:03.7690983Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul32-ld32-u8.c.o 2024-08-22T20:43:03.7693653Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul32-ld32-u16.c.o 2024-08-22T20:43:03.7696857Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2024-08-22T20:43:03.7699798Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.o 2024-08-22T20:43:03.7702535Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.o 2024-08-22T20:43:03.7705248Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.o 2024-08-22T20:43:03.7707791Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u8.c.o 2024-08-22T20:43:03.7710003Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u16.c.o 2024-08-22T20:43:03.7711934Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2024-08-22T20:43:03.7713855Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u8.c.o 2024-08-22T20:43:03.7715826Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u16.c.o 2024-08-22T20:43:03.7717820Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u32.c.o 2024-08-22T20:43:03.7719789Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u8.c.o 2024-08-22T20:43:03.7722099Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u16.c.o 2024-08-22T20:43:03.7724039Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2024-08-22T20:43:03.7726137Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-08-22T20:43:03.7728444Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-08-22T20:43:03.7730738Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-08-22T20:43:03.7733051Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-08-22T20:43:03.7735238Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c8.c.o 2024-08-22T20:43:03.7737388Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2024-08-22T20:43:03.7740037Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2024-08-22T20:43:03.7742450Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2024-08-22T20:43:03.7744819Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c8.c.o 2024-08-22T20:43:03.7747302Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2024-08-22T20:43:03.7749819Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u8.c.o 2024-08-22T20:43:05.1757413Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2024-08-22T20:43:05.1760149Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u24.c.o 2024-08-22T20:43:05.1762736Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u32.c.o 2024-08-22T20:43:05.1765282Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u8.c.o 2024-08-22T20:43:05.1767981Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u16.c.o 2024-08-22T20:43:05.1770585Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u24.c.o 2024-08-22T20:43:05.1773324Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u32.c.o 2024-08-22T20:43:05.1776152Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-avx-acc2.c.o 2024-08-22T20:43:05.1778907Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-avx.c.o 2024-08-22T20:43:05.1781776Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx-acc2.c.o 2024-08-22T20:43:05.1784460Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2024-08-22T20:43:05.1787580Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-avx-acc2.c.o 2024-08-22T20:43:05.1790034Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-avx.c.o 2024-08-22T20:43:05.1792648Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx-acc2.c.o 2024-08-22T20:43:05.1795316Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2024-08-22T20:43:05.1798254Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:43:05.1801122Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.o 2024-08-22T20:43:05.1804016Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:43:05.1806814Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.o 2024-08-22T20:43:05.1809715Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:43:05.1812530Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2024-08-22T20:43:05.1815525Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:43:05.1818974Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.o 2024-08-22T20:43:05.1822002Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:43:05.1824773Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.o 2024-08-22T20:43:05.1827693Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:43:05.1830618Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.o 2024-08-22T20:43:05.1833296Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-avx-acc2.c.o 2024-08-22T20:43:05.1836040Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-avx.c.o 2024-08-22T20:43:05.1838685Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx-acc2.c.o 2024-08-22T20:43:05.1841384Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2024-08-22T20:43:05.1844206Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx-acc2.c.o 2024-08-22T20:43:05.1846955Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2024-08-22T20:43:05.1849981Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx-acc2.c.o 2024-08-22T20:43:05.1852701Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx.c.o 2024-08-22T20:43:05.1855703Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u8.c.o 2024-08-22T20:43:05.1858357Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u16.c.o 2024-08-22T20:43:05.1860958Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2024-08-22T20:43:05.1863644Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u32.c.o 2024-08-22T20:43:05.1866485Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-avx-broadcast.c.o 2024-08-22T20:43:05.1869439Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:05.1872260Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:05.1875050Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-avx-broadcast.c.o 2024-08-22T20:43:05.1877823Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:05.1880638Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-avx-broadcast.c.o 2024-08-22T20:43:05.1883863Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:05.1886593Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-avx-broadcast.c.o 2024-08-22T20:43:05.1889255Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:05.1892008Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x8-minmax-avx-broadcast.c.o 2024-08-22T20:43:05.1894720Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-avx-broadcast.c.o 2024-08-22T20:43:05.1897643Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:05.1900786Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:05.1903663Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-avx-broadcast.c.o 2024-08-22T20:43:05.1906695Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.8982792Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.8985309Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.8988215Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.8990637Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.8993123Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x8-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.8995625Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.8998062Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9000579Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9003262Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9005755Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9008288Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9011144Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9014001Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9016926Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9020370Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x8-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9023082Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx-2x8.c.o 2024-08-22T20:43:06.9025585Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx-2x16.c.o 2024-08-22T20:43:06.9028428Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9031488Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9034607Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9037653Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9040672Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9043699Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9046739Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9050087Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9053140Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9056495Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9059712Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9062578Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9065151Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9067655Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9070454Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9073331Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx-broadcast.c.o 2024-08-22T20:43:06.9076144Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u8.c.o 2024-08-22T20:43:06.9078726Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u16.c.o 2024-08-22T20:43:06.9081351Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u24.c.o 2024-08-22T20:43:06.9084502Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2024-08-22T20:43:06.9087180Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u8.c.o 2024-08-22T20:43:06.9089762Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u16.c.o 2024-08-22T20:43:06.9092399Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u24.c.o 2024-08-22T20:43:06.9095017Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2024-08-22T20:43:06.9097604Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u8.c.o 2024-08-22T20:43:06.9100408Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u16-acc2.c.o 2024-08-22T20:43:06.9103037Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u24-acc3.c.o 2024-08-22T20:43:06.9105676Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc2.c.o 2024-08-22T20:43:06.9108249Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u8.c.o 2024-08-22T20:43:06.9110804Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2024-08-22T20:43:06.9113879Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u16-acc2.c.o 2024-08-22T20:43:06.9116537Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u24-acc3.c.o 2024-08-22T20:43:06.9119154Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u32-acc2.c.o 2024-08-22T20:43:06.9121751Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u32-acc4.c.o 2024-08-22T20:43:06.9124364Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u8.c.o 2024-08-22T20:43:06.9127022Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u16-acc2.c.o 2024-08-22T20:43:06.9129753Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u24-acc3.c.o 2024-08-22T20:43:08.3958659Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc2.c.o 2024-08-22T20:43:08.3960996Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2024-08-22T20:43:08.3963199Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u8.c.o 2024-08-22T20:43:08.3965501Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u16-acc2.c.o 2024-08-22T20:43:08.3968063Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u24-acc3.c.o 2024-08-22T20:43:08.3970673Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc2.c.o 2024-08-22T20:43:08.3973531Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2024-08-22T20:43:08.3975696Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx-u8.c.o 2024-08-22T20:43:08.3978088Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx-u16.c.o 2024-08-22T20:43:08.3980786Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx-u8.c.o 2024-08-22T20:43:08.3983351Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx-u16.c.o 2024-08-22T20:43:08.3985619Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx-u8.c.o 2024-08-22T20:43:08.3987901Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx-u16.c.o 2024-08-22T20:43:08.3990415Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx-u8.c.o 2024-08-22T20:43:08.3992540Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx-u8.c.o 2024-08-22T20:43:08.3994863Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx-u16.c.o 2024-08-22T20:43:08.3997334Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2024-08-22T20:43:08.3999852Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u8.c.o 2024-08-22T20:43:08.4002052Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2024-08-22T20:43:08.4004400Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx-u8.c.o 2024-08-22T20:43:08.4006603Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2024-08-22T20:43:08.4008758Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx-u8.c.o 2024-08-22T20:43:08.4011089Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2024-08-22T20:43:08.4013708Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx-u8.c.o 2024-08-22T20:43:08.4015992Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx-u16.c.o 2024-08-22T20:43:08.4018218Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx-u8.c.o 2024-08-22T20:43:08.4020837Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx-u16.c.o 2024-08-22T20:43:08.4023455Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx-u8.c.o 2024-08-22T20:43:08.4025717Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx-u16.c.o 2024-08-22T20:43:08.4028053Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx-u8.c.o 2024-08-22T20:43:08.4030775Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx-u16.c.o 2024-08-22T20:43:08.4033091Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u8.c.o 2024-08-22T20:43:08.4035225Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2024-08-22T20:43:08.4037584Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u8.c.o 2024-08-22T20:43:08.4040131Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2024-08-22T20:43:08.4042771Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx-u8.c.o 2024-08-22T20:43:08.4045049Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx-u16.c.o 2024-08-22T20:43:08.4047245Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx-u8.c.o 2024-08-22T20:43:08.4049688Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx-u16.c.o 2024-08-22T20:43:08.4052184Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx-u8.c.o 2024-08-22T20:43:08.4054642Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2024-08-22T20:43:08.4057349Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u8.c.o 2024-08-22T20:43:08.4060124Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u16.c.o 2024-08-22T20:43:08.4062949Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u24.c.o 2024-08-22T20:43:08.4065736Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2024-08-22T20:43:08.4068508Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u40.c.o 2024-08-22T20:43:08.4070828Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u48.c.o 2024-08-22T20:43:08.4073161Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u8.c.o 2024-08-22T20:43:08.4075600Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u16.c.o 2024-08-22T20:43:08.4078163Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u24.c.o 2024-08-22T20:43:08.4080443Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u32.c.o 2024-08-22T20:43:08.4082705Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u40.c.o 2024-08-22T20:43:08.4085182Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u48.c.o 2024-08-22T20:43:08.4088130Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u8.c.o 2024-08-22T20:43:08.4090348Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u16.c.o 2024-08-22T20:43:08.4092596Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u24.c.o 2024-08-22T20:43:08.4094928Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u32.c.o 2024-08-22T20:43:09.7606678Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u40.c.o 2024-08-22T20:43:09.7609408Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u48.c.o 2024-08-22T20:43:09.7612051Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx-u8.c.o 2024-08-22T20:43:09.7614653Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2024-08-22T20:43:09.7617229Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u8.c.o 2024-08-22T20:43:09.7619948Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2024-08-22T20:43:09.7622503Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx-u8.c.o 2024-08-22T20:43:09.7625019Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx-u16.c.o 2024-08-22T20:43:09.7627854Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx-u8.c.o 2024-08-22T20:43:09.7629821Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2024-08-22T20:43:09.7631848Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx-u8.c.o 2024-08-22T20:43:09.7634209Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2024-08-22T20:43:09.7636722Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx-u8.c.o 2024-08-22T20:43:09.7639213Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2024-08-22T20:43:09.7641755Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx-u8.c.o 2024-08-22T20:43:09.7644261Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2024-08-22T20:43:09.7646941Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u8.c.o 2024-08-22T20:43:09.7649628Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2024-08-22T20:43:09.7652307Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u32.c.o 2024-08-22T20:43:09.7655412Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u8.c.o 2024-08-22T20:43:09.7658370Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u16.c.o 2024-08-22T20:43:09.7661686Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u24.c.o 2024-08-22T20:43:09.7664616Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u32.c.o 2024-08-22T20:43:09.7667546Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u40.c.o 2024-08-22T20:43:09.7670453Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u48.c.o 2024-08-22T20:43:09.7672899Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u56.c.o 2024-08-22T20:43:09.7675500Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u64.c.o 2024-08-22T20:43:09.7678226Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u72.c.o 2024-08-22T20:43:09.7680998Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u80.c.o 2024-08-22T20:43:09.7683857Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u8.c.o 2024-08-22T20:43:09.7686748Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u16.c.o 2024-08-22T20:43:09.7690011Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u24.c.o 2024-08-22T20:43:09.7692867Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u32.c.o 2024-08-22T20:43:09.7695783Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2024-08-22T20:43:09.7698648Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u48.c.o 2024-08-22T20:43:09.7701682Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u56.c.o 2024-08-22T20:43:09.7704538Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u64.c.o 2024-08-22T20:43:09.7707433Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u72.c.o 2024-08-22T20:43:09.7710312Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u80.c.o 2024-08-22T20:43:09.7713059Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u8.c.o 2024-08-22T20:43:09.7715710Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u16.c.o 2024-08-22T20:43:09.7718329Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u32.c.o 2024-08-22T20:43:09.7721320Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u8.c.o 2024-08-22T20:43:09.7724934Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u16.c.o 2024-08-22T20:43:09.7728266Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u24.c.o 2024-08-22T20:43:09.7731591Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u32.c.o 2024-08-22T20:43:09.7734901Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u40.c.o 2024-08-22T20:43:09.7738231Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u48.c.o 2024-08-22T20:43:09.7741798Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u56.c.o 2024-08-22T20:43:09.7745021Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u64.c.o 2024-08-22T20:43:09.7748348Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u72.c.o 2024-08-22T20:43:09.7751659Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u80.c.o 2024-08-22T20:43:09.7755100Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-22T20:43:09.7758771Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-22T20:43:11.0854828Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-08-22T20:43:11.0858133Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u32.c.o 2024-08-22T20:43:11.0861400Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:43:11.0864531Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:43:11.0867655Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-08-22T20:43:11.0870718Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-08-22T20:43:11.0873812Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-08-22T20:43:11.0876911Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-08-22T20:43:11.0880018Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-08-22T20:43:11.0883099Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-08-22T20:43:11.0886603Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-08-22T20:43:11.0889733Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-08-22T20:43:11.0892793Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:43:11.0895898Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:43:11.0898973Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-08-22T20:43:11.0902260Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-08-22T20:43:11.0905344Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-08-22T20:43:11.0908386Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-08-22T20:43:11.0911457Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-08-22T20:43:11.0914529Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-08-22T20:43:11.0917982Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-08-22T20:43:11.0921042Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-08-22T20:43:11.0924074Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-08-22T20:43:11.0927137Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-08-22T20:43:11.0929946Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u24.c.o 2024-08-22T20:43:11.0932438Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u32.c.o 2024-08-22T20:43:11.0935000Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u40.c.o 2024-08-22T20:43:11.0937695Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u48.c.o 2024-08-22T20:43:11.0940656Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u56.c.o 2024-08-22T20:43:11.0943553Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u64.c.o 2024-08-22T20:43:11.0946646Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u72.c.o 2024-08-22T20:43:11.0949996Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u80.c.o 2024-08-22T20:43:11.0952810Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx-u8.c.o 2024-08-22T20:43:11.0955567Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx-u16.c.o 2024-08-22T20:43:11.0958058Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx-u8.c.o 2024-08-22T20:43:11.0960563Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx-u16.c.o 2024-08-22T20:43:11.0963071Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx-u8.c.o 2024-08-22T20:43:11.0965428Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx-u16.c.o 2024-08-22T20:43:11.0967428Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx-rr2-p5.c.o 2024-08-22T20:43:11.0969704Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-lut4-p4-perm.c.o 2024-08-22T20:43:11.0972134Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-lut16-p3.c.o 2024-08-22T20:43:11.0974655Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-p6.c.o 2024-08-22T20:43:11.0977241Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-lut64-p2-div.c.o 2024-08-22T20:43:11.0980344Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-div.c.o 2024-08-22T20:43:11.0982882Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-nr2.c.o 2024-08-22T20:43:11.0985409Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-nr1.c.o 2024-08-22T20:43:11.0988238Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div.c.o 2024-08-22T20:43:11.0991306Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:43:11.0994246Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:43:11.0997120Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:43:11.1000089Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-nr2.c.o 2024-08-22T20:43:11.1003040Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr1.c.o 2024-08-22T20:43:11.1006048Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr2.c.o 2024-08-22T20:43:12.3939802Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr1.c.o 2024-08-22T20:43:12.3942429Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr2.c.o 2024-08-22T20:43:12.3945583Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr1.c.o 2024-08-22T20:43:12.3948455Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr2.c.o 2024-08-22T20:43:12.3951466Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld64.c.o 2024-08-22T20:43:12.3954557Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld128.c.o 2024-08-22T20:43:12.3957612Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld64.c.o 2024-08-22T20:43:12.3960563Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld128.c.o 2024-08-22T20:43:12.3963600Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld64.c.o 2024-08-22T20:43:12.3966504Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld128.c.o 2024-08-22T20:43:12.3969340Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld64.c.o 2024-08-22T20:43:12.3972318Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld128.c.o 2024-08-22T20:43:12.3975798Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld64.c.o 2024-08-22T20:43:12.3978855Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld64.c.o 2024-08-22T20:43:12.3982080Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld128.c.o 2024-08-22T20:43:12.3985215Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld128.c.o 2024-08-22T20:43:12.3988216Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld64.c.o 2024-08-22T20:43:12.3991224Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld128.c.o 2024-08-22T20:43:12.3994265Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld64.c.o 2024-08-22T20:43:12.3997141Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld128.c.o 2024-08-22T20:43:12.4000060Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld64.c.o 2024-08-22T20:43:12.4002994Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld128.c.o 2024-08-22T20:43:12.4005925Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld64.c.o 2024-08-22T20:43:12.4009191Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld128.c.o 2024-08-22T20:43:12.4012144Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld64.c.o 2024-08-22T20:43:12.4015043Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld128.c.o 2024-08-22T20:43:12.4018035Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld64.c.o 2024-08-22T20:43:12.4021096Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld128.c.o 2024-08-22T20:43:12.4024077Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:12.4027013Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:12.4029930Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:12.4032846Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:12.4035992Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:12.4039425Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:12.4042515Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:43:12.4045471Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:43:12.4048348Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:12.4051216Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:43:12.4054508Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:43:12.4057288Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:12.4060237Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:43:12.4063195Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:43:12.4066137Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:12.4069160Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:43:12.4072575Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:43:12.4075512Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:12.4078155Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u8.c.o 2024-08-22T20:43:12.4080582Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u16.c.o 2024-08-22T20:43:12.4083149Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u24.c.o 2024-08-22T20:43:12.4085626Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2024-08-22T20:43:13.3940455Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:43:13.3944207Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:13.3947914Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:13.3952583Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:13.3955662Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:13.3959146Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:13.3961959Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:13.3964621Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:43:13.3967230Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:43:13.3969924Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:13.3972542Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:43:13.3975492Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:43:13.3978662Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:13.3981812Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:43:13.3984501Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:43:13.3987829Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:13.3990635Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:43:13.3993528Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:43:13.3996369Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:13.3999195Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:13.4001787Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:13.4004675Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:13.4007617Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:13.4010557Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:13.4012951Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:13.4015577Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:13.4018433Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:13.4021845Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:13.4025077Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:13.4028271Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:13.4031431Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:13.4034439Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:13.4037630Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:13.4040769Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:13.4043925Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:13.4047142Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:13.4050374Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:13.4053543Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:13.4056948Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:13.4060258Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:13.4063498Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:13.4066755Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:13.4069981Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:13.4073223Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:13.4076485Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:13.4079600Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:13.4083038Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:13.4086162Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:14.1731208Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:14.1735003Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:14.1748945Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:14.1752092Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:14.1755383Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:14.1758373Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:14.1761422Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:14.1764460Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:14.1767440Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:14.1770560Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:14.1774071Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:14.1777143Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:14.1780267Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:14.1783372Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:14.1786534Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:14.1789392Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u8.c.o 2024-08-22T20:43:14.1792083Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u16.c.o 2024-08-22T20:43:14.1794793Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u24.c.o 2024-08-22T20:43:14.1797632Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u32.c.o 2024-08-22T20:43:14.1800532Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2024-08-22T20:43:14.1803809Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u16.c.o 2024-08-22T20:43:14.1806729Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u24.c.o 2024-08-22T20:43:14.1809412Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u8.c.o 2024-08-22T20:43:14.1812202Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u32.c.o 2024-08-22T20:43:14.1814732Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u16.c.o 2024-08-22T20:43:14.1817488Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u24.c.o 2024-08-22T20:43:14.1820396Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u32.c.o 2024-08-22T20:43:14.1823044Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2024-08-22T20:43:14.1825899Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u16.c.o 2024-08-22T20:43:14.1828982Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u24.c.o 2024-08-22T20:43:14.1831766Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u32.c.o 2024-08-22T20:43:14.1834321Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u8.c.o 2024-08-22T20:43:14.1836896Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u16.c.o 2024-08-22T20:43:14.1839228Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2024-08-22T20:43:14.1841802Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u8.c.o 2024-08-22T20:43:14.1844247Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u16.c.o 2024-08-22T20:43:14.1846662Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u32.c.o 2024-08-22T20:43:14.1849086Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u8.c.o 2024-08-22T20:43:14.1851640Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u16.c.o 2024-08-22T20:43:14.1856279Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2024-08-22T20:43:14.1858954Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-08-22T20:43:14.1862088Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-08-22T20:43:14.1865067Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-08-22T20:43:14.1868667Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-08-22T20:43:14.1871401Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u4.c.o 2024-08-22T20:43:14.1873845Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u8.c.o 2024-08-22T20:43:14.1876408Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u16.c.o 2024-08-22T20:43:14.1879328Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:14.1882395Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:14.1885425Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:14.1888395Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:14.1891445Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:15.2335792Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:15.2338921Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:43:15.2342021Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:15.2345343Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:43:15.2348269Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:15.2351212Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:43:15.2354470Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:15.2357457Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:43:15.2360347Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:43:15.2363066Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u8.c.o 2024-08-22T20:43:15.2365583Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u16.c.o 2024-08-22T20:43:15.2368273Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u24.c.o 2024-08-22T20:43:15.2370767Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2024-08-22T20:43:15.2373891Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2376679Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2379601Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2382579Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2385697Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2388766Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2391537Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2394387Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2397194Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2399973Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2402615Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2405460Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2408446Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2411301Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2414277Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2417292Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2420254Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2422803Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2425489Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2428150Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2430936Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2433663Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2436476Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2439496Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2442287Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2445112Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2447872Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2450575Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2453138Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2459479Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2462317Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2467445Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2470597Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2473387Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2476607Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2479445Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2482294Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:15.2485193Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:15.2488124Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:16.3315954Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:16.3319180Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:16.3322059Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:16.3325070Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:43:16.3328108Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:43:16.3330959Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul16-ld64-u8.c.o 2024-08-22T20:43:16.3333701Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul16-ld64-u16.c.o 2024-08-22T20:43:16.3335914Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2024-08-22T20:43:16.3338405Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u16.c.o 2024-08-22T20:43:16.3341540Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul16-ld64-u8.c.o 2024-08-22T20:43:16.3344469Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul16-ld64-u16.c.o 2024-08-22T20:43:16.3347387Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2024-08-22T20:43:16.3350308Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u16.c.o 2024-08-22T20:43:16.3352977Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u8.c.o 2024-08-22T20:43:16.3355630Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2024-08-22T20:43:16.3358107Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u16.c.o 2024-08-22T20:43:16.3360553Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u8.c.o 2024-08-22T20:43:16.3363087Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u16.c.o 2024-08-22T20:43:16.3365819Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u32.c.o 2024-08-22T20:43:16.3367893Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u8.c.o 2024-08-22T20:43:16.3369992Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u16.c.o 2024-08-22T20:43:16.3372110Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2024-08-22T20:43:16.3374561Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-08-22T20:43:16.3377113Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-08-22T20:43:16.3379941Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-08-22T20:43:16.3382595Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-08-22T20:43:16.3384976Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u16.c.o 2024-08-22T20:43:16.3387076Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u32.c.o 2024-08-22T20:43:16.3389165Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u48.c.o 2024-08-22T20:43:16.3392203Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2024-08-22T20:43:16.3394302Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-avx-u4-prfm.c.o 2024-08-22T20:43:16.3396601Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-avx-u4.c.o 2024-08-22T20:43:16.3399248Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-avx-u4-prfm.c.o 2024-08-22T20:43:16.3401789Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-avx-u4.c.o 2024-08-22T20:43:16.3404468Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4-prfm.c.o 2024-08-22T20:43:16.3406971Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2024-08-22T20:43:16.3409312Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4-prfm.c.o 2024-08-22T20:43:16.3411719Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2024-08-22T20:43:16.3414152Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-multi-mov-avx.c.o 2024-08-22T20:43:16.3416739Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-multi-switch-avx.c.o 2024-08-22T20:43:16.3419557Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-mov-avx.c.o 2024-08-22T20:43:16.3422390Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2024-08-22T20:43:16.3425201Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-switch-avx.c.o 2024-08-22T20:43:16.3427764Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-mov-avx.c.o 2024-08-22T20:43:16.3430562Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-multi-avx.c.o 2024-08-22T20:43:16.3433511Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-switch-avx.c.o 2024-08-22T20:43:16.3436465Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-mov-avx.c.o 2024-08-22T20:43:16.3439149Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2024-08-22T20:43:16.3442056Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-switch-avx.c.o 2024-08-22T20:43:16.3444669Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2024-08-22T20:43:16.3447284Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2024-08-22T20:43:16.3449637Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u8.c.o 2024-08-22T20:43:16.3452517Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2024-08-22T20:43:16.3455751Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u8.c.o 2024-08-22T20:43:17.5177078Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u16-acc2.c.o 2024-08-22T20:43:17.5180190Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u24-acc3.c.o 2024-08-22T20:43:17.5183107Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc2.c.o 2024-08-22T20:43:17.5185938Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2024-08-22T20:43:17.5188848Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c8.c.o 2024-08-22T20:43:17.5191708Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c24.c.o 2024-08-22T20:43:17.5194625Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c16.c.o 2024-08-22T20:43:17.5197436Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c32.c.o 2024-08-22T20:43:17.5200135Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c8.c.o 2024-08-22T20:43:17.5202493Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c16.c.o 2024-08-22T20:43:17.5205429Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c24.c.o 2024-08-22T20:43:17.5208017Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c32.c.o 2024-08-22T20:43:17.5210555Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2024-08-22T20:43:17.5212799Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-f16c-2x8.c.o 2024-08-22T20:43:17.5214983Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-f16c-2x16.c.o 2024-08-22T20:43:17.5217178Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2024-08-22T20:43:17.5219624Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-f16c-u8.c.o 2024-08-22T20:43:17.5221986Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-f16c-u16.c.o 2024-08-22T20:43:17.5224357Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-f16c-u8.c.o 2024-08-22T20:43:17.5226683Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-f16c-u16.c.o 2024-08-22T20:43:17.5228869Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-f16c-u8.c.o 2024-08-22T20:43:17.5232233Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-f16c-u16.c.o 2024-08-22T20:43:17.5234773Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-f16c-u8.c.o 2024-08-22T20:43:17.5237123Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-f16c-u16.c.o 2024-08-22T20:43:17.5239386Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-f16c-u8.c.o 2024-08-22T20:43:17.5241573Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2024-08-22T20:43:17.5243764Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u8.c.o 2024-08-22T20:43:17.5245970Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2024-08-22T20:43:17.5248132Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-f16c-u8.c.o 2024-08-22T20:43:17.5250482Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2024-08-22T20:43:17.5252666Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-f16c-u8.c.o 2024-08-22T20:43:17.5255211Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2024-08-22T20:43:17.5257535Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-f16c-u8.c.o 2024-08-22T20:43:17.5260356Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-f16c-u16.c.o 2024-08-22T20:43:17.5263448Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-f16c-u8.c.o 2024-08-22T20:43:17.5266027Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-f16c-u16.c.o 2024-08-22T20:43:17.5268650Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-f16c-u8.c.o 2024-08-22T20:43:17.5271290Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-f16c-u16.c.o 2024-08-22T20:43:17.5273926Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-f16c-u8.c.o 2024-08-22T20:43:17.5276583Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-f16c-u16.c.o 2024-08-22T20:43:17.5279121Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u8.c.o 2024-08-22T20:43:17.5281603Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2024-08-22T20:43:17.5283888Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u8.c.o 2024-08-22T20:43:17.5286518Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2024-08-22T20:43:17.5289233Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-f16c-u8.c.o 2024-08-22T20:43:17.5292354Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-f16c-u16.c.o 2024-08-22T20:43:17.5295018Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-f16c-u8.c.o 2024-08-22T20:43:17.5297449Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-f16c-u16.c.o 2024-08-22T20:43:17.5300109Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u8.c.o 2024-08-22T20:43:17.5302443Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2024-08-22T20:43:17.5304830Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u8.c.o 2024-08-22T20:43:17.5307280Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2024-08-22T20:43:17.5309666Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u8.c.o 2024-08-22T20:43:17.5312026Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2024-08-22T20:43:17.5314371Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u8.c.o 2024-08-22T20:43:17.5316714Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2024-08-22T20:43:18.7256103Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u8.c.o 2024-08-22T20:43:18.7262145Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2024-08-22T20:43:18.7264775Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u8.c.o 2024-08-22T20:43:18.7266862Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2024-08-22T20:43:18.7269135Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u8.c.o 2024-08-22T20:43:18.7271253Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2024-08-22T20:43:18.7273318Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u8.c.o 2024-08-22T20:43:18.7275751Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u16.c.o 2024-08-22T20:43:18.7278297Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2024-08-22T20:43:18.7280960Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u8.c.o 2024-08-22T20:43:18.7283439Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u16.c.o 2024-08-22T20:43:18.7286073Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u32.c.o 2024-08-22T20:43:18.7288439Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-08-22T20:43:18.7291722Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-08-22T20:43:18.7294781Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-08-22T20:43:18.7297870Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-08-22T20:43:18.7300747Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-08-22T20:43:18.7303349Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-08-22T20:43:18.7306244Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-08-22T20:43:18.7309300Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-08-22T20:43:18.7312360Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-08-22T20:43:18.7315426Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-08-22T20:43:18.7318537Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-08-22T20:43:18.7321625Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-08-22T20:43:18.7325912Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-08-22T20:43:18.7329032Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-08-22T20:43:18.7332119Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-08-22T20:43:18.7334993Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-08-22T20:43:18.7337373Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-08-22T20:43:18.7340464Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-08-22T20:43:18.7343453Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-08-22T20:43:18.7345938Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-08-22T20:43:18.7348098Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u8.c.o 2024-08-22T20:43:18.7350220Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u16.c.o 2024-08-22T20:43:18.7354152Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u24.c.o 2024-08-22T20:43:18.7357020Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u32.c.o 2024-08-22T20:43:18.7359815Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u40.c.o 2024-08-22T20:43:18.7362274Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u48.c.o 2024-08-22T20:43:18.7364842Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u56.c.o 2024-08-22T20:43:18.7367657Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u64.c.o 2024-08-22T20:43:18.7370601Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u72.c.o 2024-08-22T20:43:18.7373510Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u80.c.o 2024-08-22T20:43:18.7375795Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-f16c-u8.c.o 2024-08-22T20:43:18.7377946Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2024-08-22T20:43:18.7380531Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u8.c.o 2024-08-22T20:43:18.7383084Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2024-08-22T20:43:18.7385337Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-f16c.c.o 2024-08-22T20:43:18.7387477Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-f16c.c.o 2024-08-22T20:43:18.7389455Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-expm1minus-rr1-p3h2ts-div.c.o 2024-08-22T20:43:18.7391520Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-expm1minus-rr1-p3h2ts-rcp.c.o 2024-08-22T20:43:18.7394071Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-polynomial-p17h8t2.c.o 2024-08-22T20:43:18.7396389Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-polynomial-p19h9t2.c.o 2024-08-22T20:43:18.7398513Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:20.1061465Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:20.1064185Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:20.1067145Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:20.1070016Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:20.1073129Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:20.1075439Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:20.1078324Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:20.1080994Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:20.1083689Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:20.1086545Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:20.1089163Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:20.1092013Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:20.1094795Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:20.1097476Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:20.1100605Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:20.1103528Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:20.1106153Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:20.1108900Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:20.1111469Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:20.1114045Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:20.1116954Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:20.1119448Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:20.1121942Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:20.1124890Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:20.1127697Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:20.1130396Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:20.1133319Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:20.1136057Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:20.1138608Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:20.1141728Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:20.1144735Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:20.1147746Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:20.1150142Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:20.1152344Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:20.1155232Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:20.1158076Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:20.1161254Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:20.1164459Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:20.1167765Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:20.1170916Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:20.1174267Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:20.1177670Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:20.1181263Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:20.1184615Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:20.1187911Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:20.1190618Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:20.1194034Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:20.1197042Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:21.4850731Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:21.4857039Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:21.4861014Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:21.4864890Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:21.4868359Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4871879Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4875394Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4878915Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4882083Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4885789Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4889233Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4892544Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4896233Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4899818Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4904056Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4906999Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4909753Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4912354Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4915100Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4918446Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4921323Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4924168Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4927305Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4930471Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4933620Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4936565Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4939930Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4942531Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4945166Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4948208Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4951786Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4956006Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4958748Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4961727Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4964894Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4968165Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4971349Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4974546Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4977633Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4981081Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4984454Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4987418Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4990637Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.4993840Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.4997015Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.5000223Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.5003432Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:21.5006644Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:21.5009655Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u8.c.o 2024-08-22T20:43:22.9785509Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u16.c.o 2024-08-22T20:43:22.9788490Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u24.c.o 2024-08-22T20:43:22.9791944Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u32.c.o 2024-08-22T20:43:22.9794848Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u8.c.o 2024-08-22T20:43:22.9797737Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u16.c.o 2024-08-22T20:43:22.9800634Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u24.c.o 2024-08-22T20:43:22.9803284Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u32.c.o 2024-08-22T20:43:22.9805740Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:22.9808522Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:22.9811102Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:22.9814238Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:22.9817383Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:22.9821187Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:22.9824284Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:22.9826972Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:22.9829965Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:22.9832962Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:22.9835898Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:22.9838788Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:22.9841720Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:22.9844686Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:22.9847588Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:22.9850469Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:22.9853401Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:22.9857280Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:22.9860282Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:22.9866881Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:22.9869516Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:22.9872318Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:22.9875210Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:22.9878031Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:22.9880837Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:22.9883786Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:22.9886667Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:22.9889544Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:22.9892977Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:22.9895835Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:22.9898742Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:22.9901961Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:22.9904813Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:22.9907746Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:22.9910697Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:22.9913669Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:22.9916047Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:22.9918338Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:22.9920695Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:22.9923333Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:22.9925639Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:22.9928240Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:22.9931171Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:22.9934100Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:22.9937025Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:24.3476131Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:24.3479228Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:24.3482266Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:24.3485267Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:24.3488264Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:24.3491763Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:24.3494768Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:24.3497771Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:24.3501013Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:24.3503926Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-xop-mul32-ld32-u8.c.o 2024-08-22T20:43:24.3506839Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-xop-mul32-ld32-u16.c.o 2024-08-22T20:43:24.3509774Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-xop-mul32-ld32-u8.c.o 2024-08-22T20:43:24.3512710Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-xop-mul32-ld32-u16.c.o 2024-08-22T20:43:24.3515621Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3518454Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-fma3.c.o 2024-08-22T20:43:24.3521302Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3524152Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2024-08-22T20:43:24.3527403Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3530271Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-fma3.c.o 2024-08-22T20:43:24.3533137Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3535746Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-fma3.c.o 2024-08-22T20:43:24.3538121Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3540741Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2024-08-22T20:43:24.3543347Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3546180Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-fma3.c.o 2024-08-22T20:43:24.3549082Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3552049Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2024-08-22T20:43:24.3557658Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3560757Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.o 2024-08-22T20:43:24.3563698Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3566706Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.o 2024-08-22T20:43:24.3569692Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3572665Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.o 2024-08-22T20:43:24.3575680Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3578726Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.o 2024-08-22T20:43:24.3582017Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3585036Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.o 2024-08-22T20:43:24.3588029Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3591008Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.o 2024-08-22T20:43:24.3594504Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3597558Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.o 2024-08-22T20:43:24.3600600Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3603582Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.o 2024-08-22T20:43:24.3606474Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3609139Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-fma3.c.o 2024-08-22T20:43:24.3611467Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3613888Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2024-08-22T20:43:24.3616452Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3619250Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-fma3.c.o 2024-08-22T20:43:24.3622782Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3625670Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3.c.o 2024-08-22T20:43:24.3628529Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-fma3-acc2.c.o 2024-08-22T20:43:24.3631387Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-fma3.c.o 2024-08-22T20:43:25.7520422Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-fma3-acc2.c.o 2024-08-22T20:43:25.7523024Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-fma3.c.o 2024-08-22T20:43:25.7525616Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2024-08-22T20:43:25.7528255Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c16.c.o 2024-08-22T20:43:25.7530648Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2024-08-22T20:43:25.7533151Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c16-minmax-fma3-2x.c.o 2024-08-22T20:43:25.7535991Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-08-22T20:43:25.7538726Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-08-22T20:43:25.7541943Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-08-22T20:43:25.7544708Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-08-22T20:43:25.7547764Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-08-22T20:43:25.7550682Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-08-22T20:43:25.7556157Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-08-22T20:43:25.7558708Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-08-22T20:43:25.7561322Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-08-22T20:43:25.7564281Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-08-22T20:43:25.7567393Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-08-22T20:43:25.7570355Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-08-22T20:43:25.7573301Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-08-22T20:43:25.7576143Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-08-22T20:43:25.7579164Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-08-22T20:43:25.7582395Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-08-22T20:43:25.7585478Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-08-22T20:43:25.7588586Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-08-22T20:43:25.7591746Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-08-22T20:43:25.7594888Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-08-22T20:43:25.7597903Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u8.c.o 2024-08-22T20:43:25.7600873Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u16.c.o 2024-08-22T20:43:25.7603866Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u24.c.o 2024-08-22T20:43:25.7606593Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2024-08-22T20:43:25.7609544Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u40.c.o 2024-08-22T20:43:25.7612331Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u48.c.o 2024-08-22T20:43:25.7615012Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u56.c.o 2024-08-22T20:43:25.7617433Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u64.c.o 2024-08-22T20:43:25.7620326Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u72.c.o 2024-08-22T20:43:25.7623240Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u80.c.o 2024-08-22T20:43:25.7625881Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-fma3-acc2.c.o 2024-08-22T20:43:25.7628163Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-fma3.c.o 2024-08-22T20:43:25.7630711Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3-acc2.c.o 2024-08-22T20:43:25.7633413Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2024-08-22T20:43:25.7636558Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-fma3-acc2.c.o 2024-08-22T20:43:25.7639317Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-fma3.c.o 2024-08-22T20:43:25.7641690Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3-acc2.c.o 2024-08-22T20:43:25.7644112Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2024-08-22T20:43:25.7646837Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:25.7649665Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2024-08-22T20:43:25.7652196Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:25.7655265Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.o 2024-08-22T20:43:25.7658020Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:25.7660598Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.o 2024-08-22T20:43:25.7663331Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:25.7666092Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.o 2024-08-22T20:43:27.1629899Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:27.1633046Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.o 2024-08-22T20:43:27.1636141Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:27.1639110Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.o 2024-08-22T20:43:27.1642028Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-fma3-acc2.c.o 2024-08-22T20:43:27.1644817Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-fma3.c.o 2024-08-22T20:43:27.1647668Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3-acc2.c.o 2024-08-22T20:43:27.1650514Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2024-08-22T20:43:27.1653163Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3-acc2.c.o 2024-08-22T20:43:27.1656224Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2024-08-22T20:43:27.1659150Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-fma3-acc2.c.o 2024-08-22T20:43:27.1662583Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-fma3.c.o 2024-08-22T20:43:27.1665550Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1668494Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1671412Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1674283Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1677214Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1680122Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1682858Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1685809Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1688741Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1691667Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1694648Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1697956Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1701009Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1703901Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1706794Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1709624Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1713076Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1716105Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1719165Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1722243Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1725265Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1728569Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1731561Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1734616Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1737664Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1740805Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1743823Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1746911Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1749922Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1753413Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1756871Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1759760Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1762511Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1765409Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1768345Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1771299Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1774281Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1777240Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1780343Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:27.1783331Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3718552Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3721496Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2024-08-22T20:43:28.3724352Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3727707Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3730415Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3733365Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.o 2024-08-22T20:43:28.3736116Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3739233Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3742135Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3745033Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3748134Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3751162Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3754315Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3757196Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3760212Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3763702Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3766957Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3769856Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3772727Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3775698Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3778549Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3781682Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3784628Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3787432Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3790599Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3794146Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:28.3796914Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u8.c.o 2024-08-22T20:43:28.3799259Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2024-08-22T20:43:28.3801802Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u8.c.o 2024-08-22T20:43:28.3804292Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2024-08-22T20:43:28.3806843Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u32.c.o 2024-08-22T20:43:28.3809416Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u8.c.o 2024-08-22T20:43:28.3811989Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u16.c.o 2024-08-22T20:43:28.3814552Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u32.c.o 2024-08-22T20:43:28.3817443Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.o 2024-08-22T20:43:28.3820808Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-08-22T20:43:28.3824042Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.o 2024-08-22T20:43:28.3827362Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-08-22T20:43:28.3830313Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.o 2024-08-22T20:43:28.3833465Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-08-22T20:43:28.3836619Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.o 2024-08-22T20:43:28.3839898Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-08-22T20:43:28.3843110Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.o 2024-08-22T20:43:28.3846372Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-08-22T20:43:28.3849924Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.o 2024-08-22T20:43:28.3853186Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:43:28.3958201Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.o 2024-08-22T20:43:28.3961486Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:43:28.3964947Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.o 2024-08-22T20:43:28.3968230Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:43:29.6703159Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.o 2024-08-22T20:43:29.6706728Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:43:29.6710287Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.o 2024-08-22T20:43:29.6713635Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:43:29.6716958Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-22T20:43:29.6720060Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-22T20:43:29.6723095Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-08-22T20:43:29.6726506Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u32.c.o 2024-08-22T20:43:29.6729582Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u8.c.o 2024-08-22T20:43:29.6732693Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u16.c.o 2024-08-22T20:43:29.6735833Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u24.c.o 2024-08-22T20:43:29.6739171Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u32.c.o 2024-08-22T20:43:29.6742599Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:43:29.6745840Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:43:29.6748984Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-08-22T20:43:29.6751902Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-08-22T20:43:29.6755156Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-08-22T20:43:29.6758494Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-08-22T20:43:29.6761583Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-08-22T20:43:29.6764569Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-08-22T20:43:29.6767395Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-08-22T20:43:29.6770340Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-08-22T20:43:29.6773315Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:43:29.6776485Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:43:29.6779748Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-08-22T20:43:29.6782891Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-08-22T20:43:29.6786016Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-08-22T20:43:29.6789199Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-08-22T20:43:29.6792497Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-08-22T20:43:29.6795671Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-08-22T20:43:29.6798804Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-08-22T20:43:29.6801965Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-08-22T20:43:29.6805110Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u8.c.o 2024-08-22T20:43:29.6808359Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u16.c.o 2024-08-22T20:43:29.6811594Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u24.c.o 2024-08-22T20:43:29.6814583Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u32.c.o 2024-08-22T20:43:29.6817611Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u40.c.o 2024-08-22T20:43:29.6820764Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u48.c.o 2024-08-22T20:43:29.6824170Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u56.c.o 2024-08-22T20:43:29.6827324Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u64.c.o 2024-08-22T20:43:29.6830431Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u72.c.o 2024-08-22T20:43:29.6833563Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u80.c.o 2024-08-22T20:43:29.6836372Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma1adj.c.o 2024-08-22T20:43:29.6838844Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma.c.o 2024-08-22T20:43:29.6841274Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr2fma.c.o 2024-08-22T20:43:29.6843891Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-expm1minus-rr1-p3h2ts-div.c.o 2024-08-22T20:43:29.6846780Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-expm1minus-rr1-p3h2ts-rcp.c.o 2024-08-22T20:43:29.6849461Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-polynomial-p17h8t2.c.o 2024-08-22T20:43:29.6852137Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-polynomial-p19h9t2.c.o 2024-08-22T20:43:29.6855378Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-08-22T20:43:30.8763241Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-08-22T20:43:30.8766046Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:43:30.8768598Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1.c.o 2024-08-22T20:43:30.8771421Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1adj.c.o 2024-08-22T20:43:30.8773861Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:43:30.8776208Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:43:30.8779072Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-08-22T20:43:30.8782191Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8784872Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8787581Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8790929Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8794132Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8796769Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8799456Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8802423Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8805335Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8807953Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8810786Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8813729Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8816432Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8819169Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8823299Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8826298Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8829204Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8832098Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8834456Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8837083Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8839842Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8842552Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8845291Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8847657Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8850343Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8852994Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8856211Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8859065Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8862074Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8865014Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8867948Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8870882Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8873756Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8876677Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8879338Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8881703Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:30.8884593Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2024-08-22T20:43:30.8886776Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2024-08-22T20:43:30.8889099Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.o 2024-08-22T20:43:30.8892247Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.o 2024-08-22T20:43:30.8895312Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2024-08-22T20:43:30.8897996Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.o 2024-08-22T20:43:30.8900884Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.o 2024-08-22T20:43:31.9843621Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.o 2024-08-22T20:43:31.9846663Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.o 2024-08-22T20:43:31.9849719Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.o 2024-08-22T20:43:31.9853224Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.o 2024-08-22T20:43:31.9856292Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.o 2024-08-22T20:43:31.9859535Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.o 2024-08-22T20:43:31.9862825Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.o 2024-08-22T20:43:31.9866239Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.o 2024-08-22T20:43:31.9869249Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.o 2024-08-22T20:43:31.9872090Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.o 2024-08-22T20:43:31.9875260Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.o 2024-08-22T20:43:31.9879164Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.o 2024-08-22T20:43:31.9882226Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.o 2024-08-22T20:43:31.9885620Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.o 2024-08-22T20:43:31.9888979Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.o 2024-08-22T20:43:31.9892096Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.o 2024-08-22T20:43:31.9894499Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u8.c.o 2024-08-22T20:43:31.9896744Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2024-08-22T20:43:31.9899130Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u8.c.o 2024-08-22T20:43:31.9901801Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u16.c.o 2024-08-22T20:43:31.9904226Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u24.c.o 2024-08-22T20:43:31.9906685Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u32.c.o 2024-08-22T20:43:31.9909306Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u40.c.o 2024-08-22T20:43:31.9912142Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u48.c.o 2024-08-22T20:43:31.9915481Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u56.c.o 2024-08-22T20:43:31.9918379Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u64.c.o 2024-08-22T20:43:31.9921270Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.o 2024-08-22T20:43:31.9924172Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.o 2024-08-22T20:43:31.9927069Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.o 2024-08-22T20:43:31.9930012Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2024-08-22T20:43:31.9932883Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u40.c.o 2024-08-22T20:43:31.9935786Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u48.c.o 2024-08-22T20:43:31.9938701Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u56.c.o 2024-08-22T20:43:31.9941760Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u64.c.o 2024-08-22T20:43:31.9944740Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-08-22T20:43:31.9948135Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-08-22T20:43:31.9951259Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-08-22T20:43:31.9954974Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-08-22T20:43:31.9958115Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-08-22T20:43:31.9961260Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-08-22T20:43:31.9964377Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-08-22T20:43:31.9967497Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-08-22T20:43:31.9970629Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-08-22T20:43:31.9973707Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-08-22T20:43:31.9976807Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-08-22T20:43:31.9984622Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-08-22T20:43:31.9988090Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-08-22T20:43:31.9991188Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-08-22T20:43:31.9994283Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-08-22T20:43:31.9997379Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-08-22T20:43:33.2585727Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-08-22T20:43:33.2588996Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-08-22T20:43:33.2592137Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-08-22T20:43:33.2595223Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-08-22T20:43:33.2598328Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2601445Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2604560Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2608121Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2611251Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2614379Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2617418Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2620601Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2623704Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2626817Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2629921Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2632657Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2635259Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2638546Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2641408Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2643922Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2646704Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2649779Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2652508Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2655573Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2658399Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2661581Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2664187Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2666866Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2670213Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2673362Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2676237Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2678793Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:33.2681325Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u16.c.o 2024-08-22T20:43:33.2683851Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u32.c.o 2024-08-22T20:43:33.2686541Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u48.c.o 2024-08-22T20:43:33.2688915Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2024-08-22T20:43:33.2691020Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u16.c.o 2024-08-22T20:43:33.2693387Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u32.c.o 2024-08-22T20:43:33.2695929Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u48.c.o 2024-08-22T20:43:33.2698791Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2024-08-22T20:43:33.2701382Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64-acc2.c.o 2024-08-22T20:43:33.2704346Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64-acc4.c.o 2024-08-22T20:43:33.2707182Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64.c.o 2024-08-22T20:43:33.2709734Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u72-acc3.c.o 2024-08-22T20:43:33.2712461Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u72.c.o 2024-08-22T20:43:33.2715416Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80-acc2.c.o 2024-08-22T20:43:33.2718577Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80-acc5.c.o 2024-08-22T20:43:33.2721563Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80.c.o 2024-08-22T20:43:33.2724300Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc2.c.o 2024-08-22T20:43:33.2727039Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc3.c.o 2024-08-22T20:43:33.2730327Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc6.c.o 2024-08-22T20:43:34.4616051Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96.c.o 2024-08-22T20:43:34.4619083Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64-acc2.c.o 2024-08-22T20:43:34.4622211Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64-acc4.c.o 2024-08-22T20:43:34.4624979Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64.c.o 2024-08-22T20:43:34.4627918Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u72-acc3.c.o 2024-08-22T20:43:34.4630756Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u72.c.o 2024-08-22T20:43:34.4633648Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80-acc2.c.o 2024-08-22T20:43:34.4636609Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80-acc5.c.o 2024-08-22T20:43:34.4639460Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80.c.o 2024-08-22T20:43:34.4642257Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc2.c.o 2024-08-22T20:43:34.4645630Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc3.c.o 2024-08-22T20:43:34.4648562Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc6.c.o 2024-08-22T20:43:34.4651425Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96.c.o 2024-08-22T20:43:34.4654908Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc2.c.o 2024-08-22T20:43:34.4658377Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc4.c.o 2024-08-22T20:43:34.4661904Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64.c.o 2024-08-22T20:43:34.4665321Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u72-acc3.c.o 2024-08-22T20:43:34.4668220Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u72.c.o 2024-08-22T20:43:34.4670995Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc2.c.o 2024-08-22T20:43:34.4674340Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc5.c.o 2024-08-22T20:43:34.4677764Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80.c.o 2024-08-22T20:43:34.4681942Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc2.c.o 2024-08-22T20:43:34.4685403Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc3.c.o 2024-08-22T20:43:34.4688885Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc6.c.o 2024-08-22T20:43:34.4692251Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96.c.o 2024-08-22T20:43:34.4695364Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u8.c.o 2024-08-22T20:43:34.4702567Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u16.c.o 2024-08-22T20:43:34.4705584Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u24.c.o 2024-08-22T20:43:34.4708447Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u32.c.o 2024-08-22T20:43:34.4711215Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u40.c.o 2024-08-22T20:43:34.4713524Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u48.c.o 2024-08-22T20:43:34.4716491Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2024-08-22T20:43:34.4719318Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u64.c.o 2024-08-22T20:43:34.4722168Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u72.c.o 2024-08-22T20:43:34.4724971Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u80.c.o 2024-08-22T20:43:34.4727819Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u8.c.o 2024-08-22T20:43:34.4730642Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u16.c.o 2024-08-22T20:43:34.4733523Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u24.c.o 2024-08-22T20:43:34.4736419Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u32.c.o 2024-08-22T20:43:34.4739255Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u40.c.o 2024-08-22T20:43:34.4742257Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u48.c.o 2024-08-22T20:43:34.4745193Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u56.c.o 2024-08-22T20:43:34.4748089Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u64.c.o 2024-08-22T20:43:34.4751239Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u72.c.o 2024-08-22T20:43:34.4754403Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u80.c.o 2024-08-22T20:43:34.4757306Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u8.c.o 2024-08-22T20:43:34.4760235Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u16.c.o 2024-08-22T20:43:34.4763161Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u24.c.o 2024-08-22T20:43:34.4766103Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u32.c.o 2024-08-22T20:43:34.4769021Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u40.c.o 2024-08-22T20:43:34.4771938Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u48.c.o 2024-08-22T20:43:35.7105712Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u56.c.o 2024-08-22T20:43:35.7108423Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u64.c.o 2024-08-22T20:43:35.7111308Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u72.c.o 2024-08-22T20:43:35.7113843Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u80.c.o 2024-08-22T20:43:35.7116449Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u8.c.o 2024-08-22T20:43:35.7118790Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u16.c.o 2024-08-22T20:43:35.7120911Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u24.c.o 2024-08-22T20:43:35.7123202Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u32.c.o 2024-08-22T20:43:35.7125719Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u48.c.o 2024-08-22T20:43:35.7129198Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u40.c.o 2024-08-22T20:43:35.7131448Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u56.c.o 2024-08-22T20:43:35.7133828Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u64.c.o 2024-08-22T20:43:35.7136334Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u72.c.o 2024-08-22T20:43:35.7138382Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u80.c.o 2024-08-22T20:43:35.7141077Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u8.c.o 2024-08-22T20:43:35.7144438Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u16.c.o 2024-08-22T20:43:35.7147114Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u32.c.o 2024-08-22T20:43:35.7149930Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u24.c.o 2024-08-22T20:43:35.7152954Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u40.c.o 2024-08-22T20:43:35.7155863Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u48.c.o 2024-08-22T20:43:35.7158710Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u56.c.o 2024-08-22T20:43:35.7161709Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u64.c.o 2024-08-22T20:43:35.7164474Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u72.c.o 2024-08-22T20:43:35.7166999Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u80.c.o 2024-08-22T20:43:35.7170652Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u88.c.o 2024-08-22T20:43:35.7173541Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u96.c.o 2024-08-22T20:43:35.7176293Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u8.c.o 2024-08-22T20:43:35.7178916Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u16.c.o 2024-08-22T20:43:35.7181410Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u24.c.o 2024-08-22T20:43:35.7184048Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u32.c.o 2024-08-22T20:43:35.7186602Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u40.c.o 2024-08-22T20:43:35.7189115Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u48.c.o 2024-08-22T20:43:35.7191750Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u56.c.o 2024-08-22T20:43:35.7194199Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u64.c.o 2024-08-22T20:43:35.7196665Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u72.c.o 2024-08-22T20:43:35.7199329Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u80.c.o 2024-08-22T20:43:35.7202808Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u88.c.o 2024-08-22T20:43:35.7205491Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u96.c.o 2024-08-22T20:43:35.7208420Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u8.c.o 2024-08-22T20:43:35.7210635Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u16.c.o 2024-08-22T20:43:35.7212706Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u24.c.o 2024-08-22T20:43:35.7215364Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u32.c.o 2024-08-22T20:43:35.7218027Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2024-08-22T20:43:35.7221073Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u48.c.o 2024-08-22T20:43:35.7223844Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u56.c.o 2024-08-22T20:43:35.7226242Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u64.c.o 2024-08-22T20:43:35.7228755Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u72.c.o 2024-08-22T20:43:35.7231760Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u80.c.o 2024-08-22T20:43:35.7234217Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.o 2024-08-22T20:43:35.7236730Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.o 2024-08-22T20:43:35.7239449Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.o 2024-08-22T20:43:35.7241861Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.o 2024-08-22T20:43:35.7244199Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u40.c.o 2024-08-22T20:43:36.8236888Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u48.c.o 2024-08-22T20:43:36.8239906Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u56.c.o 2024-08-22T20:43:36.8242913Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u64.c.o 2024-08-22T20:43:36.8245872Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u72.c.o 2024-08-22T20:43:36.8248832Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u80.c.o 2024-08-22T20:43:36.8251746Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.o 2024-08-22T20:43:36.8255489Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.o 2024-08-22T20:43:36.8258439Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.o 2024-08-22T20:43:36.8261517Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.o 2024-08-22T20:43:36.8264412Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u40.c.o 2024-08-22T20:43:36.8267358Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u48.c.o 2024-08-22T20:43:36.8270298Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u56.c.o 2024-08-22T20:43:36.8273262Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u64.c.o 2024-08-22T20:43:36.8276188Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u72.c.o 2024-08-22T20:43:36.8279147Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u80.c.o 2024-08-22T20:43:36.8282266Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.o 2024-08-22T20:43:36.8286243Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-08-22T20:43:36.8289590Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.o 2024-08-22T20:43:36.8292928Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-08-22T20:43:36.8296286Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.o 2024-08-22T20:43:36.8299841Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-08-22T20:43:36.8303148Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.o 2024-08-22T20:43:36.8306506Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-08-22T20:43:36.8309864Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.o 2024-08-22T20:43:36.8313226Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-08-22T20:43:36.8316660Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.o 2024-08-22T20:43:36.8320085Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:43:36.8323815Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.o 2024-08-22T20:43:36.8327253Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:43:36.8330707Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.o 2024-08-22T20:43:36.8334099Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:43:36.8337504Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.o 2024-08-22T20:43:36.8341053Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:43:36.8344482Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.o 2024-08-22T20:43:36.8347876Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:43:36.8351267Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u8.c.o 2024-08-22T20:43:36.8356313Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.o 2024-08-22T20:43:36.8359715Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u24.c.o 2024-08-22T20:43:36.8363054Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.o 2024-08-22T20:43:36.8366454Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u40.c.o 2024-08-22T20:43:36.8369812Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.o 2024-08-22T20:43:36.8373237Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u56.c.o 2024-08-22T20:43:36.8376694Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.o 2024-08-22T20:43:36.8380217Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u72.c.o 2024-08-22T20:43:36.8383546Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.o 2024-08-22T20:43:36.8386890Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u8.c.o 2024-08-22T20:43:36.8390305Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.o 2024-08-22T20:43:36.8394148Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u24.c.o 2024-08-22T20:43:38.0798351Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.o 2024-08-22T20:43:38.0801443Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u40.c.o 2024-08-22T20:43:38.0804412Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.o 2024-08-22T20:43:38.0807140Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u56.c.o 2024-08-22T20:43:38.0809857Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.o 2024-08-22T20:43:38.0813035Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u72.c.o 2024-08-22T20:43:38.0816345Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.o 2024-08-22T20:43:38.0819148Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u8.c.o 2024-08-22T20:43:38.0823769Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.o 2024-08-22T20:43:38.0826591Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u24.c.o 2024-08-22T20:43:38.0829652Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.o 2024-08-22T20:43:38.0832710Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u40.c.o 2024-08-22T20:43:38.0835628Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.o 2024-08-22T20:43:38.0838785Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u56.c.o 2024-08-22T20:43:38.0841400Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.o 2024-08-22T20:43:38.0844109Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u72.c.o 2024-08-22T20:43:38.0847241Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.o 2024-08-22T20:43:38.0850348Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u8.c.o 2024-08-22T20:43:38.0852916Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:43:38.0856200Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u24.c.o 2024-08-22T20:43:38.0859365Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:43:38.0862587Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u40.c.o 2024-08-22T20:43:38.0865195Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:43:38.0867631Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u56.c.o 2024-08-22T20:43:38.0870542Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:43:38.0873622Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u72.c.o 2024-08-22T20:43:38.0876366Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:43:38.0879494Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:43:38.0882971Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:43:38.0885888Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-08-22T20:43:38.0888439Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-08-22T20:43:38.0891276Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-08-22T20:43:38.0894185Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-08-22T20:43:38.0896920Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-08-22T20:43:38.0900290Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-08-22T20:43:38.0903170Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-08-22T20:43:38.0905764Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-08-22T20:43:38.0908293Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:43:38.0911098Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:43:38.0914152Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-08-22T20:43:38.0916762Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-08-22T20:43:38.0919576Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-08-22T20:43:38.0922565Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-08-22T20:43:38.0925697Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-08-22T20:43:38.0928280Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-08-22T20:43:38.0931203Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-08-22T20:43:38.0933819Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-08-22T20:43:38.0936150Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u8.c.o 2024-08-22T20:43:39.1827030Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u16.c.o 2024-08-22T20:43:39.1830027Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u24.c.o 2024-08-22T20:43:39.1833167Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u32.c.o 2024-08-22T20:43:39.1836143Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u40.c.o 2024-08-22T20:43:39.1838795Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u48.c.o 2024-08-22T20:43:39.1842621Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u56.c.o 2024-08-22T20:43:39.1845625Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u64.c.o 2024-08-22T20:43:39.1848772Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u72.c.o 2024-08-22T20:43:39.1851730Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u80.c.o 2024-08-22T20:43:39.1854324Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-avx2-rr1-p2.c.o 2024-08-22T20:43:39.1856495Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-avx2-rr1-p3.c.o 2024-08-22T20:43:39.1858769Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-avx2-rr1-p2.c.o 2024-08-22T20:43:39.1861222Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-avx2-rr1-p3.c.o 2024-08-22T20:43:39.1863795Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p2-div.c.o 2024-08-22T20:43:39.1866119Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p2-rcp.c.o 2024-08-22T20:43:39.1868454Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p3-div.c.o 2024-08-22T20:43:39.1870588Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p3-rcp.c.o 2024-08-22T20:43:39.1872808Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-lut8-p3-perm.c.o 2024-08-22T20:43:39.1875141Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-lut8-p4-perm.c.o 2024-08-22T20:43:39.1877284Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-p5.c.o 2024-08-22T20:43:39.1879456Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut4-p4-perm.c.o 2024-08-22T20:43:39.1881938Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut8-p4-perm.c.o 2024-08-22T20:43:39.1884404Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut16-p3-gather.c.o 2024-08-22T20:43:39.1886799Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-p6.c.o 2024-08-22T20:43:39.1888885Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-avx2-rr1-p5.c.o 2024-08-22T20:43:39.1891331Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-avx2-rr2-p5.c.o 2024-08-22T20:43:39.1893541Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx2-p5.c.o 2024-08-22T20:43:39.1895783Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-div.c.o 2024-08-22T20:43:39.1898199Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2024-08-22T20:43:39.1901699Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2024-08-22T20:43:39.1904162Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2024-08-22T20:43:39.1906661Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-div.c.o 2024-08-22T20:43:39.1908950Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-nr1fma.c.o 2024-08-22T20:43:39.1911100Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-nr2fma.c.o 2024-08-22T20:43:39.1913459Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-div.c.o 2024-08-22T20:43:39.1916063Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2024-08-22T20:43:39.1918544Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2024-08-22T20:43:39.1921509Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2024-08-22T20:43:39.1923764Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-div.c.o 2024-08-22T20:43:39.1926092Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-nr1fma.c.o 2024-08-22T20:43:39.1928388Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-nr2fma.c.o 2024-08-22T20:43:39.1930762Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-avx2-expm1minus-rr1-p3h2ts-div.c.o 2024-08-22T20:43:39.2044848Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-avx2-expm1minus-rr1-p3h2ts-rcp.c.o 2024-08-22T20:43:39.2051524Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-08-22T20:43:39.2060626Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-08-22T20:43:39.2067107Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-div.c.o 2024-08-22T20:43:39.2073588Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.o 2024-08-22T20:43:39.2080108Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.o 2024-08-22T20:43:39.2086793Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-div.c.o 2024-08-22T20:43:39.2092855Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.o 2024-08-22T20:43:39.2098808Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.o 2024-08-22T20:43:39.2104988Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:43:39.2110679Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:43:39.2116718Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-08-22T20:43:40.5028346Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5032301Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5036188Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5040336Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5045413Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5048227Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5050639Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5052538Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5054749Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5056699Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5059187Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5061833Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5064344Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5066895Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5069433Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5072326Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5075018Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5077767Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5080241Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5082714Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5085268Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5087840Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5090408Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5093118Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:40.5095679Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:40.5098360Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:40.5101819Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:40.5104791Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:40.5107932Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:40.5110663Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:40.5113572Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:40.5116668Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:40.5119719Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:40.5122618Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:40.5125493Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:40.5128625Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:40.5132084Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:40.5135111Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:40.5138031Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:40.5141172Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:40.5144588Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:40.5147455Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:40.5150206Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:40.5152930Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:40.5157182Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:40.5160208Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:40.5163415Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:40.5166262Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:42.0148004Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:42.0151406Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:42.0154949Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:42.0158128Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:42.0160975Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:42.0164086Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:42.0167435Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:42.0170603Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:42.0175493Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:42.0178904Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:42.0182312Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:42.0185448Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:42.0188460Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:42.0191697Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:42.0195026Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:42.0198342Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:42.0201619Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:42.0204705Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:42.0207725Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:42.0211227Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:42.0214357Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:42.0217212Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2024-08-22T20:43:42.0220126Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u24.c.o 2024-08-22T20:43:42.0222789Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u32.c.o 2024-08-22T20:43:42.0225531Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u64.c.o 2024-08-22T20:43:42.0228026Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u8.c.o 2024-08-22T20:43:42.0230613Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2024-08-22T20:43:42.0233099Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u24.c.o 2024-08-22T20:43:42.0235709Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u32.c.o 2024-08-22T20:43:42.0238640Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:42.0241974Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:42.0245085Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:42.0248637Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:42.0252445Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:42.0256591Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:42.0260213Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:42.0263856Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:42.0267612Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:42.0271104Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:42.0274439Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:42.0278338Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:42.0282010Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:42.0285388Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:42.0288800Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:42.0291941Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:42.0295356Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:42.0298842Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:42.0302429Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:43.5245312Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:43.5248410Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:43.5251263Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:43.5254456Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:43.5257322Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:43.5260226Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:43.5263058Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:43.5266007Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:43.5268934Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:43.5271724Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:43.5274471Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:43.5277705Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:43.5280499Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:43.5283128Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:43.5285818Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:43.5288552Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:43.5291260Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:43.5293914Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:43.5296549Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:43.5299293Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:43.5302279Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:43.5305255Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:43.5307974Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:43.5310747Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:43.5313497Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:43.5316307Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:43.5341171Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:43.5344168Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:43.5346864Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:43.5349639Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:43.5352353Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:43.5356456Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:43.5359671Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:43.5362511Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:43.5365351Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:43.5368027Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u8.c.o 2024-08-22T20:43:43.5370803Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2024-08-22T20:43:43.5396820Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u24.c.o 2024-08-22T20:43:43.5399176Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u32.c.o 2024-08-22T20:43:43.5401518Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.o 2024-08-22T20:43:43.5403857Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2024-08-22T20:43:43.5406225Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.o 2024-08-22T20:43:43.5408991Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.o 2024-08-22T20:43:43.5411135Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u16.c.o 2024-08-22T20:43:43.5413142Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2024-08-22T20:43:43.5415257Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u64.c.o 2024-08-22T20:43:43.5417488Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u16.c.o 2024-08-22T20:43:43.5419872Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2024-08-22T20:43:43.5421982Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u64.c.o 2024-08-22T20:43:44.9775187Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:44.9777890Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:44.9781104Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:44.9784117Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:44.9787182Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:44.9790857Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:44.9794009Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:44.9797037Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:44.9800110Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:44.9802968Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:44.9805850Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:44.9808764Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:44.9811666Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:44.9814549Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:44.9817410Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:44.9820783Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u8.c.o 2024-08-22T20:43:44.9823306Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2024-08-22T20:43:44.9825821Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u24.c.o 2024-08-22T20:43:44.9828371Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u32.c.o 2024-08-22T20:43:44.9830975Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:44.9833652Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:44.9836335Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:44.9839026Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:44.9841742Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:44.9844482Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:44.9847212Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:44.9849882Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:44.9852653Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u8.c.o 2024-08-22T20:43:44.9856545Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2024-08-22T20:43:44.9859370Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.o 2024-08-22T20:43:44.9862320Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2024-08-22T20:43:44.9864937Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u16.c.o 2024-08-22T20:43:44.9867320Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2024-08-22T20:43:44.9869712Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u64.c.o 2024-08-22T20:43:44.9872116Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u16.c.o 2024-08-22T20:43:44.9874604Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2024-08-22T20:43:44.9877056Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u64.c.o 2024-08-22T20:43:44.9879461Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u32.c.o 2024-08-22T20:43:44.9881760Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u64.c.o 2024-08-22T20:43:44.9884741Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2024-08-22T20:43:44.9887195Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u96.c.o 2024-08-22T20:43:44.9889901Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-mov-avx2.c.o 2024-08-22T20:43:44.9892646Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2024-08-22T20:43:44.9895180Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-avx2-u16-prfm.c.o 2024-08-22T20:43:44.9897744Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-avx2-u16.c.o 2024-08-22T20:43:44.9900579Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2024-08-22T20:43:44.9903213Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16.c.o 2024-08-22T20:43:44.9905778Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-mov-avx2.c.o 2024-08-22T20:43:44.9908342Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2024-08-22T20:43:44.9910913Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:44.9913344Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2024-08-22T20:43:44.9916074Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p32c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:44.9918805Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p32c-minmax-avx512f.c.o 2024-08-22T20:43:46.2653217Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:46.2656541Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2024-08-22T20:43:46.2659655Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p32c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:46.2662570Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p32c-minmax-avx512f.c.o 2024-08-22T20:43:46.2665487Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.o 2024-08-22T20:43:46.2668412Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.o 2024-08-22T20:43:46.2671591Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.o 2024-08-22T20:43:46.2674656Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2024-08-22T20:43:46.2678126Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:46.2680993Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2024-08-22T20:43:46.2683855Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p32c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:46.2686348Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p32c-minmax-avx512f.c.o 2024-08-22T20:43:46.2689004Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:46.2691945Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2024-08-22T20:43:46.2694545Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p32c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:46.2697428Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p32c-minmax-avx512f.c.o 2024-08-22T20:43:46.2700605Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2703625Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2706552Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2709547Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2712712Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2715185Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2717883Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2720923Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2724029Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2726894Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2729778Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2732868Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2735954Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2738986Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2742545Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2745531Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2748485Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2751548Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:46.2754667Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx512f-2x16.c.o 2024-08-22T20:43:46.2757270Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx512f-2x32.c.o 2024-08-22T20:43:46.2760074Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.o 2024-08-22T20:43:46.2763389Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.o 2024-08-22T20:43:46.2766713Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128.c.o 2024-08-22T20:43:46.2770137Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.o 2024-08-22T20:43:46.2773472Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u144.c.o 2024-08-22T20:43:46.2776860Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.o 2024-08-22T20:43:46.2780899Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160.c.o 2024-08-22T20:43:46.2784126Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.o 2024-08-22T20:43:46.2787562Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.o 2024-08-22T20:43:46.2790870Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.o 2024-08-22T20:43:46.2794171Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.o 2024-08-22T20:43:46.2797240Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192.c.o 2024-08-22T20:43:46.2800276Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.o 2024-08-22T20:43:46.2803362Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.o 2024-08-22T20:43:47.3408143Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128.c.o 2024-08-22T20:43:47.3411212Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.o 2024-08-22T20:43:47.3413729Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u144.c.o 2024-08-22T20:43:47.3416400Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.o 2024-08-22T20:43:47.3419355Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.o 2024-08-22T20:43:47.3422392Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160.c.o 2024-08-22T20:43:47.3425343Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.o 2024-08-22T20:43:47.3428392Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.o 2024-08-22T20:43:47.3431387Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.o 2024-08-22T20:43:47.3434335Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192.c.o 2024-08-22T20:43:47.3437479Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc2.c.o 2024-08-22T20:43:47.3440644Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc4.c.o 2024-08-22T20:43:47.3444462Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128.c.o 2024-08-22T20:43:47.3447924Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144-acc3.c.o 2024-08-22T20:43:47.3451391Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144.c.o 2024-08-22T20:43:47.3455199Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc2.c.o 2024-08-22T20:43:47.3458907Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc5.c.o 2024-08-22T20:43:47.3462530Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160.c.o 2024-08-22T20:43:47.3466054Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc2.c.o 2024-08-22T20:43:47.3469608Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc3.c.o 2024-08-22T20:43:47.3473143Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc6.c.o 2024-08-22T20:43:47.3476642Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u16.c.o 2024-08-22T20:43:47.3479555Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192.c.o 2024-08-22T20:43:47.3482255Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u32-acc2.c.o 2024-08-22T20:43:47.3484583Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u48-acc3.c.o 2024-08-22T20:43:47.3487110Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc2.c.o 2024-08-22T20:43:47.3489631Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2024-08-22T20:43:47.3492168Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u16.c.o 2024-08-22T20:43:47.3494778Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u32-acc2.c.o 2024-08-22T20:43:47.3497382Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u48-acc3.c.o 2024-08-22T20:43:47.3500199Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u64-acc2.c.o 2024-08-22T20:43:47.3502853Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u64-acc4.c.o 2024-08-22T20:43:47.3505368Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u16.c.o 2024-08-22T20:43:47.3508474Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u32-acc2.c.o 2024-08-22T20:43:47.3511230Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u48-acc3.c.o 2024-08-22T20:43:47.3513902Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc2.c.o 2024-08-22T20:43:47.3516683Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2024-08-22T20:43:47.3519279Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u16.c.o 2024-08-22T20:43:47.3521601Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u32-acc2.c.o 2024-08-22T20:43:47.3524093Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u48-acc3.c.o 2024-08-22T20:43:47.3526548Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc2.c.o 2024-08-22T20:43:47.3528988Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2024-08-22T20:43:47.3531502Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx512f-u16.c.o 2024-08-22T20:43:47.3534206Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx512f-u32.c.o 2024-08-22T20:43:47.3537192Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx512f-u16.c.o 2024-08-22T20:43:47.3539984Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx512f-u32.c.o 2024-08-22T20:43:47.3542492Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx512f-u16.c.o 2024-08-22T20:43:47.3545243Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx512f-u32.c.o 2024-08-22T20:43:47.3547736Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx512f-u16.c.o 2024-08-22T20:43:47.3549952Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx512f-u32.c.o 2024-08-22T20:43:47.3552200Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u16.c.o 2024-08-22T20:43:48.5061974Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2024-08-22T20:43:48.5064210Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2024-08-22T20:43:48.5066541Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u16.c.o 2024-08-22T20:43:48.5069143Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u16.c.o 2024-08-22T20:43:48.5071634Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2024-08-22T20:43:48.5073863Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u16.c.o 2024-08-22T20:43:48.5076371Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2024-08-22T20:43:48.5079067Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx512f-u16.c.o 2024-08-22T20:43:48.5081836Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx512f-u32.c.o 2024-08-22T20:43:48.5084635Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx512f-u16.c.o 2024-08-22T20:43:48.5087440Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx512f-u32.c.o 2024-08-22T20:43:48.5090274Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx512f-u16.c.o 2024-08-22T20:43:48.5093140Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx512f-u32.c.o 2024-08-22T20:43:48.5095919Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx512f-u16.c.o 2024-08-22T20:43:48.5098738Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx512f-u32.c.o 2024-08-22T20:43:48.5101701Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u16.c.o 2024-08-22T20:43:48.5104415Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2024-08-22T20:43:48.5107416Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u16.c.o 2024-08-22T20:43:48.5110121Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2024-08-22T20:43:48.5112839Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx512f-u16.c.o 2024-08-22T20:43:48.5115605Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx512f-u32.c.o 2024-08-22T20:43:48.5118363Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx512f-u16.c.o 2024-08-22T20:43:48.5121181Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx512f-u32.c.o 2024-08-22T20:43:48.5123923Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2024-08-22T20:43:48.5126595Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u32.c.o 2024-08-22T20:43:48.5129393Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u16.c.o 2024-08-22T20:43:48.5132399Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u32.c.o 2024-08-22T20:43:48.5135393Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u48.c.o 2024-08-22T20:43:48.5138311Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u64.c.o 2024-08-22T20:43:48.5141587Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u80.c.o 2024-08-22T20:43:48.5143904Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u96.c.o 2024-08-22T20:43:48.5146286Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u112.c.o 2024-08-22T20:43:48.5149176Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u128.c.o 2024-08-22T20:43:48.5151975Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u16.c.o 2024-08-22T20:43:48.5154905Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u32.c.o 2024-08-22T20:43:48.5157096Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u48.c.o 2024-08-22T20:43:48.5159888Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u64.c.o 2024-08-22T20:43:48.5162611Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u80.c.o 2024-08-22T20:43:48.5165319Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u96.c.o 2024-08-22T20:43:48.5168037Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2024-08-22T20:43:48.5171112Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u112.c.o 2024-08-22T20:43:48.5173837Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2024-08-22T20:43:48.5176560Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u32.c.o 2024-08-22T20:43:48.5179218Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2024-08-22T20:43:48.5181977Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u32.c.o 2024-08-22T20:43:48.5184616Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx512f-u16.c.o 2024-08-22T20:43:48.5187274Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx512f-u32.c.o 2024-08-22T20:43:48.5189869Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2024-08-22T20:43:48.5191957Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u32.c.o 2024-08-22T20:43:48.5194300Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2024-08-22T20:43:48.5196732Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u32.c.o 2024-08-22T20:43:48.5199323Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2024-08-22T20:43:48.5201920Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u32.c.o 2024-08-22T20:43:48.5204875Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2024-08-22T20:43:48.5207529Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u32.c.o 2024-08-22T20:43:48.5210164Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u16.c.o 2024-08-22T20:43:49.4746854Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2024-08-22T20:43:49.4749576Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u64.c.o 2024-08-22T20:43:49.4752196Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.o 2024-08-22T20:43:49.4755264Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.o 2024-08-22T20:43:49.4758621Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.o 2024-08-22T20:43:49.4761951Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.o 2024-08-22T20:43:49.4765315Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u80.c.o 2024-08-22T20:43:49.4769084Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u96.c.o 2024-08-22T20:43:49.4772456Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u112.c.o 2024-08-22T20:43:49.4775770Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u128.c.o 2024-08-22T20:43:49.4779098Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u144.c.o 2024-08-22T20:43:49.4782576Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u160.c.o 2024-08-22T20:43:49.4785958Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u176.c.o 2024-08-22T20:43:49.4789234Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u16.c.o 2024-08-22T20:43:49.4792455Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u192.c.o 2024-08-22T20:43:49.4795717Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u32.c.o 2024-08-22T20:43:49.4798826Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u48.c.o 2024-08-22T20:43:49.4802057Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u64.c.o 2024-08-22T20:43:49.4805511Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u80.c.o 2024-08-22T20:43:49.4808658Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u96.c.o 2024-08-22T20:43:49.4811798Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u112.c.o 2024-08-22T20:43:49.4814989Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u128.c.o 2024-08-22T20:43:49.4818122Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u144.c.o 2024-08-22T20:43:49.4821432Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u160.c.o 2024-08-22T20:43:49.4824609Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u176.c.o 2024-08-22T20:43:49.4827757Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u192.c.o 2024-08-22T20:43:49.4831016Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u16.c.o 2024-08-22T20:43:49.4834369Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u32.c.o 2024-08-22T20:43:49.4837998Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u48.c.o 2024-08-22T20:43:49.4841320Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u64.c.o 2024-08-22T20:43:49.4844637Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u80.c.o 2024-08-22T20:43:49.4847921Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u112.c.o 2024-08-22T20:43:49.4851295Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u96.c.o 2024-08-22T20:43:49.4857629Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u128.c.o 2024-08-22T20:43:49.4860664Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u16.c.o 2024-08-22T20:43:49.4864011Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u32.c.o 2024-08-22T20:43:49.4867489Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u48.c.o 2024-08-22T20:43:49.4871004Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u64.c.o 2024-08-22T20:43:49.4874807Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u80.c.o 2024-08-22T20:43:49.4878258Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u96.c.o 2024-08-22T20:43:49.4881716Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u112.c.o 2024-08-22T20:43:49.4885181Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u128.c.o 2024-08-22T20:43:49.4888490Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u16.c.o 2024-08-22T20:43:49.4891658Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u32.c.o 2024-08-22T20:43:49.4894739Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u48.c.o 2024-08-22T20:43:49.4897913Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u64.c.o 2024-08-22T20:43:49.4900715Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u80.c.o 2024-08-22T20:43:49.4903561Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u96.c.o 2024-08-22T20:43:50.5815335Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u112.c.o 2024-08-22T20:43:50.5817794Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u128.c.o 2024-08-22T20:43:50.5820590Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u16.c.o 2024-08-22T20:43:50.5823216Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u32.c.o 2024-08-22T20:43:50.5825892Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u48.c.o 2024-08-22T20:43:50.5828613Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u64.c.o 2024-08-22T20:43:50.5831216Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u80.c.o 2024-08-22T20:43:50.5833819Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u96.c.o 2024-08-22T20:43:50.5836405Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u112.c.o 2024-08-22T20:43:50.5839229Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u128.c.o 2024-08-22T20:43:50.5841878Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u32.c.o 2024-08-22T20:43:50.5845095Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u16.c.o 2024-08-22T20:43:50.5847798Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u48.c.o 2024-08-22T20:43:50.5850513Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2024-08-22T20:43:50.5853176Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u80.c.o 2024-08-22T20:43:50.5857118Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u96.c.o 2024-08-22T20:43:50.5860292Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u112.c.o 2024-08-22T20:43:50.5862852Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u128.c.o 2024-08-22T20:43:50.5865355Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u16.c.o 2024-08-22T20:43:50.5868274Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u32.c.o 2024-08-22T20:43:50.5871675Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u48.c.o 2024-08-22T20:43:50.5874279Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u64.c.o 2024-08-22T20:43:50.5876744Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u80.c.o 2024-08-22T20:43:50.5879516Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u96.c.o 2024-08-22T20:43:50.5882342Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u112.c.o 2024-08-22T20:43:50.5885451Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u128.c.o 2024-08-22T20:43:50.5887949Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u16.c.o 2024-08-22T20:43:50.5890138Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u32.c.o 2024-08-22T20:43:50.5892155Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u64.c.o 2024-08-22T20:43:50.5894299Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx512f-u16.c.o 2024-08-22T20:43:50.5896366Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx512f-u32.c.o 2024-08-22T20:43:50.5898774Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx512f-u32.c.o 2024-08-22T20:43:50.5901019Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx512f-u16.c.o 2024-08-22T20:43:50.5903037Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx512f-u16.c.o 2024-08-22T20:43:50.5905127Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx512f-u32.c.o 2024-08-22T20:43:50.5907265Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut16-p3-perm-scalef.c.o 2024-08-22T20:43:50.5909126Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut16-p3-perm.c.o 2024-08-22T20:43:50.5911427Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut32-p2-perm2.c.o 2024-08-22T20:43:50.5913274Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2024-08-22T20:43:50.5915488Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-p5-scalef.c.o 2024-08-22T20:43:50.5917562Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-p5.c.o 2024-08-22T20:43:50.5919796Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx512f-rr1-lut16-p3-perm.c.o 2024-08-22T20:43:50.5922029Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx512f-rr1-p6.c.o 2024-08-22T20:43:50.5924306Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx512f-p5.c.o 2024-08-22T20:43:50.5926598Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2024-08-22T20:43:50.5929219Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2024-08-22T20:43:50.5931966Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2024-08-22T20:43:50.5934883Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2024-08-22T20:43:50.5937473Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2024-08-22T20:43:50.5940218Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2024-08-22T20:43:51.5846617Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2024-08-22T20:43:51.5849560Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-div.c.o 2024-08-22T20:43:51.5852581Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2024-08-22T20:43:51.5858118Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2024-08-22T20:43:51.5861110Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2024-08-22T20:43:51.5863770Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma.c.o 2024-08-22T20:43:51.5866598Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2024-08-22T20:43:51.5869381Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2024-08-22T20:43:51.5872188Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2024-08-22T20:43:51.5874994Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2024-08-22T20:43:51.5877635Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2024-08-22T20:43:51.5880553Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2024-08-22T20:43:51.5883276Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2024-08-22T20:43:51.5886187Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2024-08-22T20:43:51.5891228Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2024-08-22T20:43:51.5893920Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-div.c.o 2024-08-22T20:43:51.5896512Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2024-08-22T20:43:51.5899338Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma.c.o 2024-08-22T20:43:51.5902293Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma1adj.c.o 2024-08-22T20:43:51.5904426Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma.c.o 2024-08-22T20:43:51.5906548Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr2fma.c.o 2024-08-22T20:43:51.5909031Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx512f-u4-prfm.c.o 2024-08-22T20:43:51.5911717Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx512f-u4.c.o 2024-08-22T20:43:51.5914035Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2024-08-22T20:43:51.5916529Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:51.5919052Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2024-08-22T20:43:51.5921392Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:51.5924282Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5927141Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-2x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5929785Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-3x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5932690Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-4x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5935469Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-5x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5938323Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-6x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5941203Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5944116Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-8x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5946802Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5949573Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5952714Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5955977Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5958893Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5962122Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5964994Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5967857Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5970679Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5974094Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5976803Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5979840Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5982502Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5985826Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5988714Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:51.5991415Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:52.4792664Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:52.4795034Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u64.c.o 2024-08-22T20:43:52.4797265Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u96.c.o 2024-08-22T20:43:52.4799516Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2024-08-22T20:43:52.4801739Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:52.4803955Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u64.c.o 2024-08-22T20:43:52.4806147Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u96.c.o 2024-08-22T20:43:52.4808771Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2024-08-22T20:43:52.4811249Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-08-22T20:43:52.4813955Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-08-22T20:43:52.4816608Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-08-22T20:43:52.4819413Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-08-22T20:43:52.4822375Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-08-22T20:43:52.4825093Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u96.c.o 2024-08-22T20:43:52.4827940Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u112.c.o 2024-08-22T20:43:52.4830704Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u128.c.o 2024-08-22T20:43:52.4833515Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u144.c.o 2024-08-22T20:43:52.4836369Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u160.c.o 2024-08-22T20:43:52.4839460Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:43:52.4842412Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:43:52.4845144Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:43:52.4847527Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:43:52.4850363Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:43:52.4853262Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u96.c.o 2024-08-22T20:43:52.4859668Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u112.c.o 2024-08-22T20:43:52.4862601Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u128.c.o 2024-08-22T20:43:52.4865522Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u144.c.o 2024-08-22T20:43:52.4868828Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u160.c.o 2024-08-22T20:43:52.4871724Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.o 2024-08-22T20:43:52.4874528Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.o 2024-08-22T20:43:52.4877323Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.o 2024-08-22T20:43:52.4880164Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.o 2024-08-22T20:43:52.4882981Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.o 2024-08-22T20:43:52.4885696Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u112.c.o 2024-08-22T20:43:52.4888523Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u96.c.o 2024-08-22T20:43:52.4891632Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u128.c.o 2024-08-22T20:43:52.4894551Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u144.c.o 2024-08-22T20:43:52.4897912Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u160.c.o 2024-08-22T20:43:52.4901618Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.o 2024-08-22T20:43:52.4904749Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.o 2024-08-22T20:43:52.4907681Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.o 2024-08-22T20:43:52.4910725Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.o 2024-08-22T20:43:52.4913665Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.o 2024-08-22T20:43:52.4916507Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u96.c.o 2024-08-22T20:43:52.4919382Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u112.c.o 2024-08-22T20:43:52.4922284Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u128.c.o 2024-08-22T20:43:53.4384501Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u144.c.o 2024-08-22T20:43:53.4387539Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u160.c.o 2024-08-22T20:43:53.4390412Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.o 2024-08-22T20:43:53.4393761Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.o 2024-08-22T20:43:53.4397192Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.o 2024-08-22T20:43:53.4400463Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.o 2024-08-22T20:43:53.4403886Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.o 2024-08-22T20:43:53.4407315Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u96.c.o 2024-08-22T20:43:53.4410815Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u112.c.o 2024-08-22T20:43:53.4414141Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u128.c.o 2024-08-22T20:43:53.4417708Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u144.c.o 2024-08-22T20:43:53.4422840Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u160.c.o 2024-08-22T20:43:53.4425742Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:43:53.4428649Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:43:53.4431600Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:43:53.4434454Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:43:53.4437456Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:43:53.4440522Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u96.c.o 2024-08-22T20:43:53.4443464Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u112.c.o 2024-08-22T20:43:53.4446435Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u128.c.o 2024-08-22T20:43:53.4449868Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u144.c.o 2024-08-22T20:43:53.4452837Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u160.c.o 2024-08-22T20:43:53.4456725Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:43:53.4459851Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-08-22T20:43:53.4462918Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-08-22T20:43:53.4465836Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-08-22T20:43:53.4468485Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-08-22T20:43:53.4471209Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u96.c.o 2024-08-22T20:43:53.4473985Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u112.c.o 2024-08-22T20:43:53.4476741Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u144.c.o 2024-08-22T20:43:53.4479505Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u128.c.o 2024-08-22T20:43:53.4483017Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u160.c.o 2024-08-22T20:43:53.4485777Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:43:53.4488734Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-08-22T20:43:53.4491876Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-08-22T20:43:53.4495017Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-08-22T20:43:53.4498174Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-08-22T20:43:53.4501681Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u96.c.o 2024-08-22T20:43:53.4504775Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u112.c.o 2024-08-22T20:43:53.4507977Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u128.c.o 2024-08-22T20:43:53.4511487Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u144.c.o 2024-08-22T20:43:53.4514619Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u160.c.o 2024-08-22T20:43:53.4517839Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-08-22T20:43:53.4521066Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-08-22T20:43:53.4524221Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-div.c.o 2024-08-22T20:43:53.4527329Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.o 2024-08-22T20:43:53.4530563Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.o 2024-08-22T20:43:54.4712521Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-div.c.o 2024-08-22T20:43:54.4715216Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.o 2024-08-22T20:43:54.4717917Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.o 2024-08-22T20:43:54.4720464Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:43:54.4723487Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:43:54.4726328Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-08-22T20:43:54.4729308Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4732234Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4735194Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4738495Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4741649Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4744719Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4747903Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4750773Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4754669Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4757623Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4760521Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4763220Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4765998Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4768848Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4771631Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4774497Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4777163Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4779988Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4782916Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4786426Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4789107Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4791953Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4795014Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4798214Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4801417Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4804484Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:54.4807214Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4810145Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4813267Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:54.4816374Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4819258Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4822351Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:54.4825023Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4827888Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4830639Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:54.4833349Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4836230Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4838916Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:54.4841719Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4844674Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:54.4848113Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:54.4851188Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6404386Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6407618Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:55.6410911Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6414062Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6417340Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:55.6420509Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6423652Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6426650Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:55.6430445Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6433682Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6436970Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:55.6440134Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6443077Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6446247Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:55.6449620Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6452823Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6457461Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:55.6460924Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6463832Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6467794Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:55.6470927Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6474033Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6477008Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:55.6480343Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6483608Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6486925Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:55.6490218Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6493441Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6497096Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:55.6500615Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6503838Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6506959Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:55.6510147Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6513265Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6516501Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:55.6520041Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6523509Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6527026Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:55.6530576Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6534301Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6537443Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:55.6540673Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6543919Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6546974Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:55.6550154Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6556679Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:55.6559993Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:55.6563317Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:56.8003164Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:56.8006780Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:56.8009955Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:56.8013058Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:56.8016267Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:56.8019684Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:56.8022826Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8025913Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8029105Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8032505Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8035707Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8038913Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8042599Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8045565Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8048630Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8051747Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8055191Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u16.c.o 2024-08-22T20:43:56.8058128Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:56.8061062Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u48.c.o 2024-08-22T20:43:56.8063626Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u64.c.o 2024-08-22T20:43:56.8066543Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8069872Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8073656Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8076991Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8080445Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8083847Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8087231Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8090683Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8093929Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8097147Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8100540Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:56.8103695Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:56.8107228Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:56.8110311Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:56.8113369Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:56.8116710Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:56.8120085Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:56.8123384Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:56.8126564Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:56.8129568Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:56.8132591Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:56.8135862Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:56.8139171Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:56.8142478Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:56.8145520Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:56.8148499Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:56.8151613Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:56.8156314Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:57.9111830Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9114820Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:57.9117993Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9121135Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9124139Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:57.9127421Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9130194Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9133442Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:57.9136685Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9140200Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9143506Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:57.9146784Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9150016Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9153234Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:57.9156650Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9160177Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:57.9163462Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9166744Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:57.9169997Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9173275Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:57.9176605Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9180068Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:57.9183310Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9186520Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2024-08-22T20:43:57.9189349Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.o 2024-08-22T20:43:57.9192379Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2024-08-22T20:43:57.9195754Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.o 2024-08-22T20:43:57.9198981Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:57.9202330Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:57.9205672Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:57.9209000Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:57.9212384Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:57.9220304Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:57.9223568Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:57.9226784Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:57.9229980Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:57.9233450Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:57.9236447Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u16.c.o 2024-08-22T20:43:57.9239315Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:57.9242144Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u48.c.o 2024-08-22T20:43:57.9244859Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u64.c.o 2024-08-22T20:43:57.9247767Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9250757Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:57.9253646Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9256337Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9258789Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:57.9261793Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9264828Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:57.9268263Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:59.0651013Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0653564Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0656243Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:59.0658717Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0661291Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:59.0663665Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0666074Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:59.0668742Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0671692Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:59.0674995Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0677525Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:59.0680169Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0683035Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0685841Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:59.0688356Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0691045Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0693877Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:59.0696367Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0698593Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0701578Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:59.0704528Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0708013Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0711100Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:59.0714148Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0717225Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:59.0719950Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0722964Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:59.0725993Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0729038Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:59.0731864Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0734607Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:59.0737685Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:59.0740822Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2024-08-22T20:43:59.0743840Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.o 2024-08-22T20:43:59.0746884Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2024-08-22T20:43:59.0749976Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.o 2024-08-22T20:43:59.0752850Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2024-08-22T20:43:59.0756742Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u128.c.o 2024-08-22T20:43:59.0759311Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u192.c.o 2024-08-22T20:43:59.0762043Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u256.c.o 2024-08-22T20:43:59.0764537Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u64.c.o 2024-08-22T20:43:59.0767246Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2024-08-22T20:43:59.0769567Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u192.c.o 2024-08-22T20:43:59.0772385Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u256.c.o 2024-08-22T20:43:59.0775251Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:59.0778456Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:59.0781834Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:59.0784634Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:59.0787448Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:59.0790550Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:59.0793336Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1539440Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1542352Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1545464Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1548124Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1550717Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1553408Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1556285Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1558930Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1561514Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1564286Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1567027Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1569772Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1572954Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1575864Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1578554Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1581317Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1583633Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1586104Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1588769Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1591515Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1594262Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1597033Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1600303Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1603314Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1606240Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1608907Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1611582Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1614312Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1617086Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1620072Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1622789Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1625667Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1628653Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1631623Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1634295Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1636969Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1639673Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1642489Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1645428Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1648128Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1650899Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1653591Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1657095Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1660560Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1663246Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:00.1666113Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:00.1668968Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2328976Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2332199Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2335584Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2341170Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2344235Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2347398Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2351087Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2354578Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2357705Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2360823Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2364039Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2367386Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2370524Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2373781Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2377005Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2380463Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2384219Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2387350Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2390482Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2393919Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2397317Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2400706Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2404300Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2407541Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2410852Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2414144Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2417439Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2421238Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2424523Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2427748Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2430789Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2433954Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2437017Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2440103Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2443316Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2446346Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2449853Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2452911Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2456586Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2460050Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2463265Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2466465Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2469794Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2472945Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2476033Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:01.2479255Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:01.2482523Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2592286Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2595077Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2597745Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2600402Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2603135Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2605945Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2608780Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2611720Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2614609Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2617555Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2621156Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2624415Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2627671Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2630922Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2634154Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2637413Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2640637Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2643897Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2647123Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2650339Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2653543Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2658015Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2661392Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2664605Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2667801Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2671004Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2674201Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2677391Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2680543Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2683787Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2687405Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2690598Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2693804Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2697034Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2700481Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2703721Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2706944Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2710153Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2713306Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2716481Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2719632Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2723107Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2726323Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2729518Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2732749Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:02.2736800Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:02.2740237Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3754267Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3757613Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3760674Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3763488Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3766917Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3769635Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3772656Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3775440Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3778667Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3781944Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3785326Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3788714Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3792118Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3795462Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3799156Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3802555Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3805963Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3809344Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3812706Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3815904Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3819260Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3822845Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3826254Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3829664Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3833371Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3836745Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3840055Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3843286Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3846467Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3849748Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3853018Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3856772Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3860103Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3863232Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3865810Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3868820Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3872060Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3875393Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3878641Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3881809Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3885106Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3888390Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3891625Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3894880Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:03.3898478Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:03.3901842Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:03.3905009Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4348856Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4351569Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4354619Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4357749Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4360817Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4363794Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4366838Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4370028Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4373841Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4377019Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4380360Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4383696Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4386970Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4390242Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4393004Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4395603Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4398241Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4400998Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4404392Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4407090Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4409834Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4412545Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4415188Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4417890Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4420834Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4423458Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4426349Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4429538Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4432641Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4436877Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4439958Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4442760Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4445388Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4448107Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4450899Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4453627Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4456907Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4459985Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4463048Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4466301Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4469142Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4472333Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4475473Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4478530Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4481663Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4484886Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:04.4488045Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:04.4491098Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5281711Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:05.5284330Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5288171Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:05.5290784Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5293456Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:05.5296108Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5299289Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:05.5302650Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5305860Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:05.5309128Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5312458Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:05.5315708Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5319305Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:05.5322447Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5325595Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:05.5328550Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5331800Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:05.5335099Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5338303Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:05.5341652Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5344813Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:05.5348095Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5351414Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:05.5355302Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5358514Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:05.5361707Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5364955Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:05.5368239Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5371609Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:05.5374897Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5378076Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:05.5381521Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5384493Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:05.5388077Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5391168Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:05.5393731Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5396595Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:05.5399825Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5403018Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:05.5406228Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5409481Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:44:05.5412703Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5415857Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.o 2024-08-22T20:44:05.5419066Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:44:05.5422815Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.o 2024-08-22T20:44:05.5426081Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:05.5429394Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:05.5432632Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5449500Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5452840Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5456534Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5460035Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5463320Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5467085Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5470308Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5473427Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5476593Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5479560Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5482731Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5485791Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5489092Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5492209Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5495434Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5498808Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5502903Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5506177Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5509419Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5512693Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5515888Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5519252Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5522544Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5525832Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5529045Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5532617Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5535898Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5539333Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5542761Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5545969Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5549148Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5552355Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5558125Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5561428Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5564745Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5568036Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5571799Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5574962Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5577980Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5581350Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5584566Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5587811Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5591042Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5594137Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.5597228Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.5600924Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:24.7420436Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:24.7422763Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:24.7424994Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:24.7427405Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:24.7429462Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:24.7431569Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:24.7433684Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:24.7435810Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:24.7438016Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:24.7440228Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:24.7442776Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:24.7444868Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:24.7446974Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:24.7449040Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:24.7451266Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:24.7453107Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-64.c.o 2024-08-22T20:44:24.7454989Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-2048.c.o 2024-08-22T20:44:24.7456434Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-4.c.o 2024-08-22T20:44:24.7458120Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-8.c.o 2024-08-22T20:44:24.7459697Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-16.c.o 2024-08-22T20:44:24.7461183Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-32.c.o 2024-08-22T20:44:24.7462914Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-64.c.o 2024-08-22T20:44:24.7464336Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/vlog.c.o 2024-08-22T20:44:24.7465781Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-2048.c.o 2024-08-22T20:44:24.7466779Z [100%] Built target microkernels-all 2024-08-22T20:44:24.7467335Z [100%] Linking CXX static library liboptimized_kernels.a 2024-08-22T20:44:24.7467858Z [100%] Built target optimized_kernels 2024-08-22T20:44:24.7468406Z [100%] Generating selected_operators.yaml for optimized_ops_lib 2024-08-22T20:44:24.7468944Z [100%] Merging kernel yaml files 2024-08-22T20:44:24.7469519Z [100%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2024-08-22T20:44:24.7470259Z [100%] Generating code for kernel registration 2024-08-22T20:44:24.7470807Z [100%] Generating code for kernel registration 2024-08-22T20:44:24.7471844Z [100%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:44:24.7473593Z [100%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:44:24.7474736Z [100%] Linking CXX static library liboptimized_ops_lib.a 2024-08-22T20:44:24.7475250Z [100%] Built target optimized_ops_lib 2024-08-22T20:44:24.7475915Z [100%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2024-08-22T20:44:24.7476617Z [100%] Built target optimized_native_cpu_ops_lib 2024-08-22T20:44:24.7477467Z [100%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2024-08-22T20:44:24.7478614Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2024-08-22T20:44:24.7479815Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:44:24.7480920Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2024-08-22T20:44:24.7481905Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2024-08-22T20:44:24.7482997Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2024-08-22T20:44:24.7483819Z [100%] Linking CXX executable executor_runner 2024-08-22T20:44:24.7484275Z [100%] Built target executor_runner 2024-08-22T20:44:24.7484682Z Install the project... 2024-08-22T20:44:24.7485125Z -- Install configuration: "Release" 2024-08-22T20:44:24.7486043Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-config.cmake 2024-08-22T20:44:24.7486930Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libcpuinfo.a 2024-08-22T20:44:24.7487695Z -- Installing: /pytorch/torchchat/et-build/install/include/cpuinfo.h 2024-08-22T20:44:24.7488568Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets.cmake 2024-08-22T20:44:24.7489587Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets-release.cmake 2024-08-22T20:44:24.7490575Z -- Installing: /pytorch/torchchat/et-build/install/lib64/pkgconfig/libcpuinfo.pc 2024-08-22T20:44:24.7491426Z -- Installing: /pytorch/torchchat/et-build/install/include/pthreadpool.h 2024-08-22T20:44:24.7492228Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libpthreadpool.a 2024-08-22T20:44:24.7492997Z -- Installing: /pytorch/torchchat/et-build/install/include/fxdiv.h 2024-08-22T20:44:24.7493788Z -- Installing: /pytorch/torchchat/et-build/install/lib/libportable_kernels.a 2024-08-22T20:44:24.7494726Z -- Installing: /pytorch/torchchat/et-build/install/lib/libportable_ops_lib.a 2024-08-22T20:44:24.7495713Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/portable/Functions.h 2024-08-22T20:44:24.7496878Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/portable/NativeFunctions.h 2024-08-22T20:44:24.7497853Z -- Installing: /pytorch/torchchat/et-build/install/lib/libeigen_blas.a 2024-08-22T20:44:24.7498609Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcpublas.a 2024-08-22T20:44:24.7499480Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_kernels.a 2024-08-22T20:44:24.7500358Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_ops_lib.a 2024-08-22T20:44:24.7501347Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/optimized/Functions.h 2024-08-22T20:44:24.7502510Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/optimized/NativeFunctions.h 2024-08-22T20:44:24.7503488Z -- Up-to-date: /pytorch/torchchat/et-build/install/lib/libcpublas.a 2024-08-22T20:44:24.7504296Z -- Installing: /pytorch/torchchat/et-build/install/lib/libquantized_kernels.a 2024-08-22T20:44:24.7505141Z -- Installing: /pytorch/torchchat/et-build/install/lib/libquantized_ops_lib.a 2024-08-22T20:44:24.7506135Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/quantized/Functions.h 2024-08-22T20:44:24.7507314Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/quantized/NativeFunctions.h 2024-08-22T20:44:24.7508418Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_native_cpu_ops_lib.a 2024-08-22T20:44:24.7509275Z -- Installing: /pytorch/torchchat/et-build/install/lib/Functions.h 2024-08-22T20:44:24.7510052Z -- Installing: /pytorch/torchchat/et-build/install/lib/NativeFunctions.h 2024-08-22T20:44:24.7510952Z -- Installing: /pytorch/torchchat/et-build/install/lib/libexecutorch.a 2024-08-22T20:44:24.7511819Z -- Installing: /pytorch/torchchat/et-build/install/lib/libexecutorch_no_prim_ops.a 2024-08-22T20:44:24.7512869Z -- Installing: /pytorch/torchchat/et-build/install/lib/cmake/ExecuTorch/executorch-config.cmake 2024-08-22T20:44:24.7514021Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_data_loader.a 2024-08-22T20:44:24.7790636Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_module.so 2024-08-22T20:44:24.7791919Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_module_static.a 2024-08-22T20:44:24.7793101Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16.h 2024-08-22T20:44:24.7794010Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/bitcasts.h 2024-08-22T20:44:24.7794816Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/fp16.h 2024-08-22T20:44:24.7795603Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/psimd.h 2024-08-22T20:44:24.7796447Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/__init__.py 2024-08-22T20:44:24.7797254Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/avx.py 2024-08-22T20:44:24.7798055Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/avx2.py 2024-08-22T20:44:24.7798808Z -- Installing: /pytorch/torchchat/et-build/install/include/psimd.h 2024-08-22T20:44:24.7799566Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libXNNPACK.a 2024-08-22T20:44:24.7800337Z -- Installing: /pytorch/torchchat/et-build/install/include/xnnpack.h 2024-08-22T20:44:24.7801161Z -- Installing: /pytorch/torchchat/et-build/install/include/experiments-config.h 2024-08-22T20:44:24.7802016Z -- Installing: /pytorch/torchchat/et-build/install/lib/libxnnpack_backend.a 2024-08-22T20:44:24.7803188Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libbundled_program.a 2024-08-22T20:44:24.7804615Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libetdump.a 2024-08-22T20:44:24.7806361Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libflatccrt.a 2024-08-22T20:44:24.7807804Z -- Installing: /pytorch/torchchat/et-build/install/executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:44:24.7809498Z -- Set non-toolchain portion of runtime path of "/pytorch/torchchat/et-build/install/executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so" to "" 2024-08-22T20:44:24.7810810Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcustom_ops.a 2024-08-22T20:44:24.7811650Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcustom_ops_aot_lib.so 2024-08-22T20:44:24.7812765Z -- Set non-toolchain portion of runtime path of "/pytorch/torchchat/et-build/install/lib/libcustom_ops_aot_lib.so" to "" 2024-08-22T20:44:24.7813710Z creating pip-out/lib.linux-x86_64-cpython-311 2024-08-22T20:44:24.7814336Z creating pip-out/lib.linux-x86_64-cpython-311/executorch 2024-08-22T20:44:24.7815024Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/data 2024-08-22T20:44:24.7815765Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin 2024-08-22T20:44:24.7816777Z copying build/pip_data_bin_init.py.in -> pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin/__init__.py 2024-08-22T20:44:24.7817577Z running build_py 2024-08-22T20:44:24.7818103Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends 2024-08-22T20:44:24.7818901Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:24.7819967Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:24.7821098Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:24.7822230Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:24.7823380Z copying backends/arm/arm_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:24.7824716Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:24.7825856Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:24.7826828Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:24.7827906Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:24.7829181Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:24.7830473Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:24.7831773Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:24.7832853Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm 2024-08-22T20:44:24.7833934Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm 2024-08-22T20:44:24.7835004Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:24.7836076Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:24.7837361Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:24.7838700Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:24.7840028Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:24.7841539Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:24.7842977Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:24.7844345Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:24.7845657Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:24.7846953Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:24.7848248Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:24.7849502Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:24.7850525Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-08-22T20:44:24.7851517Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-08-22T20:44:24.7852705Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-08-22T20:44:24.7854009Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-08-22T20:44:24.7855127Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-08-22T20:44:24.7856346Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-08-22T20:44:24.7857395Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple 2024-08-22T20:44:24.7858243Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-08-22T20:44:24.7859287Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-08-22T20:44:24.7860802Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-08-22T20:44:24.7861900Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml 2024-08-22T20:44:24.7862861Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:24.7864124Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:24.7865684Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:24.7866980Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition 2024-08-22T20:44:24.7868266Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition 2024-08-22T20:44:24.7869842Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition 2024-08-22T20:44:24.7871142Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:24.7872421Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:24.7873970Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:24.7875232Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test 2024-08-22T20:44:24.7876510Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test 2024-08-22T20:44:24.7878240Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test 2024-08-22T20:44:24.7879524Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime 2024-08-22T20:44:24.7880602Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:44:24.7882070Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:44:24.7927711Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7929171Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7930925Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7932435Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7933964Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7935512Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7937234Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7938971Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7940772Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7942421Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7944218Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7945832Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7947467Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7949058Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7950614Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7952182Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7954027Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7955656Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7957254Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:24.7958582Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition 2024-08-22T20:44:24.7959823Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition 2024-08-22T20:44:24.7961410Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition 2024-08-22T20:44:24.7962939Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-08-22T20:44:24.7964474Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-08-22T20:44:24.7966275Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-08-22T20:44:24.7967546Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:44:24.7968804Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:44:24.7970301Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:44:24.7971764Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:44:24.7973316Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:44:24.7974852Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:44:24.7976354Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:44:24.7977567Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/utils 2024-08-22T20:44:24.7978833Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/utils 2024-08-22T20:44:24.7980110Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.7981386Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.7982810Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.7984349Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.7985811Z copying backends/arm/operators/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.7987251Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.7988689Z copying backends/arm/operators/op_dequant.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.7990023Z copying backends/arm/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.7991425Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.7992746Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.7994194Z copying backends/arm/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.7995628Z copying backends/arm/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.7996956Z copying backends/arm/operators/op_output.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.7998384Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.7999810Z copying backends/arm/operators/op_placeholder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.8001402Z copying backends/arm/operators/op_quant.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.8002743Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.8004197Z copying backends/arm/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.8005603Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.8006895Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.8008275Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.8009672Z copying backends/arm/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:24.8010875Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:44:24.8012111Z copying backends/arm/passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:44:24.8013542Z copying backends/arm/passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:44:24.8014880Z copying backends/arm/passes/tag_io_quant_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:44:24.8016213Z copying backends/arm/passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:44:24.8017433Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:24.8018635Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:24.8020193Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:24.8021726Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:24.8023240Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:24.8024386Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-08-22T20:44:24.8050450Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-08-22T20:44:24.8052120Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-08-22T20:44:24.8053934Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:24.8055905Z copying backends/arm/quantizer/quantization_annotation/adaptive_ang_pool2d_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:24.8058041Z copying backends/arm/quantizer/quantization_annotation/add_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:24.8060167Z copying backends/arm/quantizer/quantization_annotation/conv_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:24.8062208Z copying backends/arm/quantizer/quantization_annotation/linear_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:24.8064247Z copying backends/arm/quantizer/quantization_annotation/max_pool2d_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:24.8066327Z copying backends/arm/quantizer/quantization_annotation/mul_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:24.8068656Z copying backends/arm/quantizer/quantization_annotation/sigmoid_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:24.8070666Z copying backends/arm/quantizer/quantization_annotation/sub_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:24.8072600Z copying backends/arm/quantizer/quantization_annotation/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:24.8074047Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/misc 2024-08-22T20:44:24.8075249Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/misc 2024-08-22T20:44:24.8076510Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/models 2024-08-22T20:44:24.8077862Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/models 2024-08-22T20:44:24.8079066Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:24.8080324Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:24.8081736Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:24.8083154Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:24.8084500Z copying backends/arm/test/ops/test_avg_pool.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:24.8085941Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:24.8087390Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:24.8088974Z copying backends/arm/test/ops/test_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:24.8090431Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:24.8091869Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:24.8093308Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:24.8094687Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:24.8096244Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:24.8097888Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:24.8099586Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:24.8101076Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:24.8102212Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/passes 2024-08-22T20:44:24.8103444Z copying backends/arm/test/passes/test_tag_io_quant_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/passes 2024-08-22T20:44:24.8104735Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-08-22T20:44:24.8105981Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-08-22T20:44:24.8107581Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-08-22T20:44:24.8108848Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil 2024-08-22T20:44:24.8110123Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil 2024-08-22T20:44:24.8111349Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party 2024-08-22T20:44:24.8112410Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:44:24.8113965Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:44:24.8115522Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python 2024-08-22T20:44:24.8116828Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:44:24.8118687Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:44:24.8121063Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:44:24.8122813Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8124815Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8127091Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8129383Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8131644Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8133760Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8135964Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8138309Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8140478Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8142715Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8144963Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8147326Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8152659Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8155661Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8158000Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8160073Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8162203Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8164353Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8166537Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8168712Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8170883Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8173021Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8175335Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8177489Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8179735Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8181882Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8184000Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8186095Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8188240Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8190324Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8192461Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8194833Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8196975Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8199146Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8201259Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:24.8202869Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test 2024-08-22T20:44:24.8204153Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:44:24.8205922Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:44:24.8207672Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:44:24.8209483Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:44:24.8210970Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence 2024-08-22T20:44:24.8211856Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:24.8212955Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:24.8214290Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:24.8215570Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:24.8216885Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:24.8218243Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:24.8219650Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:24.8220747Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-08-22T20:44:24.8221907Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-08-22T20:44:24.8223295Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-08-22T20:44:24.8224498Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:24.8225811Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:24.8227377Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:24.8228946Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:24.8230473Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:24.8231939Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:44:24.8238457Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:44:24.8240470Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:44:24.8241997Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:24.8243412Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:24.8245015Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:24.8246585Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:24.8248210Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:24.8249804Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:24.8282185Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:24.8284278Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:24.8285956Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:24.8287703Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:24.8289522Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:24.8290790Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8292063Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8293634Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8295318Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8296892Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8298508Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8300048Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8301550Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8303153Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8304777Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8306345Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8308036Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8309837Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8311371Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8312993Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8314509Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8316068Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8317632Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8319194Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8320733Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8322265Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8323889Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8325421Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8326836Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8328397Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8330087Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8331644Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8333254Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8334816Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8336418Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8337887Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8339539Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8341172Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8342723Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8344370Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8345815Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8347340Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8348885Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8350492Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8352079Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8353500Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8355337Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8356853Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8358458Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8359904Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8361632Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8363233Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8364865Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8366539Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8368010Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8369722Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8371361Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8372934Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:24.8374319Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-08-22T20:44:24.8375619Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-08-22T20:44:24.8377315Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-08-22T20:44:24.8378567Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8380069Z copying backends/qualcomm/passes/annotate_and_quant_scalar.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8419577Z copying backends/qualcomm/passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8421554Z copying backends/qualcomm/passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8423147Z copying backends/qualcomm/passes/convert_binary_op_with_scalar.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8424862Z copying backends/qualcomm/passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8426485Z copying backends/qualcomm/passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8428137Z copying backends/qualcomm/passes/convert_prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8429725Z copying backends/qualcomm/passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8431248Z copying backends/qualcomm/passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8432667Z copying backends/qualcomm/passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8434144Z copying backends/qualcomm/passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8435619Z copying backends/qualcomm/passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8437068Z copying backends/qualcomm/passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8438550Z copying backends/qualcomm/passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8440158Z copying backends/qualcomm/passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8441959Z copying backends/qualcomm/passes/recompose_pixel_shuffle.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8443677Z copying backends/qualcomm/passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8445231Z copying backends/qualcomm/passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8446629Z copying backends/qualcomm/passes/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8448221Z copying backends/qualcomm/passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8449751Z copying backends/qualcomm/passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8451256Z copying backends/qualcomm/passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:24.8452540Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:24.8454106Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:24.8455643Z copying backends/qualcomm/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:24.8456857Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-08-22T20:44:24.8458299Z copying backends/qualcomm/serialization/qnn_compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-08-22T20:44:24.8460130Z copying backends/qualcomm/serialization/qnn_compile_spec_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-08-22T20:44:24.8461474Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:44:24.8462674Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:44:24.8464102Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:44:24.8465473Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:44:24.8466737Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-08-22T20:44:24.8467969Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-08-22T20:44:24.8469444Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-08-22T20:44:24.8470583Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/test 2024-08-22T20:44:24.8471954Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/test 2024-08-22T20:44:24.8473286Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-08-22T20:44:24.8474610Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-08-22T20:44:24.8476202Z copying backends/vulkan/partitioner/supported_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-08-22T20:44:24.8477487Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes 2024-08-22T20:44:24.8478707Z copying backends/vulkan/passes/custom_ops_defs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes 2024-08-22T20:44:24.8480106Z copying backends/vulkan/passes/test_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes 2024-08-22T20:44:24.8481297Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime 2024-08-22T20:44:24.8482530Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime 2024-08-22T20:44:24.8483709Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:24.8485095Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:24.8486952Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:24.8488670Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:24.8489964Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:44:24.8491114Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:44:24.8492594Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:44:24.8494164Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:44:24.8495688Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests 2024-08-22T20:44:24.8497088Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests 2024-08-22T20:44:24.8498793Z copying backends/vulkan/test/op_tests/generate_op_tests.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests 2024-08-22T20:44:24.8500361Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:44:24.8501913Z copying backends/vulkan/test/op_tests/utils/codegen.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:44:24.8503789Z copying backends/vulkan/test/op_tests/utils/codegen_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:44:24.8505281Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party 2024-08-22T20:44:24.8506522Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/volk 2024-08-22T20:44:24.8508033Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/volk 2024-08-22T20:44:24.8509656Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-08-22T20:44:24.8511064Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:24.8513031Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:24.8515314Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:24.8546934Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:24.8549574Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:24.8551738Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:24.8554063Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:24.8556211Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:24.8557984Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:44:24.8560204Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:44:24.8562035Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-08-22T20:44:24.8563452Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-08-22T20:44:24.8564927Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:44:24.8567068Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:44:24.8568847Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8570066Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8571631Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8573146Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8574685Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8576149Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8577784Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8579593Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8581285Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8582770Z copying backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8584475Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8586118Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8587676Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8589204Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8590795Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8592387Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8593905Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8595395Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8596957Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8598558Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8600318Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8601810Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8603358Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8604764Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8606228Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8607862Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8609453Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8610945Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8612511Z copying backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8614095Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8615628Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8617163Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8618721Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8620386Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8622022Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8623579Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8625065Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8626610Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8628197Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8629735Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8631252Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8632732Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8634112Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8635508Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8637105Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8638843Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:24.8640246Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-08-22T20:44:24.8641596Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-08-22T20:44:24.8643198Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-08-22T20:44:24.8644427Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:24.8681971Z copying backends/xnnpack/passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:24.8683923Z copying backends/xnnpack/passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:24.8685657Z copying backends/xnnpack/passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:24.8687334Z copying backends/xnnpack/passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:24.8688983Z copying backends/xnnpack/passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:24.8690689Z copying backends/xnnpack/passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:24.8692199Z copying backends/xnnpack/passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:24.8693735Z copying backends/xnnpack/passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:24.8695388Z copying backends/xnnpack/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:24.8697008Z copying backends/xnnpack/passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:24.8698844Z copying backends/xnnpack/passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:24.8700539Z copying backends/xnnpack/passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:24.8701833Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:24.8703320Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:24.8705083Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:24.8706369Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-08-22T20:44:24.8707659Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-08-22T20:44:24.8709236Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-08-22T20:44:24.8710448Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party 2024-08-22T20:44:24.8711922Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party 2024-08-22T20:44:24.8713749Z copying backends/xnnpack/third-party/generate-xnnpack-wrappers.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party 2024-08-22T20:44:24.8715155Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:24.8716357Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:24.8718076Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:24.8719563Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:24.8720956Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:24.8722194Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:24.8723653Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:24.8725269Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:24.8726595Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:24.8728105Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:24.8729802Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:24.8731343Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:24.8733019Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:24.8734720Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:24.8736535Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:24.8738128Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:24.8739959Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:24.8741641Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:24.8743254Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:24.8744932Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:24.8746500Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:24.8748157Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:24.8749483Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8750645Z copying backends/xnnpack/test/ops/abs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8752162Z copying backends/xnnpack/test/ops/add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8753956Z copying backends/xnnpack/test/ops/avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8755456Z copying backends/xnnpack/test/ops/bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8756879Z copying backends/xnnpack/test/ops/cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8758424Z copying backends/xnnpack/test/ops/ceil.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8759827Z copying backends/xnnpack/test/ops/clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8761447Z copying backends/xnnpack/test/ops/conv1d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8762930Z copying backends/xnnpack/test/ops/conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8764566Z copying backends/xnnpack/test/ops/div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8766152Z copying backends/xnnpack/test/ops/elu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8767612Z copying backends/xnnpack/test/ops/floor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8769172Z copying backends/xnnpack/test/ops/hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8770780Z copying backends/xnnpack/test/ops/hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8772362Z copying backends/xnnpack/test/ops/leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8773773Z copying backends/xnnpack/test/ops/linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8775160Z copying backends/xnnpack/test/ops/max_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8776559Z copying backends/xnnpack/test/ops/maximum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8778084Z copying backends/xnnpack/test/ops/maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8779662Z copying backends/xnnpack/test/ops/mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8781067Z copying backends/xnnpack/test/ops/minimum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8827698Z copying backends/xnnpack/test/ops/multiply.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8829576Z copying backends/xnnpack/test/ops/negate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8831209Z copying backends/xnnpack/test/ops/permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8832738Z copying backends/xnnpack/test/ops/pow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8834113Z copying backends/xnnpack/test/ops/prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8835698Z copying backends/xnnpack/test/ops/quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8837139Z copying backends/xnnpack/test/ops/relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8838644Z copying backends/xnnpack/test/ops/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8840162Z copying backends/xnnpack/test/ops/sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8841677Z copying backends/xnnpack/test/ops/slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8843163Z copying backends/xnnpack/test/ops/softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8844814Z copying backends/xnnpack/test/ops/sqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8846253Z copying backends/xnnpack/test/ops/square.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8847825Z copying backends/xnnpack/test/ops/static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8849391Z copying backends/xnnpack/test/ops/sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:24.8850583Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:24.8852017Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:24.8854043Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:24.8855797Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:24.8857603Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:24.8859371Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:24.8861252Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:24.8862627Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization 2024-08-22T20:44:24.8864298Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization 2024-08-22T20:44:24.8866280Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization 2024-08-22T20:44:24.8867756Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:24.8869120Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:24.8870693Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:24.8871991Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:44:24.8873501Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:44:24.8874976Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:44:24.8876504Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:44:24.8877891Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:44:24.8879427Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:44:24.8880971Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:44:24.8882571Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:44:24.8884083Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include 2024-08-22T20:44:24.8885528Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:24.8887280Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:24.8889325Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:24.8891332Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:24.8892930Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test 2024-08-22T20:44:24.8894141Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:44:24.8895801Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:44:24.8897410Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK 2024-08-22T20:44:24.8898698Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:44:24.8900588Z copying backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:44:24.8902725Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:44:24.8904405Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.8906406Z copying backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.8908753Z copying backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.8910853Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.8913002Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.8915131Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.8917159Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.8919232Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.8921325Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.8923448Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.8925543Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9159727Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9162331Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9164297Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9166330Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9168447Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9170513Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9172525Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9174488Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9176482Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9178554Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9180717Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9182773Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9184726Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9186692Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9188630Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9190588Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9192544Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9194482Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9196501Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9198533Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9200621Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9202781Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9204776Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9206738Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9208740Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9210717Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9212717Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9215008Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9217048Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9219084Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9221366Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9223455Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9225659Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9227911Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9230088Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9232197Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9234371Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9236437Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9238613Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9240568Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9242504Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9244585Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9246489Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:24.9247975Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:24.9249767Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:24.9251882Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:24.9254309Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:24.9256003Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-08-22T20:44:24.9345549Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:44:24.9347775Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:44:24.9349498Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples 2024-08-22T20:44:24.9350396Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:44:24.9351410Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:44:24.9352839Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:44:24.9354436Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:44:24.9355655Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-08-22T20:44:24.9356956Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-08-22T20:44:24.9358453Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-08-22T20:44:24.9359674Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-08-22T20:44:24.9360780Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-08-22T20:44:24.9362172Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-08-22T20:44:24.9363308Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:24.9364630Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:24.9366122Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:24.9367425Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-08-22T20:44:24.9368659Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-08-22T20:44:24.9370164Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-08-22T20:44:24.9371446Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-08-22T20:44:24.9372684Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-08-22T20:44:24.9374358Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-08-22T20:44:24.9375646Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:24.9376849Z copying examples/models/llama2/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:24.9378228Z copying examples/models/llama2/export_llama.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:24.9379751Z copying examples/models/llama2/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:24.9381162Z copying examples/models/llama2/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:24.9382575Z copying examples/models/llama2/llama_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:24.9383982Z copying examples/models/llama2/rope.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:24.9385409Z copying examples/models/llama2/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:24.9386761Z copying examples/models/llama2/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:24.9388236Z copying examples/models/llama2/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:24.9389737Z copying examples/models/llama2/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:24.9391107Z copying examples/models/llama2/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:24.9392364Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:44:24.9393571Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:44:24.9395030Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:44:24.9396351Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:44:24.9397605Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-08-22T20:44:24.9398875Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-08-22T20:44:24.9400272Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-08-22T20:44:24.9401582Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:24.9402872Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:24.9404336Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:24.9405617Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:24.9406886Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:24.9408354Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:24.9409629Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi-3-mini 2024-08-22T20:44:24.9410825Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi-3-mini 2024-08-22T20:44:24.9412497Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi-3-mini 2024-08-22T20:44:24.9413851Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi3-mini-lora 2024-08-22T20:44:24.9415165Z copying examples/models/phi3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi3-mini-lora 2024-08-22T20:44:24.9416442Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-08-22T20:44:24.9417647Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-08-22T20:44:24.9418950Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-08-22T20:44:24.9420227Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test 2024-08-22T20:44:24.9421389Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test 2024-08-22T20:44:24.9422677Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test 2024-08-22T20:44:24.9423916Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-08-22T20:44:24.9425249Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-08-22T20:44:24.9426733Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-08-22T20:44:24.9428067Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-08-22T20:44:24.9429220Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-08-22T20:44:24.9430723Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-08-22T20:44:24.9432036Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-08-22T20:44:24.9433226Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-08-22T20:44:24.9434695Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-08-22T20:44:24.9435864Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:24.9437229Z copying examples/models/llama2/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:24.9438835Z copying examples/models/llama2/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:24.9440225Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:44:24.9441699Z copying examples/models/llama2/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:44:24.9510633Z copying examples/models/llama2/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:44:24.9513490Z copying examples/models/llama2/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:44:24.9516205Z copying examples/models/llama2/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:44:24.9518369Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/runner 2024-08-22T20:44:24.9520308Z copying examples/models/llama2/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/runner 2024-08-22T20:44:24.9522642Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:24.9524816Z copying examples/models/llama2/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:24.9527415Z copying examples/models/llama2/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:24.9530139Z copying examples/models/llama2/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:24.9532814Z copying examples/models/llama2/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:24.9535012Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tests 2024-08-22T20:44:24.9537463Z copying examples/models/llama2/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tests 2024-08-22T20:44:24.9539609Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-08-22T20:44:24.9541754Z copying examples/models/llama2/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-08-22T20:44:24.9543915Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:24.9546033Z copying examples/models/llama2/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:24.9548687Z copying examples/models/llama2/custom_ops/sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:24.9551585Z copying examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:24.9553282Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/test 2024-08-22T20:44:24.9554874Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/test 2024-08-22T20:44:24.9555942Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9556748Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9557654Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9558606Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9559562Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9560476Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9561337Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9562260Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9563174Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9564060Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9564983Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9565916Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9566959Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9568191Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9569458Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9570701Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9572148Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9573420Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9574683Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9576080Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9577235Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9578191Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9579096Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9580103Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:24.9580962Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:24.9581952Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:24.9583041Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:24.9584157Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:24.9585293Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:24.9586409Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:24.9587384Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:24.9588517Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:24.9589683Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:24.9590894Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:24.9592001Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:24.9593076Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:24.9593996Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:24.9595365Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:24.9596879Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:24.9598041Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:24.9599091Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:24.9600037Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-08-22T20:44:24.9601007Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-08-22T20:44:24.9602071Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-08-22T20:44:24.9602975Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:44:24.9603860Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:44:24.9604882Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:44:24.9605895Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:44:24.9606800Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:44:24.9607906Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:44:24.9609018Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:44:24.9610093Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:44:24.9611021Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9611999Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9613160Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9614379Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9615618Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9616889Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9618220Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9619576Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9679305Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9681367Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9683290Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9685312Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9687229Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9689281Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9691365Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9693489Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9695495Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9697580Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9699679Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9701530Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9703434Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9705272Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9707023Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9708915Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9710943Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9712900Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9714880Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9717148Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:24.9718826Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:44:24.9720304Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:44:24.9722044Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:44:24.9723823Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:44:24.9725294Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:24.9726735Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:24.9728446Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:24.9730196Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:24.9731863Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:24.9733529Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:24.9735119Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:24.9736825Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:24.9738250Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9739833Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9741661Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9743543Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9745420Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9747158Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9748927Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9750652Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9752364Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9754466Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9756370Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9758242Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9760095Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9762110Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9764065Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9765882Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9767603Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9769439Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9771297Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9773333Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9775225Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9776980Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9778681Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9780486Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9782181Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9783863Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9785654Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9787472Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9789247Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:24.9790827Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:24.9792545Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:24.9794472Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:24.9796388Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:24.9798650Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:24.9800309Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:24.9802173Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:24.9804131Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:24.9806177Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:24.9808322Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:24.9810163Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:24.9812483Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:24.9815414Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:24.9818284Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:24.9820450Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:24.9822262Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:24.9847295Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:24.9849593Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:24.9851691Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:24.9854259Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:24.9856392Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:24.9858540Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:24.9860735Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:24.9862889Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:24.9865103Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:24.9867305Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:24.9869508Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:24.9871624Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:24.9873651Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:24.9875661Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:24.9877697Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:24.9879403Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos 2024-08-22T20:44:24.9881504Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos 2024-08-22T20:44:24.9884077Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos 2024-08-22T20:44:24.9886027Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:24.9888185Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:24.9890697Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:24.9893220Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:24.9895302Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend 2024-08-22T20:44:24.9897037Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend 2024-08-22T20:44:24.9898759Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-08-22T20:44:24.9900516Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-08-22T20:44:24.9902104Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/test 2024-08-22T20:44:24.9903925Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/test 2024-08-22T20:44:24.9905715Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend/test 2024-08-22T20:44:24.9907793Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend/test 2024-08-22T20:44:24.9909707Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-08-22T20:44:24.9911465Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-08-22T20:44:24.9913753Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-08-22T20:44:24.9915508Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:24.9917359Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:24.9919648Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:24.9921867Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:24.9923665Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-08-22T20:44:24.9925410Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-08-22T20:44:24.9927461Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-08-22T20:44:24.9929293Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-08-22T20:44:24.9931097Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-08-22T20:44:24.9933163Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-08-22T20:44:24.9934963Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test 2024-08-22T20:44:24.9936863Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test 2024-08-22T20:44:24.9939221Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test 2024-08-22T20:44:24.9941154Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/test 2024-08-22T20:44:24.9943252Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/test 2024-08-22T20:44:24.9945009Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/test 2024-08-22T20:44:24.9946590Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/test 2024-08-22T20:44:24.9948193Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/test 2024-08-22T20:44:24.9949921Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/test 2024-08-22T20:44:24.9951656Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:44:24.9953291Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:44:24.9955512Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:44:24.9957613Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:44:24.9959290Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/test 2024-08-22T20:44:24.9961187Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/test 2024-08-22T20:44:24.9962872Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension 2024-08-22T20:44:24.9964195Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util 2024-08-22T20:44:24.9965926Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util 2024-08-22T20:44:24.9967930Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util 2024-08-22T20:44:24.9969598Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:44:24.9971524Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:44:24.9973580Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:44:24.9975555Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:44:24.9977277Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings 2024-08-22T20:44:24.9979098Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings 2024-08-22T20:44:24.9980893Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree 2024-08-22T20:44:24.9982538Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree 2024-08-22T20:44:24.9984225Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converters 2024-08-22T20:44:24.9986317Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converters 2024-08-22T20:44:24.9988185Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm 2024-08-22T20:44:24.9989528Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:24.9991285Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:25.0054984Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:25.0057997Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:25.0060463Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:25.0062407Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer 2024-08-22T20:44:25.0064257Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer 2024-08-22T20:44:25.0066417Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer 2024-08-22T20:44:25.0068282Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party 2024-08-22T20:44:25.0069966Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:44:25.0072226Z copying extension/llm/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:44:25.0075380Z copying extension/llm/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:44:25.0078296Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:44:25.0080836Z copying extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:44:25.0083315Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:44:25.0085833Z copying extension/llm/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:44:25.0089004Z copying extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:44:25.0091375Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2 2024-08-22T20:44:25.0093640Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:44:25.0095981Z copying extension/llm/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:44:25.0098603Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:25.0101010Z copying extension/llm/third-party/re2/python/re2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:25.0103642Z copying extension/llm/third-party/re2/python/re2_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:25.0106297Z copying extension/llm/third-party/re2/python/setup.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:25.0108430Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:25.0110715Z copying extension/llm/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:25.0113515Z copying extension/llm/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:25.0116143Z copying extension/llm/third-party/re2/re2/unicode.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:25.0118381Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:44:25.0120985Z copying extension/llm/third-party/re2/python/toolchains/generate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:44:25.0123523Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece 2024-08-22T20:44:25.0125388Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:44:25.0128038Z copying extension/llm/third-party/sentencepiece/python/setup.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:44:25.0130603Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:44:25.0133279Z copying extension/llm/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:44:25.0136644Z copying extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:44:25.0139504Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src 2024-08-22T20:44:25.0141673Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:25.0144795Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:25.0148485Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:25.0152487Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:25.0157088Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:25.0159865Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer/test 2024-08-22T20:44:25.0161966Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer/test 2024-08-22T20:44:25.0163930Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-08-22T20:44:25.0165834Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-08-22T20:44:25.0168205Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-08-22T20:44:25.0170092Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/test 2024-08-22T20:44:25.0171826Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/test 2024-08-22T20:44:25.0173432Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk 2024-08-22T20:44:25.0174665Z copying sdk/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk 2024-08-22T20:44:25.0176067Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:44:25.0177741Z copying sdk/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:44:25.0179815Z copying sdk/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:44:25.0181750Z copying sdk/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:44:25.0183373Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-08-22T20:44:25.0185221Z copying sdk/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-08-22T20:44:25.0187089Z copying sdk/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-08-22T20:44:25.0188758Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:25.0190289Z copying sdk/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:25.0191988Z copying sdk/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:25.0193486Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-08-22T20:44:25.0194968Z copying sdk/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-08-22T20:44:25.0196719Z copying sdk/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-08-22T20:44:25.0198202Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:25.0199743Z copying sdk/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:25.0201490Z copying sdk/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:25.0203378Z copying sdk/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:25.0205277Z copying sdk/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:25.0385533Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool 2024-08-22T20:44:25.0387454Z copying sdk/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool 2024-08-22T20:44:25.0389656Z copying sdk/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool 2024-08-22T20:44:25.0391478Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:44:25.0393520Z copying sdk/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:44:25.0395821Z copying sdk/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:44:25.0397763Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:25.0399659Z copying sdk/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:25.0401460Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-08-22T20:44:25.0403310Z copying sdk/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-08-22T20:44:25.0405484Z copying sdk/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-08-22T20:44:25.0407680Z copying sdk/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-08-22T20:44:25.0409447Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/util 2024-08-22T20:44:25.0411184Z copying sdk/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/util 2024-08-22T20:44:25.0412916Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/test 2024-08-22T20:44:25.0414902Z copying sdk/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/test 2024-08-22T20:44:25.0416848Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:44:25.0419054Z copying sdk/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:44:25.0421295Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/tests 2024-08-22T20:44:25.0423052Z copying sdk/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/tests 2024-08-22T20:44:25.0424553Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/tests 2024-08-22T20:44:25.0426067Z copying sdk/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/tests 2024-08-22T20:44:25.0427211Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:44:25.0428338Z copying sdk/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:44:25.0429659Z copying sdk/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:44:25.0431009Z copying sdk/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:44:25.0432036Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-08-22T20:44:25.0432886Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-08-22T20:44:25.0433909Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-08-22T20:44:25.0434759Z creating pip-out/lib.linux-x86_64-cpython-311/serializer 2024-08-22T20:44:25.0435837Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/serializer 2024-08-22T20:44:25.0437334Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-311/serializer 2024-08-22T20:44:25.0438382Z creating pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0439523Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0441150Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0442553Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0443963Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0445406Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0446832Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0448253Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0449622Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0450995Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0452473Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0454327Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0455753Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0457173Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0458638Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0460083Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0461554Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0462968Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0464402Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0465847Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0467282Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0468692Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0470111Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0471527Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0472956Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0474367Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0475761Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0477145Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0478665Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0480050Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0481482Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0482984Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0484414Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0485834Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0487265Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:25.0488086Z running egg_info 2024-08-22T20:44:25.0488462Z creating executorch.egg-info 2024-08-22T20:44:25.0488915Z writing executorch.egg-info/PKG-INFO 2024-08-22T20:44:25.0489552Z writing dependency_links to executorch.egg-info/dependency_links.txt 2024-08-22T20:44:25.0490296Z writing entry points to executorch.egg-info/entry_points.txt 2024-08-22T20:44:25.0490977Z writing requirements to executorch.egg-info/requires.txt 2024-08-22T20:44:25.3706504Z writing top-level names to executorch.egg-info/top_level.txt 2024-08-22T20:44:25.3707688Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:44:25.3708562Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:44:25.3709239Z adding license file 'LICENSE' 2024-08-22T20:44:25.3709979Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:44:25.3711348Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-08-22T20:44:25.3713020Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:44:25.3714707Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:44:25.3716454Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:25.3718068Z copying backends/qualcomm/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-08-22T20:44:25.3719278Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot 2024-08-22T20:44:25.3720373Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot/ir 2024-08-22T20:44:25.3721546Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot/ir 2024-08-22T20:44:25.3723174Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:25.3724536Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph 2024-08-22T20:44:25.3725633Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops 2024-08-22T20:44:25.3726790Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3728301Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3730209Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3733159Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3735052Z copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3736897Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3738735Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3740674Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3742512Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3744281Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3746090Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3747980Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3749915Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3751856Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3754087Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3756161Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3758193Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3760116Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3761976Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3763849Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3765671Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3767484Z copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3769408Z copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3771324Z copying backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3773220Z copying backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3775257Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3777155Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3779051Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_tensor.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3781029Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3782971Z copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3784936Z copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3786882Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3788784Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3790602Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3792552Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3794540Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3796667Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3798809Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3800784Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3802728Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3804555Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3806575Z copying backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3825155Z copying backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3827499Z copying backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3829749Z copying backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3831878Z copying backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3833997Z copying backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3836347Z copying backends/vulkan/runtime/graph/ops/glsl/tensor_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3838498Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3840624Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3842706Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.3844241Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/glsl 2024-08-22T20:44:25.3845536Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/glsl 2024-08-22T20:44:25.3847003Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools 2024-08-22T20:44:25.3847993Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo 2024-08-22T20:44:25.3849306Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:25.3850907Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:25.3852865Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:25.3855050Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:25.3856973Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:25.3858897Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:25.3860940Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:25.3862758Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:44:25.3864578Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:44:25.3866382Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:44:25.3868332Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:44:25.3870082Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:44:25.3871798Z copying backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:44:25.3873805Z copying backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:44:25.3875412Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3877094Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3879275Z copying backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3881566Z copying backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3883696Z copying backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3885855Z copying backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3888056Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3890298Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3892640Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3894892Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3897050Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3899314Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3901690Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3904010Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3906250Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3908480Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3910629Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3912793Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3914992Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3917211Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3919300Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3921407Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3923606Z copying backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3925749Z copying backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3928060Z copying backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3930214Z copying backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3937649Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3939986Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3941795Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3943614Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3945437Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3947304Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3949156Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3950998Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3953010Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3955239Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3957110Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3959043Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3960964Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3962842Z copying backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3964701Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3966554Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3968403Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3970248Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3972098Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3974086Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3975989Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3977975Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3980061Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3981959Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3983868Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3985772Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3987683Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3989536Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3991372Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3993359Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3995351Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3997194Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.3999051Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4000930Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4002799Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4004679Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4006603Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4008494Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4010374Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4012288Z copying backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4014294Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4016196Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4018236Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4020360Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4022313Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4024247Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4026141Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4027997Z copying backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4029846Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4045514Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4048149Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4050367Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4052602Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4055014Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4056958Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4059075Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4061360Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4063518Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4065670Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4067803Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4069876Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4072141Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4074300Z copying backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4076531Z copying backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4078758Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4080899Z copying backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4083048Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4085247Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4087357Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4089440Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4091600Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4093931Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4096221Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4098418Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4100725Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4102846Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4104828Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4106900Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4109102Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4111238Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4113324Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4115330Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4117609Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4119685Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4121814Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4123990Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4126131Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4128193Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4130220Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4132287Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4134391Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4136673Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4138986Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4141182Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4143321Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4145443Z copying backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4147558Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4149664Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4172956Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4175413Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4177814Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4179785Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4181636Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4183517Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4185511Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4187379Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4189299Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4191117Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4192985Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4194833Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4196673Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4198602Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4200432Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4202231Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4204105Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4205993Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4207838Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4209607Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4211410Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4213263Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4215148Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4216969Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4218913Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4220913Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4222765Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4224652Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4226482Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4228333Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4230166Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4232015Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4233886Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4235715Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4237570Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4239462Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4241308Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4243171Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4245037Z copying backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4246953Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4248949Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4250932Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4252946Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4255325Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4257307Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4259291Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4261286Z copying backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4263284Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4265561Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4288771Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4291558Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4293652Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4295670Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4297832Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4300051Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4302316Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4304589Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4306922Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4309204Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4311368Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4313569Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4315597Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4317625Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4319662Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4321600Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4323639Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4325684Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4327856Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4330092Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4332271Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4334395Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4336629Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4338722Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4340898Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4342986Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4344956Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4346891Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4348972Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4351058Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4353095Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4355353Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4357300Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4359200Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4361087Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4362920Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4364831Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4366747Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4368828Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4370898Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4373024Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4375122Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4377139Z copying backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4378966Z copying backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4380886Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4382960Z copying backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.4384928Z copying backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5478687Z copying backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5481305Z copying backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5483854Z copying backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5485838Z copying backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5488083Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5490141Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5492274Z copying backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5494184Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5496179Z copying backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5498131Z copying backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5500235Z copying backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5502288Z copying backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5504308Z copying backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5506369Z copying backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5508550Z copying backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5510560Z copying backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5512547Z copying backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5514539Z copying backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5516524Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5518489Z copying backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5520624Z copying backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5522638Z copying backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5524679Z copying backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5526659Z copying backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.5528381Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-08-22T20:44:25.5529667Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:25.5531486Z copying backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:25.5533459Z copying backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:25.5535432Z copying backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:25.5537408Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:44:25.5538979Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-08-22T20:44:25.5540031Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-08-22T20:44:25.5540883Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-08-22T20:44:25.5541859Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-08-22T20:44:25.5542941Z copying sdk/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:25.5544083Z copying sdk/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:25.5545423Z copying sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:44:25.5546915Z copying sdk/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:44:25.5548276Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:25.5549370Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:25.5550717Z copying sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:25.5552324Z copying sdk/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:25.5553181Z running build_ext 2024-08-22T20:44:25.5554958Z copying /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/third-party/flatbuffers/flatc -> /pytorch/torchchat/et-build/src/executorch/pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin 2024-08-22T20:44:25.5557943Z copying /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/torchchat/et-build/src/executorch/pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:25.5560747Z copying /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/_portable_lib.cpython-311-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings 2024-08-22T20:44:25.5562383Z installing to pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:44:25.5562827Z running install 2024-08-22T20:44:25.5563129Z running install_lib 2024-08-22T20:44:25.5563531Z creating pip-out/bdist.linux-x86_64 2024-08-22T20:44:25.5564022Z creating pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:44:25.5564594Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2024-08-22T20:44:25.5565361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2024-08-22T20:44:25.5566042Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2024-08-22T20:44:25.5567216Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2024-08-22T20:44:25.5568733Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2024-08-22T20:44:25.5569769Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2024-08-22T20:44:25.5570601Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:44:25.5572211Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:44:25.5574354Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:44:25.5576316Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:44:25.5577987Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/arm_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:44:25.5579739Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:44:25.5581377Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:44:25.5582586Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5583996Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5585836Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5587850Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5589725Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5591585Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5593424Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_dequant.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5595247Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5597069Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5598888Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5600729Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5602572Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5604405Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_output.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5606328Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5608330Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5610175Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_quant.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5612000Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5613819Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5615631Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5617440Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5619233Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5621111Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:25.5622413Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:44:25.5623907Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:44:25.5625992Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:44:25.5627871Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes/tag_io_quant_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:44:25.5629716Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:44:25.5631035Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:44:25.5632411Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:44:25.5634289Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:44:25.5636230Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:44:25.5638202Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:44:25.5639740Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:25.5641638Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/adaptive_ang_pool2d_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:25.5644116Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/add_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:25.5646574Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/conv_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:25.5649035Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/linear_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:25.5651490Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/max_pool2d_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:25.5654270Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/mul_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:25.5656767Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/sigmoid_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:25.5659258Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/sub_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:25.5661724Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:25.5663271Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-08-22T20:44:25.5664679Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-08-22T20:44:25.5667134Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-08-22T20:44:25.5668539Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2024-08-22T20:44:25.5669984Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2024-08-22T20:44:25.5671340Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2024-08-22T20:44:25.5672813Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2024-08-22T20:44:25.5674202Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:25.5675592Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:25.5677411Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:25.5679216Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:25.5681044Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_avg_pool.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:25.5682907Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:25.5684751Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:25.5686666Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_conv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:25.5688639Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:25.5690539Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:25.5692396Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:25.5694195Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:25.5696030Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:25.5697874Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:25.5699823Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:25.5701660Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:25.5702993Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2024-08-22T20:44:25.5704471Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/passes/test_tag_io_quant_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2024-08-22T20:44:25.5705882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2024-08-22T20:44:25.5707429Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2024-08-22T20:44:25.5709519Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2024-08-22T20:44:25.5711093Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2024-08-22T20:44:25.5712680Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2024-08-22T20:44:25.5714193Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2024-08-22T20:44:25.5715298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:44:25.5717235Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:44:25.5719102Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2024-08-22T20:44:25.5720470Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:44:25.5722713Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:44:25.5725635Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:44:25.5727939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5730305Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5733250Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5736077Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5738945Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5742440Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5745382Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5748406Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5751527Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5754807Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5757988Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5760938Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5764002Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5766866Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5769755Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5772668Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5775774Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5778818Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5781930Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5784870Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5787892Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5790818Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5793804Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5796718Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5799889Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5802806Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5805771Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5808636Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5811530Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5814470Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5817372Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5820594Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5823649Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5826568Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5829467Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:25.5831514Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2024-08-22T20:44:25.5832887Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:44:25.5835198Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:44:25.5837758Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:44:25.5840127Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:44:25.5842327Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:44:25.5844590Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:44:25.5846436Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:44:25.5847916Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:44:25.5849990Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:44:25.5852063Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:44:25.5854387Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:44:25.5856170Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:44:25.5858327Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:44:25.5861424Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:44:25.5863398Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:25.5865209Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:25.5867735Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:25.5870179Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:25.5872562Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:25.5875001Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:25.5877348Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:25.5879682Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:25.5881987Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:25.5884260Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:25.5886523Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:25.5888165Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2024-08-22T20:44:25.5889845Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2024-08-22T20:44:25.5891234Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5892872Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5895035Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5897215Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5899376Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5901607Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5903739Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5905888Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5908169Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5910481Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5912696Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5915012Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5917259Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5919381Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5921609Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5923829Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5926015Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5928283Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5930448Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5932776Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5935351Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5938017Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5940466Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5942609Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5944632Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5946915Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5949074Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5951166Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5953247Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5956076Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5958278Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5960366Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5962398Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5964346Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5966422Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5968467Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5970742Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5972898Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5975010Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5977015Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5979215Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5981280Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5983315Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5985303Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5987318Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5989397Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5991497Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5993565Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5995460Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5997502Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.5999598Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.6001649Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.6003626Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:25.6005111Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2024-08-22T20:44:25.6006666Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2024-08-22T20:44:25.6008772Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2024-08-22T20:44:25.6010263Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6011794Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/annotate_and_quant_scalar.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6013869Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/annotate_decomposed.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6015865Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6017913Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/convert_binary_op_with_scalar.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6020235Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6022386Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6024471Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/convert_prelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6026473Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6028491Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6030465Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6032501Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6035118Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6037314Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6039243Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6041280Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6043320Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/recompose_pixel_shuffle.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6045316Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6047291Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6049174Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6051096Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6053107Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6055463Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/replace_inf_buffer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:25.6056871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:25.6058345Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:25.6060378Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:25.6061961Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:44:25.6063563Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization/qnn_compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:44:25.6065740Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization/qnn_compile_spec_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:44:25.6067899Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:44:25.6069314Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:44:25.6070692Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:44:25.6072607Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:44:25.6074471Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:44:25.6075786Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2024-08-22T20:44:25.6077188Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2024-08-22T20:44:25.6079088Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2024-08-22T20:44:25.6080394Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2024-08-22T20:44:25.6081345Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2024-08-22T20:44:25.6082733Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2024-08-22T20:44:25.6084046Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:25.6085361Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:25.6087153Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:25.6089002Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:25.6090846Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:25.6092735Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:25.6094754Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:25.6096890Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:25.6098880Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:25.6101101Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:25.6103144Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:25.6104997Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:25.6106439Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2024-08-22T20:44:25.6108268Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2024-08-22T20:44:25.6109774Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2024-08-22T20:44:25.6111205Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2024-08-22T20:44:25.6113089Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2024-08-22T20:44:25.6114576Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2024-08-22T20:44:25.6116290Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2024-08-22T20:44:25.6118515Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner/supported_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2024-08-22T20:44:25.6120357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/passes 2024-08-22T20:44:25.6122201Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes/custom_ops_defs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/passes 2024-08-22T20:44:25.6124740Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes/test_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/passes 2024-08-22T20:44:25.6126246Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2024-08-22T20:44:25.6128111Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2024-08-22T20:44:25.6129604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2024-08-22T20:44:25.6130826Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2024-08-22T20:44:25.6131942Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6134040Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6136801Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6139538Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6142326Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6145057Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6147606Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6150226Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6152817Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6155715Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6158384Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6161101Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6164126Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6166835Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6169926Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6172725Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6175553Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6178261Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6181151Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6183791Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6186531Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6189140Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6191895Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6194777Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6197563Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6200156Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6202883Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6205540Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_tensor.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6208109Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6210817Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6213466Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6216038Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6218672Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6221546Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6224169Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6226829Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6229684Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6232354Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6235072Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6237773Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6240390Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6243316Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6246011Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6248744Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6251561Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6254367Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6256953Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6259741Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/tensor_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6262452Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6265248Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6267996Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:25.6269759Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:44:25.6271547Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:44:25.6274036Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:44:25.6276542Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:44:25.6278944Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:44:25.6280621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:44:25.6282245Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:44:25.6284526Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:44:25.6286781Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:44:25.6288618Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2024-08-22T20:44:25.6290502Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2024-08-22T20:44:25.6292809Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/generate_op_tests.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2024-08-22T20:44:25.6294572Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:44:25.6296310Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils/codegen.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:44:25.6298796Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils/codegen_base.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:44:25.6300502Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2024-08-22T20:44:25.6302246Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2024-08-22T20:44:25.6303916Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2024-08-22T20:44:25.6304996Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2024-08-22T20:44:25.6306763Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2024-08-22T20:44:25.6308515Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-08-22T20:44:25.6309928Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:25.6312090Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:25.6314918Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:25.6317799Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:25.6320567Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:25.6323363Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:25.6325962Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:25.6328779Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:25.6330889Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:44:25.6333229Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:44:25.6335393Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-08-22T20:44:25.6336723Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-08-22T20:44:25.6338297Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:44:25.6340820Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:44:25.6342892Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2024-08-22T20:44:25.6343918Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2024-08-22T20:44:25.6344958Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:25.6346785Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:25.6349173Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:25.6351606Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:25.6354263Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:25.6355935Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2024-08-22T20:44:25.6357343Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2024-08-22T20:44:25.6359259Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2024-08-22T20:44:25.6360737Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6362415Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6364494Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6366610Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6368666Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6370835Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6372919Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6375035Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6377310Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6379582Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6381823Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6383852Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6386250Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6388370Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6390463Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6392482Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6394664Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6396928Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6399071Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6401305Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6403495Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6405741Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6407960Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6410062Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6412218Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6414351Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6416447Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6418684Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6421035Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6423201Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6425256Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6427414Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6429516Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6431673Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6433813Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6435918Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6438100Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6440236Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6442496Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6444742Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6446875Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6449070Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6451083Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6453319Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6455652Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6457851Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:25.6459545Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2024-08-22T20:44:25.6461210Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2024-08-22T20:44:25.6463404Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2024-08-22T20:44:25.6465205Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:25.6466985Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:25.6469353Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:25.6470877Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:25.6472476Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:25.6474647Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:25.6476885Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:25.6478971Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:25.6481157Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:25.6483287Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:25.6485537Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:25.6487896Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:25.6489874Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:25.6492045Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:25.6494293Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:25.6496504Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:25.6498328Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:44:25.6500326Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:44:25.6502830Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:44:25.6505291Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:44:25.6507727Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:44:25.6509499Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2024-08-22T20:44:25.6511371Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2024-08-22T20:44:25.6513644Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2024-08-22T20:44:25.6515202Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:25.6517143Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:25.6519398Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:25.6521721Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:25.6524237Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:25.6526532Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:25.6528850Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:25.6531291Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:25.6533712Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:25.6536112Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:25.6538393Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:25.6540744Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:25.6543074Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:25.6545435Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:25.6546987Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6548593Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/abs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6550696Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6552908Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6555799Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6558096Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/cat.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6560244Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/ceil.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6562422Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/clamp.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6564584Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/conv1d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6566754Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6568891Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6570999Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/elu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6573137Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/floor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6575437Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/hardswish.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6577953Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6580420Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6582602Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6584748Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/max_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6586934Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/maximum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6589136Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6591417Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6593644Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/minimum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6595946Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/multiply.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6598057Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/negate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6600290Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/permute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6602570Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/pow.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6604715Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/prelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6606952Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6609282Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6611477Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6613673Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6615866Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6618050Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6620281Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/sqrt.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6622451Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/square.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6624921Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6627179Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:25.6628777Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:25.6630609Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:25.6633108Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:25.6635616Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:25.6638121Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:25.6640589Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:25.6643078Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:25.6644890Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2024-08-22T20:44:25.6646929Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2024-08-22T20:44:25.6649567Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2024-08-22T20:44:25.6651632Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:25.6653381Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:25.6655901Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:25.6657580Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2024-08-22T20:44:25.6659513Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2024-08-22T20:44:25.6661973Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/generate-xnnpack-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2024-08-22T20:44:25.6663793Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:44:25.6665583Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:44:25.6667417Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2024-08-22T20:44:25.6668938Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:25.6670972Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:25.6673696Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:25.6676434Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:25.6678363Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2024-08-22T20:44:25.6679543Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:44:25.6681661Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:44:25.6684172Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:44:25.6685934Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:44:25.6687754Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:44:25.6690132Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:44:25.6690750Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:44:25.6692117Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:44:25.6692854Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:25.6694238Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:25.6695657Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:25.6697173Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:25.6697800Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-08-22T20:44:25.6698523Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:44:25.6700004Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:44:25.6701312Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:44:25.6702607Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:44:25.6703231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:44:25.6704611Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:44:25.6705968Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:44:25.6706481Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2024-08-22T20:44:25.6707053Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:44:25.6708533Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:44:25.6709991Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:44:25.6710528Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6712145Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6713576Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6715158Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6716588Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6717953Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6719429Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6720955Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6722495Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6724120Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6725591Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6726893Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6728227Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6729448Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6730785Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6732125Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6733405Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6734668Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6735901Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6737192Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6738625Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6739979Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6741204Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6742455Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6743700Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6744943Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6746175Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6747400Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6748744Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6750083Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6751357Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6752697Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6754244Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6755511Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6756742Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6757972Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6759235Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6760641Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6761870Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6763222Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6764451Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6765694Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6766934Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6768180Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6769485Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6770854Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6772184Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6773455Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6774696Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6775935Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6777094Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6778315Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6779538Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6780845Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:25.6781374Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:44:25.6782545Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:44:25.6783717Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:44:25.6784235Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6785464Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6786649Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6787835Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6789045Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6790277Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6791552Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6792891Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6794189Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6795412Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6796623Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6797947Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6799224Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6800442Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6801741Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6802982Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6804178Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6805403Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6806990Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6808632Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6810143Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6811428Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6812783Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6814302Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6815578Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6816873Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6818252Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6819592Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6820893Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6822163Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6823410Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6824715Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6826092Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6827436Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6828756Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6829988Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6831314Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6832613Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6833923Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6835258Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6836633Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6837904Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6839240Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6840411Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6841703Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6843051Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6844288Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6845615Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6847020Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6848350Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6849687Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6851047Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6852230Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6853527Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6855118Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6856385Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6857692Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6859142Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6860553Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6861851Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6863068Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6864345Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6865738Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6866921Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6868238Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6869633Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6871036Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6872374Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6873833Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6875117Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6876474Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6877877Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6879097Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6880381Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6881857Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6883141Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6884553Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6885925Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6887508Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6889134Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6890387Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6891686Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6892923Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6894303Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6895511Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6896800Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6898071Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6899300Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6900729Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6902032Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6903296Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6904509Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6905888Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6907249Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6908545Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6909775Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6911012Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6912244Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6913474Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6914721Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6916129Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6917316Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6918533Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6919867Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6921048Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6922414Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6923723Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6924989Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6926355Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6927954Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6929252Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6930610Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6931930Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6933128Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6934453Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6935739Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6937041Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6938204Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6939756Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6941193Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6942644Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6943910Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6945265Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6946473Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6947772Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6949095Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6950351Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6970080Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6971599Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6972867Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6974191Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6975450Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6976815Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6978145Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6979519Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6981044Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6982469Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6983764Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6985040Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6986362Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6987761Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6989008Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6990281Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6991598Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6993069Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6994393Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6995756Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6997107Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6998405Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.6999769Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7000972Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7002276Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7003623Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7004933Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7006271Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7007588Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7008895Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7010207Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7011587Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7012881Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7014167Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7015603Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7017019Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7018463Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7019852Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7021297Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7043324Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7044790Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7046186Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7047647Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7049072Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7050533Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7051981Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7053392Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7055102Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7056387Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7057638Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7059020Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7060606Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7062183Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7063638Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7065023Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7066379Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7067721Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7069115Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7070402Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7071950Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7073218Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7074571Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7075819Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7077216Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7078568Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7079935Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7081285Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7082773Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7084280Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7085736Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7087156Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7088598Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7089875Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7091296Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7092678Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7094047Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7116994Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7118502Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7119824Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7121093Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7122370Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7123595Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7124829Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7126065Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7127469Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7128958Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7130380Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7131800Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7132996Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7134327Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7135674Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7137094Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7138452Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7140004Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7141447Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7142782Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7144176Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7145488Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7146767Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7148201Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7149473Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7150808Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7152185Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7153540Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7155022Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7156400Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7157614Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7158952Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7160333Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7161574Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7163069Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7164435Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7165721Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7167022Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7168354Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7209695Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7211219Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:25.7211824Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-08-22T20:44:25.7212478Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:25.7213905Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:25.7215441Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:25.7216983Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:25.7217405Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:44:25.7218520Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:44:25.7219537Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:44:25.7220634Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:44:25.7221693Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:44:25.7222065Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2024-08-22T20:44:25.7222459Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2024-08-22T20:44:25.7223444Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2024-08-22T20:44:25.7224381Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2024-08-22T20:44:25.7224948Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7226204Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7227360Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7228463Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7229576Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7230756Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7231915Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7233112Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7234323Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7235465Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7236660Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7237851Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7239016Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7240177Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7241197Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7242344Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7243415Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7244510Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7245692Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:25.7246151Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2024-08-22T20:44:25.7247152Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2024-08-22T20:44:25.7248463Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2024-08-22T20:44:25.7248950Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:44:25.7250229Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:44:25.7251472Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:44:25.7252597Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:44:25.7253107Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:44:25.7254343Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:44:25.7255521Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:44:25.7256536Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:44:25.7257663Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:44:25.7258784Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:44:25.7260065Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:44:25.7260511Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2024-08-22T20:44:25.7304288Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2024-08-22T20:44:25.7304914Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2024-08-22T20:44:25.7305505Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:25.7306660Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:25.7307942Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:25.7308419Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2024-08-22T20:44:25.7309597Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2024-08-22T20:44:25.7310856Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2024-08-22T20:44:25.7311328Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:25.7312442Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:25.7313834Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:25.7314286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2024-08-22T20:44:25.7315497Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2024-08-22T20:44:25.7316555Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2024-08-22T20:44:25.7317048Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2024-08-22T20:44:25.7317679Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:44:25.7318851Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:44:25.7319267Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2024-08-22T20:44:25.7319769Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:25.7320706Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:25.7321709Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:25.7322766Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:25.7323799Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:25.7324948Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:25.7325966Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:25.7326466Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:25.7327725Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:25.7328790Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:25.7329982Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:25.7331013Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:25.7332081Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:25.7332484Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2024-08-22T20:44:25.7333499Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2024-08-22T20:44:25.7334673Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2024-08-22T20:44:25.7335031Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2024-08-22T20:44:25.7335532Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:44:25.7336361Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:44:25.7337210Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:44:25.7338213Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:44:25.7338648Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2024-08-22T20:44:25.7339846Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2024-08-22T20:44:25.7340973Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2024-08-22T20:44:25.7341379Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2024-08-22T20:44:25.7342280Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2024-08-22T20:44:25.7343291Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2024-08-22T20:44:25.7343820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:25.7344960Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:25.7346004Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:25.7346525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2024-08-22T20:44:25.7347587Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2024-08-22T20:44:25.7348699Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2024-08-22T20:44:25.7349149Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2024-08-22T20:44:25.7350260Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2024-08-22T20:44:25.7351372Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2024-08-22T20:44:25.7351789Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:25.7352733Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:25.7354095Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:25.7399995Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:25.7401425Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:25.7402422Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/llama_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:25.7403348Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/rope.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:25.7404324Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:25.7405260Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:25.7406295Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:25.7407385Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:25.7408279Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:25.7408720Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:25.7409778Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:25.7410981Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:25.7411552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:44:25.7412716Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:44:25.7413830Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:44:25.7414985Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:44:25.7416149Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:44:25.7416594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/runner 2024-08-22T20:44:25.7417614Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/runner 2024-08-22T20:44:25.7418214Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:25.7419366Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:25.7420658Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:25.7421904Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:25.7423112Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:25.7423554Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tests 2024-08-22T20:44:25.7424635Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tests 2024-08-22T20:44:25.7425091Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer 2024-08-22T20:44:25.7426140Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer 2024-08-22T20:44:25.7426610Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:25.7427766Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:25.7428930Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops/sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:25.7430100Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:25.7431305Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:25.7431705Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:44:25.7432708Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:44:25.7433641Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:44:25.7434570Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:44:25.7435002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2024-08-22T20:44:25.7436003Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2024-08-22T20:44:25.7436472Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2024-08-22T20:44:25.7437433Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2024-08-22T20:44:25.7438437Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2024-08-22T20:44:25.7438891Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:25.7439849Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:25.7440888Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:25.7441326Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:25.7442437Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:25.7443407Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:25.7443864Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2024-08-22T20:44:25.7444856Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2024-08-22T20:44:25.7445865Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2024-08-22T20:44:25.7446367Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi3-mini-lora 2024-08-22T20:44:25.7518951Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi3-mini-lora 2024-08-22T20:44:25.7519579Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2024-08-22T20:44:25.7520787Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2024-08-22T20:44:25.7521905Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2024-08-22T20:44:25.7522305Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2024-08-22T20:44:25.7523508Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2024-08-22T20:44:25.7524683Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2024-08-22T20:44:25.7525170Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2024-08-22T20:44:25.7526352Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2024-08-22T20:44:25.7527415Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2024-08-22T20:44:25.7527959Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2024-08-22T20:44:25.7528921Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2024-08-22T20:44:25.7530038Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2024-08-22T20:44:25.7530475Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2024-08-22T20:44:25.7531441Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2024-08-22T20:44:25.7532645Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2024-08-22T20:44:25.7533020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7533714Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7534774Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7535560Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7536354Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7537159Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7537836Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7538682Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7539534Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7540257Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7541151Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7541869Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7542602Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7543422Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7544195Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7545014Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7545836Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7546512Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7547385Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7548205Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7549037Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7549950Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7550689Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7551391Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:25.7551864Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:25.7552817Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:25.7553615Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:25.7554905Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:25.7555914Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:25.7556945Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:25.7557415Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:44:25.7558422Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:44:25.7559296Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:44:25.7560409Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:44:25.7561305Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:44:25.7562332Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:25.7563326Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:25.7563737Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:44:25.7564569Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:44:25.7565749Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:44:25.7566577Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:44:25.7567727Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:44:25.7568520Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:44:25.7569035Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:25.7626093Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:25.7627703Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:25.7629161Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:25.7629560Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:25.7630696Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:25.7631937Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:25.7632908Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:25.7634257Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:25.7635298Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:25.7636420Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:25.7637364Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:25.7638552Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:25.7639627Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:25.7640770Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:25.7641867Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:25.7643023Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:25.7643923Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:25.7645073Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:25.7646266Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:25.7647191Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:25.7647743Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2024-08-22T20:44:25.7648812Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2024-08-22T20:44:25.7649939Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2024-08-22T20:44:25.7650394Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:25.7651784Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:25.7652913Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:25.7654450Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:25.7654864Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:44:25.7655824Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:44:25.7656851Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:44:25.7657749Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:44:25.7658639Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:44:25.7659082Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2024-08-22T20:44:25.7659967Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2024-08-22T20:44:25.7660941Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2024-08-22T20:44:25.7661356Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2024-08-22T20:44:25.7662374Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2024-08-22T20:44:25.7662886Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2024-08-22T20:44:25.7663944Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2024-08-22T20:44:25.7664444Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2024-08-22T20:44:25.7665366Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2024-08-22T20:44:25.7665792Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2024-08-22T20:44:25.7666995Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2024-08-22T20:44:25.7668187Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2024-08-22T20:44:25.7668664Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:25.7669656Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:25.7670763Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:25.7671873Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:25.7672295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2024-08-22T20:44:25.7673263Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2024-08-22T20:44:25.7674303Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2024-08-22T20:44:25.7674761Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2024-08-22T20:44:25.7675891Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2024-08-22T20:44:25.7676313Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2024-08-22T20:44:25.7677403Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2024-08-22T20:44:25.7678548Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2024-08-22T20:44:25.7729838Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2024-08-22T20:44:25.7731051Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2024-08-22T20:44:25.7732345Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2024-08-22T20:44:25.7733519Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2024-08-22T20:44:25.7734022Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2024-08-22T20:44:25.7735184Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2024-08-22T20:44:25.7735621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:44:25.7736514Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:44:25.7737351Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:44:25.7738292Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:44:25.7738670Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2024-08-22T20:44:25.7739758Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2024-08-22T20:44:25.7740203Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:44:25.7741085Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:44:25.7742057Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:44:25.7742892Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:44:25.7743264Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2024-08-22T20:44:25.7744353Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2024-08-22T20:44:25.7744717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7745642Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7746571Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7747563Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7748490Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7749429Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7750498Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7751525Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7752535Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7753499Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7754706Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7781908Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7783082Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7783997Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7785072Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7786053Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7787081Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7788240Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7789394Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7790415Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7791250Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7792260Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7793045Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7794100Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7798243Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7799411Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7800338Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7801402Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:25.7801771Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:44:25.7802695Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:44:25.7803716Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:44:25.7804710Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:44:25.7805112Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:44:25.7806022Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:44:25.7807121Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:44:25.7808169Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:44:25.7808606Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:25.7809430Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:25.7810295Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:25.7811194Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:25.8104043Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:25.8105338Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:25.8106375Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:25.8107704Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:25.8108214Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8109222Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8110142Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8110991Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8111815Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8112702Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8113687Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8114499Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8115349Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8116198Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8117272Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8118047Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8118991Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8119871Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8120751Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8121541Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8122384Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8123202Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8124086Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8124916Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8125787Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8126636Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8127552Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8128372Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8129159Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8129942Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8130838Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8131678Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8132482Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:25.8132952Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:44:25.8133901Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:44:25.8134749Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:44:25.8135664Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:44:25.8136534Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:44:25.8137039Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2024-08-22T20:44:25.8138005Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2024-08-22T20:44:25.8138330Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2024-08-22T20:44:25.8138724Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2024-08-22T20:44:25.8139765Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2024-08-22T20:44:25.8140675Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2024-08-22T20:44:25.8141094Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:44:25.8141970Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:44:25.8142894Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:44:25.8143760Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:44:25.8144204Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2024-08-22T20:44:25.8145294Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2024-08-22T20:44:25.8145771Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2024-08-22T20:44:25.8146762Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2024-08-22T20:44:25.8147238Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2024-08-22T20:44:25.8148184Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2024-08-22T20:44:25.8149234Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2024-08-22T20:44:25.8150295Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2024-08-22T20:44:25.8150674Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2024-08-22T20:44:25.8151549Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2024-08-22T20:44:25.8152013Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2024-08-22T20:44:25.8204515Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2024-08-22T20:44:25.8205012Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2024-08-22T20:44:25.8205526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:44:25.8206654Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:44:25.8207748Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:44:25.8208842Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:44:25.8209862Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:44:25.8210284Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2024-08-22T20:44:25.8211263Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2024-08-22T20:44:25.8212354Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2024-08-22T20:44:25.8212891Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2024-08-22T20:44:25.8213953Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2024-08-22T20:44:25.8214463Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party 2024-08-22T20:44:25.8214953Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:44:25.8216121Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:44:25.8217212Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:44:25.8217923Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:44:25.8219229Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:44:25.8219971Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:44:25.8221267Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:44:25.8222580Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:44:25.8223038Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2 2024-08-22T20:44:25.8223552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:44:25.8224874Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:44:25.8225465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:25.8226523Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/re2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:25.8227681Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:25.8228785Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:25.8229460Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:44:25.8230797Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:44:25.8231266Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:25.8232445Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:25.8233611Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:25.8234690Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:25.8235282Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece 2024-08-22T20:44:25.8235840Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:44:25.8237106Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:44:25.8237693Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:44:25.8239098Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:44:25.8240582Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:44:25.8241163Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src 2024-08-22T20:44:25.8241909Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:25.8243400Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:25.8244899Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:25.8246642Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:25.8248152Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:25.8248537Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk 2024-08-22T20:44:25.8249214Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk 2024-08-22T20:44:25.8249605Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:44:25.8250593Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:44:25.8251541Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:44:25.8252394Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:44:25.8252813Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:44:25.8313693Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:44:25.8315059Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:44:25.8315596Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema/test 2024-08-22T20:44:25.8316865Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema/test 2024-08-22T20:44:25.8318189Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:44:25.8319262Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:44:25.8319841Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:25.8320905Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:25.8321504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:44:25.8322667Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:44:25.8323765Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:25.8324801Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:25.8325222Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:44:25.8326261Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:44:25.8327368Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:44:25.8328399Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:44:25.8328818Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/util 2024-08-22T20:44:25.8329810Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/util 2024-08-22T20:44:25.8330185Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/debug_format 2024-08-22T20:44:25.8331157Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/debug_format 2024-08-22T20:44:25.8332036Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/debug_format 2024-08-22T20:44:25.8332366Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:44:25.8333243Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:44:25.8334016Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:44:25.8334421Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump/tests 2024-08-22T20:44:25.8335369Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump/tests 2024-08-22T20:44:25.8336278Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:44:25.8337113Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:44:25.8337454Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord 2024-08-22T20:44:25.8338316Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord 2024-08-22T20:44:25.8339114Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord 2024-08-22T20:44:25.8339642Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord/tests 2024-08-22T20:44:25.8340638Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord/tests 2024-08-22T20:44:25.8341066Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:44:25.8341935Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:44:25.8342755Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:44:25.8343642Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:44:25.8344538Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:44:25.8344925Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:44:25.8345922Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:44:25.8346912Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:44:25.8347992Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:44:25.8348402Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/size_analysis_tool 2024-08-22T20:44:25.8349398Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/size_analysis_tool 2024-08-22T20:44:25.8350353Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/size_analysis_tool 2024-08-22T20:44:25.8350719Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2024-08-22T20:44:25.8351545Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/executorch/util 2024-08-22T20:44:25.8352340Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/executorch/util 2024-08-22T20:44:25.8352684Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-08-22T20:44:25.8353449Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-08-22T20:44:25.8354621Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-08-22T20:44:25.8355323Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/executorch 2024-08-22T20:44:25.8355598Z creating pip-out/bdist.linux-x86_64/wheel/serializer 2024-08-22T20:44:25.8356231Z copying pip-out/lib.linux-x86_64-cpython-311/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/serializer 2024-08-22T20:44:25.8356981Z copying pip-out/lib.linux-x86_64-cpython-311/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/serializer 2024-08-22T20:44:25.8357272Z creating pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8357981Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8358621Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8359227Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8360010Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8360653Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8361328Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8361930Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8715908Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8716760Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8717644Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8718468Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8719325Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8720398Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8721431Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8722503Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8723519Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8724551Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8725666Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8726675Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8727979Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8728998Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8729959Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8730954Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8731796Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8732411Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8733043Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8733631Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8734257Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8735173Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8736149Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8737059Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8738022Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8739115Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8740123Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:25.8740524Z running install_egg_info 2024-08-22T20:44:25.8741278Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/executorch-0.4.0a0+9129892-py3.11.egg-info 2024-08-22T20:44:25.8741486Z running install_scripts 2024-08-22T20:44:25.8742233Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.4.0a0+9129892.dist-info/WHEEL 2024-08-22T20:44:25.8743543Z creating '/tmp/pip-wheel-fck_1ks3/.tmp-n7kz045j/executorch-0.4.0a0+9129892-cp311-cp311-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2024-08-22T20:44:25.8743879Z adding 'executorch/version.py' 2024-08-22T20:44:25.8744422Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2024-08-22T20:44:25.8745012Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2024-08-22T20:44:25.8745377Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2024-08-22T20:44:25.8745776Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2024-08-22T20:44:25.8746108Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2024-08-22T20:44:25.8746493Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2024-08-22T20:44:25.8747091Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2024-08-22T20:44:25.8747752Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2024-08-22T20:44:25.8748361Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2024-08-22T20:44:25.8748778Z adding 'executorch/backends/apple/mps/__init__.py' 2024-08-22T20:44:25.8749256Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2024-08-22T20:44:25.8749771Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2024-08-22T20:44:25.8750312Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2024-08-22T20:44:25.8750653Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2024-08-22T20:44:25.8751060Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2024-08-22T20:44:25.8751451Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2024-08-22T20:44:25.8752023Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2024-08-22T20:44:25.8752583Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2024-08-22T20:44:25.8753163Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2024-08-22T20:44:25.8753574Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2024-08-22T20:44:25.8754333Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2024-08-22T20:44:25.8754843Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2024-08-22T20:44:25.8755380Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2024-08-22T20:44:25.8755864Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2024-08-22T20:44:25.8756253Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2024-08-22T20:44:25.8756617Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2024-08-22T20:44:25.8757120Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2024-08-22T20:44:25.8757694Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2024-08-22T20:44:25.8758193Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2024-08-22T20:44:25.8758625Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2024-08-22T20:44:25.8759126Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2024-08-22T20:44:25.8759768Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2024-08-22T20:44:25.8760420Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2024-08-22T20:44:25.8761013Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2024-08-22T20:44:25.8761449Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2024-08-22T20:44:25.8762012Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2024-08-22T20:44:25.8762741Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2024-08-22T20:44:25.8763173Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2024-08-22T20:44:25.8763703Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2024-08-22T20:44:25.8764212Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2024-08-22T20:44:25.8764679Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2024-08-22T20:44:25.8765055Z adding 'executorch/backends/arm/arm_backend.py' 2024-08-22T20:44:25.8765477Z adding 'executorch/backends/arm/arm_partitioner.py' 2024-08-22T20:44:25.8765844Z adding 'executorch/backends/arm/arm_vela.py' 2024-08-22T20:44:25.8766240Z adding 'executorch/backends/arm/tosa_mapping.py' 2024-08-22T20:44:25.8766655Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2024-08-22T20:44:25.8766974Z adding 'executorch/backends/arm/tosa_utils.py' 2024-08-22T20:44:25.8767417Z adding 'executorch/backends/arm/operators/__init__.py' 2024-08-22T20:44:25.8767918Z adding 'executorch/backends/arm/operators/node_visitor.py' 2024-08-22T20:44:25.8768355Z adding 'executorch/backends/arm/operators/op_add.py' 2024-08-22T20:44:25.8768923Z adding 'executorch/backends/arm/operators/op_addmm.py' 2024-08-22T20:44:25.8769435Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2024-08-22T20:44:25.8769942Z adding 'executorch/backends/arm/operators/op_batch_norm.py' 2024-08-22T20:44:25.8770383Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2024-08-22T20:44:25.8770846Z adding 'executorch/backends/arm/operators/op_dequant.py' 2024-08-22T20:44:25.8771281Z adding 'executorch/backends/arm/operators/op_div.py' 2024-08-22T20:44:25.8771714Z adding 'executorch/backends/arm/operators/op_full.py' 2024-08-22T20:44:25.8772168Z adding 'executorch/backends/arm/operators/op_get_item.py' 2024-08-22T20:44:25.8772657Z adding 'executorch/backends/arm/operators/op_hardtanh.py' 2024-08-22T20:44:25.8773273Z adding 'executorch/backends/arm/operators/op_mean_dim.py' 2024-08-22T20:44:25.8773726Z adding 'executorch/backends/arm/operators/op_output.py' 2024-08-22T20:44:25.8774171Z adding 'executorch/backends/arm/operators/op_permute.py' 2024-08-22T20:44:25.8774678Z adding 'executorch/backends/arm/operators/op_placeholder.py' 2024-08-22T20:44:25.8775142Z adding 'executorch/backends/arm/operators/op_quant.py' 2024-08-22T20:44:25.8775604Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2024-08-22T20:44:25.8776043Z adding 'executorch/backends/arm/operators/op_softmax.py' 2024-08-22T20:44:25.8776481Z adding 'executorch/backends/arm/operators/op_sub.py' 2024-08-22T20:44:25.8776923Z adding 'executorch/backends/arm/operators/op_view.py' 2024-08-22T20:44:25.8777591Z adding 'executorch/backends/arm/passes/annotate_channels_last_dim_order_pass.py' 2024-08-22T20:44:25.8777938Z adding 'executorch/backends/arm/passes/arm_pass_manager.py' 2024-08-22T20:44:25.8778238Z adding 'executorch/backends/arm/passes/remove_clone_pass.py' 2024-08-22T20:44:25.8778540Z adding 'executorch/backends/arm/passes/tag_io_quant_pass.py' 2024-08-22T20:44:25.8778815Z adding 'executorch/backends/arm/quantizer/__init__.py' 2024-08-22T20:44:25.8779133Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2024-08-22T20:44:25.8779743Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2024-08-22T20:44:25.8937795Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2024-08-22T20:44:25.8938584Z adding 'executorch/backends/arm/quantizer/quantization_annotation/__init__.py' 2024-08-22T20:44:25.8939603Z adding 'executorch/backends/arm/quantizer/quantization_annotation/adaptive_ang_pool2d_annotator.py' 2024-08-22T20:44:25.8940375Z adding 'executorch/backends/arm/quantizer/quantization_annotation/add_annotator.py' 2024-08-22T20:44:25.8941292Z adding 'executorch/backends/arm/quantizer/quantization_annotation/conv_annotator.py' 2024-08-22T20:44:25.8941969Z adding 'executorch/backends/arm/quantizer/quantization_annotation/linear_annotator.py' 2024-08-22T20:44:25.8942934Z adding 'executorch/backends/arm/quantizer/quantization_annotation/max_pool2d_annotator.py' 2024-08-22T20:44:25.8943670Z adding 'executorch/backends/arm/quantizer/quantization_annotation/mul_annotator.py' 2024-08-22T20:44:25.8944483Z adding 'executorch/backends/arm/quantizer/quantization_annotation/sigmoid_annotator.py' 2024-08-22T20:44:25.8945217Z adding 'executorch/backends/arm/quantizer/quantization_annotation/sub_annotator.py' 2024-08-22T20:44:25.8945625Z adding 'executorch/backends/arm/test/common.py' 2024-08-22T20:44:25.8946077Z adding 'executorch/backends/arm/test/runner_utils.py' 2024-08-22T20:44:25.8946689Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2024-08-22T20:44:25.8947220Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2024-08-22T20:44:25.8947549Z adding 'executorch/backends/arm/test/ops/test_add.py' 2024-08-22T20:44:25.8947871Z adding 'executorch/backends/arm/test/ops/test_avg_pool.py' 2024-08-22T20:44:25.8948248Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2024-08-22T20:44:25.8948693Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2024-08-22T20:44:25.8949282Z adding 'executorch/backends/arm/test/ops/test_conv.py' 2024-08-22T20:44:25.8949796Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2024-08-22T20:44:25.8950335Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2024-08-22T20:44:25.8950773Z adding 'executorch/backends/arm/test/ops/test_div.py' 2024-08-22T20:44:25.8951214Z adding 'executorch/backends/arm/test/ops/test_full.py' 2024-08-22T20:44:25.8951672Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2024-08-22T20:44:25.8952158Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2024-08-22T20:44:25.8952630Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2024-08-22T20:44:25.8953108Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2024-08-22T20:44:25.8953667Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2024-08-22T20:44:25.8954377Z adding 'executorch/backends/arm/test/ops/test_view.py' 2024-08-22T20:44:25.8954977Z adding 'executorch/backends/arm/test/passes/test_tag_io_quant_pass.py' 2024-08-22T20:44:25.8955425Z adding 'executorch/backends/arm/test/tester/__init__.py' 2024-08-22T20:44:25.8955920Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2024-08-22T20:44:25.8956405Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2024-08-22T20:44:25.8957019Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2024-08-22T20:44:25.8957896Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2024-08-22T20:44:25.8958797Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2024-08-22T20:44:25.8959828Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2024-08-22T20:44:25.8960598Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2024-08-22T20:44:25.8961424Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2024-08-22T20:44:25.8962242Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2024-08-22T20:44:25.8963089Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2024-08-22T20:44:25.8963874Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2024-08-22T20:44:25.8964730Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2024-08-22T20:44:25.8965594Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2024-08-22T20:44:25.8966412Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2024-08-22T20:44:25.8967314Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2024-08-22T20:44:25.8968302Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2024-08-22T20:44:25.8969083Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2024-08-22T20:44:25.8969924Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2024-08-22T20:44:25.8970596Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2024-08-22T20:44:25.8971419Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2024-08-22T20:44:25.8972196Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2024-08-22T20:44:25.8973035Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2024-08-22T20:44:25.8973856Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2024-08-22T20:44:25.8974714Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2024-08-22T20:44:25.8975674Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2024-08-22T20:44:25.8976485Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2024-08-22T20:44:25.8977267Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2024-08-22T20:44:25.8978095Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2024-08-22T20:44:25.8978852Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2024-08-22T20:44:25.8979800Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2024-08-22T20:44:25.8980578Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2024-08-22T20:44:25.8981463Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2024-08-22T20:44:25.8982270Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2024-08-22T20:44:25.8983014Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2024-08-22T20:44:25.8983894Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2024-08-22T20:44:25.8984788Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2024-08-22T20:44:25.8985556Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2024-08-22T20:44:25.8986417Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2024-08-22T20:44:25.8987213Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2024-08-22T20:44:25.8987902Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2024-08-22T20:44:25.8988760Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2024-08-22T20:44:25.8989538Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2024-08-22T20:44:25.8989989Z adding 'executorch/backends/cadence/aot/__init__.py' 2024-08-22T20:44:25.8990431Z adding 'executorch/backends/cadence/aot/compiler.py' 2024-08-22T20:44:25.8990914Z adding 'executorch/backends/cadence/aot/export_example.py' 2024-08-22T20:44:25.8991367Z adding 'executorch/backends/cadence/aot/functions.yaml' 2024-08-22T20:44:25.8991883Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2024-08-22T20:44:25.8992449Z adding 'executorch/backends/cadence/aot/passes.py' 2024-08-22T20:44:25.8992845Z adding 'executorch/backends/cadence/aot/utils.py' 2024-08-22T20:44:25.8993403Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2024-08-22T20:44:25.8994039Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2024-08-22T20:44:25.8994568Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2024-08-22T20:44:25.8995073Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2024-08-22T20:44:25.8995536Z adding 'executorch/backends/cadence/utils/gen_header.py' 2024-08-22T20:44:25.8996070Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2024-08-22T20:44:25.8996531Z adding 'executorch/backends/example/example_backend.py' 2024-08-22T20:44:25.8997032Z adding 'executorch/backends/example/example_partitioner.py' 2024-08-22T20:44:25.8997508Z adding 'executorch/backends/example/example_quantizer.py' 2024-08-22T20:44:25.8997987Z adding 'executorch/backends/example/test_example_delegate.py' 2024-08-22T20:44:25.8998781Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2024-08-22T20:44:25.8999635Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2024-08-22T20:44:25.9000326Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2024-08-22T20:44:25.9000966Z adding 'executorch/backends/example/example_operators/add.py' 2024-08-22T20:44:25.9001513Z adding 'executorch/backends/example/example_operators/conv2d.py' 2024-08-22T20:44:25.9002088Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2024-08-22T20:44:25.9002653Z adding 'executorch/backends/example/example_operators/dropout.py' 2024-08-22T20:44:25.9003196Z adding 'executorch/backends/example/example_operators/flatten.py' 2024-08-22T20:44:25.9003766Z adding 'executorch/backends/example/example_operators/linear.py' 2024-08-22T20:44:25.9004315Z adding 'executorch/backends/example/example_operators/op_base.py' 2024-08-22T20:44:25.9004829Z adding 'executorch/backends/example/example_operators/ops.py' 2024-08-22T20:44:25.9005381Z adding 'executorch/backends/example/example_operators/utils.py' 2024-08-22T20:44:25.9005947Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2024-08-22T20:44:25.9006383Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2024-08-22T20:44:25.9006877Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2024-08-22T20:44:25.9007406Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2024-08-22T20:44:25.9184571Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2024-08-22T20:44:25.9185155Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2024-08-22T20:44:25.9185679Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2024-08-22T20:44:25.9186164Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2024-08-22T20:44:25.9186632Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2024-08-22T20:44:25.9187128Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2024-08-22T20:44:25.9187652Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2024-08-22T20:44:25.9188174Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2024-08-22T20:44:25.9188843Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2024-08-22T20:44:25.9189381Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2024-08-22T20:44:25.9189846Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2024-08-22T20:44:25.9190381Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2024-08-22T20:44:25.9190859Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2024-08-22T20:44:25.9191332Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2024-08-22T20:44:25.9191893Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2024-08-22T20:44:25.9192410Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2024-08-22T20:44:25.9193103Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2024-08-22T20:44:25.9193649Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2024-08-22T20:44:25.9194134Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2024-08-22T20:44:25.9194821Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2024-08-22T20:44:25.9195322Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2024-08-22T20:44:25.9195844Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2024-08-22T20:44:25.9196368Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2024-08-22T20:44:25.9196830Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2024-08-22T20:44:25.9197289Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2024-08-22T20:44:25.9197743Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2024-08-22T20:44:25.9198229Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2024-08-22T20:44:25.9198746Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2024-08-22T20:44:25.9199214Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2024-08-22T20:44:25.9199724Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2024-08-22T20:44:25.9200234Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2024-08-22T20:44:25.9200768Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2024-08-22T20:44:25.9201416Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2024-08-22T20:44:25.9201960Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2024-08-22T20:44:25.9202477Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2024-08-22T20:44:25.9202980Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2024-08-22T20:44:25.9203567Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2024-08-22T20:44:25.9204144Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2024-08-22T20:44:25.9204621Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2024-08-22T20:44:25.9205130Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2024-08-22T20:44:25.9205723Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2024-08-22T20:44:25.9206299Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2024-08-22T20:44:25.9206775Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2024-08-22T20:44:25.9207237Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2024-08-22T20:44:25.9207752Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2024-08-22T20:44:25.9208282Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2024-08-22T20:44:25.9208923Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2024-08-22T20:44:25.9209544Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2024-08-22T20:44:25.9210083Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2024-08-22T20:44:25.9210544Z adding 'executorch/backends/qualcomm/builders/utils.py' 2024-08-22T20:44:25.9211048Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2024-08-22T20:44:25.9211628Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2024-08-22T20:44:25.9212286Z adding 'executorch/backends/qualcomm/passes/annotate_and_quant_scalar.py' 2024-08-22T20:44:25.9212848Z adding 'executorch/backends/qualcomm/passes/annotate_decomposed.py' 2024-08-22T20:44:25.9213437Z adding 'executorch/backends/qualcomm/passes/annotate_quant_attrs.py' 2024-08-22T20:44:25.9213975Z adding 'executorch/backends/qualcomm/passes/build_quant_io.py' 2024-08-22T20:44:25.9214627Z adding 'executorch/backends/qualcomm/passes/convert_binary_op_with_scalar.py' 2024-08-22T20:44:25.9215284Z adding 'executorch/backends/qualcomm/passes/convert_bmm_to_matmul.py' 2024-08-22T20:44:25.9216009Z adding 'executorch/backends/qualcomm/passes/convert_interpolate_with_upsample2d.py' 2024-08-22T20:44:25.9216645Z adding 'executorch/backends/qualcomm/passes/convert_prelu.py' 2024-08-22T20:44:25.9217210Z adding 'executorch/backends/qualcomm/passes/convert_to_linear.py' 2024-08-22T20:44:25.9217724Z adding 'executorch/backends/qualcomm/passes/decompose_silu.py' 2024-08-22T20:44:25.9218291Z adding 'executorch/backends/qualcomm/passes/fold_qdq.py' 2024-08-22T20:44:25.9218956Z adding 'executorch/backends/qualcomm/passes/fuse_consecutive_transpose.py' 2024-08-22T20:44:25.9219534Z adding 'executorch/backends/qualcomm/passes/i64_to_i32.py' 2024-08-22T20:44:25.9220055Z adding 'executorch/backends/qualcomm/passes/insert_io_qdq.py' 2024-08-22T20:44:25.9220629Z adding 'executorch/backends/qualcomm/passes/insert_requantize.py' 2024-08-22T20:44:25.9221156Z adding 'executorch/backends/qualcomm/passes/layout_transform.py' 2024-08-22T20:44:25.9221794Z adding 'executorch/backends/qualcomm/passes/recompose_pixel_shuffle.py' 2024-08-22T20:44:25.9222432Z adding 'executorch/backends/qualcomm/passes/recompose_pixel_unshuffle.py' 2024-08-22T20:44:25.9223011Z adding 'executorch/backends/qualcomm/passes/reduce_dynamic_range.py' 2024-08-22T20:44:25.9223576Z adding 'executorch/backends/qualcomm/passes/remove_redundancy.py' 2024-08-22T20:44:25.9224144Z adding 'executorch/backends/qualcomm/passes/replace_inf_buffer.py' 2024-08-22T20:44:25.9224585Z adding 'executorch/backends/qualcomm/passes/utils.py' 2024-08-22T20:44:25.9225212Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2024-08-22T20:44:25.9225681Z adding 'executorch/backends/qualcomm/quantizer/utils.py' 2024-08-22T20:44:25.9226344Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_schema.py' 2024-08-22T20:44:25.9227084Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_serialize.py' 2024-08-22T20:44:25.9227597Z adding 'executorch/backends/qualcomm/serialization/schema.fbs' 2024-08-22T20:44:25.9228050Z adding 'executorch/backends/qualcomm/tests/models.py' 2024-08-22T20:44:25.9228599Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2024-08-22T20:44:25.9229020Z adding 'executorch/backends/qualcomm/tests/utils.py' 2024-08-22T20:44:25.9229480Z adding 'executorch/backends/qualcomm/utils/constants.py' 2024-08-22T20:44:25.9230008Z adding 'executorch/backends/qualcomm/utils/utils.py' 2024-08-22T20:44:25.9230440Z adding 'executorch/backends/transforms/__init__.py' 2024-08-22T20:44:25.9230935Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2024-08-22T20:44:25.9231446Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2024-08-22T20:44:25.9231919Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2024-08-22T20:44:25.9232539Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2024-08-22T20:44:25.9233120Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2024-08-22T20:44:25.9233664Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2024-08-22T20:44:25.9234124Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2024-08-22T20:44:25.9234619Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2024-08-22T20:44:25.9235130Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2024-08-22T20:44:25.9235541Z adding 'executorch/backends/transforms/utils.py' 2024-08-22T20:44:25.9236235Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2024-08-22T20:44:25.9236645Z adding 'executorch/backends/vulkan/__init__.py' 2024-08-22T20:44:25.9237114Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2024-08-22T20:44:25.9237643Z adding 'executorch/backends/vulkan/partitioner/supported_ops.py' 2024-08-22T20:44:25.9238264Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2024-08-22T20:44:25.9238779Z adding 'executorch/backends/vulkan/passes/custom_ops_defs.py' 2024-08-22T20:44:25.9239262Z adding 'executorch/backends/vulkan/passes/test_custom_ops.py' 2024-08-22T20:44:25.9239766Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2024-08-22T20:44:25.9240533Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive.yaml' 2024-08-22T20:44:25.9241112Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2024-08-22T20:44:25.9241567Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2024-08-22T20:44:25.9241962Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2024-08-22T20:44:25.9242367Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2024-08-22T20:44:25.9242753Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2024-08-22T20:44:25.9243107Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2024-08-22T20:44:25.9243481Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2024-08-22T20:44:25.9243845Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2024-08-22T20:44:25.9244243Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2024-08-22T20:44:25.9244955Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2024-08-22T20:44:25.9245775Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2024-08-22T20:44:25.9246450Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2024-08-22T20:44:25.9247047Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2024-08-22T20:44:25.9247786Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2024-08-22T20:44:25.9248654Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2024-08-22T20:44:25.9249385Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2024-08-22T20:44:25.9250062Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2024-08-22T20:44:25.9486279Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2024-08-22T20:44:25.9486974Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2024-08-22T20:44:25.9487909Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2024-08-22T20:44:25.9488579Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2024-08-22T20:44:25.9489080Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml' 2024-08-22T20:44:25.9489519Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml' 2024-08-22T20:44:25.9489994Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2024-08-22T20:44:25.9490427Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2024-08-22T20:44:25.9490838Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_tensor.yaml' 2024-08-22T20:44:25.9491242Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2024-08-22T20:44:25.9491688Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2024-08-22T20:44:25.9492120Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2024-08-22T20:44:25.9492510Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2024-08-22T20:44:25.9492946Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2024-08-22T20:44:25.9493407Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2024-08-22T20:44:25.9493832Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2024-08-22T20:44:25.9494263Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2024-08-22T20:44:25.9494700Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2024-08-22T20:44:25.9495167Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2024-08-22T20:44:25.9495735Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2024-08-22T20:44:25.9496166Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2024-08-22T20:44:25.9496583Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2024-08-22T20:44:25.9497129Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml' 2024-08-22T20:44:25.9497544Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml' 2024-08-22T20:44:25.9498225Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml' 2024-08-22T20:44:25.9498931Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml' 2024-08-22T20:44:25.9499648Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml' 2024-08-22T20:44:25.9500194Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml' 2024-08-22T20:44:25.9500627Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tensor_to_nchw.yaml' 2024-08-22T20:44:25.9501003Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2024-08-22T20:44:25.9501552Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2024-08-22T20:44:25.9502143Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2024-08-22T20:44:25.9502810Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2024-08-22T20:44:25.9503391Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2024-08-22T20:44:25.9503789Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2024-08-22T20:44:25.9504190Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2024-08-22T20:44:25.9504631Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2024-08-22T20:44:25.9505178Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2024-08-22T20:44:25.9505793Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2024-08-22T20:44:25.9506284Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2024-08-22T20:44:25.9506614Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2024-08-22T20:44:25.9507068Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_tests.py' 2024-08-22T20:44:25.9507607Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen.py' 2024-08-22T20:44:25.9508221Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen_base.py' 2024-08-22T20:44:25.9508993Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2024-08-22T20:44:25.9509512Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2024-08-22T20:44:25.9509971Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2024-08-22T20:44:25.9510422Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2024-08-22T20:44:25.9510849Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2024-08-22T20:44:25.9511313Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2024-08-22T20:44:25.9512097Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2024-08-22T20:44:25.9512892Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2024-08-22T20:44:25.9513631Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2024-08-22T20:44:25.9513970Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2024-08-22T20:44:25.9514358Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2024-08-22T20:44:25.9514779Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2024-08-22T20:44:25.9515132Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2024-08-22T20:44:25.9515572Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2024-08-22T20:44:25.9515815Z adding 'executorch/backends/xnnpack/__init__.py' 2024-08-22T20:44:25.9516129Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2024-08-22T20:44:25.9516662Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2024-08-22T20:44:25.9517194Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2024-08-22T20:44:25.9517664Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2024-08-22T20:44:25.9518124Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2024-08-22T20:44:25.9518613Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2024-08-22T20:44:25.9519187Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2024-08-22T20:44:25.9519654Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2024-08-22T20:44:25.9520117Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2024-08-22T20:44:25.9520611Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2024-08-22T20:44:25.9521125Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2024-08-22T20:44:25.9521762Z adding 'executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py' 2024-08-22T20:44:25.9522260Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2024-08-22T20:44:25.9522937Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2024-08-22T20:44:25.9523686Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2024-08-22T20:44:25.9524183Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2024-08-22T20:44:25.9524680Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2024-08-22T20:44:25.9525200Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2024-08-22T20:44:25.9525733Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2024-08-22T20:44:25.9526271Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2024-08-22T20:44:25.9526776Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2024-08-22T20:44:25.9527439Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2024-08-22T20:44:25.9528056Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2024-08-22T20:44:25.9528612Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2024-08-22T20:44:25.9529115Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2024-08-22T20:44:25.9529639Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2024-08-22T20:44:25.9530160Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2024-08-22T20:44:25.9530668Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2024-08-22T20:44:25.9531160Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2024-08-22T20:44:25.9531672Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2024-08-22T20:44:25.9532162Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2024-08-22T20:44:25.9532768Z adding 'executorch/backends/xnnpack/operators/op_quantize_per_tensor.py' 2024-08-22T20:44:25.9533262Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2024-08-22T20:44:25.9533740Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2024-08-22T20:44:25.9534219Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2024-08-22T20:44:25.9534650Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2024-08-22T20:44:25.9535183Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2024-08-22T20:44:25.9535694Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2024-08-22T20:44:25.9536175Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2024-08-22T20:44:25.9536999Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2024-08-22T20:44:25.9537532Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2024-08-22T20:44:25.9538133Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2024-08-22T20:44:25.9538921Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2024-08-22T20:44:25.9539395Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2024-08-22T20:44:25.9539992Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2024-08-22T20:44:25.9540603Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2024-08-22T20:44:25.9541106Z adding 'executorch/backends/xnnpack/partition/configs.py' 2024-08-22T20:44:25.9541705Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2024-08-22T20:44:25.9542280Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2024-08-22T20:44:25.9542800Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2024-08-22T20:44:25.9543264Z adding 'executorch/backends/xnnpack/passes/__init__.py' 2024-08-22T20:44:25.9543939Z adding 'executorch/backends/xnnpack/passes/channels_last_tagged_reshape_pass.py' 2024-08-22T20:44:25.9544385Z adding 'executorch/backends/xnnpack/passes/conv1d_unsqueeze_pass.py' 2024-08-22T20:44:25.9544931Z adding 'executorch/backends/xnnpack/passes/convert_to_linear.py' 2024-08-22T20:44:25.9741414Z adding 'executorch/backends/xnnpack/passes/convert_to_sdpa.py' 2024-08-22T20:44:25.9742126Z adding 'executorch/backends/xnnpack/passes/convert_to_upsample_bilinear2d.py' 2024-08-22T20:44:25.9742741Z adding 'executorch/backends/xnnpack/passes/fuse_activation_pass.py' 2024-08-22T20:44:25.9743526Z adding 'executorch/backends/xnnpack/passes/fuse_batch_norm_with_conv.py' 2024-08-22T20:44:25.9744110Z adding 'executorch/backends/xnnpack/passes/prelu_reshape_pass.py' 2024-08-22T20:44:25.9744681Z adding 'executorch/backends/xnnpack/passes/remove_getitem_op.py' 2024-08-22T20:44:25.9745259Z adding 'executorch/backends/xnnpack/passes/tag_implicit_q_dq_pass.py' 2024-08-22T20:44:25.9745765Z adding 'executorch/backends/xnnpack/passes/xnnpack_pass.py' 2024-08-22T20:44:25.9746373Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2024-08-22T20:44:25.9746893Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2024-08-22T20:44:25.9747710Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2024-08-22T20:44:25.9748541Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2024-08-22T20:44:25.9749085Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2024-08-22T20:44:25.9749708Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2024-08-22T20:44:25.9750246Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2024-08-22T20:44:25.9750695Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2024-08-22T20:44:25.9751252Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2024-08-22T20:44:25.9751806Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2024-08-22T20:44:25.9752348Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2024-08-22T20:44:25.9752949Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2024-08-22T20:44:25.9753480Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2024-08-22T20:44:25.9754371Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2024-08-22T20:44:25.9754949Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2024-08-22T20:44:25.9755453Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2024-08-22T20:44:25.9756002Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2024-08-22T20:44:25.9756441Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2024-08-22T20:44:25.9756787Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2024-08-22T20:44:25.9757099Z adding 'executorch/backends/xnnpack/test/ops/abs.py' 2024-08-22T20:44:25.9757409Z adding 'executorch/backends/xnnpack/test/ops/add.py' 2024-08-22T20:44:25.9757778Z adding 'executorch/backends/xnnpack/test/ops/avgpool2d.py' 2024-08-22T20:44:25.9758421Z adding 'executorch/backends/xnnpack/test/ops/bilinear2d.py' 2024-08-22T20:44:25.9758840Z adding 'executorch/backends/xnnpack/test/ops/cat.py' 2024-08-22T20:44:25.9759286Z adding 'executorch/backends/xnnpack/test/ops/ceil.py' 2024-08-22T20:44:25.9759850Z adding 'executorch/backends/xnnpack/test/ops/clamp.py' 2024-08-22T20:44:25.9760318Z adding 'executorch/backends/xnnpack/test/ops/conv1d.py' 2024-08-22T20:44:25.9760772Z adding 'executorch/backends/xnnpack/test/ops/conv2d.py' 2024-08-22T20:44:25.9761183Z adding 'executorch/backends/xnnpack/test/ops/div.py' 2024-08-22T20:44:25.9761612Z adding 'executorch/backends/xnnpack/test/ops/elu.py' 2024-08-22T20:44:25.9762059Z adding 'executorch/backends/xnnpack/test/ops/floor.py' 2024-08-22T20:44:25.9762544Z adding 'executorch/backends/xnnpack/test/ops/hardswish.py' 2024-08-22T20:44:25.9763009Z adding 'executorch/backends/xnnpack/test/ops/hardtanh.py' 2024-08-22T20:44:25.9763501Z adding 'executorch/backends/xnnpack/test/ops/leaky_relu.py' 2024-08-22T20:44:25.9763971Z adding 'executorch/backends/xnnpack/test/ops/linear.py' 2024-08-22T20:44:25.9764437Z adding 'executorch/backends/xnnpack/test/ops/max_dim.py' 2024-08-22T20:44:25.9764872Z adding 'executorch/backends/xnnpack/test/ops/maximum.py' 2024-08-22T20:44:25.9765375Z adding 'executorch/backends/xnnpack/test/ops/maxpool2d.py' 2024-08-22T20:44:25.9765862Z adding 'executorch/backends/xnnpack/test/ops/mean_dim.py' 2024-08-22T20:44:25.9766480Z adding 'executorch/backends/xnnpack/test/ops/minimum.py' 2024-08-22T20:44:25.9766989Z adding 'executorch/backends/xnnpack/test/ops/multiply.py' 2024-08-22T20:44:25.9767450Z adding 'executorch/backends/xnnpack/test/ops/negate.py' 2024-08-22T20:44:25.9767908Z adding 'executorch/backends/xnnpack/test/ops/permute.py' 2024-08-22T20:44:25.9768331Z adding 'executorch/backends/xnnpack/test/ops/pow.py' 2024-08-22T20:44:25.9768787Z adding 'executorch/backends/xnnpack/test/ops/prelu.py' 2024-08-22T20:44:25.9769365Z adding 'executorch/backends/xnnpack/test/ops/quantize_per_tensor.py' 2024-08-22T20:44:25.9769817Z adding 'executorch/backends/xnnpack/test/ops/relu.py' 2024-08-22T20:44:25.9770257Z adding 'executorch/backends/xnnpack/test/ops/sdpa.py' 2024-08-22T20:44:25.9770862Z adding 'executorch/backends/xnnpack/test/ops/sigmoid.py' 2024-08-22T20:44:25.9771383Z adding 'executorch/backends/xnnpack/test/ops/slice_copy.py' 2024-08-22T20:44:25.9771825Z adding 'executorch/backends/xnnpack/test/ops/softmax.py' 2024-08-22T20:44:25.9772283Z adding 'executorch/backends/xnnpack/test/ops/sqrt.py' 2024-08-22T20:44:25.9772748Z adding 'executorch/backends/xnnpack/test/ops/square.py' 2024-08-22T20:44:25.9773317Z adding 'executorch/backends/xnnpack/test/ops/static_constant_pad.py' 2024-08-22T20:44:25.9773762Z adding 'executorch/backends/xnnpack/test/ops/sub.py' 2024-08-22T20:44:25.9774419Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2024-08-22T20:44:25.9775041Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2024-08-22T20:44:25.9775821Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2024-08-22T20:44:25.9776477Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2024-08-22T20:44:25.9777146Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2024-08-22T20:44:25.9777849Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2024-08-22T20:44:25.9778503Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2024-08-22T20:44:25.9779166Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2024-08-22T20:44:25.9779771Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2024-08-22T20:44:25.9780241Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2024-08-22T20:44:25.9780936Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2024-08-22T20:44:25.9781635Z adding 'executorch/backends/xnnpack/third-party/generate-xnnpack-wrappers.py' 2024-08-22T20:44:25.9782311Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2024-08-22T20:44:25.9782873Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2024-08-22T20:44:25.9783630Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2024-08-22T20:44:25.9784276Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2024-08-22T20:44:25.9784935Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2024-08-22T20:44:25.9785563Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2024-08-22T20:44:25.9786149Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2024-08-22T20:44:25.9786707Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2024-08-22T20:44:25.9787335Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml' 2024-08-22T20:44:25.9787997Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml' 2024-08-22T20:44:25.9788805Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py' 2024-08-22T20:44:25.9789555Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2024-08-22T20:44:25.9790340Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml' 2024-08-22T20:44:25.9791166Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml' 2024-08-22T20:44:25.9791916Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml' 2024-08-22T20:44:25.9792665Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2024-08-22T20:44:25.9793334Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml' 2024-08-22T20:44:25.9793996Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml' 2024-08-22T20:44:25.9794719Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml' 2024-08-22T20:44:25.9795442Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml' 2024-08-22T20:44:25.9796290Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2024-08-22T20:44:25.9797135Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml' 2024-08-22T20:44:25.9798051Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml' 2024-08-22T20:44:25.9798762Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2024-08-22T20:44:25.9799461Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml' 2024-08-22T20:44:25.9800235Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2024-08-22T20:44:25.9801047Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2024-08-22T20:44:25.9801775Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2024-08-22T20:44:25.9802515Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml' 2024-08-22T20:44:25.9803301Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml' 2024-08-22T20:44:25.9803983Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml' 2024-08-22T20:44:25.9804711Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2024-08-22T20:44:25.9805426Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2024-08-22T20:44:25.9806142Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2024-08-22T20:44:25.9806821Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml' 2024-08-22T20:44:25.9807568Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2024-08-22T20:44:25.9808451Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml' 2024-08-22T20:44:25.9809214Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml' 2024-08-22T20:44:25.9809988Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml' 2024-08-22T20:44:25.9926830Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml' 2024-08-22T20:44:25.9927770Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2024-08-22T20:44:25.9928468Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2024-08-22T20:44:25.9929109Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2024-08-22T20:44:25.9929821Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2024-08-22T20:44:25.9930483Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2024-08-22T20:44:25.9931181Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2024-08-22T20:44:25.9931841Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml' 2024-08-22T20:44:25.9932562Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml' 2024-08-22T20:44:25.9933311Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml' 2024-08-22T20:44:25.9934152Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml' 2024-08-22T20:44:25.9934809Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml' 2024-08-22T20:44:25.9935540Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml' 2024-08-22T20:44:25.9936329Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml' 2024-08-22T20:44:25.9936996Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml' 2024-08-22T20:44:25.9937725Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml' 2024-08-22T20:44:25.9938386Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml' 2024-08-22T20:44:25.9939182Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml' 2024-08-22T20:44:25.9939931Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml' 2024-08-22T20:44:25.9940591Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml' 2024-08-22T20:44:25.9941249Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml' 2024-08-22T20:44:25.9941972Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml' 2024-08-22T20:44:25.9942712Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml' 2024-08-22T20:44:25.9943466Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2024-08-22T20:44:25.9944133Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml' 2024-08-22T20:44:25.9944861Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml' 2024-08-22T20:44:25.9945524Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml' 2024-08-22T20:44:25.9946207Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml' 2024-08-22T20:44:25.9946848Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml' 2024-08-22T20:44:25.9947507Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml' 2024-08-22T20:44:25.9948224Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml' 2024-08-22T20:44:25.9948940Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml' 2024-08-22T20:44:25.9949595Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml' 2024-08-22T20:44:25.9950279Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml' 2024-08-22T20:44:25.9951169Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml' 2024-08-22T20:44:25.9951806Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml' 2024-08-22T20:44:25.9952672Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml' 2024-08-22T20:44:25.9953371Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml' 2024-08-22T20:44:25.9954277Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml' 2024-08-22T20:44:25.9955008Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2024-08-22T20:44:25.9955772Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml' 2024-08-22T20:44:25.9956481Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2024-08-22T20:44:25.9957221Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2024-08-22T20:44:25.9958129Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml' 2024-08-22T20:44:25.9958949Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml' 2024-08-22T20:44:25.9959752Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml' 2024-08-22T20:44:25.9960489Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml' 2024-08-22T20:44:25.9961373Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2024-08-22T20:44:25.9962056Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml' 2024-08-22T20:44:25.9962789Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml' 2024-08-22T20:44:25.9963528Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml' 2024-08-22T20:44:25.9964290Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2024-08-22T20:44:25.9964991Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml' 2024-08-22T20:44:25.9965715Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2024-08-22T20:44:25.9966586Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2024-08-22T20:44:25.9967280Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2024-08-22T20:44:25.9968058Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2024-08-22T20:44:25.9968774Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2024-08-22T20:44:25.9969490Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2024-08-22T20:44:25.9970179Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml' 2024-08-22T20:44:25.9970931Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2024-08-22T20:44:25.9971655Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2024-08-22T20:44:25.9972305Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2024-08-22T20:44:25.9973078Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml' 2024-08-22T20:44:25.9973812Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml' 2024-08-22T20:44:25.9974572Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2024-08-22T20:44:25.9975223Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml' 2024-08-22T20:44:25.9976000Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2024-08-22T20:44:25.9976770Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2024-08-22T20:44:25.9977536Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2024-08-22T20:44:25.9978374Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2024-08-22T20:44:25.9979067Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml' 2024-08-22T20:44:25.9980047Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml' 2024-08-22T20:44:25.9980807Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2024-08-22T20:44:25.9981544Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2024-08-22T20:44:25.9982350Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2024-08-22T20:44:25.9983020Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2024-08-22T20:44:25.9983654Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2024-08-22T20:44:25.9984337Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2024-08-22T20:44:25.9985005Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2024-08-22T20:44:25.9985697Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2024-08-22T20:44:25.9986364Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml' 2024-08-22T20:44:25.9987072Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml' 2024-08-22T20:44:25.9987879Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml' 2024-08-22T20:44:25.9988541Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml' 2024-08-22T20:44:25.9989253Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml' 2024-08-22T20:44:25.9989973Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml' 2024-08-22T20:44:25.9990624Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml' 2024-08-22T20:44:25.9991301Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml' 2024-08-22T20:44:25.9991940Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml' 2024-08-22T20:44:25.9992769Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml' 2024-08-22T20:44:25.9993497Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml' 2024-08-22T20:44:25.9994136Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml' 2024-08-22T20:44:25.9994875Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml' 2024-08-22T20:44:25.9995573Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml' 2024-08-22T20:44:25.9996251Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml' 2024-08-22T20:44:25.9996903Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml' 2024-08-22T20:44:25.9997558Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml' 2024-08-22T20:44:26.0106244Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml' 2024-08-22T20:44:26.0107831Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml' 2024-08-22T20:44:26.0109284Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml' 2024-08-22T20:44:26.0110719Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml' 2024-08-22T20:44:26.0112155Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml' 2024-08-22T20:44:26.0113658Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml' 2024-08-22T20:44:26.0115206Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml' 2024-08-22T20:44:26.0116689Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml' 2024-08-22T20:44:26.0118263Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml' 2024-08-22T20:44:26.0120021Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml' 2024-08-22T20:44:26.0121549Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml' 2024-08-22T20:44:26.0123277Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2024-08-22T20:44:26.0124842Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml' 2024-08-22T20:44:26.0126367Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml' 2024-08-22T20:44:26.0127972Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml' 2024-08-22T20:44:26.0129483Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml' 2024-08-22T20:44:26.0130941Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml' 2024-08-22T20:44:26.0132369Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml' 2024-08-22T20:44:26.0133828Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml' 2024-08-22T20:44:26.0135278Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml' 2024-08-22T20:44:26.0136734Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml' 2024-08-22T20:44:26.0138195Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml' 2024-08-22T20:44:26.0140000Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml' 2024-08-22T20:44:26.0141616Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml' 2024-08-22T20:44:26.0143155Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml' 2024-08-22T20:44:26.0144744Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2024-08-22T20:44:26.0146400Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2024-08-22T20:44:26.0148031Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml' 2024-08-22T20:44:26.0149511Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml' 2024-08-22T20:44:26.0151117Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml' 2024-08-22T20:44:26.0152317Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml' 2024-08-22T20:44:26.0153339Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml' 2024-08-22T20:44:26.0155085Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml' 2024-08-22T20:44:26.0156234Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml' 2024-08-22T20:44:26.0157160Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml' 2024-08-22T20:44:26.0158080Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml' 2024-08-22T20:44:26.0159049Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml' 2024-08-22T20:44:26.0159958Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml' 2024-08-22T20:44:26.0160829Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml' 2024-08-22T20:44:26.0161726Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml' 2024-08-22T20:44:26.0162718Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2024-08-22T20:44:26.0163785Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2024-08-22T20:44:26.0165259Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2024-08-22T20:44:26.0166714Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2024-08-22T20:44:26.0168014Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2024-08-22T20:44:26.0169753Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2024-08-22T20:44:26.0170854Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2024-08-22T20:44:26.0172193Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml' 2024-08-22T20:44:26.0173871Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:44:26.0175109Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml' 2024-08-22T20:44:26.0176578Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:44:26.0178270Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml' 2024-08-22T20:44:26.0179318Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml' 2024-08-22T20:44:26.0180585Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml' 2024-08-22T20:44:26.0182147Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml' 2024-08-22T20:44:26.0183284Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml' 2024-08-22T20:44:26.0185111Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:44:26.0186635Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:44:26.0188207Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml' 2024-08-22T20:44:26.0189714Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2024-08-22T20:44:26.0191408Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml' 2024-08-22T20:44:26.0192913Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2024-08-22T20:44:26.0194494Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml' 2024-08-22T20:44:26.0195956Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml' 2024-08-22T20:44:26.0197400Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml' 2024-08-22T20:44:26.0198810Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml' 2024-08-22T20:44:26.0200014Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml' 2024-08-22T20:44:26.0201587Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml' 2024-08-22T20:44:26.0202847Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml' 2024-08-22T20:44:26.0204519Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml' 2024-08-22T20:44:26.0205715Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml' 2024-08-22T20:44:26.0206853Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml' 2024-08-22T20:44:26.0208748Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:44:26.0210064Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml' 2024-08-22T20:44:26.0211302Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:44:26.0212512Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml' 2024-08-22T20:44:26.0213644Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml' 2024-08-22T20:44:26.0215285Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml' 2024-08-22T20:44:26.0216505Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml' 2024-08-22T20:44:26.0218359Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2024-08-22T20:44:26.0219696Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2024-08-22T20:44:26.0221443Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2024-08-22T20:44:26.0223011Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2024-08-22T20:44:26.0224375Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml' 2024-08-22T20:44:26.0225974Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml' 2024-08-22T20:44:26.0227054Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml' 2024-08-22T20:44:26.0227968Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml' 2024-08-22T20:44:26.0228877Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml' 2024-08-22T20:44:26.0229863Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml' 2024-08-22T20:44:26.0231360Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml' 2024-08-22T20:44:26.0232748Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml' 2024-08-22T20:44:26.0234261Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml' 2024-08-22T20:44:26.0235654Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml' 2024-08-22T20:44:26.1836333Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml' 2024-08-22T20:44:26.1838001Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2024-08-22T20:44:26.1839600Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml' 2024-08-22T20:44:26.1841140Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml' 2024-08-22T20:44:26.1842814Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml' 2024-08-22T20:44:26.1844740Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml' 2024-08-22T20:44:26.1846370Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml' 2024-08-22T20:44:26.1848010Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml' 2024-08-22T20:44:26.1849490Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2024-08-22T20:44:26.1851011Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2024-08-22T20:44:26.1852676Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml' 2024-08-22T20:44:26.1854463Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2024-08-22T20:44:26.1855906Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml' 2024-08-22T20:44:26.1857353Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml' 2024-08-22T20:44:26.1858881Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml' 2024-08-22T20:44:26.1860579Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml' 2024-08-22T20:44:26.1862080Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml' 2024-08-22T20:44:26.1863125Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml' 2024-08-22T20:44:26.1864005Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml' 2024-08-22T20:44:26.1864897Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml' 2024-08-22T20:44:26.1865802Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml' 2024-08-22T20:44:26.1867202Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml' 2024-08-22T20:44:26.1868899Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2024-08-22T20:44:26.1870315Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml' 2024-08-22T20:44:26.1871957Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml' 2024-08-22T20:44:26.1873249Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml' 2024-08-22T20:44:26.1874130Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml' 2024-08-22T20:44:26.1875043Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml' 2024-08-22T20:44:26.1876672Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py' 2024-08-22T20:44:26.1878149Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py' 2024-08-22T20:44:26.1879547Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2024-08-22T20:44:26.1881029Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py' 2024-08-22T20:44:26.1882648Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py' 2024-08-22T20:44:26.1884328Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2024-08-22T20:44:26.1885730Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2024-08-22T20:44:26.1886872Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2024-08-22T20:44:26.1888004Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2024-08-22T20:44:26.1889123Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2024-08-22T20:44:26.1890130Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py' 2024-08-22T20:44:26.1891086Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py' 2024-08-22T20:44:26.1892072Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py' 2024-08-22T20:44:26.1893262Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py' 2024-08-22T20:44:26.1894483Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py' 2024-08-22T20:44:26.1895616Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py' 2024-08-22T20:44:26.1896666Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py' 2024-08-22T20:44:26.1897682Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2024-08-22T20:44:26.1898725Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2024-08-22T20:44:26.1899898Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2024-08-22T20:44:26.1900942Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2024-08-22T20:44:26.1901951Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2024-08-22T20:44:26.1902950Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py' 2024-08-22T20:44:26.1903958Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py' 2024-08-22T20:44:26.1904954Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py' 2024-08-22T20:44:26.1905943Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py' 2024-08-22T20:44:26.1906925Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py' 2024-08-22T20:44:26.1907904Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py' 2024-08-22T20:44:26.1909021Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2024-08-22T20:44:26.1910117Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2024-08-22T20:44:26.1911305Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2024-08-22T20:44:26.1912410Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2024-08-22T20:44:26.1913421Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py' 2024-08-22T20:44:26.1914425Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2024-08-22T20:44:26.1915414Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py' 2024-08-22T20:44:26.1916421Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py' 2024-08-22T20:44:26.1917458Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2024-08-22T20:44:26.1918465Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py' 2024-08-22T20:44:26.1919465Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py' 2024-08-22T20:44:26.1920463Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py' 2024-08-22T20:44:26.1921517Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py' 2024-08-22T20:44:26.1922542Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py' 2024-08-22T20:44:26.1923579Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2024-08-22T20:44:26.1924696Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2024-08-22T20:44:26.1925829Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2024-08-22T20:44:26.1926910Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py' 2024-08-22T20:44:26.1928033Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py' 2024-08-22T20:44:26.1929125Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2024-08-22T20:44:26.1930141Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py' 2024-08-22T20:44:26.1931066Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2024-08-22T20:44:26.1932002Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2024-08-22T20:44:26.1932926Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2024-08-22T20:44:26.1933780Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2024-08-22T20:44:26.1934622Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2024-08-22T20:44:26.1935421Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2024-08-22T20:44:26.1936286Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2024-08-22T20:44:26.1937190Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2024-08-22T20:44:26.1938152Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2024-08-22T20:44:26.1939220Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2024-08-22T20:44:26.1940337Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2024-08-22T20:44:26.1941283Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2024-08-22T20:44:26.1942138Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2024-08-22T20:44:26.1942860Z adding 'executorch/backends/xnnpack/utils/configs.py' 2024-08-22T20:44:26.1943513Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2024-08-22T20:44:26.1944208Z adding 'executorch/backends/xnnpack/utils/utils.py' 2024-08-22T20:44:26.1944889Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2024-08-22T20:44:26.1945514Z adding 'executorch/data/bin/__init__.py' 2024-08-22T20:44:26.1946057Z adding 'executorch/data/bin/flatc' 2024-08-22T20:44:26.2293359Z adding 'executorch/examples/models/__init__.py' 2024-08-22T20:44:26.2294390Z adding 'executorch/examples/models/model_base.py' 2024-08-22T20:44:26.2295242Z adding 'executorch/examples/models/model_factory.py' 2024-08-22T20:44:26.2296065Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2024-08-22T20:44:26.2296841Z adding 'executorch/examples/models/deeplab_v3/model.py' 2024-08-22T20:44:26.2297495Z adding 'executorch/examples/models/edsr/__init__.py' 2024-08-22T20:44:26.2298095Z adding 'executorch/examples/models/edsr/model.py' 2024-08-22T20:44:26.2298756Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2024-08-22T20:44:26.2299795Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2024-08-22T20:44:26.2300940Z adding 'executorch/examples/models/inception_v3/__init__.py' 2024-08-22T20:44:26.2302040Z adding 'executorch/examples/models/inception_v3/model.py' 2024-08-22T20:44:26.2303180Z adding 'executorch/examples/models/inception_v4/__init__.py' 2024-08-22T20:44:26.2303960Z adding 'executorch/examples/models/inception_v4/model.py' 2024-08-22T20:44:26.2304758Z adding 'executorch/examples/models/llama2/__init__.py' 2024-08-22T20:44:26.2305417Z adding 'executorch/examples/models/llama2/eval_llama.py' 2024-08-22T20:44:26.2306096Z adding 'executorch/examples/models/llama2/eval_llama_lib.py' 2024-08-22T20:44:26.2306795Z adding 'executorch/examples/models/llama2/export_llama.py' 2024-08-22T20:44:26.2307617Z adding 'executorch/examples/models/llama2/export_llama_lib.py' 2024-08-22T20:44:26.2308744Z adding 'executorch/examples/models/llama2/fairseq2.py' 2024-08-22T20:44:26.2309781Z adding 'executorch/examples/models/llama2/install_requirement_helper.py' 2024-08-22T20:44:26.2310546Z adding 'executorch/examples/models/llama2/llama_test.py' 2024-08-22T20:44:26.2311260Z adding 'executorch/examples/models/llama2/llama_transformer.py' 2024-08-22T20:44:26.2312352Z adding 'executorch/examples/models/llama2/model.py' 2024-08-22T20:44:26.2313355Z adding 'executorch/examples/models/llama2/rope.py' 2024-08-22T20:44:26.2314175Z adding 'executorch/examples/models/llama2/custom_ops/__init__.py' 2024-08-22T20:44:26.2315018Z adding 'executorch/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.so' 2024-08-22T20:44:26.2316321Z adding 'executorch/examples/models/llama2/custom_ops/sdpa_with_kv_cache.py' 2024-08-22T20:44:26.2317569Z adding 'executorch/examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py' 2024-08-22T20:44:26.2318559Z adding 'executorch/examples/models/llama2/evaluate/__init__.py' 2024-08-22T20:44:26.2319794Z adding 'executorch/examples/models/llama2/evaluate/eager_eval.py' 2024-08-22T20:44:26.2321115Z adding 'executorch/examples/models/llama2/experimental/generate.py' 2024-08-22T20:44:26.2322488Z adding 'executorch/examples/models/llama2/experimental/load_gguf_q4_0.py' 2024-08-22T20:44:26.2323714Z adding 'executorch/examples/models/llama2/experimental/subclass.py' 2024-08-22T20:44:26.2325051Z adding 'executorch/examples/models/llama2/experimental/test_subclass.py' 2024-08-22T20:44:26.2326119Z adding 'executorch/examples/models/llama2/runner/generation.py' 2024-08-22T20:44:26.2326951Z adding 'executorch/examples/models/llama2/source_transformation/__init__.py' 2024-08-22T20:44:26.2327879Z adding 'executorch/examples/models/llama2/source_transformation/quantize.py' 2024-08-22T20:44:26.2328741Z adding 'executorch/examples/models/llama2/source_transformation/rope.py' 2024-08-22T20:44:26.2329574Z adding 'executorch/examples/models/llama2/source_transformation/sdpa.py' 2024-08-22T20:44:26.2330391Z adding 'executorch/examples/models/llama2/tests/test_simple_sdpa.py' 2024-08-22T20:44:26.2331311Z adding 'executorch/examples/models/llama2/tokenizer/tiktoken.py' 2024-08-22T20:44:26.2331999Z adding 'executorch/examples/models/llava/__init__.py' 2024-08-22T20:44:26.2332632Z adding 'executorch/examples/models/llava/export_llava.py' 2024-08-22T20:44:26.2333356Z adding 'executorch/examples/models/llava/model.py' 2024-08-22T20:44:26.2334004Z adding 'executorch/examples/models/llava/test/test_llava.py' 2024-08-22T20:44:26.2334694Z adding 'executorch/examples/models/mobilebert/__init__.py' 2024-08-22T20:44:26.2335356Z adding 'executorch/examples/models/mobilebert/model.py' 2024-08-22T20:44:26.2336036Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2024-08-22T20:44:26.2336712Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2024-08-22T20:44:26.2337433Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2024-08-22T20:44:26.2338109Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2024-08-22T20:44:26.2338763Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2024-08-22T20:44:26.2339565Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2024-08-22T20:44:26.2340348Z adding 'executorch/examples/models/phi3-mini-lora/export_model.py' 2024-08-22T20:44:26.2341055Z adding 'executorch/examples/models/resnet/__init__.py' 2024-08-22T20:44:26.2341670Z adding 'executorch/examples/models/resnet/model.py' 2024-08-22T20:44:26.2342281Z adding 'executorch/examples/models/test/__init__.py' 2024-08-22T20:44:26.2342969Z adding 'executorch/examples/models/test/test_export.py' 2024-08-22T20:44:26.2343659Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2024-08-22T20:44:26.2344472Z adding 'executorch/examples/models/torchvision_vit/model.py' 2024-08-22T20:44:26.2345584Z adding 'executorch/examples/models/toy_model/__init__.py' 2024-08-22T20:44:26.2346499Z adding 'executorch/examples/models/toy_model/model.py' 2024-08-22T20:44:26.2347168Z adding 'executorch/examples/models/wav2letter/__init__.py' 2024-08-22T20:44:26.2347846Z adding 'executorch/examples/models/wav2letter/model.py' 2024-08-22T20:44:26.2348409Z adding 'executorch/exir/__init__.py' 2024-08-22T20:44:26.2348874Z adding 'executorch/exir/common.py' 2024-08-22T20:44:26.2349445Z adding 'executorch/exir/control_flow.py' 2024-08-22T20:44:26.2349950Z adding 'executorch/exir/delegate.py' 2024-08-22T20:44:26.2350447Z adding 'executorch/exir/dim_order_utils.py' 2024-08-22T20:44:26.2350981Z adding 'executorch/exir/dynamic_shape.py' 2024-08-22T20:44:26.2351475Z adding 'executorch/exir/error.py' 2024-08-22T20:44:26.2351925Z adding 'executorch/exir/graph.py' 2024-08-22T20:44:26.2352405Z adding 'executorch/exir/graph_module.py' 2024-08-22T20:44:26.2352962Z adding 'executorch/exir/lowered_backend_module.py' 2024-08-22T20:44:26.2353492Z adding 'executorch/exir/memory.py' 2024-08-22T20:44:26.2354321Z adding 'executorch/exir/memory_planning.py' 2024-08-22T20:44:26.2354830Z adding 'executorch/exir/pass_base.py' 2024-08-22T20:44:26.2355324Z adding 'executorch/exir/pass_manager.py' 2024-08-22T20:44:26.2355836Z adding 'executorch/exir/print_program.py' 2024-08-22T20:44:26.2356347Z adding 'executorch/exir/scalar_type.py' 2024-08-22T20:44:26.2356821Z adding 'executorch/exir/schema.py' 2024-08-22T20:44:26.2357537Z adding 'executorch/exir/sym_util.py' 2024-08-22T20:44:26.2358318Z adding 'executorch/exir/tensor.py' 2024-08-22T20:44:26.2359054Z adding 'executorch/exir/tracer.py' 2024-08-22T20:44:26.2359566Z adding 'executorch/exir/types.py' 2024-08-22T20:44:26.2360042Z adding 'executorch/exir/version.py' 2024-08-22T20:44:26.2360501Z adding 'executorch/exir/wrap.py' 2024-08-22T20:44:26.2361004Z adding 'executorch/exir/_serialize/__init__.py' 2024-08-22T20:44:26.2361571Z adding 'executorch/exir/_serialize/_cord.py' 2024-08-22T20:44:26.2362390Z adding 'executorch/exir/_serialize/_dataclass.py' 2024-08-22T20:44:26.2363369Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2024-08-22T20:44:26.2364331Z adding 'executorch/exir/_serialize/_program.py' 2024-08-22T20:44:26.2365410Z adding 'executorch/exir/_serialize/program.fbs' 2024-08-22T20:44:26.2366407Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2024-08-22T20:44:26.2367310Z adding 'executorch/exir/_serialize/test/__init__.py' 2024-08-22T20:44:26.2368453Z adding 'executorch/exir/_serialize/test/test_cord.py' 2024-08-22T20:44:26.2369500Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2024-08-22T20:44:26.2370237Z adding 'executorch/exir/_serialize/test/test_program.py' 2024-08-22T20:44:26.2370846Z adding 'executorch/exir/backend/backend_api.py' 2024-08-22T20:44:26.2371437Z adding 'executorch/exir/backend/backend_details.py' 2024-08-22T20:44:26.2372063Z adding 'executorch/exir/backend/compile_spec_schema.py' 2024-08-22T20:44:26.2372674Z adding 'executorch/exir/backend/partitioner.py' 2024-08-22T20:44:26.2373210Z adding 'executorch/exir/backend/utils.py' 2024-08-22T20:44:26.2373987Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2024-08-22T20:44:26.2375038Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2024-08-22T20:44:26.2376624Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2024-08-22T20:44:26.2377629Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2024-08-22T20:44:26.2378476Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2024-08-22T20:44:26.2379371Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2024-08-22T20:44:26.2380243Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2024-08-22T20:44:26.2381355Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2024-08-22T20:44:26.2382406Z adding 'executorch/exir/backend/test/test_backends.py' 2024-08-22T20:44:26.2383526Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2024-08-22T20:44:26.2384377Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2024-08-22T20:44:26.2385089Z adding 'executorch/exir/backend/test/test_compatibility.py' 2024-08-22T20:44:26.2386046Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2024-08-22T20:44:26.2387291Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2024-08-22T20:44:26.2388708Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2024-08-22T20:44:26.2389964Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2024-08-22T20:44:26.2391024Z adding 'executorch/exir/backend/test/test_partitioner.py' 2024-08-22T20:44:26.2391672Z adding 'executorch/exir/backend/test/test_passes.py' 2024-08-22T20:44:26.2392338Z adding 'executorch/exir/backend/test/test_utils.py' 2024-08-22T20:44:26.2393535Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2024-08-22T20:44:26.2394851Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2024-08-22T20:44:26.2396113Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2024-08-22T20:44:26.2397573Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2024-08-22T20:44:26.2398886Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2024-08-22T20:44:26.2399898Z adding 'executorch/exir/capture/__init__.py' 2024-08-22T20:44:26.2400638Z adding 'executorch/exir/capture/_capture.py' 2024-08-22T20:44:26.2401523Z adding 'executorch/exir/capture/_config.py' 2024-08-22T20:44:26.2402400Z adding 'executorch/exir/capture/_unlift.py' 2024-08-22T20:44:26.2403296Z adding 'executorch/exir/dialects/__init__.py' 2024-08-22T20:44:26.2404145Z adding 'executorch/exir/dialects/_ops.py' 2024-08-22T20:44:26.2405063Z adding 'executorch/exir/dialects/backend/_ops.py' 2024-08-22T20:44:26.2406153Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2024-08-22T20:44:26.2407223Z adding 'executorch/exir/dialects/edge/_ops.py' 2024-08-22T20:44:26.2408153Z adding 'executorch/exir/dialects/edge/edge.yaml' 2024-08-22T20:44:26.2409213Z adding 'executorch/exir/dialects/edge/arg/model.py' 2024-08-22T20:44:26.2410219Z adding 'executorch/exir/dialects/edge/arg/type.py' 2024-08-22T20:44:26.2411233Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2024-08-22T20:44:26.7949637Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2024-08-22T20:44:26.7950580Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2024-08-22T20:44:26.7951419Z adding 'executorch/exir/dialects/edge/op/api.py' 2024-08-22T20:44:26.7952311Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2024-08-22T20:44:26.7953231Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2024-08-22T20:44:26.7954406Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2024-08-22T20:44:26.7955151Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2024-08-22T20:44:26.7956010Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2024-08-22T20:44:26.7956753Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2024-08-22T20:44:26.7957522Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2024-08-22T20:44:26.7958175Z adding 'executorch/exir/emit/__init__.py' 2024-08-22T20:44:26.7958867Z adding 'executorch/exir/emit/_emit_program.py' 2024-08-22T20:44:26.7959421Z adding 'executorch/exir/emit/_emitter.py' 2024-08-22T20:44:26.7960120Z adding 'executorch/exir/emit/test/test_emit.py' 2024-08-22T20:44:26.7960771Z adding 'executorch/exir/operator/convert.py' 2024-08-22T20:44:26.7961566Z adding 'executorch/exir/operator/manip.py' 2024-08-22T20:44:26.7962208Z adding 'executorch/exir/operator/util.py' 2024-08-22T20:44:26.7962797Z adding 'executorch/exir/operator/test/test_operator.py' 2024-08-22T20:44:26.7963386Z adding 'executorch/exir/passes/__init__.py' 2024-08-22T20:44:26.7964120Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2024-08-22T20:44:26.7964953Z adding 'executorch/exir/passes/const_prop_pass.py' 2024-08-22T20:44:26.7965563Z adding 'executorch/exir/passes/constant_prop_pass.py' 2024-08-22T20:44:26.7966279Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2024-08-22T20:44:26.7967129Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2024-08-22T20:44:26.7967989Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2024-08-22T20:44:26.7968884Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2024-08-22T20:44:26.7969679Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2024-08-22T20:44:26.7970413Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2024-08-22T20:44:26.7971070Z adding 'executorch/exir/passes/memory_planning_pass.py' 2024-08-22T20:44:26.7971742Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2024-08-22T20:44:26.7972631Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2024-08-22T20:44:26.7973298Z adding 'executorch/exir/passes/pass_registry.py' 2024-08-22T20:44:26.7973915Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2024-08-22T20:44:26.7974724Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2024-08-22T20:44:26.7975442Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2024-08-22T20:44:26.7976109Z adding 'executorch/exir/passes/remove_noop_pass.py' 2024-08-22T20:44:26.7976789Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2024-08-22T20:44:26.7977594Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2024-08-22T20:44:26.7978423Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2024-08-22T20:44:26.7979308Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2024-08-22T20:44:26.7980149Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2024-08-22T20:44:26.7980864Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2024-08-22T20:44:26.7981478Z adding 'executorch/exir/passes/spec_prop_pass.py' 2024-08-22T20:44:26.7982240Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2024-08-22T20:44:26.7983136Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2024-08-22T20:44:26.7983792Z adding 'executorch/exir/program/__init__.py' 2024-08-22T20:44:26.7984363Z adding 'executorch/exir/program/_fake_program.py' 2024-08-22T20:44:26.7985045Z adding 'executorch/exir/program/_program.py' 2024-08-22T20:44:26.7985746Z adding 'executorch/exir/program/test/__init__.py' 2024-08-22T20:44:26.7986416Z adding 'executorch/exir/program/test/test_fake_program.py' 2024-08-22T20:44:26.7987064Z adding 'executorch/exir/program/test/test_program.py' 2024-08-22T20:44:26.7987713Z adding 'executorch/exir/serde/__init__.py' 2024-08-22T20:44:26.7988417Z adding 'executorch/exir/serde/export_serialize.py' 2024-08-22T20:44:26.7988975Z adding 'executorch/exir/serde/schema.py' 2024-08-22T20:44:26.7989516Z adding 'executorch/exir/serde/schema_check.py' 2024-08-22T20:44:26.7990066Z adding 'executorch/exir/serde/serialize.py' 2024-08-22T20:44:26.7990737Z adding 'executorch/exir/serde/union.py' 2024-08-22T20:44:26.7991260Z adding 'executorch/exir/serde/upgrade.py' 2024-08-22T20:44:26.7991789Z adding 'executorch/exir/tests/asr_joiner.py' 2024-08-22T20:44:26.7992400Z adding 'executorch/exir/tests/common.py' 2024-08-22T20:44:26.7993034Z adding 'executorch/exir/tests/control_flow_models.py' 2024-08-22T20:44:26.7993663Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2024-08-22T20:44:26.7994222Z adding 'executorch/exir/tests/models.py' 2024-08-22T20:44:26.7994852Z adding 'executorch/exir/tests/test_arg_validator.py' 2024-08-22T20:44:26.7995444Z adding 'executorch/exir/tests/test_capture.py' 2024-08-22T20:44:26.7995991Z adding 'executorch/exir/tests/test_common.py' 2024-08-22T20:44:26.7996703Z adding 'executorch/exir/tests/test_delegate.py' 2024-08-22T20:44:26.7997317Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2024-08-22T20:44:26.7998048Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2024-08-22T20:44:26.7998689Z adding 'executorch/exir/tests/test_error.py' 2024-08-22T20:44:26.7999397Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2024-08-22T20:44:26.8000242Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2024-08-22T20:44:26.8001173Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2024-08-22T20:44:26.8002033Z adding 'executorch/exir/tests/test_memory_planning.py' 2024-08-22T20:44:26.8002639Z adding 'executorch/exir/tests/test_op_convert.py' 2024-08-22T20:44:26.8003222Z adding 'executorch/exir/tests/test_pass_infra.py' 2024-08-22T20:44:26.8003789Z adding 'executorch/exir/tests/test_passes.py' 2024-08-22T20:44:26.8004369Z adding 'executorch/exir/tests/test_print_program.py' 2024-08-22T20:44:26.8004991Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2024-08-22T20:44:26.8005619Z adding 'executorch/exir/tests/test_quantization.py' 2024-08-22T20:44:26.8006244Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2024-08-22T20:44:26.8006831Z adding 'executorch/exir/tests/test_serde.py' 2024-08-22T20:44:26.8007380Z adding 'executorch/exir/tests/test_tensor.py' 2024-08-22T20:44:26.8007924Z adding 'executorch/exir/tests/test_tracer.py' 2024-08-22T20:44:26.8008496Z adding 'executorch/exir/tests/test_verification.py' 2024-08-22T20:44:26.8009087Z adding 'executorch/exir/tests/transformer.py' 2024-08-22T20:44:26.8009683Z adding 'executorch/exir/verification/arg_validator.py' 2024-08-22T20:44:26.8010280Z adding 'executorch/exir/verification/dev_html.py' 2024-08-22T20:44:26.8010889Z adding 'executorch/exir/verification/interpreter.py' 2024-08-22T20:44:26.8011485Z adding 'executorch/exir/verification/verifier.py' 2024-08-22T20:44:26.8012125Z adding 'executorch/exir/verification/test/test_verifier.py' 2024-08-22T20:44:26.8012777Z adding 'executorch/extension/export_util/__init__.py' 2024-08-22T20:44:26.8013390Z adding 'executorch/extension/export_util/utils.py' 2024-08-22T20:44:26.8014007Z adding 'executorch/extension/gguf_util/convert_main.py' 2024-08-22T20:44:26.8014712Z adding 'executorch/extension/gguf_util/converter.py' 2024-08-22T20:44:26.8015519Z adding 'executorch/extension/gguf_util/load_gguf.py' 2024-08-22T20:44:26.8016308Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2024-08-22T20:44:26.8017079Z adding 'executorch/extension/llm/export/__init__.py' 2024-08-22T20:44:26.8017688Z adding 'executorch/extension/llm/export/builder.py' 2024-08-22T20:44:26.8018339Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2024-08-22T20:44:26.8019011Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2024-08-22T20:44:26.8019852Z adding 'executorch/extension/llm/third-party/abseil-cpp/conanfile.py' 2024-08-22T20:44:26.8020864Z adding 'executorch/extension/llm/third-party/abseil-cpp/create_lts.py' 2024-08-22T20:44:26.8021762Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2024-08-22T20:44:26.8022860Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/copts.py' 2024-08-22T20:44:26.8023804Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py' 2024-08-22T20:44:26.8024709Z adding 'executorch/extension/llm/third-party/re2/benchlog/benchplot.py' 2024-08-22T20:44:26.8025491Z adding 'executorch/extension/llm/third-party/re2/python/re2.py' 2024-08-22T20:44:26.8026262Z adding 'executorch/extension/llm/third-party/re2/python/re2_test.py' 2024-08-22T20:44:26.8027118Z adding 'executorch/extension/llm/third-party/re2/python/setup.py' 2024-08-22T20:44:26.8028173Z adding 'executorch/extension/llm/third-party/re2/python/toolchains/generate.py' 2024-08-22T20:44:26.8029085Z adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_casefold.py' 2024-08-22T20:44:26.8029973Z adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_groups.py' 2024-08-22T20:44:26.8030768Z adding 'executorch/extension/llm/third-party/re2/re2/unicode.py' 2024-08-22T20:44:26.8031718Z adding 'executorch/extension/llm/third-party/sentencepiece/python/setup.py' 2024-08-22T20:44:26.8032754Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2024-08-22T20:44:26.8033870Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2024-08-22T20:44:26.8035456Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2024-08-22T20:44:26.8036759Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2024-08-22T20:44:26.8038106Z adding 'executorch/extension/llm/third-party/sentencepiece/python/test/__init__.py' 2024-08-22T20:44:26.8039131Z adding 'executorch/extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py' 2024-08-22T20:44:26.8040144Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2024-08-22T20:44:26.8040799Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2024-08-22T20:44:26.8041502Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2024-08-22T20:44:26.8042489Z adding 'executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so' 2024-08-22T20:44:26.8043391Z adding 'executorch/extension/pybindings/portable_lib.py' 2024-08-22T20:44:26.8044065Z adding 'executorch/extension/pybindings/test/make_test.py' 2024-08-22T20:44:26.8044794Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2024-08-22T20:44:26.8045522Z adding 'executorch/extension/pytree/__init__.py' 2024-08-22T20:44:26.8046107Z adding 'executorch/extension/pytree/test/test.py' 2024-08-22T20:44:26.8046641Z adding 'executorch/schema/program.fbs' 2024-08-22T20:44:26.8047153Z adding 'executorch/schema/scalar_type.fbs' 2024-08-22T20:44:26.8047658Z adding 'executorch/sdk/__init__.py' 2024-08-22T20:44:26.8048242Z adding 'executorch/sdk/bundled_program/config.py' 2024-08-22T20:44:26.8048821Z adding 'executorch/sdk/bundled_program/core.py' 2024-08-22T20:44:26.8049403Z adding 'executorch/sdk/bundled_program/version.py' 2024-08-22T20:44:26.8050113Z adding 'executorch/sdk/bundled_program/schema/__init__.py' 2024-08-22T20:44:31.2770709Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.fbs' 2024-08-22T20:44:31.2772196Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.py' 2024-08-22T20:44:31.2773602Z adding 'executorch/sdk/bundled_program/schema/scalar_type.fbs' 2024-08-22T20:44:31.2774480Z adding 'executorch/sdk/bundled_program/schema/test/test_schema.py' 2024-08-22T20:44:31.2775456Z adding 'executorch/sdk/bundled_program/serialize/__init__.py' 2024-08-22T20:44:31.2776536Z adding 'executorch/sdk/bundled_program/serialize/bundled_program_schema.fbs' 2024-08-22T20:44:31.2777502Z adding 'executorch/sdk/bundled_program/serialize/scalar_type.fbs' 2024-08-22T20:44:31.2778511Z adding 'executorch/sdk/bundled_program/serialize/test/test_serialize.py' 2024-08-22T20:44:31.2779684Z adding 'executorch/sdk/bundled_program/test/test_bundle_data.py' 2024-08-22T20:44:31.2780656Z adding 'executorch/sdk/bundled_program/test/test_config.py' 2024-08-22T20:44:31.2781583Z adding 'executorch/sdk/bundled_program/test/test_end2end.py' 2024-08-22T20:44:31.2782485Z adding 'executorch/sdk/bundled_program/util/test_util.py' 2024-08-22T20:44:31.2783317Z adding 'executorch/sdk/debug_format/base_schema.py' 2024-08-22T20:44:31.2784008Z adding 'executorch/sdk/debug_format/et_schema.py' 2024-08-22T20:44:31.2784871Z adding 'executorch/sdk/etdump/etdump_schema_flatcc.fbs' 2024-08-22T20:44:31.2785606Z adding 'executorch/sdk/etdump/scalar_type.fbs' 2024-08-22T20:44:31.2786185Z adding 'executorch/sdk/etdump/schema_flatcc.py' 2024-08-22T20:44:31.2786831Z adding 'executorch/sdk/etdump/serialize.py' 2024-08-22T20:44:31.2787435Z adding 'executorch/sdk/etdump/tests/serialize_test.py' 2024-08-22T20:44:31.2788133Z adding 'executorch/sdk/etrecord/__init__.py' 2024-08-22T20:44:31.2788705Z adding 'executorch/sdk/etrecord/_etrecord.py' 2024-08-22T20:44:31.2789434Z adding 'executorch/sdk/etrecord/tests/etrecord_test.py' 2024-08-22T20:44:31.2790121Z adding 'executorch/sdk/inspector/__init__.py' 2024-08-22T20:44:31.2790682Z adding 'executorch/sdk/inspector/_inspector.py' 2024-08-22T20:44:31.2791373Z adding 'executorch/sdk/inspector/_inspector_utils.py' 2024-08-22T20:44:31.2792125Z adding 'executorch/sdk/inspector/inspector_cli.py' 2024-08-22T20:44:31.2792896Z adding 'executorch/sdk/inspector/tests/event_blocks_test.py' 2024-08-22T20:44:31.2793681Z adding 'executorch/sdk/inspector/tests/inspector_test.py' 2024-08-22T20:44:31.2794401Z adding 'executorch/sdk/inspector/tests/inspector_utils_test.py' 2024-08-22T20:44:31.2795243Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool.py' 2024-08-22T20:44:31.2796147Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool_test.py' 2024-08-22T20:44:31.2796940Z adding 'executorch/util/activation_memory_profiler.py' 2024-08-22T20:44:31.2797629Z adding 'executorch/util/python_profiler.py' 2024-08-22T20:44:31.2798240Z adding 'serializer/__init__.py' 2024-08-22T20:44:31.2798766Z adding 'serializer/tosa_serializer.py' 2024-08-22T20:44:31.2799434Z adding 'tosa/ArithmeticRightShiftAttribute.py' 2024-08-22T20:44:31.2799964Z adding 'tosa/Attribute.py' 2024-08-22T20:44:31.2800476Z adding 'tosa/AxisAttribute.py' 2024-08-22T20:44:31.2800937Z adding 'tosa/ClampAttribute.py' 2024-08-22T20:44:31.2801427Z adding 'tosa/CondIfAttribute.py' 2024-08-22T20:44:31.2801943Z adding 'tosa/ConvAttribute.py' 2024-08-22T20:44:31.2802390Z adding 'tosa/CustomAttribute.py' 2024-08-22T20:44:31.2802918Z adding 'tosa/DType.py' 2024-08-22T20:44:31.2803323Z adding 'tosa/FFTAttribute.py' 2024-08-22T20:44:31.2803868Z adding 'tosa/FullyConnectedAttribute.py' 2024-08-22T20:44:31.2804411Z adding 'tosa/MatMulAttribute.py' 2024-08-22T20:44:31.2804872Z adding 'tosa/MulAttribute.py' 2024-08-22T20:44:31.2805401Z adding 'tosa/NegateAttribute.py' 2024-08-22T20:44:31.2805830Z adding 'tosa/Op.py' 2024-08-22T20:44:31.2806293Z adding 'tosa/PadAttribute.py' 2024-08-22T20:44:31.2806877Z adding 'tosa/PoolAttribute.py' 2024-08-22T20:44:31.2807419Z adding 'tosa/RFFTAttribute.py' 2024-08-22T20:44:31.2807873Z adding 'tosa/RescaleAttribute.py' 2024-08-22T20:44:31.2808372Z adding 'tosa/ReshapeAttribute.py' 2024-08-22T20:44:31.2808974Z adding 'tosa/ResizeAttribute.py' 2024-08-22T20:44:31.2809419Z adding 'tosa/ResizeMode.py' 2024-08-22T20:44:31.2809941Z adding 'tosa/SliceAttribute.py' 2024-08-22T20:44:31.2810398Z adding 'tosa/TableAttribute.py' 2024-08-22T20:44:31.2810926Z adding 'tosa/TileAttribute.py' 2024-08-22T20:44:31.2811377Z adding 'tosa/TosaBasicBlock.py' 2024-08-22T20:44:31.2811838Z adding 'tosa/TosaGraph.py' 2024-08-22T20:44:31.2812324Z adding 'tosa/TosaOperator.py' 2024-08-22T20:44:31.2812755Z adding 'tosa/TosaRegion.py' 2024-08-22T20:44:31.2813261Z adding 'tosa/TosaTensor.py' 2024-08-22T20:44:31.2813701Z adding 'tosa/TransposeAttribute.py' 2024-08-22T20:44:31.2814251Z adding 'tosa/TransposeConvAttribute.py' 2024-08-22T20:44:31.2814784Z adding 'tosa/Version.py' 2024-08-22T20:44:31.2815204Z adding 'tosa/WhileLoopAttribute.py' 2024-08-22T20:44:31.2815752Z adding 'tosa/__init__.py' 2024-08-22T20:44:31.2816259Z adding 'executorch-0.4.0a0+9129892.dist-info/LICENSE' 2024-08-22T20:44:31.2817035Z adding 'executorch-0.4.0a0+9129892.dist-info/METADATA' 2024-08-22T20:44:31.2817708Z adding 'executorch-0.4.0a0+9129892.dist-info/WHEEL' 2024-08-22T20:44:31.2818519Z adding 'executorch-0.4.0a0+9129892.dist-info/entry_points.txt' 2024-08-22T20:44:31.2819340Z adding 'executorch-0.4.0a0+9129892.dist-info/top_level.txt' 2024-08-22T20:44:31.2820120Z adding 'executorch-0.4.0a0+9129892.dist-info/RECORD' 2024-08-22T20:44:31.2820773Z removing pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:44:31.2821517Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2024-08-22T20:44:31.2823062Z Created wheel for executorch: filename=executorch-0.4.0a0+9129892-cp311-cp311-linux_x86_64.whl size=6627773 sha256=80d30e5035ac0277f9d0cff0c1b19afebd25afcbbdc6e4199fb38305c2bb271f 2024-08-22T20:44:31.2824990Z Stored in directory: /tmp/pip-ephem-wheel-cache-l_l2dxve/wheels/e9/73/cf/b35b0df9d958439bcdb9e4686e628be8ceca468170ac82a737 2024-08-22T20:44:31.2825986Z Successfully built executorch 2024-08-22T20:44:31.2827283Z Installing collected packages: sortedcontainers, flatbuffers, pluggy, parameterized, iniconfig, hypothesis, expecttest, execnet, pytest, pytest-xdist, executorch 2024-08-22T20:44:31.2828421Z Attempting uninstall: pluggy 2024-08-22T20:44:31.2828861Z Found existing installation: pluggy 1.0.0 2024-08-22T20:44:31.2829411Z Uninstalling pluggy-1.0.0: 2024-08-22T20:44:31.2830221Z Removing file or directory /opt/conda/lib/python3.11/site-packages/pluggy-1.0.0.dist-info/ 2024-08-22T20:44:31.2831269Z Removing file or directory /opt/conda/lib/python3.11/site-packages/pluggy/ 2024-08-22T20:44:31.2832039Z Successfully uninstalled pluggy-1.0.0 2024-08-22T20:44:31.2832549Z changing mode of /opt/conda/bin/hypothesis to 755 2024-08-22T20:44:31.2833164Z changing mode of /opt/conda/bin/py.test to 755 2024-08-22T20:44:31.2833687Z changing mode of /opt/conda/bin/pytest to 755 2024-08-22T20:44:31.2834267Z changing mode of /opt/conda/bin/flatc to 755 2024-08-22T20:44:31.2835976Z Successfully installed execnet-2.1.1 executorch-0.4.0a0+9129892 expecttest-0.2.1 flatbuffers-24.3.25 hypothesis-6.111.1 iniconfig-2.0.0 parameterized-0.9.0 pluggy-1.5.0 pytest-8.3.2 pytest-xdist-3.6.1 sortedcontainers-2.4.0 2024-08-22T20:44:31.2838795Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:44:31.2840367Z + pip3 list 2024-08-22T20:44:31.2840677Z Package Version 2024-08-22T20:44:31.2841229Z ------------------------- ---------------------- 2024-08-22T20:44:31.2841701Z absl-py 2.1.0 2024-08-22T20:44:31.2842237Z accelerate 0.33.0 2024-08-22T20:44:31.2842626Z aiohappyeyeballs 2.4.0 2024-08-22T20:44:31.2843007Z aiohttp 3.10.5 2024-08-22T20:44:31.2843452Z aiosignal 1.3.1 2024-08-22T20:44:31.2844801Z altair 5.4.0 2024-08-22T20:44:31.2845242Z anaconda-anon-usage 0.4.4 2024-08-22T20:44:31.2845758Z anaconda-client 1.12.3 2024-08-22T20:44:31.2846140Z attrs 23.1.0 2024-08-22T20:44:31.2846524Z beautifulsoup4 4.12.3 2024-08-22T20:44:31.2846978Z blinker 1.8.2 2024-08-22T20:44:31.2847345Z blobfile 2.1.1 2024-08-22T20:44:31.2847717Z boltons 23.0.0 2024-08-22T20:44:31.2848153Z brotlipy 0.7.0 2024-08-22T20:44:31.2848527Z cachetools 5.5.0 2024-08-22T20:44:31.2848905Z certifi 2024.7.4 2024-08-22T20:44:31.2849355Z cffi 1.15.1 2024-08-22T20:44:31.2849720Z chardet 4.0.0 2024-08-22T20:44:31.2850223Z charset-normalizer 2.0.4 2024-08-22T20:44:31.2850624Z click 8.1.7 2024-08-22T20:44:31.2850990Z cmake 3.30.2 2024-08-22T20:44:31.2851420Z colorama 0.4.6 2024-08-22T20:44:31.2851809Z conda 23.5.2 2024-08-22T20:44:31.2852244Z conda-build 24.3.0 2024-08-22T20:44:31.2852768Z conda-content-trust 0.1.3 2024-08-22T20:44:31.2853216Z conda_index 0.5.0 2024-08-22T20:44:31.2853954Z conda-libmamba-solver 23.5.0 2024-08-22T20:44:31.2854453Z conda-package-handling 2.1.0 2024-08-22T20:44:31.2854838Z conda_package_streaming 0.8.0 2024-08-22T20:44:31.2855236Z cryptography 39.0.1 2024-08-22T20:44:31.2855709Z DataProperty 1.0.1 2024-08-22T20:44:31.2856076Z datasets 2.21.0 2024-08-22T20:44:31.2856525Z defusedxml 0.7.1 2024-08-22T20:44:31.2856895Z dill 0.3.8 2024-08-22T20:44:31.2857251Z evaluate 0.4.2 2024-08-22T20:44:31.2857611Z execnet 2.1.1 2024-08-22T20:44:31.2858084Z executorch 0.4.0a0+9129892 2024-08-22T20:44:31.2858493Z expecttest 0.2.1 2024-08-22T20:44:31.2858982Z fastjsonschema 2.16.2 2024-08-22T20:44:31.2859544Z filelock 3.13.1 2024-08-22T20:44:31.2859913Z Flask 3.0.3 2024-08-22T20:44:31.2860287Z flatbuffers 24.3.25 2024-08-22T20:44:31.2860760Z frozenlist 1.4.1 2024-08-22T20:44:31.2861129Z fsspec 2024.6.1 2024-08-22T20:44:31.2861509Z gguf 0.9.1 2024-08-22T20:44:31.2861926Z gitdb 4.0.11 2024-08-22T20:44:31.2862332Z GitPython 3.1.43 2024-08-22T20:44:31.2862781Z huggingface-hub 0.24.6 2024-08-22T20:44:31.2863165Z hypothesis 6.111.1 2024-08-22T20:44:31.2863620Z idna 3.4 2024-08-22T20:44:31.2863981Z iniconfig 2.0.0 2024-08-22T20:44:31.2864358Z itsdangerous 2.2.0 2024-08-22T20:44:31.2864803Z Jinja2 3.1.4 2024-08-22T20:44:31.2865169Z joblib 1.4.2 2024-08-22T20:44:31.2865535Z jsonlines 4.0.0 2024-08-22T20:44:31.2865931Z jsonpatch 1.32 2024-08-22T20:44:31.2866359Z jsonpointer 2.1 2024-08-22T20:44:31.2866729Z jsonschema 4.19.2 2024-08-22T20:44:31.2867191Z jsonschema-specifications 2023.7.1 2024-08-22T20:44:31.2867681Z jupyter_core 5.7.2 2024-08-22T20:44:31.2868107Z libarchive-c 2.9 2024-08-22T20:44:31.2868482Z libmambapy 1.4.1 2024-08-22T20:44:31.2868944Z lm_eval 0.4.2 2024-08-22T20:44:31.2869341Z lxml 4.9.4 2024-08-22T20:44:31.2869765Z markdown-it-py 3.0.0 2024-08-22T20:44:31.2870224Z MarkupSafe 2.1.3 2024-08-22T20:44:31.2870598Z mbstrdecoder 1.1.3 2024-08-22T20:44:31.2870954Z mdurl 0.1.2 2024-08-22T20:44:31.2871531Z menuinst 2.1.2 2024-08-22T20:44:31.2871968Z more-itertools 10.1.0 2024-08-22T20:44:31.2872354Z mpmath 1.3.0 2024-08-22T20:44:31.2872797Z multidict 6.0.5 2024-08-22T20:44:31.2873372Z multiprocess 0.70.16 2024-08-22T20:44:31.2873826Z narwhals 1.5.2 2024-08-22T20:44:31.2874226Z nbformat 5.9.2 2024-08-22T20:44:31.2874590Z networkx 3.3 2024-08-22T20:44:31.2874941Z ninja 1.11.1.1 2024-08-22T20:44:31.2875314Z nltk 3.9.1 2024-08-22T20:44:31.2875675Z numexpr 2.10.1 2024-08-22T20:44:31.2876034Z numpy 1.26.4 2024-08-22T20:44:31.2876482Z nvidia-cublas-cu12 12.1.3.1 2024-08-22T20:44:31.2876932Z nvidia-cuda-cupti-cu12 12.1.105 2024-08-22T20:44:31.2877379Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-08-22T20:44:31.2877834Z nvidia-cuda-runtime-cu12 12.1.105 2024-08-22T20:44:31.2878285Z nvidia-cudnn-cu12 9.1.0.70 2024-08-22T20:44:31.2878716Z nvidia-cufft-cu12 11.0.2.54 2024-08-22T20:44:31.2879169Z nvidia-curand-cu12 10.3.2.106 2024-08-22T20:44:31.2879628Z nvidia-cusolver-cu12 11.4.5.107 2024-08-22T20:44:31.2880100Z nvidia-cusparse-cu12 12.1.0.106 2024-08-22T20:44:46.5158047Z nvidia-nccl-cu12 2.21.5 2024-08-22T20:44:46.5160722Z nvidia-nvjitlink-cu12 12.6.20 2024-08-22T20:44:46.5161633Z nvidia-nvtx-cu12 12.1.105 2024-08-22T20:44:46.5162090Z packaging 23.0 2024-08-22T20:44:46.5162451Z pandas 2.2.2 2024-08-22T20:44:46.5162834Z parameterized 0.9.0 2024-08-22T20:44:46.5163213Z pathvalidate 3.2.0 2024-08-22T20:44:46.5163578Z peft 0.12.0 2024-08-22T20:44:46.5163950Z pillow 10.4.0 2024-08-22T20:44:46.5164316Z pip 23.1.2 2024-08-22T20:44:46.5164674Z pkginfo 1.10.0 2024-08-22T20:44:46.5165053Z platformdirs 3.10.0 2024-08-22T20:44:46.5165429Z pluggy 1.5.0 2024-08-22T20:44:46.5165789Z portalocker 2.10.1 2024-08-22T20:44:46.5166162Z protobuf 5.27.3 2024-08-22T20:44:46.5166642Z psutil 5.9.0 2024-08-22T20:44:46.5167005Z pyarrow 17.0.0 2024-08-22T20:44:46.5167374Z pybind11 2.13.5 2024-08-22T20:44:46.5167744Z pycosat 0.6.4 2024-08-22T20:44:46.5168205Z pycparser 2.21 2024-08-22T20:44:46.5168661Z pycryptodomex 3.20.0 2024-08-22T20:44:46.5169042Z pydeck 0.9.1 2024-08-22T20:44:46.5169408Z Pygments 2.18.0 2024-08-22T20:44:46.5169781Z pyOpenSSL 23.0.0 2024-08-22T20:44:46.5170149Z PySocks 1.7.1 2024-08-22T20:44:46.5170519Z pytablewriter 1.2.0 2024-08-22T20:44:46.5170891Z pytest 8.3.2 2024-08-22T20:44:46.5171327Z pytest-xdist 3.6.1 2024-08-22T20:44:46.5171765Z python-dateutil 2.9.0.post0 2024-08-22T20:44:46.5172262Z pytorch-triton 3.0.0+dedb7bdf33 2024-08-22T20:44:46.5172807Z pytz 2024.1 2024-08-22T20:44:46.5173174Z PyYAML 6.0.1 2024-08-22T20:44:46.5173557Z referencing 0.30.2 2024-08-22T20:44:46.5173959Z regex 2024.7.24 2024-08-22T20:44:46.5174414Z requests 2.32.3 2024-08-22T20:44:46.5174929Z requests-toolbelt 1.0.0 2024-08-22T20:44:46.5175305Z rich 13.7.1 2024-08-22T20:44:46.5175711Z rouge-score 0.1.2 2024-08-22T20:44:46.5176124Z rpds-py 0.10.6 2024-08-22T20:44:46.5176506Z ruamel.yaml 0.17.21 2024-08-22T20:44:46.5176875Z sacrebleu 2.4.3 2024-08-22T20:44:46.5177246Z safetensors 0.4.4 2024-08-22T20:44:46.5177670Z scikit-learn 1.5.1 2024-08-22T20:44:46.5178040Z scipy 1.14.1 2024-08-22T20:44:46.5178548Z sentencepiece 0.2.0 2024-08-22T20:44:46.5178934Z setuptools 67.8.0 2024-08-22T20:44:46.5179293Z six 1.16.0 2024-08-22T20:44:46.5179754Z smmap 5.0.1 2024-08-22T20:44:46.5180195Z snakeviz 2.2.0 2024-08-22T20:44:46.5180570Z sortedcontainers 2.4.0 2024-08-22T20:44:46.5180944Z soupsieve 2.5 2024-08-22T20:44:46.5181300Z sqlitedict 2.1.0 2024-08-22T20:44:46.5181672Z streamlit 1.37.1 2024-08-22T20:44:46.5182038Z sympy 1.13.1 2024-08-22T20:44:46.5182396Z tabledata 1.3.3 2024-08-22T20:44:46.5182762Z tabulate 0.9.0 2024-08-22T20:44:46.5183128Z tcolorpy 0.1.6 2024-08-22T20:44:46.5183484Z tenacity 8.5.0 2024-08-22T20:44:46.5183852Z threadpoolctl 3.5.0 2024-08-22T20:44:46.5184218Z tiktoken 0.7.0 2024-08-22T20:44:46.5184570Z timm 1.0.7 2024-08-22T20:44:46.5184938Z tokenizers 0.19.1 2024-08-22T20:44:46.5185306Z toml 0.10.2 2024-08-22T20:44:46.5185663Z tomli 2.0.1 2024-08-22T20:44:46.5186024Z toolz 0.12.0 2024-08-22T20:44:46.5186435Z torch 2.5.0.dev20240716+cpu 2024-08-22T20:44:46.5186883Z torchao 0.4.0+gite11201a 2024-08-22T20:44:46.5187343Z torchaudio 2.4.0.dev20240716+cpu 2024-08-22T20:44:46.5187879Z torchsr 1.0.4 2024-08-22T20:44:46.5188289Z torchvision 0.20.0.dev20240716+cpu 2024-08-22T20:44:46.5188737Z tornado 6.4.1 2024-08-22T20:44:46.5189105Z tqdm 4.66.5 2024-08-22T20:44:46.5189545Z tqdm-multiprocess 0.0.11 2024-08-22T20:44:46.5189920Z traitlets 5.14.3 2024-08-22T20:44:46.5190293Z transformers 4.42.4 2024-08-22T20:44:46.5190660Z typepy 1.3.2 2024-08-22T20:44:46.5191033Z typing_extensions 4.12.2 2024-08-22T20:44:46.5191409Z tzdata 2024.1 2024-08-22T20:44:46.5191766Z urllib3 1.26.16 2024-08-22T20:44:46.5192142Z watchdog 4.0.2 2024-08-22T20:44:46.5192502Z Werkzeug 3.0.4 2024-08-22T20:44:46.5192907Z wheel 0.38.4 2024-08-22T20:44:46.5193279Z word2number 1.1 2024-08-22T20:44:46.5193643Z xxhash 3.5.0 2024-08-22T20:44:46.5193998Z yarl 1.9.4 2024-08-22T20:44:46.5194360Z zstandard 0.19.0 2024-08-22T20:44:46.5194727Z zstd 1.5.5.1 2024-08-22T20:44:46.5195075Z + popd 2024-08-22T20:44:46.5195372Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:44:46.5195764Z + popd 2024-08-22T20:44:46.5196022Z /pytorch/torchchat 2024-08-22T20:44:46.5196355Z + echo ::endgroup:: 2024-08-22T20:44:46.5197062Z ##[endgroup] 2024-08-22T20:44:46.5197482Z + echo '::group::## Introduction' 2024-08-22T20:44:46.5198095Z ##[group]## Introduction 2024-08-22T20:44:46.5198444Z + echo ::endgroup:: 2024-08-22T20:44:46.5198958Z ##[endgroup] 2024-08-22T20:44:46.5199398Z + echo '::group::## Supported Quantization Schemes' 2024-08-22T20:44:46.5200115Z ##[group]## Supported Quantization Schemes 2024-08-22T20:44:46.5200554Z + echo ::endgroup:: 2024-08-22T20:44:46.5201068Z ##[endgroup] 2024-08-22T20:44:46.5201446Z + echo '::group::## Quantization API' 2024-08-22T20:44:46.5202079Z ##[group]## Quantization API 2024-08-22T20:44:46.5202442Z + echo ::endgroup:: 2024-08-22T20:44:46.5202949Z ##[endgroup] 2024-08-22T20:44:46.5203319Z + echo '::group::## Examples' 2024-08-22T20:44:46.5203887Z ##[group]## Examples 2024-08-22T20:44:46.5204192Z + false 2024-08-22T20:44:46.5204988Z + python3 generate.py stories15M --prompt 'Hello, my name is' --quantize '{"embedding" : {"bitwidth": 8, "groupsize": 0}}' 2024-08-22T20:44:46.5205673Z 2024-08-22T20:44:46.5205920Z Downloading builder script: 0% 0.00/5.67k [00:00 2024-08-22T20:44:46.5245496Z export_main(args) 2024-08-22T20:44:46.5245915Z File "/pytorch/torchchat/export.py", line 124, in main 2024-08-22T20:44:46.5246411Z model = _initialize_model( 2024-08-22T20:44:46.5246765Z ^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:46.5247318Z File "/pytorch/torchchat/build/builder.py", line 514, in _initialize_model 2024-08-22T20:44:46.5247906Z quantize_model( 2024-08-22T20:44:46.5248439Z File "/pytorch/torchchat/quantization/quantize.py", line 109, in quantize_model 2024-08-22T20:44:46.5249094Z model = quant_handler.quantize(model) 2024-08-22T20:44:46.5249525Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:46.5250348Z File "/opt/conda/lib/python3.11/site-packages/torchao/quantization/GPTQ.py", line 743, in quantize 2024-08-22T20:44:46.5251171Z state_dict = self._create_quantized_state_dict(model) 2024-08-22T20:44:46.5251683Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:46.5252597Z File "/opt/conda/lib/python3.11/site-packages/torch/utils/_contextlib.py", line 116, in decorate_context 2024-08-22T20:44:46.5253368Z return func(*args, **kwargs) 2024-08-22T20:44:46.5254034Z ^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:46.5254985Z File "/opt/conda/lib/python3.11/site-packages/torchao/quantization/GPTQ.py", line 696, in _create_quantized_state_dict 2024-08-22T20:44:46.5255844Z in_features % self.groupsize == 0 2024-08-22T20:44:46.5256390Z AssertionError: require in_features:288 % self.groupsize:256 == 0 2024-08-22T20:44:46.5257223Z ##[endgroup] 2024-08-22T20:44:46.5307457Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2024-08-22T20:44:46.5307934Z with: 2024-08-22T20:44:46.5308327Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:46.5308867Z fail-on-empty: false 2024-08-22T20:44:46.5309183Z env: 2024-08-22T20:44:46.5309497Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:46.5309957Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:46.5310336Z PR_NUMBER: 1044 2024-08-22T20:44:46.5311986Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:44:46.5313932Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:46.5314737Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:46.5315461Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:46.5316075Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:46.5316556Z ##[endgroup] 2024-08-22T20:44:46.6012600Z Prepare all required actions 2024-08-22T20:44:46.6050454Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-08-22T20:44:46.6050928Z with: 2024-08-22T20:44:46.6051352Z directory: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-08-22T20:44:46.6052064Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:46.6052607Z env: 2024-08-22T20:44:46.6052926Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:46.6053373Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:46.6054164Z PR_NUMBER: 1044 2024-08-22T20:44:46.6055949Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:44:46.6058138Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:46.6058894Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:46.6059685Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:46.6060298Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:46.6060760Z ##[endgroup] 2024-08-22T20:44:46.6080414Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:46.6081386Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:46.6094533Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:46.6095042Z env: 2024-08-22T20:44:46.6095377Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:46.6095844Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:46.6096230Z PR_NUMBER: 1044 2024-08-22T20:44:46.6097909Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:44:46.6099919Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:46.6100697Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:46.6101437Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:46.6102061Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:46.6102724Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:46.6103466Z DIRECTORY: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-08-22T20:44:46.6104022Z ##[endgroup] 2024-08-22T20:44:46.6314858Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2024-08-22T20:44:46.8643205Z latest: Pulling from tool/alpine 2024-08-22T20:44:46.8643657Z 540db60ca938: Pulling fs layer 2024-08-22T20:44:46.9467610Z 540db60ca938: Verifying Checksum 2024-08-22T20:44:46.9468058Z 540db60ca938: Download complete 2024-08-22T20:44:47.0657579Z 540db60ca938: Pull complete 2024-08-22T20:44:47.0758027Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:44:47.0797004Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:44:49.3212353Z Prepare all required actions 2024-08-22T20:44:49.3247867Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-08-22T20:44:49.3248357Z with: 2024-08-22T20:44:49.3248722Z directory: /home/ec2-user/actions-runner/_work/_temp 2024-08-22T20:44:49.3249371Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:49.3249919Z env: 2024-08-22T20:44:49.3250258Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:49.3250720Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:49.3251097Z PR_NUMBER: 1044 2024-08-22T20:44:49.3252737Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:44:49.3255033Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:49.3255800Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:49.3256520Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:49.3257283Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:49.3257754Z ##[endgroup] 2024-08-22T20:44:49.3277762Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:49.3278837Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:49.3289204Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:49.3289694Z env: 2024-08-22T20:44:49.3290020Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:49.3290490Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:49.3290865Z PR_NUMBER: 1044 2024-08-22T20:44:49.3292563Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:44:49.3294517Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:49.3295290Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:49.3296018Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:49.3296637Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:49.3297297Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:49.3297945Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2024-08-22T20:44:49.3298418Z ##[endgroup] 2024-08-22T20:44:50.3542206Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2024-08-22T20:44:50.3543032Z # Only do these steps if we actually want to upload an artifact 2024-08-22T20:44:50.3543681Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2024-08-22T20:44:50.3544463Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2024-08-22T20:44:50.3545347Z  # attempt to just grab whatever is in there and scoop it all up 2024-08-22T20:44:50.3546063Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2024-08-22T20:44:50.3546687Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:44:50.3547148Z  fi 2024-08-22T20:44:50.3547539Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2024-08-22T20:44:50.3548182Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:44:50.3548724Z  fi 2024-08-22T20:44:50.3549346Z  # Set to fail upload step if there are no files for upload and expected files for upload 2024-08-22T20:44:50.3550176Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2024-08-22T20:44:50.3550685Z fi 2024-08-22T20:44:50.3550960Z  2024-08-22T20:44:50.3551229Z upload_docs=0 2024-08-22T20:44:50.3551797Z # Check if there are files in the documentation folder to upload, note that 2024-08-22T20:44:50.3552448Z # empty folders do not count 2024-08-22T20:44:50.3553061Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2024-08-22T20:44:50.3554365Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2024-08-22T20:44:50.3555098Z  # upload will probably not work correctly 2024-08-22T20:44:50.3555564Z  upload_docs=1 2024-08-22T20:44:50.3555893Z fi 2024-08-22T20:44:50.3556318Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:44:50.3565229Z shell: /usr/bin/bash -e {0} 2024-08-22T20:44:50.3565573Z env: 2024-08-22T20:44:50.3565894Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:50.3566349Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:50.3566722Z PR_NUMBER: 1044 2024-08-22T20:44:50.3568367Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:44:50.3570444Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:50.3571212Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:50.3571941Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:50.3572564Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:50.3573055Z UPLOAD_ARTIFACT_NAME: 2024-08-22T20:44:50.3573380Z ##[endgroup] 2024-08-22T20:44:50.3671300Z Prepare all required actions 2024-08-22T20:44:50.3709361Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2024-08-22T20:44:50.3709828Z with: 2024-08-22T20:44:50.3710072Z env: 2024-08-22T20:44:50.3710395Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:50.3710840Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:50.3711209Z PR_NUMBER: 1044 2024-08-22T20:44:50.3712832Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:44:50.3714715Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:50.3715463Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:50.3716208Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:50.3716817Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:50.3717286Z ##[endgroup] 2024-08-22T20:44:50.3737972Z ##[group]Run set -eou pipefail 2024-08-22T20:44:50.3738376Z set -eou pipefail 2024-08-22T20:44:50.3738719Z  2024-08-22T20:44:50.3739219Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-08-22T20:44:50.3739941Z for _ in $(seq 1440); do 2024-08-22T20:44:50.3740412Z  # Break if no ssh session exists anymore 2024-08-22T20:44:50.3740909Z  if [ "$(who)" = "" ]; then 2024-08-22T20:44:50.3741306Z  break 2024-08-22T20:44:50.3741616Z  fi 2024-08-22T20:44:50.3741911Z  echo "." 2024-08-22T20:44:50.3742227Z  sleep 5 2024-08-22T20:44:50.3742538Z done 2024-08-22T20:44:50.3751305Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:50.3751794Z env: 2024-08-22T20:44:50.3752116Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:50.3752574Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:50.3752945Z PR_NUMBER: 1044 2024-08-22T20:44:50.3755000Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:44:50.3756988Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:50.3757837Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:50.3758619Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:50.3759256Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:50.3759800Z ##[endgroup] 2024-08-22T20:44:50.3788255Z Holding runner for 2 hours until all ssh sessions have logged out 2024-08-22T20:44:50.3847003Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:44:50.3847760Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:44:50.3848450Z # shellcheck disable=SC2046 2024-08-22T20:44:50.3848906Z docker stop $(docker ps -q) || true 2024-08-22T20:44:50.3849371Z # Prune all of the docker images 2024-08-22T20:44:50.3849903Z docker system prune -af 2024-08-22T20:44:50.3858997Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:50.3859543Z env: 2024-08-22T20:44:50.3859866Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:50.3860331Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:50.3860700Z PR_NUMBER: 1044 2024-08-22T20:44:50.3862521Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:44:50.3864490Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:50.3865258Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:50.3865976Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:50.3866594Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:50.3867070Z ##[endgroup] 2024-08-22T20:45:01.4869818Z 7214a6bfa396 2024-08-22T20:45:04.9671815Z Deleted Containers: 2024-08-22T20:45:04.9672386Z 7214a6bfa396a025be96db636076d1c65876e442535f76e67344e3cd8c1863a8 2024-08-22T20:45:04.9672818Z 2024-08-22T20:45:10.4320480Z Deleted Images: 2024-08-22T20:45:10.4321162Z untagged: pytorch/conda-builder:cuda12.1 2024-08-22T20:45:10.4322097Z untagged: pytorch/conda-builder@sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:45:10.4323347Z deleted: sha256:ca6cb5e15adf1287624fd5ee41e98e3482f9ba8e8eb49b94e1c89149740d589e 2024-08-22T20:45:10.4324459Z deleted: sha256:7ea5160e27b147a9b8579d1ecaa57d793582bf5bc915c7f8cdbfb0e9d6cb07a7 2024-08-22T20:45:10.4325316Z deleted: sha256:b62ea2cf6a5771e822ce3339bbcc153c9d1d567d410908f8c8bb6364538d5ce4 2024-08-22T20:45:10.4326148Z deleted: sha256:e2aa7aeae6883178dc9137b7198de0dd0e488fe2f3c2350041d78a21c5268174 2024-08-22T20:45:10.4326989Z deleted: sha256:7d64cbcd3947a1e0aa1abd5a9d734cd961aea4c0ec4635ea3294e37e96f69830 2024-08-22T20:45:10.4327951Z deleted: sha256:3eb08d55a9f629f97e2e1c0cf20ff802536c0d341d9ba38f949500fdc3329dc9 2024-08-22T20:45:10.4329125Z deleted: sha256:617916537dafd2cb5f4e62e43d1fffecd492f1dbdd557b93a8d4a3d8516f182a 2024-08-22T20:45:10.4330213Z deleted: sha256:e39e75923171030569887b5cbf74f952383a76c593d9abf08059f9d6c0eba9b6 2024-08-22T20:45:10.4331090Z deleted: sha256:d1a0a10f342c13f93556fdd4df93a12497190394e4198dcd5618cbac69506c9b 2024-08-22T20:45:10.4332008Z deleted: sha256:e9a939e626efc5c03f7b5206aa11981d73de39345c575dcc35552c4b1f4fe935 2024-08-22T20:45:10.4333056Z deleted: sha256:12bf6c0ce8bb61ca65095e25018efabe18faabbf4ba318874150aa3ce13a8008 2024-08-22T20:45:10.4334158Z deleted: sha256:d4899a6466695bcab7f74253d4e13a31e2861aa3346ae5e87cfaec75bfa2a5a1 2024-08-22T20:45:10.4334984Z deleted: sha256:57f423db078477fd48a3b21e0e960108e17ad45def0728927e3607b867c011be 2024-08-22T20:45:10.4335795Z deleted: sha256:4d9e8db683cb433346e5a329c9a1223693b21cbe1ef03ad9669ea169d2531568 2024-08-22T20:45:10.4336608Z deleted: sha256:636b11b88d0d4f380e06ce31e183eb66b39baf66d25b46d671a6d07156272626 2024-08-22T20:45:10.4337430Z deleted: sha256:5fb38e0fdae552967ea7e31c6dbf71dd662194ce4c3e34a73275d955c7516ac9 2024-08-22T20:45:10.4338272Z deleted: sha256:e945d944e062cb5b4b5bce5ca9255339c385aa7e76352cba574e7b9adcbfaf81 2024-08-22T20:45:10.4339302Z deleted: sha256:629a87d40778fa59aae239569d2e4022eb9c73c24d5a8a80b631578c6a0d95de 2024-08-22T20:45:10.4340173Z deleted: sha256:28b222b3a9320157c8d332c568c93debef3da5ea2a633329870ce36a79787ec0 2024-08-22T20:45:10.4340999Z deleted: sha256:77654d0fdc0b2b63fe1b22c1e69a2e39d9c51f0935f861e7828d36f4f736ad79 2024-08-22T20:45:10.4342004Z deleted: sha256:bf65b0450ea54ac3431526e360b0f7c3e7c4ac66000529df84d01fa39061535c 2024-08-22T20:45:10.4342832Z deleted: sha256:2e78abff6cee136276a6b6ac50167c9b9761c7005e02c832947580165140577f 2024-08-22T20:45:10.4343639Z deleted: sha256:779151bb607dc93e1099434061314ed422972abb54587e96a0400de4fdc718c0 2024-08-22T20:45:10.4344531Z deleted: sha256:8b116155e6592b810a5108f4e36aed3bd14b162dc4636a3b9052a885006508a4 2024-08-22T20:45:10.4345349Z deleted: sha256:16eb6de95902da3aa8f26838aa5e0876e791b9d338a43d4ddf7864bccfcb3e25 2024-08-22T20:45:10.4346224Z deleted: sha256:f1cc8ad9df374e9b9b2cfbdcd52ce63a53a3ee8b4f82edcebde8156aeec389ad 2024-08-22T20:45:10.4347069Z deleted: sha256:29937eb76d3be5ed458043982e587e3ae1c44991b86fef436ac51e69b3526331 2024-08-22T20:45:10.4348106Z deleted: sha256:fa0dd9cde456c1e5de9010f19af898bbeaa2c089cc1ae9f6e56166a558d448a8 2024-08-22T20:45:10.4348961Z deleted: sha256:74a8a6ee05c38b7d2b93ff2b2cfc3502c47cc6dc1043ecda998808f02c36076e 2024-08-22T20:45:10.4349774Z deleted: sha256:c734a1acf015e761506178e29744373917426c75b2191f3e74173bd615af5108 2024-08-22T20:45:10.4350561Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2024-08-22T20:45:10.4351463Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:45:10.4352746Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:45:10.4354242Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-08-22T20:45:10.4355088Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-08-22T20:45:10.4355595Z 2024-08-22T20:45:10.4355737Z Total reclaimed space: 23.63GB 2024-08-22T20:45:10.4400093Z ##[group]Run set +e 2024-08-22T20:45:10.4400446Z set +e 2024-08-22T20:45:10.4400797Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:45:10.4401372Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:45:10.4401893Z else 2024-08-22T20:45:10.4402284Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:45:10.4402753Z fi 2024-08-22T20:45:10.4403035Z set -e 2024-08-22T20:45:10.4413168Z shell: /usr/bin/bash -e {0} 2024-08-22T20:45:10.4413528Z env: 2024-08-22T20:45:10.4413860Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:45:10.4414324Z REPOSITORY: pytorch/torchchat 2024-08-22T20:45:10.4414708Z PR_NUMBER: 1044 2024-08-22T20:45:10.4416396Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 2024-08-22T20:45:10.4418303Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:45:10.4419080Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:45:10.4419929Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:45:10.4420560Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:45:10.4421046Z NO_SUDO: false 2024-08-22T20:45:10.4421355Z ##[endgroup] 2024-08-22T20:45:12.2291472Z Post job cleanup. 2024-08-22T20:45:12.3256768Z Post job cleanup. 2024-08-22T20:45:12.4135059Z [command]/usr/bin/git version 2024-08-22T20:45:12.4191224Z git version 2.40.1 2024-08-22T20:45:12.4228633Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b35796af-aa3d-4672-9210-864074de67a4' before making global git config changes 2024-08-22T20:45:12.4229946Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:45:12.4233846Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:45:12.4281156Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:45:12.4326433Z [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' || :" 2024-08-22T20:45:12.4693804Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:45:12.4729921Z http.https://github.com/.extraheader 2024-08-22T20:45:12.4740847Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-22T20:45:12.4789296Z [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' || :" 2024-08-22T20:45:12.5244562Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-22T20:45:12.5267957Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-22T20:45:12.5276041Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:45:12.5276557Z ##[endgroup] 2024-08-22T20:45:19.3599812Z Cleaning up orphan processes