2024-08-22T20:28:24.5255414Z Current runner version: '2.319.1' 2024-08-22T20:28:24.5261703Z Runner name: 'i-0fa9e7c20e90fb62a' 2024-08-22T20:28:24.5262632Z Runner group name: 'Default' 2024-08-22T20:28:24.5263531Z Machine name: 'ip-10-0-52-162' 2024-08-22T20:28:24.5280195Z Testing runner upgrade compatibility 2024-08-22T20:28:24.6549197Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:28:24.6551706Z Contents: read 2024-08-22T20:28:24.6552272Z Metadata: read 2024-08-22T20:28:24.6552955Z Packages: read 2024-08-22T20:28:24.6553464Z ##[endgroup] 2024-08-22T20:28:24.6556831Z Secret source: Actions 2024-08-22T20:28:24.6557829Z Prepare workflow directory 2024-08-22T20:28:24.8090569Z Prepare all required actions 2024-08-22T20:28:24.8265688Z Getting action download info 2024-08-22T20:28:25.0056780Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-08-22T20:28:25.3023256Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-08-22T20:28:25.4538043Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-08-22T20:28:25.5672531Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-08-22T20:28:25.6801812Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-08-22T20:28:25.9423115Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:28:25.9425285Z ##[group] Inputs 2024-08-22T20:28:25.9427593Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:25.9430305Z timeout: 60 2024-08-22T20:28:25.9430743Z runner: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:28:25.9431311Z upload-artifact: 2024-08-22T20:28:25.9431729Z download-artifact: 2024-08-22T20:28:25.9432229Z repository: 2024-08-22T20:28:25.9432677Z fetch-depth: 1 2024-08-22T20:28:25.9433076Z submodules: 2024-08-22T20:28:25.9433459Z ref: 2024-08-22T20:28:25.9433903Z test-infra-repository: pytorch/test-infra 2024-08-22T20:28:25.9434457Z test-infra-ref: 2024-08-22T20:28:25.9434896Z docker-image: pytorch/conda-builder 2024-08-22T20:28:25.9435437Z docker-build-dir: .ci/docker 2024-08-22T20:28:25.9435900Z gpu-arch-type: cuda 2024-08-22T20:28:25.9436347Z gpu-arch-version: 12.1 2024-08-22T20:28:25.9436807Z job-name: linux-job 2024-08-22T20:28:25.9437771Z continue-on-error: false 2024-08-22T20:28:25.9438332Z binary-matrix: 2024-08-22T20:28:25.9438764Z run-with-docker: true 2024-08-22T20:28:25.9439193Z secrets-env: 2024-08-22T20:28:25.9439609Z no-sudo: false 2024-08-22T20:28:25.9440035Z ##[endgroup] 2024-08-22T20:28:25.9440739Z Complete job name: test-quantization-any / linux-job 2024-08-22T20:28:26.0107675Z A job started hook has been configured by the self-hosted runner administrator 2024-08-22T20:28:26.0266340Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-22T20:28:26.0278622Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:26.0279282Z ##[endgroup] 2024-08-22T20:28:27.6345258Z Runner Type: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:28:27.6345824Z Instance Type: g5.4xlarge 2024-08-22T20:28:27.6346517Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-22T20:28:27.6347061Z AMI ID: ami-06c68f701d8090592 2024-08-22T20:28:33.4484736Z ##[group]Run set -euxo pipefail 2024-08-22T20:28:33.4485257Z set -euxo pipefail 2024-08-22T20:28:33.4485682Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:28:33.4486233Z  echo "::group::Cleanup with-sudo debug output" 2024-08-22T20:28:33.4487009Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:33.4487442Z else 2024-08-22T20:28:33.4487826Z  echo "::group::Cleanup no-sudo debug output" 2024-08-22T20:28:33.4488456Z  rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:33.4488857Z fi 2024-08-22T20:28:33.4489127Z  2024-08-22T20:28:33.4489438Z mkdir -p "${GITHUB_WORKSPACE}" 2024-08-22T20:28:33.4489854Z echo "::endgroup::" 2024-08-22T20:28:33.4499572Z shell: /usr/bin/bash -e {0} 2024-08-22T20:28:33.4499922Z env: 2024-08-22T20:28:33.4500246Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:33.4500702Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:33.4501310Z PR_NUMBER: 1044 2024-08-22T20:28:33.4503333Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:33.4505411Z NO_SUDO: false 2024-08-22T20:28:33.4505705Z ##[endgroup] 2024-08-22T20:28:33.4537458Z + [[ false == \f\a\l\s\e ]] 2024-08-22T20:28:33.4558411Z ##[group]Cleanup with-sudo debug output 2024-08-22T20:28:33.4571698Z + echo '::group::Cleanup with-sudo debug output' 2024-08-22T20:28:33.4572404Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:33.5680255Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/branches' 2024-08-22T20:28:33.5681960Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/applypatch-msg.sample' 2024-08-22T20:28:33.5683304Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/commit-msg.sample' 2024-08-22T20:28:33.5684619Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/post-update.sample' 2024-08-22T20:28:33.5685928Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-applypatch.sample' 2024-08-22T20:28:33.5687564Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-commit.sample' 2024-08-22T20:28:33.5689338Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-merge-commit.sample' 2024-08-22T20:28:33.5690726Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-push.sample' 2024-08-22T20:28:33.5691932Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-receive.sample' 2024-08-22T20:28:33.5693197Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/push-to-checkout.sample' 2024-08-22T20:28:33.5694689Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/update.sample' 2024-08-22T20:28:33.5696114Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/fsmonitor-watchman.sample' 2024-08-22T20:28:33.5697357Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-rebase.sample' 2024-08-22T20:28:33.5698606Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/prepare-commit-msg.sample' 2024-08-22T20:28:33.5700045Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks' 2024-08-22T20:28:33.5701654Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/info/exclude' 2024-08-22T20:28:33.5703012Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/info' 2024-08-22T20:28:33.5704433Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/description' 2024-08-22T20:28:33.5705803Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/heads/main' 2024-08-22T20:28:33.5707158Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/heads' 2024-08-22T20:28:33.5708312Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/tags' 2024-08-22T20:28:33.5709752Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes/origin/main' 2024-08-22T20:28:33.5711364Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes/origin' 2024-08-22T20:28:33.5712666Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes' 2024-08-22T20:28:33.5713797Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs' 2024-08-22T20:28:33.5714835Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/HEAD' 2024-08-22T20:28:33.5716193Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/config' 2024-08-22T20:28:33.5717811Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack/pack-7972eaf2dcc54febda86a9d3ca95bc5cdd749533.pack' 2024-08-22T20:28:33.5719519Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack/pack-7972eaf2dcc54febda86a9d3ca95bc5cdd749533.idx' 2024-08-22T20:28:33.5720938Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack' 2024-08-22T20:28:33.5722102Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/info' 2024-08-22T20:28:33.5723236Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects' 2024-08-22T20:28:33.5724302Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/FETCH_HEAD' 2024-08-22T20:28:33.5725374Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/shallow' 2024-08-22T20:28:33.5726519Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes/origin/main' 2024-08-22T20:28:33.5727797Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes/origin' 2024-08-22T20:28:33.5729177Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes' 2024-08-22T20:28:33.5730353Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/heads/main' 2024-08-22T20:28:33.5731649Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/heads' 2024-08-22T20:28:33.5732820Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs' 2024-08-22T20:28:33.5733906Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/HEAD' 2024-08-22T20:28:33.5734958Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs' 2024-08-22T20:28:33.5735982Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/index' 2024-08-22T20:28:33.5736984Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git' 2024-08-22T20:28:33.5737974Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.flake8' 2024-08-22T20:28:33.5739012Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git-blame-ignore-revs' 2024-08-22T20:28:33.5740095Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.gitattributes' 2024-08-22T20:28:33.5741330Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actionlint.yaml' 2024-08-22T20:28:33.5742530Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/bc-lint/action.yml' 2024-08-22T20:28:33.5743782Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/bc-lint' 2024-08-22T20:28:33.5745269Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/calculate-docker-image/action.yml' 2024-08-22T20:28:33.5746698Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/calculate-docker-image' 2024-08-22T20:28:33.5748085Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/check-disk-space/action.yml' 2024-08-22T20:28:33.5749443Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/check-disk-space' 2024-08-22T20:28:33.5750800Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/chown-directory/action.yml' 2024-08-22T20:28:33.5752140Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/chown-directory' 2024-08-22T20:28:33.5753467Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/cleanup-runner/action.yml' 2024-08-22T20:28:33.5754809Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/cleanup-runner' 2024-08-22T20:28:33.5756205Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/export-matrix-variables/action.yml' 2024-08-22T20:28:33.5757638Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/export-matrix-variables' 2024-08-22T20:28:33.5759045Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/pull-docker-image/action.yml' 2024-08-22T20:28:33.5760416Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/pull-docker-image' 2024-08-22T20:28:33.5761857Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/run-script-with-cache/action.yml' 2024-08-22T20:28:33.5763267Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/run-script-with-cache' 2024-08-22T20:28:33.5764618Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/set-channel/action.yml' 2024-08-22T20:28:33.5765904Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/set-channel' 2024-08-22T20:28:33.5767290Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-builds/action.yml' 2024-08-22T20:28:33.5768804Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-builds' 2024-08-22T20:28:33.5770223Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-upload/action.yml' 2024-08-22T20:28:33.5771989Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-upload' 2024-08-22T20:28:33.5773385Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-build-test/action.yml' 2024-08-22T20:28:33.5774737Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-build-test' 2024-08-22T20:28:33.5776061Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-linux/action.yml' 2024-08-22T20:28:33.5777732Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-linux' 2024-08-22T20:28:33.5779268Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda/README.md' 2024-08-22T20:28:33.5780618Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda/action.yml' 2024-08-22T20:28:33.5781954Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda' 2024-08-22T20:28:33.5783514Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-nvidia/action.yml' 2024-08-22T20:28:33.5785219Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-nvidia' 2024-08-22T20:28:33.5786624Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh/action.yml' 2024-08-22T20:28:33.5787883Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh/index.js' 2024-08-22T20:28:33.5789350Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh' 2024-08-22T20:28:33.5790640Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-windows/action.yml' 2024-08-22T20:28:33.5791958Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-windows' 2024-08-22T20:28:33.5793562Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-linux/action.yml' 2024-08-22T20:28:33.5794970Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-linux' 2024-08-22T20:28:33.5796325Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-windows/action.yml' 2024-08-22T20:28:33.5797984Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-windows' 2024-08-22T20:28:33.5799416Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/trigger-nightly/action.yml' 2024-08-22T20:28:33.5800751Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/trigger-nightly' 2024-08-22T20:28:33.5802828Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-commit-hash/action.yml' 2024-08-22T20:28:33.5804267Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-commit-hash' 2024-08-22T20:28:33.5805657Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-viablestrict/action.yml' 2024-08-22T20:28:33.5807201Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-viablestrict' 2024-08-22T20:28:33.5809091Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/upload-alerts/action.yml' 2024-08-22T20:28:33.5810430Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/upload-alerts' 2024-08-22T20:28:33.5811679Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions' 2024-08-22T20:28:33.5813163Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/arc-node-config.yaml' 2024-08-22T20:28:33.5814622Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/arc-runner-config.yaml' 2024-08-22T20:28:33.5815856Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/dependabot.yml' 2024-08-22T20:28:33.5817272Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scale-config.yml' 2024-08-22T20:28:33.5818696Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune/prune.sh' 2024-08-22T20:28:33.5820011Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune/run.sh' 2024-08-22T20:28:33.5821536Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune' 2024-08-22T20:28:33.5822983Z 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:33.5824529Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/export_matrix_variables.py' 2024-08-22T20:28:33.5826102Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/fetch_latest_green_commit.py' 2024-08-22T20:28:33.5827729Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/get_tutorials_stats.py' 2024-08-22T20:28:33.5829013Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/gitutils.py' 2024-08-22T20:28:33.5830336Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/install_torch.sh' 2024-08-22T20:28:33.5831658Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_clickhouse_format.sh' 2024-08-22T20:28:33.5832998Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py' 2024-08-22T20:28:33.5834546Z 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:33.5836162Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/test_fetch_latest_green_commit.py' 2024-08-22T20:28:33.5837844Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/test_update_disabled_issues.py' 2024-08-22T20:28:33.5839206Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/update_commit_hashes.py' 2024-08-22T20:28:33.5840549Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/update_disabled_issues.py' 2024-08-22T20:28:33.5841873Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/validate_scale_config.py' 2024-08-22T20:28:33.5843107Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts' 2024-08-22T20:28:33.5844380Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_binary_conda_upload.yml' 2024-08-22T20:28:33.5845701Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_binary_upload.yml' 2024-08-22T20:28:33.5847048Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_prune-anaconda-packages.yml' 2024-08-22T20:28:33.5848578Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_upload_docs.yml' 2024-08-22T20:28:33.5849864Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/anaconda-prune.yml' 2024-08-22T20:28:33.5851208Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/backfill-workflow-job.yml' 2024-08-22T20:28:33.5852546Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_linux.yml' 2024-08-22T20:28:33.5853866Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_macos.yml' 2024-08-22T20:28:33.5855244Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_windows.yml' 2024-08-22T20:28:33.5856563Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_linux.yml' 2024-08-22T20:28:33.5857881Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_macos.yml' 2024-08-22T20:28:33.5859337Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_windows.yml' 2024-08-22T20:28:33.5860646Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/check-alerts.yml' 2024-08-22T20:28:33.5861927Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/clang-tidy-linux.yml' 2024-08-22T20:28:33.5863327Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/clang-tidy-macos.yml' 2024-08-22T20:28:33.5864803Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/disable-flaky-tests.yml' 2024-08-22T20:28:33.5866638Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2024-08-22T20:28:33.5868134Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2024-08-22T20:28:33.5869564Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_release_matrix.yml' 2024-08-22T20:28:33.5871310Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2024-08-22T20:28:33.5872944Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/github-status-test-lambda.yml' 2024-08-22T20:28:33.5874381Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-do-release-runners.yml' 2024-08-22T20:28:33.5876028Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2024-08-22T20:28:33.5877746Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-runners.yml' 2024-08-22T20:28:33.5879034Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-webhook.yml' 2024-08-22T20:28:33.5880275Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lint.yml' 2024-08-22T20:28:33.5881734Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lintrunner_ci.yml' 2024-08-22T20:28:33.5882999Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/linux_job.yml' 2024-08-22T20:28:33.5884316Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/log-classifier-lambda.yml' 2024-08-22T20:28:33.5885636Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/macos_job.yml' 2024-08-22T20:28:33.5886870Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/mobile_job.yml' 2024-08-22T20:28:33.5888375Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2024-08-22T20:28:33.5890024Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/pr-dependencies-check.yml' 2024-08-22T20:28:33.5891485Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/push-rockset-query-lambda-tags.yml' 2024-08-22T20:28:33.5892892Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/revert-tracker.yml' 2024-08-22T20:28:33.5894355Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/rockset_autoscale.yml' 2024-08-22T20:28:33.5895776Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/rockset_delete_old_lambda_versions.yml' 2024-08-22T20:28:33.5897230Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/scale_config_validation.yml' 2024-08-22T20:28:33.5898735Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2024-08-22T20:28:33.5900196Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/stronghold.yml' 2024-08-22T20:28:33.5901829Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/sync_pytorch_canary.yml' 2024-08-22T20:28:33.5903443Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-binary-size-validation.yml' 2024-08-22T20:28:33.5905189Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-export-matrix-variables.yml' 2024-08-22T20:28:33.5906632Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda-env-file' 2024-08-22T20:28:33.5908335Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2024-08-22T20:28:33.5909995Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda.yml' 2024-08-22T20:28:33.5911343Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-nvidia.yml' 2024-08-22T20:28:33.5912649Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-ssh.yml' 2024-08-22T20:28:33.5914014Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-update-viablestrict.yml' 2024-08-22T20:28:33.5915454Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-validate-domain-library.yml' 2024-08-22T20:28:33.5916918Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_linux_with_cuda.yml' 2024-08-22T20:28:33.5918413Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_linux_without_cuda.yml' 2024-08-22T20:28:33.5919831Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_m1.yml' 2024-08-22T20:28:33.5921178Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_macos.yml' 2024-08-22T20:28:33.5922609Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_windows_with_cuda.yml' 2024-08-22T20:28:33.5924130Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_windows_without_cuda.yml' 2024-08-22T20:28:33.5925704Z 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:33.5927243Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2024-08-22T20:28:33.5930725Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2024-08-22T20:28:33.5932154Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_m1.yml' 2024-08-22T20:28:33.5933513Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_macos.yml' 2024-08-22T20:28:33.5934988Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2024-08-22T20:28:33.5936536Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2024-08-22T20:28:33.5937937Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_linux_job.yml' 2024-08-22T20:28:33.5939207Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_macos_job.yml' 2024-08-22T20:28:33.5940629Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_mobile_job.yml' 2024-08-22T20:28:33.5941923Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_windows_job.yml' 2024-08-22T20:28:33.5943153Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/tests.yml' 2024-08-22T20:28:33.5944440Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/tflint.yml' 2024-08-22T20:28:33.5945627Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/torchci.yml' 2024-08-22T20:28:33.5946883Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/trigger_nightly.yml' 2024-08-22T20:28:33.5948197Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/trigger_nightly_core.yml' 2024-08-22T20:28:33.5949551Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-drci-comments.yml' 2024-08-22T20:28:33.5950885Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-queue-times.yml' 2024-08-22T20:28:33.5952186Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-s3-html.yml' 2024-08-22T20:28:33.5953494Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-slow-tests.yml' 2024-08-22T20:28:33.5954808Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-test-times.yml' 2024-08-22T20:28:33.5956146Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-viablestrict.yml' 2024-08-22T20:28:33.5957524Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_ci_wait_time_metric.yml' 2024-08-22T20:28:33.5958904Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_disabled_tests.yml' 2024-08-22T20:28:33.5960278Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_test_file_ratings.yml' 2024-08-22T20:28:33.5961660Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/upload-tutorials-stats.yml' 2024-08-22T20:28:33.5963290Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2024-08-22T20:28:33.5965007Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/validate-domain-library.yml' 2024-08-22T20:28:33.5966408Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/windows-ami-validation.yml' 2024-08-22T20:28:33.5968231Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/windows_job.yml' 2024-08-22T20:28:33.5969515Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows' 2024-08-22T20:28:33.5970613Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github' 2024-08-22T20:28:33.5971874Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.gitignore' 2024-08-22T20:28:33.5973033Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.lintrunner.toml' 2024-08-22T20:28:33.5974136Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.mypy_requirements.txt' 2024-08-22T20:28:33.5975223Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/CODE_OF_CONDUCT.md' 2024-08-22T20:28:33.5976367Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/CONTRIBUTING.md' 2024-08-22T20:28:33.5977657Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/LICENSE' 2024-08-22T20:28:33.5978624Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/README.md' 2024-08-22T20:28:33.5979828Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/README.md' 2024-08-22T20:28:33.5981071Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.hwm' 2024-08-22T20:28:33.5982606Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.pwd' 2024-08-22T20:28:33.5984018Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.pwi' 2024-08-22T20:28:33.5985235Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/configs/sshd_config' 2024-08-22T20:28:33.5986583Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/configs' 2024-08-22T20:28:33.5988141Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/plugins.pkr.hcl' 2024-08-22T20:28:33.5989628Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2024-08-22T20:28:33.5991173Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2024-08-22T20:28:33.5993089Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers' 2024-08-22T20:28:33.5994683Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2024-08-22T20:28:33.5996410Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2024-08-22T20:28:33.5998363Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2024-08-22T20:28:33.6000092Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2024-08-22T20:28:33.6002398Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2024-08-22T20:28:33.6004051Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2024-08-22T20:28:33.6005678Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2024-08-22T20:28:33.6007183Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2024-08-22T20:28:33.6008782Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2024-08-22T20:28:33.6010189Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers' 2024-08-22T20:28:33.6011491Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts' 2024-08-22T20:28:33.6012881Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2024-08-22T20:28:33.6014320Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/user-data-scripts' 2024-08-22T20:28:33.6015689Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/variables.pkr.hcl' 2024-08-22T20:28:33.6016928Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/windows.pkr.hcl' 2024-08-22T20:28:33.6018121Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows' 2024-08-22T20:28:33.6019230Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami' 2024-08-22T20:28:33.6020551Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/Makefile' 2024-08-22T20:28:33.6021913Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/lambda_function.py' 2024-08-22T20:28:33.6023257Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/requirements.txt' 2024-08-22T20:28:33.6024662Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron' 2024-08-22T20:28:33.6025905Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/Makefile' 2024-08-22T20:28:33.6027166Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/README.md' 2024-08-22T20:28:33.6028491Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2024-08-22T20:28:33.6030289Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2024-08-22T20:28:33.6031588Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts' 2024-08-22T20:28:33.6032879Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/Makefile' 2024-08-22T20:28:33.6034201Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/README.md' 2024-08-22T20:28:33.6035634Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/lambda_function.py' 2024-08-22T20:28:33.6037061Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/requirements.txt' 2024-08-22T20:28:33.6038430Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test' 2024-08-22T20:28:33.6039789Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/Makefile' 2024-08-22T20:28:33.6041227Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/existing_schema.py' 2024-08-22T20:28:33.6042728Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/generate_schema.py' 2024-08-22T20:28:33.6044225Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/lambda_function.py' 2024-08-22T20:28:33.6045715Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/requirements.txt' 2024-08-22T20:28:33.6047168Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/test_lambda.py' 2024-08-22T20:28:33.6048736Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/utils.py' 2024-08-22T20:28:33.6050123Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync' 2024-08-22T20:28:33.6051456Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/.gitignore' 2024-08-22T20:28:33.6052736Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/Cargo.lock' 2024-08-22T20:28:33.6054039Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/Cargo.toml' 2024-08-22T20:28:33.6055320Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/README.md' 2024-08-22T20:28:33.6056621Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/data/README.md' 2024-08-22T20:28:33.6058159Z 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:33.6059773Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/data' 2024-08-22T20:28:33.6061169Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2024-08-22T20:28:33.6062789Z 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:33.6064324Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2024-08-22T20:28:33.6065766Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures' 2024-08-22T20:28:33.6067259Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/ruleset.toml' 2024-08-22T20:28:33.6069130Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2024-08-22T20:28:33.6070673Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/scripts' 2024-08-22T20:28:33.6072035Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2024-08-22T20:28:33.6073564Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2024-08-22T20:28:33.6075450Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock' 2024-08-22T20:28:33.6076851Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/engine.rs' 2024-08-22T20:28:33.6078168Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/lib.rs' 2024-08-22T20:28:33.6079583Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/log.rs' 2024-08-22T20:28:33.6081254Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/main.rs' 2024-08-22T20:28:33.6082576Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/network.rs' 2024-08-22T20:28:33.6083894Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/rule.rs' 2024-08-22T20:28:33.6085214Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2024-08-22T20:28:33.6087179Z 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:33.6089711Z 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:33.6091726Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/snapshots' 2024-08-22T20:28:33.6093315Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src' 2024-08-22T20:28:33.6094619Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier' 2024-08-22T20:28:33.6095922Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2024-08-22T20:28:33.6097422Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2024-08-22T20:28:33.6098940Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2024-08-22T20:28:33.6100535Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2024-08-22T20:28:33.6102292Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2024-08-22T20:28:33.6103716Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs' 2024-08-22T20:28:33.6105454Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/Makefile' 2024-08-22T20:28:33.6106729Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/lambda_function.py' 2024-08-22T20:28:33.6109530Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/requirements.txt' 2024-08-22T20:28:33.6110773Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy' 2024-08-22T20:28:33.6112060Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2024-08-22T20:28:33.6113409Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/README.md' 2024-08-22T20:28:33.6114814Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2024-08-22T20:28:33.6116689Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2024-08-22T20:28:33.6118090Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor' 2024-08-22T20:28:33.6119439Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2024-08-22T20:28:33.6120841Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2024-08-22T20:28:33.6122288Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2024-08-22T20:28:33.6123774Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2024-08-22T20:28:33.6125416Z 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:33.6127050Z 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:33.6128769Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2024-08-22T20:28:33.6130198Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator' 2024-08-22T20:28:33.6131421Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda' 2024-08-22T20:28:33.6132667Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org/README.md' 2024-08-22T20:28:33.6134167Z 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:33.6135745Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2024-08-22T20:28:33.6137214Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org' 2024-08-22T20:28:33.6138458Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites' 2024-08-22T20:28:33.6139531Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws' 2024-08-22T20:28:33.6140530Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/mypy.ini' 2024-08-22T20:28:33.6141698Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/pyproject.toml' 2024-08-22T20:28:33.6142857Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/cut-release-branch.sh' 2024-08-22T20:28:33.6144003Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release' 2024-08-22T20:28:33.6145210Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/README.md' 2024-08-22T20:28:33.6146390Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/backup_conda.py' 2024-08-22T20:28:33.6147603Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/manage.py' 2024-08-22T20:28:33.6148797Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/requirements.txt' 2024-08-22T20:28:33.6150068Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/update_dependencies.py' 2024-08-22T20:28:33.6151298Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management' 2024-08-22T20:28:33.6152448Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.eslintignore' 2024-08-22T20:28:33.6153612Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.eslintrc.json' 2024-08-22T20:28:33.6154774Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.prettierignore' 2024-08-22T20:28:33.6156005Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.prettierrc.json' 2024-08-22T20:28:33.6157137Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/README.md' 2024-08-22T20:28:33.6158399Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2024-08-22T20:28:33.6159751Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2024-08-22T20:28:33.6161062Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2024-08-22T20:28:33.6162331Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__' 2024-08-22T20:28:33.6163519Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/jest.config.js' 2024-08-22T20:28:33.6164673Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/package.json' 2024-08-22T20:28:33.6165965Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2024-08-22T20:28:33.6167514Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/ec2-utils.ts' 2024-08-22T20:28:33.6168771Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/get-ip.ts' 2024-08-22T20:28:33.6169961Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/github-utils.ts' 2024-08-22T20:28:33.6171138Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/main.ts' 2024-08-22T20:28:33.6172272Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src' 2024-08-22T20:28:33.6173650Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/tsconfig.json' 2024-08-22T20:28:33.6175077Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/yarn.lock' 2024-08-22T20:28:33.6176174Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh' 2024-08-22T20:28:33.6177226Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/stats/README.md' 2024-08-22T20:28:33.6178359Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/stats/windows_smoke_tests.csv' 2024-08-22T20:28:33.6179663Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/stats' 2024-08-22T20:28:33.6181247Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/.gitignore' 2024-08-22T20:28:33.6182606Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/.tflint.hcl' 2024-08-22T20:28:33.6184065Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/LICENSE.md' 2024-08-22T20:28:33.6185407Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/README.md' 2024-08-22T20:28:33.6186825Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2024-08-22T20:28:33.6188713Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2024-08-22T20:28:33.6190179Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/kms.tf' 2024-08-22T20:28:33.6191598Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/main.tf' 2024-08-22T20:28:33.6193517Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2024-08-22T20:28:33.6196302Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2024-08-22T20:28:33.6198138Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2024-08-22T20:28:33.6199760Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2024-08-22T20:28:33.6201949Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2024-08-22T20:28:33.6204317Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda' 2024-08-22T20:28:33.6206554Z 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:33.6208654Z 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:33.6210609Z 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:33.6212707Z 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:33.6214790Z 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:33.6216851Z 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:33.6218935Z 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:33.6221039Z 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:33.6223321Z 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:33.6225475Z 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:33.6227644Z 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:33.6229986Z 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:33.6232168Z 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:33.6234298Z 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:33.6236714Z 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:33.6239278Z 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:33.6241823Z 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:33.6244310Z 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:33.6246664Z 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:33.6248939Z 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:33.6251061Z 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:33.6253675Z 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:33.6255851Z 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:33.6258136Z 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:33.6259850Z 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:33.6261655Z 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:33.6263815Z 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:33.6265747Z 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:33.6267723Z 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:33.6269658Z 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:33.6271584Z 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:33.6273338Z 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:33.6275149Z 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:33.6276853Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2024-08-22T20:28:33.6278515Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2024-08-22T20:28:33.6280210Z 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:33.6281902Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2024-08-22T20:28:33.6283515Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2024-08-22T20:28:33.6285401Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2024-08-22T20:28:33.6287290Z 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:33.6289272Z 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:33.6291311Z 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:33.6293354Z 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:33.6295307Z 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:33.6297305Z 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:33.6299329Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2024-08-22T20:28:33.6301317Z 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:33.6303623Z 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:33.6305695Z 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:33.6307975Z 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:33.6310211Z 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:33.6312608Z 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:33.6315484Z 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:33.6318086Z 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:33.6320263Z 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:33.6322132Z 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:33.6323910Z 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:33.6325672Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2024-08-22T20:28:33.6327362Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2024-08-22T20:28:33.6329099Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances' 2024-08-22T20:28:33.6330641Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2024-08-22T20:28:33.6332144Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2024-08-22T20:28:33.6333699Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2024-08-22T20:28:33.6335383Z 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:33.6337081Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2024-08-22T20:28:33.6338760Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2024-08-22T20:28:33.6340492Z 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:33.6342234Z 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:33.6344009Z 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:33.6345828Z 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:33.6347685Z 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:33.6349624Z 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:33.6351713Z 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:33.6353658Z 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:33.6355605Z 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:33.6357643Z 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:33.6359616Z 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:33.6361606Z 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:33.6363584Z 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:33.6365572Z 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:33.6367571Z 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:33.6369683Z 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:33.6371649Z 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:33.6373621Z 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:33.6375580Z 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:33.6377553Z 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:33.6379503Z 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:33.6381490Z 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:33.6383481Z 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:33.6385468Z 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:33.6387454Z 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:33.6389396Z 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:33.6391303Z 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:33.6393319Z 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:33.6395308Z 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:33.6398554Z 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:33.6400371Z 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:33.6402404Z 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:33.6404347Z 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:33.6406341Z 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:33.6408252Z 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:33.6410005Z 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:33.6411729Z 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:33.6413415Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2024-08-22T20:28:33.6415104Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2024-08-22T20:28:33.6416659Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2024-08-22T20:28:33.6418162Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2024-08-22T20:28:33.6419771Z 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:33.6421511Z 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:33.6423280Z 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:33.6425061Z 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:33.6426881Z 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:33.6428932Z 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:33.6430862Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies' 2024-08-22T20:28:33.6432444Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2024-08-22T20:28:33.6433981Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2024-08-22T20:28:33.6435720Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2024-08-22T20:28:33.6437238Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners' 2024-08-22T20:28:33.6438956Z 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:33.6440637Z 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:33.6442307Z 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:33.6443989Z 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:33.6445854Z 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:33.6447777Z 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:33.6449774Z 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:33.6451681Z 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:33.6453515Z 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:33.6455253Z 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:33.6456951Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2024-08-22T20:28:33.6458540Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2024-08-22T20:28:33.6460053Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2024-08-22T20:28:33.6461674Z 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:33.6463390Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2024-08-22T20:28:33.6465067Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2024-08-22T20:28:33.6466761Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2024-08-22T20:28:33.6468496Z 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:33.6470285Z 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:33.6472050Z 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:33.6473794Z 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:33.6475650Z 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:33.6477420Z 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:33.6479238Z 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:33.6480983Z 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:33.6482740Z 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:33.6484605Z 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:33.6486724Z 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:33.6488642Z 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:33.6490415Z 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:33.6492147Z 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:33.6494090Z 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:33.6496068Z 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:33.6497855Z 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:33.6499631Z 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:33.6501646Z 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:33.6503328Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2024-08-22T20:28:33.6504958Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2024-08-22T20:28:33.6506469Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2024-08-22T20:28:33.6507957Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2024-08-22T20:28:33.6509481Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2024-08-22T20:28:33.6511133Z 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:33.6512904Z 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:33.6514904Z 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:33.6516694Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2024-08-22T20:28:33.6518284Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2024-08-22T20:28:33.6519953Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2024-08-22T20:28:33.6521472Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2024-08-22T20:28:33.6522967Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook' 2024-08-22T20:28:33.6524400Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules' 2024-08-22T20:28:33.6525771Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/outputs.tf' 2024-08-22T20:28:33.6527293Z 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:33.6528918Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/policies' 2024-08-22T20:28:33.6530402Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2024-08-22T20:28:33.6531893Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/templates' 2024-08-22T20:28:33.6533399Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2024-08-22T20:28:33.6534999Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/terraform_migrations' 2024-08-22T20:28:33.6536461Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/variables.tf' 2024-08-22T20:28:33.6537788Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner' 2024-08-22T20:28:33.6538974Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/__init__.py' 2024-08-22T20:28:33.6540157Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/alerts/upload_alerts_to_aws.py' 2024-08-22T20:28:33.6541416Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/alerts/validate_alerts.py' 2024-08-22T20:28:33.6542597Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/alerts' 2024-08-22T20:28:33.6543834Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/README.md' 2024-08-22T20:28:33.6545287Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/binary_size_validation.py' 2024-08-22T20:28:33.6546725Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/requirements.txt' 2024-08-22T20:28:33.6548209Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2024-08-22T20:28:33.6549615Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation' 2024-08-22T20:28:33.6550883Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/.gitignore' 2024-08-22T20:28:33.6552293Z 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:33.6554062Z 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:33.6555676Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/11.x-patches' 2024-08-22T20:28:33.6557267Z 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:33.6558982Z 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:33.6560785Z 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:33.6562374Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/15.x-patches' 2024-08-22T20:28:33.6563985Z 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:33.6565568Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/17.x-patches' 2024-08-22T20:28:33.6567025Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2024-08-22T20:28:33.6568444Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/README.md' 2024-08-22T20:28:33.6569694Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/setup.sh' 2024-08-22T20:28:33.6570943Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/verify.sh' 2024-08-22T20:28:33.6572185Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks' 2024-08-22T20:28:33.6573491Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner/requirements.txt' 2024-08-22T20:28:33.6574897Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2024-08-22T20:28:33.6576308Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner' 2024-08-22T20:28:33.6577623Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/actionlint_linter.py' 2024-08-22T20:28:33.6578944Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/exec_linter.py' 2024-08-22T20:28:33.6580243Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/flake8_linter.py' 2024-08-22T20:28:33.6581541Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/grep_linter.py' 2024-08-22T20:28:33.6582933Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2024-08-22T20:28:33.6584297Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/mypy_linter.py' 2024-08-22T20:28:33.6585611Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/newlines_linter.py' 2024-08-22T20:28:33.6586902Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/pip_init.py' 2024-08-22T20:28:33.6588171Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/ruff_linter.py' 2024-08-22T20:28:33.6589432Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/s3_init.py' 2024-08-22T20:28:33.6590737Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/s3_init_config.json' 2024-08-22T20:28:33.6592145Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/ufmt_linter.py' 2024-08-22T20:28:33.6593402Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters' 2024-08-22T20:28:33.6594576Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter' 2024-08-22T20:28:33.6595884Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/CHANGELOG.md' 2024-08-22T20:28:33.6597079Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/Cargo.toml' 2024-08-22T20:28:33.6598235Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/LICENSE' 2024-08-22T20:28:33.6599397Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/README.md' 2024-08-22T20:28:33.6600583Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/cliff.toml' 2024-08-22T20:28:33.6602029Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/do_release.sh' 2024-08-22T20:28:33.6603352Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/config_example.toml' 2024-08-22T20:28:33.6604750Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/flake8_linter.py' 2024-08-22T20:28:33.6606130Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/rustfmt_linter.py' 2024-08-22T20:28:33.6607442Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples' 2024-08-22T20:28:33.6608804Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/pyproject.toml' 2024-08-22T20:28:33.6610032Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/rustfmt.toml' 2024-08-22T20:28:33.6611222Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/git.rs' 2024-08-22T20:28:33.6612408Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/init.rs' 2024-08-22T20:28:33.6613592Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lib.rs' 2024-08-22T20:28:33.6614819Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lint_config.rs' 2024-08-22T20:28:33.6616093Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lint_message.rs' 2024-08-22T20:28:33.6617352Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/linter.rs' 2024-08-22T20:28:33.6618593Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/log_utils.rs' 2024-08-22T20:28:33.6619820Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/main.rs' 2024-08-22T20:28:33.6621001Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/path.rs' 2024-08-22T20:28:33.6622264Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/persistent_data.rs' 2024-08-22T20:28:33.6623522Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/rage.rs' 2024-08-22T20:28:33.6624717Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/render.rs' 2024-08-22T20:28:33.6625958Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/sapling.rs' 2024-08-22T20:28:33.6627197Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/testing.rs' 2024-08-22T20:28:33.6628614Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/version_control.rs' 2024-08-22T20:28:33.6629876Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src' 2024-08-22T20:28:33.6631227Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/fixtures/fake_source_file.rs' 2024-08-22T20:28:33.6632741Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/fixtures' 2024-08-22T20:28:33.6634093Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/integration_test.rs' 2024-08-22T20:28:33.6635739Z 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:33.6637628Z 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:33.6639476Z 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:33.6641255Z 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:33.6643060Z 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:33.6644993Z 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:33.6646862Z 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:33.6648667Z 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:33.6650449Z 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:33.6652208Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__invalid_args.snap' 2024-08-22T20:28:33.6653953Z 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:33.6655766Z 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:33.6657675Z 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:33.6659619Z 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:33.6661482Z 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:33.6663491Z 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:33.6665536Z 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:33.6667422Z 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:33.6669302Z 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:33.6671061Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter.snap' 2024-08-22T20:28:33.6673087Z 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:33.6675066Z 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:33.6676931Z 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:33.6678782Z 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:33.6680676Z 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:33.6682569Z 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:33.6684410Z 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:33.6686292Z 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:33.6688094Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__tee_json.snap' 2024-08-22T20:28:33.6689818Z 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:33.6691378Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots' 2024-08-22T20:28:33.6692687Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests' 2024-08-22T20:28:33.6693982Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools/convert_to_sarif.py' 2024-08-22T20:28:33.6695426Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools/convert_to_sarif_test.py' 2024-08-22T20:28:33.6696754Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools' 2024-08-22T20:28:33.6697961Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner' 2024-08-22T20:28:33.6699257Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2024-08-22T20:28:33.6700553Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/mirror-pypi' 2024-08-22T20:28:33.6701996Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.flake8' 2024-08-22T20:28:33.6703213Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.gitattributes' 2024-08-22T20:28:33.6704441Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.gitignore' 2024-08-22T20:28:33.6705671Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/Makefile' 2024-08-22T20:28:33.6706851Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/README.md' 2024-08-22T20:28:33.6708173Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/poetry.lock' 2024-08-22T20:28:33.6709418Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pyproject.toml' 2024-08-22T20:28:33.6710771Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2024-08-22T20:28:33.6712328Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2024-08-22T20:28:33.6713752Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2024-08-22T20:28:33.6715163Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2024-08-22T20:28:33.6716576Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2024-08-22T20:28:33.6717985Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2024-08-22T20:28:33.6719415Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2024-08-22T20:28:33.6720839Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2024-08-22T20:28:33.6722261Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2024-08-22T20:28:33.6723679Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2024-08-22T20:28:33.6725088Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/assets' 2024-08-22T20:28:33.6726439Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_conda.py' 2024-08-22T20:28:33.6727751Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2024-08-22T20:28:33.6729154Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_macos.py' 2024-08-22T20:28:33.6730468Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_utils.py' 2024-08-22T20:28:33.6731804Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_version.py' 2024-08-22T20:28:33.6733136Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2024-08-22T20:28:33.6734405Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests' 2024-08-22T20:28:33.6735676Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers' 2024-08-22T20:28:33.6736908Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/README.md' 2024-08-22T20:28:33.6738459Z 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:33.6740277Z 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:33.6742076Z 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:33.6743849Z 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:33.6745679Z 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:33.6747551Z 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:33.6749285Z 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:33.6751054Z 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:33.6752755Z 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:33.6754460Z 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:33.6756215Z 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:33.6757896Z 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:33.6759587Z 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:33.6761305Z 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:33.6763128Z 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:33.6765083Z 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:33.6766934Z 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:33.6768732Z 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:33.6770421Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.artifacts.raw.json' 2024-08-22T20:28:33.6772041Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.artifacts.sql.json' 2024-08-22T20:28:33.6773697Z 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:33.6775366Z 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:33.6777046Z 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:33.6778751Z 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:33.6780477Z 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:33.6782214Z 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:33.6783929Z 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:33.6785753Z 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:33.6787404Z 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:33.6789037Z 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:33.6790821Z 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:33.6792581Z 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:33.6794321Z 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:33.6796091Z 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:33.6797785Z 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:33.6799457Z 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:33.6801399Z 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:33.6803152Z 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:33.6804889Z 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:33.6806603Z 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:33.6808419Z 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:33.6810152Z 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:33.6811991Z 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:33.6813910Z 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:33.6815739Z 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:33.6817472Z 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:33.6819204Z 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:33.6820909Z 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:33.6822592Z 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:33.6824381Z 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:33.6826088Z 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:33.6827717Z 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:33.6829543Z 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:33.6831282Z 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:33.6833010Z 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:33.6834719Z 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:33.6836475Z 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:33.6838190Z 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:33.6839941Z 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:33.6841717Z 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:33.6843406Z 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:33.6845034Z 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:33.6846761Z 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:33.6848600Z 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:33.6850271Z 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:33.6851859Z 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:33.6853528Z 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:33.6855237Z 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:33.6857022Z 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:33.6858882Z 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:33.6860635Z 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:33.6862310Z 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:33.6864080Z 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:33.6865812Z 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:33.6867511Z 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:33.6869106Z 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:33.6870916Z 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:33.6872917Z 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:33.6874906Z 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:33.6876951Z 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:33.6878870Z 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:33.6880709Z 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:33.6882431Z 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:33.6884060Z 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:33.6885748Z 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:33.6887493Z 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:33.6889359Z 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:33.6891077Z 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:33.6892802Z 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:33.6894512Z 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:33.6896283Z 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:33.6898041Z 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:33.6899764Z 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:33.6901718Z 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:33.6903573Z 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:33.6905311Z 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:33.6907143Z 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:33.6908869Z 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:33.6910572Z 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:33.6912277Z 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:33.6913992Z 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:33.6915768Z 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:33.6917503Z 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:33.6919247Z 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:33.6920921Z 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:33.6922535Z 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:33.6924132Z 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:33.6925720Z 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:33.6927359Z 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:33.6929114Z 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:33.6930768Z 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:33.6932427Z 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:33.6934142Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.queryPerfNigthlyRunID.raw.json' 2024-08-22T20:28:33.6935927Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.queryPerfNigthlyRunID.sql.json' 2024-08-22T20:28:33.6937665Z 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:33.6939379Z 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:33.6941222Z 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:33.6942995Z 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:33.6944703Z 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:33.6946438Z 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:33.6948119Z 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:33.6949841Z 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:33.6951591Z 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:33.6953356Z 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:33.6955102Z 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:33.6956724Z 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:33.6958415Z 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:33.6960156Z 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:33.6961884Z 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:33.6963593Z 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:33.6965361Z 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:33.6967077Z 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:33.6968942Z 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:33.6970773Z 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:33.6972629Z 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:33.6974491Z 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:33.6976375Z 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:33.6978138Z 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:33.6979896Z 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:33.6981761Z 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:33.6983548Z 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:33.6985515Z 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:33.6987295Z 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:33.6989017Z 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:33.6990788Z 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:33.6992582Z 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:33.6994403Z 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:33.6996270Z 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:33.6998037Z 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:33.6999752Z 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:33.7001773Z 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:33.7003624Z 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:33.7005448Z 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:33.7007141Z 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:33.7008971Z 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:33.7010809Z 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:33.7012573Z 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:33.7014296Z 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:33.7016087Z 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:33.7017882Z 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:33.7019776Z 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:33.7021538Z 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:33.7023271Z 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:33.7025080Z 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:33.7026747Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.unclassified.raw.json' 2024-08-22T20:28:33.7028394Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.unclassified.sql.json' 2024-08-22T20:28:33.7030095Z 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:33.7031846Z 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:33.7033548Z 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:33.7035243Z 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:33.7036969Z 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:33.7038720Z 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:33.7040457Z 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:33.7042184Z 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:33.7043887Z 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:33.7045604Z 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:33.7047295Z 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:33.7049136Z 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:33.7050859Z 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:33.7052578Z 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:33.7054377Z 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:33.7056242Z 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:33.7058145Z 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:33.7060180Z 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:33.7062142Z 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:33.7064187Z 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:33.7066072Z 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:33.7067863Z 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:33.7069622Z 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:33.7071338Z 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:33.7073076Z 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:33.7074829Z 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:33.7076562Z 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:33.7078280Z 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:33.7080085Z 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:33.7081959Z 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:33.7083816Z 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:33.7085687Z 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:33.7087435Z 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:33.7089155Z 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:33.7090862Z 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:33.7092610Z 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:33.7094388Z 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:33.7096230Z 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:33.7098070Z 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:33.7099768Z 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:33.7101730Z 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:33.7103644Z 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:33.7105430Z 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:33.7107127Z 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:33.7109780Z 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:33.7111567Z 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:33.7113336Z 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:33.7115067Z 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:33.7116783Z 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:33.7118483Z 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:33.7120194Z 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:33.7121937Z 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:33.7123672Z 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:33.7125393Z 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:33.7127111Z 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:33.7128901Z 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:33.7130586Z 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:33.7132256Z 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:33.7133961Z 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:33.7135705Z 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:33.7137517Z 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:33.7139187Z 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:33.7140873Z 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:33.7142668Z 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:33.7144315Z 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:33.7145904Z 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:33.7147603Z 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:33.7149375Z 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:33.7151096Z 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:33.7152760Z 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:33.7154438Z 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:33.7156141Z 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:33.7157866Z 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:33.7159623Z 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:33.7161348Z 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:33.7163041Z 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:33.7164707Z 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:33.7166435Z 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:33.7168208Z 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:33.7169929Z 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:33.7171666Z 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:33.7173421Z 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:33.7175223Z 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:33.7177149Z 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:33.7178891Z 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:33.7180632Z 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:33.7182309Z 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:33.7184002Z 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:33.7185711Z 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:33.7187345Z 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:33.7189029Z 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:33.7190766Z 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:33.7192490Z 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:33.7194224Z 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:33.7196032Z 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:33.7197796Z 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:33.7199491Z 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:33.7201338Z 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:33.7203011Z 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:33.7204720Z 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:33.7206401Z 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:33.7208120Z 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:33.7209748Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.reverts.raw.json' 2024-08-22T20:28:33.7211337Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.reverts.sql.json' 2024-08-22T20:28:33.7212949Z 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:33.7214732Z 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:33.7216377Z 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:33.7218004Z 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:33.7219707Z 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:33.7221291Z 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:33.7222874Z 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:33.7224456Z 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:33.7226113Z 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:33.7227859Z 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:33.7229671Z 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:33.7231544Z 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:33.7233287Z 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:33.7234957Z 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:33.7236696Z 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:33.7238434Z 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:33.7240220Z 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:33.7242031Z 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:33.7244169Z 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:33.7246221Z 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:33.7247915Z 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:33.7249690Z 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:33.7251436Z 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:33.7253206Z 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:33.7255124Z 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:33.7257053Z 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:33.7259060Z 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:33.7260837Z 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:33.7262634Z 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:33.7264400Z 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:33.7266258Z 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:33.7268188Z 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:33.7269998Z 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:33.7271856Z 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:33.7273677Z 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:33.7275505Z 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:33.7277294Z 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:33.7279158Z 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:33.7281020Z 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:33.7282802Z 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:33.7284647Z 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:33.7286802Z 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:33.7288805Z 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:33.7290472Z 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:33.7292195Z 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:33.7293970Z 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:33.7295955Z 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:33.7297708Z 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:33.7299591Z 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:33.7301702Z 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:33.7303610Z 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:33.7305576Z 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:33.7307517Z 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:33.7309443Z 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:33.7311290Z 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:33.7313049Z 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:33.7314942Z 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:33.7316934Z 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:33.7318885Z 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:33.7320780Z 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:33.7322656Z 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:33.7324568Z 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:33.7326498Z 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:33.7330011Z 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:33.7331832Z 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:33.7333605Z 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:33.7335566Z 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:33.7337374Z 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:33.7339157Z 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:33.7341064Z 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:33.7342876Z 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:33.7344714Z 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:33.7346539Z 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:33.7348360Z 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:33.7350188Z 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:33.7352020Z 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:33.7353770Z 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:33.7355495Z 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:33.7357276Z 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:33.7359157Z 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:33.7361061Z 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:33.7362991Z 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:33.7364938Z 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:33.7366787Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:33.7367395Z + echo ::endgroup:: 2024-08-22T20:28:33.7368662Z 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:33.7370525Z 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:33.7372279Z 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:33.7374098Z 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:33.7376055Z 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:33.7377902Z 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:33.7379805Z 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:33.7381418Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup' 2024-08-22T20:28:33.7382811Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2024-08-22T20:28:33.7384184Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/rockset_queries.py' 2024-08-22T20:28:33.7385534Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration' 2024-08-22T20:28:33.7386807Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/analyze_ci_workflows.py' 2024-08-22T20:28:33.7388064Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/backfill_events.py' 2024-08-22T20:28:33.7389395Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2024-08-22T20:28:33.7390717Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/download-lambdas.py' 2024-08-22T20:28:33.7392016Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/fetch_latest_green_commit.py' 2024-08-22T20:28:33.7393390Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_binary_build_matrix.py' 2024-08-22T20:28:33.7394800Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_docker_release_matrix.py' 2024-08-22T20:28:33.7396224Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_release_matrix.py' 2024-08-22T20:28:33.7397457Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/gitutils.py' 2024-08-22T20:28:33.7398771Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2024-08-22T20:28:33.7400109Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/rockset_autoscale.py' 2024-08-22T20:28:33.7401559Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts' 2024-08-22T20:28:33.7402807Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/.gitignore' 2024-08-22T20:28:33.7404151Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/Makefile' 2024-08-22T20:28:33.7405481Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/README.md' 2024-08-22T20:28:33.7406895Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2024-08-22T20:28:33.7408515Z 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:33.7410047Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2024-08-22T20:28:33.7411573Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2024-08-22T20:28:33.7413325Z 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:33.7414865Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2024-08-22T20:28:33.7416242Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils' 2024-08-22T20:28:33.7417587Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/.flake8' 2024-08-22T20:28:33.7418765Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/.gitignore' 2024-08-22T20:28:33.7420032Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/analyze-history' 2024-08-22T20:28:33.7421423Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2024-08-22T20:28:33.7422762Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin' 2024-08-22T20:28:33.7423986Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/pyproject.toml' 2024-08-22T20:28:33.7425287Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/requirements.txt' 2024-08-22T20:28:33.7426566Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/__init__.py' 2024-08-22T20:28:33.7427818Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/ast.py' 2024-08-22T20:28:33.7429077Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/checker.py' 2024-08-22T20:28:33.7430396Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/compatibility.py' 2024-08-22T20:28:33.7431676Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/git.py' 2024-08-22T20:28:33.7432924Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/github.py' 2024-08-22T20:28:33.7434184Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/types.py' 2024-08-22T20:28:33.7435514Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/violations.py' 2024-08-22T20:28:33.7436795Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api' 2024-08-22T20:28:33.7438029Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src' 2024-08-22T20:28:33.7439283Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/conftest.py' 2024-08-22T20:28:33.7440588Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast.py' 2024-08-22T20:28:33.7442035Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2024-08-22T20:28:33.7443551Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2024-08-22T20:28:33.7445015Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2024-08-22T20:28:33.7446425Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_git.py' 2024-08-22T20:28:33.7447747Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_github.py' 2024-08-22T20:28:33.7449138Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api' 2024-08-22T20:28:33.7450482Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2024-08-22T20:28:33.7451935Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/git.py' 2024-08-22T20:28:33.7453304Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/source.py' 2024-08-22T20:28:33.7454765Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing' 2024-08-22T20:28:33.7456137Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib' 2024-08-22T20:28:33.7457378Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests' 2024-08-22T20:28:33.7458570Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold' 2024-08-22T20:28:33.7459706Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/README.md' 2024-08-22T20:28:33.7461024Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2024-08-22T20:28:33.7462508Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2024-08-22T20:28:33.7464045Z 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:33.7465628Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2024-08-22T20:28:33.7467109Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2024-08-22T20:28:33.7468543Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2024-08-22T20:28:33.7469967Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2024-08-22T20:28:33.7471426Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2024-08-22T20:28:33.7472926Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2024-08-22T20:28:33.7474263Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets' 2024-08-22T20:28:33.7475611Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2024-08-22T20:28:33.7477009Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2024-08-22T20:28:33.7478401Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2024-08-22T20:28:33.7479761Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_rockset_autoscale.py' 2024-08-22T20:28:33.7481044Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_validate_alerts.py' 2024-08-22T20:28:33.7482305Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/update_test_assets.sh' 2024-08-22T20:28:33.7483485Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests' 2024-08-22T20:28:33.7484609Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/README.md' 2024-08-22T20:28:33.7485834Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/check_alerts.py' 2024-08-22T20:28:33.7487080Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/compute_correlation.py' 2024-08-22T20:28:33.7488537Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/download_logs.py' 2024-08-22T20:28:33.7489811Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/github_analyze.py' 2024-08-22T20:28:33.7491140Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/pyproject.toml' 2024-08-22T20:28:33.7492492Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/queue_alert.py' 2024-08-22T20:28:33.7493764Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/requirements.txt' 2024-08-22T20:28:33.7495005Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/reverts.py' 2024-08-22T20:28:33.7496207Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/rockset_utils.py' 2024-08-22T20:28:33.7497490Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/get_merge_base_info.py' 2024-08-22T20:28:33.7498934Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2024-08-22T20:28:33.7500460Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2024-08-22T20:28:33.7502225Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2024-08-22T20:28:33.7503654Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2024-08-22T20:28:33.7504989Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_rockset_analysis.py' 2024-08-22T20:28:33.7506221Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/utils.py' 2024-08-22T20:28:33.7507496Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td' 2024-08-22T20:28:33.7508870Z 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:33.7510243Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/td' 2024-08-22T20:28:33.7511523Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_check_alerts.py' 2024-08-22T20:28:33.7512834Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_queue_alert.py' 2024-08-22T20:28:33.7514185Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_update_test_times.py' 2024-08-22T20:28:33.7515524Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests' 2024-08-22T20:28:33.7516740Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/update_test_times.py' 2024-08-22T20:28:33.7517930Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/utils.py' 2024-08-22T20:28:33.7519055Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci' 2024-08-22T20:28:33.7520203Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchfix/README.md' 2024-08-22T20:28:33.7521342Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchfix' 2024-08-22T20:28:33.7522426Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools' 2024-08-22T20:28:33.7523495Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.env.example' 2024-08-22T20:28:33.7524602Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.eslintrc.json' 2024-08-22T20:28:33.7525696Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.gitignore' 2024-08-22T20:28:33.7526950Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.prettierignore' 2024-08-22T20:28:33.7528203Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.prettierrc.json' 2024-08-22T20:28:33.7529301Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/README.md' 2024-08-22T20:28:33.7530716Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2024-08-22T20:28:33.7532210Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2024-08-22T20:28:33.7533684Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2024-08-22T20:28:33.7535211Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2024-08-22T20:28:33.7536766Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2024-08-22T20:28:33.7538303Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2024-08-22T20:28:33.7539810Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2024-08-22T20:28:33.7541298Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2024-08-22T20:28:33.7542765Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push' 2024-08-22T20:28:33.7544254Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2024-08-22T20:28:33.7545805Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2024-08-22T20:28:33.7547294Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red' 2024-08-22T20:28:33.7548820Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2024-08-22T20:28:33.7550356Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2024-08-22T20:28:33.7551868Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2024-08-22T20:28:33.7553376Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2024-08-22T20:28:33.7554883Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2024-08-22T20:28:33.7556304Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries' 2024-08-22T20:28:33.7557661Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/AnnouncementBanner.module.css' 2024-08-22T20:28:33.7559070Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/AnnouncementBanner.tsx' 2024-08-22T20:28:33.7560424Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ClickHouseCheckBox.tsx' 2024-08-22T20:28:33.7561733Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/CommitStatus.tsx' 2024-08-22T20:28:33.7562980Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/CopyLink.tsx' 2024-08-22T20:28:33.7564347Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/DynamicTitle.tsx' 2024-08-22T20:28:33.7565647Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ErrorBoundary.tsx' 2024-08-22T20:28:33.7566946Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/FilteredJobList.tsx' 2024-08-22T20:28:33.7568432Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GranularityPicker.tsx' 2024-08-22T20:28:33.7569805Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2024-08-22T20:28:33.7571184Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GroupJobConclusion.tsx' 2024-08-22T20:28:33.7572539Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobAnnotationToggle.tsx' 2024-08-22T20:28:33.7573860Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobArtifact.tsx' 2024-08-22T20:28:33.7575188Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobConclusion.module.css' 2024-08-22T20:28:33.7576525Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobConclusion.tsx' 2024-08-22T20:28:33.7577816Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobFilterInput.tsx' 2024-08-22T20:28:33.7579128Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobLinks.module.css' 2024-08-22T20:28:33.7580394Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobLinks.tsx' 2024-08-22T20:28:33.7581630Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobSummary.tsx' 2024-08-22T20:28:33.7583058Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobTooltip.tsx' 2024-08-22T20:28:33.7584412Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LogAnnotationToggle.tsx' 2024-08-22T20:28:33.7585774Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LogViewer.tsx' 2024-08-22T20:28:33.7587036Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoggedInMenu.tsx' 2024-08-22T20:28:33.7588370Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoginSection.module.css' 2024-08-22T20:28:33.7589692Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoginSection.tsx' 2024-08-22T20:28:33.7590972Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/NavBar.module.css' 2024-08-22T20:28:33.7592227Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/NavBar.tsx' 2024-08-22T20:28:33.7593471Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/PageSelector.tsx' 2024-08-22T20:28:33.7594804Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ReproductionCommand.tsx' 2024-08-22T20:28:33.7596200Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/SevReport.module.css' 2024-08-22T20:28:33.7597485Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/SevReport.tsx' 2024-08-22T20:28:33.7598746Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TestInsights.tsx' 2024-08-22T20:28:33.7600001Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TimeUtils.tsx' 2024-08-22T20:28:33.7601563Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TooltipTarget.module.css' 2024-08-22T20:28:33.7603056Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TooltipTarget.tsx' 2024-08-22T20:28:33.7604345Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ValuePicker.tsx' 2024-08-22T20:28:33.7605816Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/VersionControlLinks.tsx' 2024-08-22T20:28:33.7607153Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/WithCommitData.tsx' 2024-08-22T20:28:33.7608491Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/WorkflowBox.tsx' 2024-08-22T20:28:33.7609829Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/WorkflowDispatcher.tsx' 2024-08-22T20:28:33.7611255Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2024-08-22T20:28:33.7612759Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2024-08-22T20:28:33.7614294Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2024-08-22T20:28:33.7615810Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2024-08-22T20:28:33.7617241Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo' 2024-08-22T20:28:33.7618718Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2024-08-22T20:28:33.7620182Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2024-08-22T20:28:33.7621636Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2024-08-22T20:28:33.7623033Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/common.tsx' 2024-08-22T20:28:33.7624480Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2024-08-22T20:28:33.7625997Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2024-08-22T20:28:33.7627603Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2024-08-22T20:28:33.7629185Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2024-08-22T20:28:33.7630717Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2024-08-22T20:28:33.7632302Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2024-08-22T20:28:33.7633891Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2024-08-22T20:28:33.7635402Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/common.tsx' 2024-08-22T20:28:33.7636844Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers' 2024-08-22T20:28:33.7638314Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/ModelGraphPanel.tsx' 2024-08-22T20:28:33.7639798Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/SummaryPanel.tsx' 2024-08-22T20:28:33.7641334Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/common.tsx' 2024-08-22T20:28:33.7642720Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms' 2024-08-22T20:28:33.7644146Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2024-08-22T20:28:33.7645689Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao/common.tsx' 2024-08-22T20:28:33.7647102Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao' 2024-08-22T20:28:33.7648509Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark' 2024-08-22T20:28:33.7649808Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/commit.module.css' 2024-08-22T20:28:33.7651082Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/hud.module.css' 2024-08-22T20:28:33.7652364Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics.module.css' 2024-08-22T20:28:33.7653928Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/GenerateIndividualTestsLeaderboard.tsx' 2024-08-22T20:28:33.7655724Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/GenerateTestInsightsOverviewTable.tsx' 2024-08-22T20:28:33.7657323Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2024-08-22T20:28:33.7658762Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2024-08-22T20:28:33.7660248Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2024-08-22T20:28:33.7661754Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2024-08-22T20:28:33.7663171Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels' 2024-08-22T20:28:33.7664495Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics' 2024-08-22T20:28:33.7665787Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/minihud.module.css' 2024-08-22T20:28:33.7667027Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components' 2024-08-22T20:28:33.7668200Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/docs/architecture.md' 2024-08-22T20:28:33.7669390Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/docs/write-path.png' 2024-08-22T20:28:33.7670542Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/docs' 2024-08-22T20:28:33.7671659Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/jest.config.js' 2024-08-22T20:28:33.7672815Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/GeneralUtils.ts' 2024-08-22T20:28:33.7674033Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/JobClassifierUtil.ts' 2024-08-22T20:28:33.7675311Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/ParamSelector.tsx' 2024-08-22T20:28:33.7676498Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/RevertModal.tsx' 2024-08-22T20:28:33.7677748Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2024-08-22T20:28:33.7679123Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark/llmUtils.ts' 2024-08-22T20:28:33.7680355Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark' 2024-08-22T20:28:33.7681556Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/Constants.ts' 2024-08-22T20:28:33.7682843Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/autoCcBot.ts' 2024-08-22T20:28:33.7684050Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/autoLabelBot.ts' 2024-08-22T20:28:33.7685368Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2024-08-22T20:28:33.7686721Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2024-08-22T20:28:33.7688025Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/cliParser.ts' 2024-08-22T20:28:33.7689277Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2024-08-22T20:28:33.7690506Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/drciBot.ts' 2024-08-22T20:28:33.7691659Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/index.ts' 2024-08-22T20:28:33.7692830Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchBot.ts' 2024-08-22T20:28:33.7694078Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2024-08-22T20:28:33.7695368Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2024-08-22T20:28:33.7696596Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/retryBot.ts' 2024-08-22T20:28:33.7697830Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2024-08-22T20:28:33.7699082Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/subscriptions.ts' 2024-08-22T20:28:33.7700412Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2024-08-22T20:28:33.7701949Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/utils.ts' 2024-08-22T20:28:33.7703231Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2024-08-22T20:28:33.7704570Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2024-08-22T20:28:33.7705777Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot' 2024-08-22T20:28:33.7706939Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/clickhouse.ts' 2024-08-22T20:28:33.7708093Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/commitUtils.ts' 2024-08-22T20:28:33.7709323Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/correlation_matrix.json' 2024-08-22T20:28:33.7710540Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/drciUtils.ts' 2024-08-22T20:28:33.7711667Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/dynamo.ts' 2024-08-22T20:28:33.7712801Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchCommit.ts' 2024-08-22T20:28:33.7714074Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2024-08-22T20:28:33.7715572Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchFailureSamples.ts' 2024-08-22T20:28:33.7716816Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchFlakyTests.ts' 2024-08-22T20:28:33.7718223Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchHud.ts' 2024-08-22T20:28:33.7719881Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2024-08-22T20:28:33.7721077Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchPR.ts' 2024-08-22T20:28:33.7722281Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2024-08-22T20:28:33.7723516Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchS3Links.ts' 2024-08-22T20:28:33.7724679Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/getAuthors.ts' 2024-08-22T20:28:33.7725810Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/github.ts' 2024-08-22T20:28:33.7726980Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/githubFunctions.ts' 2024-08-22T20:28:33.7728222Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/jobUtils.ts' 2024-08-22T20:28:33.7729385Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/metricUtils.ts' 2024-08-22T20:28:33.7730543Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/opensearch.ts' 2024-08-22T20:28:33.7731678Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/rockset.ts' 2024-08-22T20:28:33.7732770Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/s3.ts' 2024-08-22T20:28:33.7733869Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/searchLogs.ts' 2024-08-22T20:28:33.7735039Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/searchUtils.ts' 2024-08-22T20:28:33.7736166Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/track.ts' 2024-08-22T20:28:33.7737247Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/types.ts' 2024-08-22T20:28:33.7738453Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useGroupingPreference.tsx' 2024-08-22T20:28:33.7739679Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useHudData.ts' 2024-08-22T20:28:33.7740841Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useScrollTo.ts' 2024-08-22T20:28:33.7742021Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useTableFilter.ts' 2024-08-22T20:28:33.7743176Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib' 2024-08-22T20:28:33.7744286Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/next-env.d.ts' 2024-08-22T20:28:33.7745452Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/next.config.js' 2024-08-22T20:28:33.7746584Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/package-lock.json' 2024-08-22T20:28:33.7747713Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/package.json' 2024-08-22T20:28:33.7749003Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2024-08-22T20:28:33.7750466Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2024-08-22T20:28:33.7751978Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2024-08-22T20:28:33.7753583Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2024-08-22T20:28:33.7755090Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2024-08-22T20:28:33.7756718Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2024-08-22T20:28:33.7758138Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]' 2024-08-22T20:28:33.7759467Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]' 2024-08-22T20:28:33.7760656Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/_app.tsx' 2024-08-22T20:28:33.7761922Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/_githubrunnersutilization.tsx' 2024-08-22T20:28:33.7763382Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2024-08-22T20:28:33.7764915Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2024-08-22T20:28:33.7766475Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2024-08-22T20:28:33.7768071Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2024-08-22T20:28:33.7769531Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2024-08-22T20:28:33.7771102Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]' 2024-08-22T20:28:33.7772570Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2024-08-22T20:28:33.7774244Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts/s3' 2024-08-22T20:28:33.7775659Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts' 2024-08-22T20:28:33.7777075Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/auth/[...nextauth].js' 2024-08-22T20:28:33.7778484Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/auth' 2024-08-22T20:28:33.7779886Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2024-08-22T20:28:33.7781318Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/clickhouse' 2024-08-22T20:28:33.7782836Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2024-08-22T20:28:33.7784254Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/drci/drci.ts' 2024-08-22T20:28:33.7785598Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/drci' 2024-08-22T20:28:33.7786973Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/failure.ts' 2024-08-22T20:28:33.7788383Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2024-08-22T20:28:33.7789853Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests/flakytest.ts' 2024-08-22T20:28:33.7791336Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests' 2024-08-22T20:28:33.7793109Z 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:33.7794965Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2024-08-22T20:28:33.7796947Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2024-08-22T20:28:33.7798651Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2024-08-22T20:28:33.7800182Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch' 2024-08-22T20:28:33.7801898Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/webhooks.ts' 2024-08-22T20:28:33.7803296Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github' 2024-08-22T20:28:33.7804833Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2024-08-22T20:28:33.7806679Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:33.7808425Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2024-08-22T20:28:33.7809947Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]' 2024-08-22T20:28:33.7811408Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud' 2024-08-22T20:28:33.7812704Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/issue/[label].ts' 2024-08-22T20:28:33.7814062Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/issue' 2024-08-22T20:28:33.7815707Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2024-08-22T20:28:33.7817534Z 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:33.7819358Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2024-08-22T20:28:33.7821315Z 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:33.7823170Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2024-08-22T20:28:33.7825115Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2024-08-22T20:28:33.7826755Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2024-08-22T20:28:33.7828275Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation' 2024-08-22T20:28:33.7829975Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2024-08-22T20:28:33.7831727Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2024-08-22T20:28:33.7833338Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2024-08-22T20:28:33.7835073Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation' 2024-08-22T20:28:33.7836645Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query/[collection]/[lambdaName].ts' 2024-08-22T20:28:33.7838197Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query/[collection]' 2024-08-22T20:28:33.7839737Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query' 2024-08-22T20:28:33.7841045Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/search.ts' 2024-08-22T20:28:33.7842562Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2024-08-22T20:28:33.7844107Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/usage-log-aggregator' 2024-08-22T20:28:33.7845589Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api' 2024-08-22T20:28:33.7847064Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2024-08-22T20:28:33.7848830Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2024-08-22T20:28:33.7850323Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]' 2024-08-22T20:28:33.7851740Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/compilers.tsx' 2024-08-22T20:28:33.7853159Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/llms.tsx' 2024-08-22T20:28:33.7854547Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/torchao.tsx' 2024-08-22T20:28:33.7855878Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark' 2024-08-22T20:28:33.7857257Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/correlation.tsx' 2024-08-22T20:28:33.7858576Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/disabled.tsx' 2024-08-22T20:28:33.7860176Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:33.7862002Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:33.7863678Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2024-08-22T20:28:33.7865287Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]' 2024-08-22T20:28:33.7866747Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs' 2024-08-22T20:28:33.7868045Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failure.tsx' 2024-08-22T20:28:33.7869324Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/flakytest.tsx' 2024-08-22T20:28:33.7870907Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:33.7872545Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:33.7874127Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2024-08-22T20:28:33.7875814Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]' 2024-08-22T20:28:33.7877236Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud' 2024-08-22T20:28:33.7878469Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/kpis.tsx' 2024-08-22T20:28:33.7879875Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/login_test.tsx' 2024-08-22T20:28:33.7881165Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/metrics.tsx' 2024-08-22T20:28:33.7882648Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:33.7884449Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:33.7886116Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2024-08-22T20:28:33.7887693Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]' 2024-08-22T20:28:33.7889168Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud' 2024-08-22T20:28:33.7890491Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/nightlies.tsx' 2024-08-22T20:28:33.7892071Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2024-08-22T20:28:33.7893935Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2024-08-22T20:28:33.7895681Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]' 2024-08-22T20:28:33.7897251Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability' 2024-08-22T20:28:33.7898634Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/sli.tsx' 2024-08-22T20:28:33.7900002Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/test/insights.tsx' 2024-08-22T20:28:33.7901681Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/test' 2024-08-22T20:28:33.7903072Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead.tsx' 2024-08-22T20:28:33.7904572Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead/insights.tsx' 2024-08-22T20:28:33.7906147Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead/oncall_insights.tsx' 2024-08-22T20:28:33.7907673Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead' 2024-08-22T20:28:33.7909015Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tests.tsx' 2024-08-22T20:28:33.7910484Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2024-08-22T20:28:33.7911905Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/torchbench' 2024-08-22T20:28:33.7913587Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:33.7915304Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:33.7916888Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2024-08-22T20:28:33.7918575Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]' 2024-08-22T20:28:33.7919928Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts' 2024-08-22T20:28:33.7921140Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages' 2024-08-22T20:28:33.7922683Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public/failures_spritesheet.png' 2024-08-22T20:28:33.7924030Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public/favicon.ico' 2024-08-22T20:28:33.7925270Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public' 2024-08-22T20:28:33.7926682Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset.config.json' 2024-08-22T20:28:33.7928278Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql/oss_ci_benchmark_branches.sql' 2024-08-22T20:28:33.7929977Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql/oss_ci_benchmark_llms.sql' 2024-08-22T20:28:33.7931647Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql/oss_ci_benchmark_names.sql' 2024-08-22T20:28:33.7933204Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql' 2024-08-22T20:28:33.7934822Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/oss_ci_benchmark_branches.lambda.json' 2024-08-22T20:28:33.7936603Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/oss_ci_benchmark_llms.lambda.json' 2024-08-22T20:28:33.7938257Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/oss_ci_benchmark_names.lambda.json' 2024-08-22T20:28:33.7939799Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks' 2024-08-22T20:28:33.7941346Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/annotated_flaky_jobs.sql' 2024-08-22T20:28:33.7942959Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_failed_jobs.sql' 2024-08-22T20:28:33.7944570Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_jobs_query.sql' 2024-08-22T20:28:33.7946149Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_query.sql' 2024-08-22T20:28:33.7947741Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/disabled_non_flaky_tests.sql' 2024-08-22T20:28:33.7949322Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/disabled_test_labels.sql' 2024-08-22T20:28:33.7950928Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/disabled_tests.sql' 2024-08-22T20:28:33.7952496Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/failed_workflow_jobs.sql' 2024-08-22T20:28:33.7954143Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/failure_samples_query.sql' 2024-08-22T20:28:33.7955761Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/filter_forced_merge_pr.sql' 2024-08-22T20:28:33.7957325Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_tests.sql' 2024-08-22T20:28:33.7959026Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_tests_across_jobs.sql' 2024-08-22T20:28:33.7960659Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_workflows_jobs.sql' 2024-08-22T20:28:33.7962209Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/get_relevant_alerts.sql' 2024-08-22T20:28:33.7964016Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/get_workflow_jobs.sql' 2024-08-22T20:28:33.7965572Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/hud_query.sql' 2024-08-22T20:28:33.7967249Z 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:33.7969216Z 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:33.7970888Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/issue_query.sql' 2024-08-22T20:28:33.7972443Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/master_commit_red_jobs.sql' 2024-08-22T20:28:33.7974107Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/num_commits_master.sql' 2024-08-22T20:28:33.7975591Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/pr_commits.sql' 2024-08-22T20:28:33.7977180Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/recent_pr_workflows_query.sql' 2024-08-22T20:28:33.7978871Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/reverted_prs_with_reason.sql' 2024-08-22T20:28:33.7980514Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/slow_tests.sql' 2024-08-22T20:28:33.7982071Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_insights_latest_runs.sql' 2024-08-22T20:28:33.7983756Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_insights_overview.sql' 2024-08-22T20:28:33.7985470Z 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:33.7987124Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_class.sql' 2024-08-22T20:28:33.7988811Z 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:33.7990470Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_file.sql' 2024-08-22T20:28:33.7992147Z 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:33.7993819Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_oncall.sql' 2024-08-22T20:28:33.7995537Z 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:33.7997125Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/unclassified.sql' 2024-08-22T20:28:33.7998754Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/weekly_force_merge_stats.sql' 2024-08-22T20:28:33.8000329Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql' 2024-08-22T20:28:33.8002255Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/annotated_flaky_jobs.lambda.json' 2024-08-22T20:28:33.8004000Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_failed_jobs.lambda.json' 2024-08-22T20:28:33.8005707Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_jobs_query.lambda.json' 2024-08-22T20:28:33.8007219Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_query.lambda.json' 2024-08-22T20:28:33.8008974Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/disabled_non_flaky_tests.lambda.json' 2024-08-22T20:28:33.8010622Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/disabled_test_labels.lambda.json' 2024-08-22T20:28:33.8012288Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/disabled_tests.lambda.json' 2024-08-22T20:28:33.8013846Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/failed_workflow_jobs.lambda.json' 2024-08-22T20:28:33.8015479Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/failure_samples_query.lambda.json' 2024-08-22T20:28:33.8017205Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/filter_forced_merge_pr.lambda.json' 2024-08-22T20:28:33.8018898Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_test_query.lambda.json' 2024-08-22T20:28:33.8020403Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_tests.lambda.json' 2024-08-22T20:28:33.8022071Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_tests_across_jobs.lambda.json' 2024-08-22T20:28:33.8023716Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_workflows_jobs.lambda.json' 2024-08-22T20:28:33.8025382Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/get_relevant_alerts.lambda.json' 2024-08-22T20:28:33.8027025Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/get_workflow_jobs.lambda.json' 2024-08-22T20:28:33.8028556Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/hud_query.lambda.json' 2024-08-22T20:28:33.8030294Z 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:33.8032214Z 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:33.8033921Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/issue_query.lambda.json' 2024-08-22T20:28:33.8035576Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/master_commit_red_jobs.lambda.json' 2024-08-22T20:28:33.8037340Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/num_commits_master.lambda.json' 2024-08-22T20:28:33.8038854Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/pr_commits.lambda.json' 2024-08-22T20:28:33.8040479Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/recent_pr_workflows_query.lambda.json' 2024-08-22T20:28:33.8042210Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/reverted_prs_with_reason.lambda.json' 2024-08-22T20:28:33.8043909Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/slow_tests.lambda.json' 2024-08-22T20:28:33.8045519Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_insights_latest_runs.lambda.json' 2024-08-22T20:28:33.8047315Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_insights_overview.lambda.json' 2024-08-22T20:28:33.8049119Z 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:33.8050789Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_class.lambda.json' 2024-08-22T20:28:33.8052503Z 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:33.8054213Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_file.lambda.json' 2024-08-22T20:28:33.8056015Z 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:33.8057793Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_oncall.lambda.json' 2024-08-22T20:28:33.8059423Z 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:33.8061035Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/unclassified.lambda.json' 2024-08-22T20:28:33.8062730Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/weekly_force_merge_stats.lambda.json' 2024-08-22T20:28:33.8064236Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons' 2024-08-22T20:28:33.8065757Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/compilers_benchmark_performance.sql' 2024-08-22T20:28:33.8067689Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/compilers_benchmark_performance_branches.sql' 2024-08-22T20:28:33.8069453Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/torchao_query.sql' 2024-08-22T20:28:33.8071055Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/torchao_query_branches.sql' 2024-08-22T20:28:33.8072537Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql' 2024-08-22T20:28:33.8074225Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/compilers_benchmark_performance.lambda.json' 2024-08-22T20:28:33.8075271Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/compilers_benchmark_performance_branches.lambda.json' 2024-08-22T20:28:33.8076014Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/torchao_query.lambda.json' 2024-08-22T20:28:33.8076821Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/torchao_query_branches.lambda.json' 2024-08-22T20:28:33.8077491Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor' 2024-08-22T20:28:33.8078293Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/completed_pr_jobs_aggregate.sql' 2024-08-22T20:28:33.8079127Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/correlation_matrix.sql' 2024-08-22T20:28:33.8080025Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/disabled_test_historical.sql' 2024-08-22T20:28:33.8080779Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/disabled_test_total.sql' 2024-08-22T20:28:33.8081693Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/external_contribution_stats.sql' 2024-08-22T20:28:33.8082455Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/get_workers_on_period.sql' 2024-08-22T20:28:33.8083206Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/job_duration_avg.sql' 2024-08-22T20:28:33.8084072Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/job_duration_percentile.sql' 2024-08-22T20:28:33.8084822Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_branch_push.sql' 2024-08-22T20:28:33.8085662Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_successful_jobs.sql' 2024-08-22T20:28:33.8086442Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_successful_workflow.sql' 2024-08-22T20:28:33.8087195Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/log_captures_count.sql' 2024-08-22T20:28:33.8088186Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red.sql' 2024-08-22T20:28:33.8088956Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red_avg.sql' 2024-08-22T20:28:33.8089788Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red_percent.sql' 2024-08-22T20:28:33.8090619Z 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:33.8091340Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_jobs_red.sql' 2024-08-22T20:28:33.8092232Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_jobs_red_avg.sql' 2024-08-22T20:28:33.8093059Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/number_of_force_pushes.sql' 2024-08-22T20:28:33.8093871Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queue_times_historical.sql' 2024-08-22T20:28:33.8094664Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queue_times_historical_pct.sql' 2024-08-22T20:28:33.8095369Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queued_jobs.sql' 2024-08-22T20:28:33.8096181Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queued_jobs_by_label.sql' 2024-08-22T20:28:33.8096864Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/reverts.sql' 2024-08-22T20:28:33.8097677Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/strict_lag_sec.sql' 2024-08-22T20:28:33.8098359Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/top_reds.sql' 2024-08-22T20:28:33.8099029Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_avg.sql' 2024-08-22T20:28:33.8099953Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_duration_historical.sql' 2024-08-22T20:28:33.8100797Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_duration_historical_percentile.sql' 2024-08-22T20:28:33.8101870Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_percentile.sql' 2024-08-22T20:28:33.8102767Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_duration_avg.sql' 2024-08-22T20:28:33.8103578Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_duration_percentile.sql' 2024-08-22T20:28:33.8104342Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_load.sql' 2024-08-22T20:28:33.8105005Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql' 2024-08-22T20:28:33.8105881Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/completed_pr_jobs_aggregate.lambda.json' 2024-08-22T20:28:33.8106707Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/correlation_matrix.lambda.json' 2024-08-22T20:28:33.8107524Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/disabled_test_historical.lambda.json' 2024-08-22T20:28:33.8108355Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/disabled_test_total.lambda.json' 2024-08-22T20:28:33.8109254Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/external_contribution_stats.lambda.json' 2024-08-22T20:28:33.8110074Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/get_workers_on_period.lambda.json' 2024-08-22T20:28:33.8110828Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/job_duration_avg.lambda.json' 2024-08-22T20:28:33.8111686Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/job_duration_percentile.lambda.json' 2024-08-22T20:28:33.8112498Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_branch_push.lambda.json' 2024-08-22T20:28:33.8113271Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_successful_jobs.lambda.json' 2024-08-22T20:28:33.8114110Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_successful_workflow.lambda.json' 2024-08-22T20:28:33.8114876Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/log_captures_count.lambda.json' 2024-08-22T20:28:33.8115689Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red.lambda.json' 2024-08-22T20:28:33.8116575Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red_avg.lambda.json' 2024-08-22T20:28:33.8117389Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red_percent.lambda.json' 2024-08-22T20:28:33.8118289Z 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:33.8119035Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_jobs_red.lambda.json' 2024-08-22T20:28:33.8119805Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_jobs_red_avg.lambda.json' 2024-08-22T20:28:33.8120824Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/number_of_force_pushes.lambda.json' 2024-08-22T20:28:33.8121623Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queue_times_historical.lambda.json' 2024-08-22T20:28:33.8122479Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queue_times_historical_pct.lambda.json' 2024-08-22T20:28:33.8123265Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queued_jobs.lambda.json' 2024-08-22T20:28:33.8124043Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queued_jobs_by_label.lambda.json' 2024-08-22T20:28:33.8124801Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/reverts.lambda.json' 2024-08-22T20:28:33.8125647Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/strict_lag_sec.lambda.json' 2024-08-22T20:28:33.8126436Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/top_reds.lambda.json' 2024-08-22T20:28:33.8127160Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_avg.lambda.json' 2024-08-22T20:28:33.8128102Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_duration_historical.lambda.json' 2024-08-22T20:28:33.8129036Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_duration_historical_percentile.lambda.json' 2024-08-22T20:28:33.8129777Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_percentile.lambda.json' 2024-08-22T20:28:33.8130612Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_duration_avg.lambda.json' 2024-08-22T20:28:33.8131482Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_duration_percentile.lambda.json' 2024-08-22T20:28:33.8132207Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_load.lambda.json' 2024-08-22T20:28:33.8132892Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics' 2024-08-22T20:28:33.8133644Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/docker_jobs_red.sql' 2024-08-22T20:28:33.8134436Z 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:33.8135271Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/nightly_jobs_red.sql' 2024-08-22T20:28:33.8136065Z 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:33.8136923Z 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:33.8137745Z 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:33.8138511Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/validation_jobs_red.sql' 2024-08-22T20:28:33.8139408Z 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:33.8140091Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql' 2024-08-22T20:28:33.8140881Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/docker_jobs_red.lambda.json' 2024-08-22T20:28:33.8141804Z 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:33.8142568Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/nightly_jobs_red.lambda.json' 2024-08-22T20:28:33.8143613Z 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:33.8144517Z 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:33.8145451Z 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:33.8146233Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/validation_jobs_red.lambda.json' 2024-08-22T20:28:33.8147083Z 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:33.8147752Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies' 2024-08-22T20:28:33.8148384Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/prodVersions.json' 2024-08-22T20:28:33.8149306Z 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:33.8150186Z 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:33.8150980Z 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:33.8151932Z 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:33.8152786Z 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:33.8153676Z 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:33.8154510Z 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:33.8155370Z 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:33.8156225Z 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:33.8156984Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql' 2024-08-22T20:28:33.8157826Z 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:33.8158789Z 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:33.8159609Z 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:33.8160576Z 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:33.8161438Z 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:33.8162487Z 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:33.8163332Z 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:33.8164279Z 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:33.8165188Z 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:33.8165930Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis' 2024-08-22T20:28:33.8166831Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_list_userbenchmarks.sql' 2024-08-22T20:28:33.8167712Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_userbenchmark_list_commits.sql' 2024-08-22T20:28:33.8168689Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_userbenchmark_query_metrics.sql' 2024-08-22T20:28:33.8169468Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql' 2024-08-22T20:28:33.8170343Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_list_userbenchmarks.lambda.json' 2024-08-22T20:28:33.8171282Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_userbenchmark_list_commits.lambda.json' 2024-08-22T20:28:33.8172212Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_userbenchmark_query_metrics.lambda.json' 2024-08-22T20:28:33.8172857Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench' 2024-08-22T20:28:33.8173712Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization.sql' 2024-08-22T20:28:33.8174566Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization_by_activity.sql' 2024-08-22T20:28:33.8175419Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization_by_repo.sql' 2024-08-22T20:28:33.8176126Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql' 2024-08-22T20:28:33.8176925Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization.lambda.json' 2024-08-22T20:28:33.8177834Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization_by_activity.lambda.json' 2024-08-22T20:28:33.8178724Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization_by_repo.lambda.json' 2024-08-22T20:28:33.8179407Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization' 2024-08-22T20:28:33.8179987Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset' 2024-08-22T20:28:33.8180709Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/backfillJobs.mjs' 2024-08-22T20:28:33.8181367Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/checkRockset.mjs' 2024-08-22T20:28:33.8182103Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/deleteOldQueryLambdaVersions.mjs' 2024-08-22T20:28:33.8182953Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/downloadQueryLambda.mjs' 2024-08-22T20:28:33.8183623Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/pushRocksetTags.mjs' 2024-08-22T20:28:33.8184281Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/updateQueueTimes.mjs' 2024-08-22T20:28:33.8185055Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/updateSlowTests.mjs' 2024-08-22T20:28:33.8185740Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/uploadQueryLambda.mjs' 2024-08-22T20:28:33.8186320Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts' 2024-08-22T20:28:33.8187033Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/styles/globals.css' 2024-08-22T20:28:33.8187612Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/styles' 2024-08-22T20:28:33.8188266Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/autoCcBot.test.ts' 2024-08-22T20:28:33.8188899Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/autoLabelBot.test.ts' 2024-08-22T20:28:33.8189632Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2024-08-22T20:28:33.8190423Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2024-08-22T20:28:33.8191058Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/closeCommands.test.ts' 2024-08-22T20:28:33.8191774Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2024-08-22T20:28:33.8192339Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/common.ts' 2024-08-22T20:28:33.8192995Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/disableFlakyBot.test.ts' 2024-08-22T20:28:33.8193610Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drci.test.ts' 2024-08-22T20:28:33.8194291Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drciBot.test.ts' 2024-08-22T20:28:33.8194995Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drciUtils.test.ts' 2024-08-22T20:28:33.8195708Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/config.json' 2024-08-22T20:28:33.8196328Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issue.json' 2024-08-22T20:28:33.8197039Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issue_comment.json' 2024-08-22T20:28:33.8197741Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issues.labeled.json' 2024-08-22T20:28:33.8198466Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issues.opened.json' 2024-08-22T20:28:33.8199172Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/known_labels.json' 2024-08-22T20:28:33.8199832Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_files.json' 2024-08-22T20:28:33.8200584Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.closed.json' 2024-08-22T20:28:33.8201550Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2024-08-22T20:28:33.8202296Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.opened.json' 2024-08-22T20:28:33.8203259Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2024-08-22T20:28:33.8204019Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2024-08-22T20:28:33.8204901Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_comment.json' 2024-08-22T20:28:33.8205654Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_review.json' 2024-08-22T20:28:33.8206425Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2024-08-22T20:28:33.8207238Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2024-08-22T20:28:33.8208064Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2024-08-22T20:28:33.8208908Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2024-08-22T20:28:33.8209737Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2024-08-22T20:28:33.8210580Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2024-08-22T20:28:33.8211513Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2024-08-22T20:28:33.8212261Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger' 2024-08-22T20:28:33.8212918Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push.json' 2024-08-22T20:28:33.8213609Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/workflow_jobs.json' 2024-08-22T20:28:33.8214341Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2024-08-22T20:28:33.8215000Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures' 2024-08-22T20:28:33.8215606Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/jobUtils.test.ts' 2024-08-22T20:28:33.8216293Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/labelCommands.test.ts' 2024-08-22T20:28:33.8216962Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/mergeCommands.test.ts' 2024-08-22T20:28:33.8217609Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/metricUtils.test.ts' 2024-08-22T20:28:33.8218227Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/reporter.js' 2024-08-22T20:28:33.8218832Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/retryBot.test.ts' 2024-08-22T20:28:33.8219451Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/searchUtils.test.ts' 2024-08-22T20:28:33.8220206Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/stripApprovals.test.ts' 2024-08-22T20:28:33.8220863Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/subscriptions.test.ts' 2024-08-22T20:28:33.8221620Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2024-08-22T20:28:33.8222175Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/utils.ts' 2024-08-22T20:28:33.8222971Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2024-08-22T20:28:33.8223618Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test' 2024-08-22T20:28:33.8224194Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/tsconfig.json' 2024-08-22T20:28:33.8224867Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/types/next-auth-d.ts' 2024-08-22T20:28:33.8225548Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/types' 2024-08-22T20:28:33.8226076Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/yarn.lock' 2024-08-22T20:28:33.8226654Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci' 2024-08-22T20:28:33.8227191Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:28:33.8227667Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch' 2024-08-22T20:28:33.8228115Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2024-08-22T20:28:33.8228972Z ##[endgroup] 2024-08-22T20:28:33.8352691Z ##[group]Run actions/checkout@v3 2024-08-22T20:28:33.8353007Z with: 2024-08-22T20:28:33.8353205Z repository: pytorch/test-infra 2024-08-22T20:28:33.8353357Z path: test-infra 2024-08-22T20:28:33.8353641Z submodules: recursive 2024-08-22T20:28:33.8353929Z token: *** 2024-08-22T20:28:33.8354084Z ssh-strict: true 2024-08-22T20:28:33.8354306Z persist-credentials: true 2024-08-22T20:28:33.8354446Z clean: true 2024-08-22T20:28:33.8354621Z sparse-checkout-cone-mode: true 2024-08-22T20:28:33.8354858Z fetch-depth: 1 2024-08-22T20:28:33.8355006Z fetch-tags: false 2024-08-22T20:28:33.8355203Z lfs: false 2024-08-22T20:28:33.8355364Z set-safe-directory: true 2024-08-22T20:28:33.8355501Z env: 2024-08-22T20:28:33.8355800Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:33.8355965Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:33.8356112Z PR_NUMBER: 1044 2024-08-22T20:28:33.8358129Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:33.8358291Z ##[endgroup] 2024-08-22T20:28:33.9434261Z Syncing repository: pytorch/test-infra 2024-08-22T20:28:33.9434948Z ##[group]Getting Git version info 2024-08-22T20:28:33.9435575Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:28:33.9436128Z [command]/usr/bin/git version 2024-08-22T20:28:33.9436282Z git version 2.40.1 2024-08-22T20:28:33.9438953Z ##[endgroup] 2024-08-22T20:28:33.9453324Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d4c6a9d6-4763-4b6a-af60-0e00871682ee' before making global git config changes 2024-08-22T20:28:33.9453890Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:28:33.9458124Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:33.9504563Z ##[group]Initializing the repository 2024-08-22T20:28:33.9507616Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:33.9551851Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:28:33.9552419Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:28:33.9552857Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:28:33.9553044Z hint: 2024-08-22T20:28:33.9553485Z hint: git config --global init.defaultBranch 2024-08-22T20:28:33.9553657Z hint: 2024-08-22T20:28:33.9554104Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:28:33.9554553Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:28:33.9554695Z hint: 2024-08-22T20:28:33.9555199Z hint: git branch -m 2024-08-22T20:28:33.9558392Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2024-08-22T20:28:33.9565666Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-08-22T20:28:33.9609119Z ##[endgroup] 2024-08-22T20:28:33.9609686Z ##[group]Disabling automatic garbage collection 2024-08-22T20:28:33.9618033Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:28:33.9655081Z ##[endgroup] 2024-08-22T20:28:33.9655549Z ##[group]Setting up auth 2024-08-22T20:28:33.9660830Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:28:33.9704112Z [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:34.0069133Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:28:34.0111960Z [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:34.0470497Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:34.0527763Z ##[endgroup] 2024-08-22T20:28:34.0528894Z ##[group]Determining the default branch 2024-08-22T20:28:34.0531744Z Retrieving the default branch name 2024-08-22T20:28:34.2059442Z Default branch 'main' 2024-08-22T20:28:34.2060627Z ##[endgroup] 2024-08-22T20:28:34.2061320Z ##[group]Fetching the repository 2024-08-22T20:28:34.2065593Z [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:34.4063012Z remote: Enumerating objects: 1649, done. 2024-08-22T20:28:34.4064099Z remote: Counting objects: 0% (1/1649) 2024-08-22T20:28:34.4064853Z remote: Counting objects: 1% (17/1649) 2024-08-22T20:28:34.4065588Z remote: Counting objects: 2% (33/1649) 2024-08-22T20:28:34.4066396Z remote: Counting objects: 3% (50/1649) 2024-08-22T20:28:34.4067188Z remote: Counting objects: 4% (66/1649) 2024-08-22T20:28:34.4068048Z remote: Counting objects: 5% (83/1649) 2024-08-22T20:28:34.4068797Z remote: Counting objects: 6% (99/1649) 2024-08-22T20:28:34.4069413Z remote: Counting objects: 7% (116/1649) 2024-08-22T20:28:34.4070079Z remote: Counting objects: 8% (132/1649) 2024-08-22T20:28:34.4070685Z remote: Counting objects: 9% (149/1649) 2024-08-22T20:28:34.4071293Z remote: Counting objects: 10% (165/1649) 2024-08-22T20:28:34.4072055Z remote: Counting objects: 11% (182/1649) 2024-08-22T20:28:34.4072622Z remote: Counting objects: 12% (198/1649) 2024-08-22T20:28:34.4073222Z remote: Counting objects: 13% (215/1649) 2024-08-22T20:28:34.4073890Z remote: Counting objects: 14% (231/1649) 2024-08-22T20:28:34.4074447Z remote: Counting objects: 15% (248/1649) 2024-08-22T20:28:34.4075048Z remote: Counting objects: 16% (264/1649) 2024-08-22T20:28:34.4075719Z remote: Counting objects: 17% (281/1649) 2024-08-22T20:28:34.4076277Z remote: Counting objects: 18% (297/1649) 2024-08-22T20:28:34.4076878Z remote: Counting objects: 19% (314/1649) 2024-08-22T20:28:34.4077552Z remote: Counting objects: 20% (330/1649) 2024-08-22T20:28:34.4078111Z remote: Counting objects: 21% (347/1649) 2024-08-22T20:28:34.4078718Z remote: Counting objects: 22% (363/1649) 2024-08-22T20:28:34.4079492Z remote: Counting objects: 23% (380/1649) 2024-08-22T20:28:34.4080053Z remote: Counting objects: 24% (396/1649) 2024-08-22T20:28:34.4080656Z remote: Counting objects: 25% (413/1649) 2024-08-22T20:28:34.4081325Z remote: Counting objects: 26% (429/1649) 2024-08-22T20:28:34.4082135Z remote: Counting objects: 27% (446/1649) 2024-08-22T20:28:34.4082715Z remote: Counting objects: 28% (462/1649) 2024-08-22T20:28:34.4083363Z remote: Counting objects: 29% (479/1649) 2024-08-22T20:28:34.4083963Z remote: Counting objects: 30% (495/1649) 2024-08-22T20:28:34.4084540Z remote: Counting objects: 31% (512/1649) 2024-08-22T20:28:34.4085202Z remote: Counting objects: 32% (528/1649) 2024-08-22T20:28:34.4085860Z remote: Counting objects: 33% (545/1649) 2024-08-22T20:28:34.4086419Z remote: Counting objects: 34% (561/1649) 2024-08-22T20:28:34.4087133Z remote: Counting objects: 35% (578/1649) 2024-08-22T20:28:34.4087748Z remote: Counting objects: 36% (594/1649) 2024-08-22T20:28:34.4088478Z remote: Counting objects: 37% (611/1649) 2024-08-22T20:28:34.4089318Z remote: Counting objects: 38% (627/1649) 2024-08-22T20:28:34.4089938Z remote: Counting objects: 39% (644/1649) 2024-08-22T20:28:34.4090506Z remote: Counting objects: 40% (660/1649) 2024-08-22T20:28:34.4091156Z remote: Counting objects: 41% (677/1649) 2024-08-22T20:28:34.4091771Z remote: Counting objects: 42% (693/1649) 2024-08-22T20:28:34.4092328Z remote: Counting objects: 43% (710/1649) 2024-08-22T20:28:34.4092991Z remote: Counting objects: 44% (726/1649) 2024-08-22T20:28:34.4093587Z remote: Counting objects: 45% (743/1649) 2024-08-22T20:28:34.4094226Z remote: Counting objects: 46% (759/1649) 2024-08-22T20:28:34.4094889Z remote: Counting objects: 47% (776/1649) 2024-08-22T20:28:34.4095536Z remote: Counting objects: 48% (792/1649) 2024-08-22T20:28:34.4096133Z remote: Counting objects: 49% (809/1649) 2024-08-22T20:28:34.4096764Z remote: Counting objects: 50% (825/1649) 2024-08-22T20:28:34.4097362Z remote: Counting objects: 51% (841/1649) 2024-08-22T20:28:34.4097959Z remote: Counting objects: 52% (858/1649) 2024-08-22T20:28:34.4098592Z remote: Counting objects: 53% (874/1649) 2024-08-22T20:28:34.4099186Z remote: Counting objects: 54% (891/1649) 2024-08-22T20:28:34.4099809Z remote: Counting objects: 55% (907/1649) 2024-08-22T20:28:34.4100428Z remote: Counting objects: 56% (924/1649) 2024-08-22T20:28:34.4101315Z remote: Counting objects: 57% (940/1649) 2024-08-22T20:28:34.4102012Z remote: Counting objects: 58% (957/1649) 2024-08-22T20:28:34.4102638Z remote: Counting objects: 59% (973/1649) 2024-08-22T20:28:34.4103236Z remote: Counting objects: 60% (990/1649) 2024-08-22T20:28:34.4103860Z remote: Counting objects: 61% (1006/1649) 2024-08-22T20:28:34.4104497Z remote: Counting objects: 62% (1023/1649) 2024-08-22T20:28:34.4105125Z remote: Counting objects: 63% (1039/1649) 2024-08-22T20:28:34.4105762Z remote: Counting objects: 64% (1056/1649) 2024-08-22T20:28:34.4106391Z remote: Counting objects: 65% (1072/1649) 2024-08-22T20:28:34.4107020Z remote: Counting objects: 66% (1089/1649) 2024-08-22T20:28:34.4107658Z remote: Counting objects: 67% (1105/1649) 2024-08-22T20:28:34.4108319Z remote: Counting objects: 68% (1122/1649) 2024-08-22T20:28:34.4108897Z remote: Counting objects: 69% (1138/1649) 2024-08-22T20:28:34.4109602Z remote: Counting objects: 70% (1155/1649) 2024-08-22T20:28:34.4110266Z remote: Counting objects: 71% (1171/1649) 2024-08-22T20:28:34.4110863Z remote: Counting objects: 72% (1188/1649) 2024-08-22T20:28:34.4111473Z remote: Counting objects: 73% (1204/1649) 2024-08-22T20:28:34.4112136Z remote: Counting objects: 74% (1221/1649) 2024-08-22T20:28:34.4112735Z remote: Counting objects: 75% (1237/1649) 2024-08-22T20:28:34.4113352Z remote: Counting objects: 76% (1254/1649) 2024-08-22T20:28:34.4114013Z remote: Counting objects: 77% (1270/1649) 2024-08-22T20:28:34.4114745Z remote: Counting objects: 78% (1287/1649) 2024-08-22T20:28:34.4115355Z remote: Counting objects: 79% (1303/1649) 2024-08-22T20:28:34.4116038Z remote: Counting objects: 80% (1320/1649) 2024-08-22T20:28:34.4116693Z remote: Counting objects: 81% (1336/1649) 2024-08-22T20:28:34.4117302Z remote: Counting objects: 82% (1353/1649) 2024-08-22T20:28:34.4117988Z remote: Counting objects: 83% (1369/1649) 2024-08-22T20:28:34.4118563Z remote: Counting objects: 84% (1386/1649) 2024-08-22T20:28:34.4119180Z remote: Counting objects: 85% (1402/1649) 2024-08-22T20:28:34.4119860Z remote: Counting objects: 86% (1419/1649) 2024-08-22T20:28:34.4120472Z remote: Counting objects: 87% (1435/1649) 2024-08-22T20:28:34.4121051Z remote: Counting objects: 88% (1452/1649) 2024-08-22T20:28:34.4121873Z remote: Counting objects: 89% (1468/1649) 2024-08-22T20:28:34.4122497Z remote: Counting objects: 90% (1485/1649) 2024-08-22T20:28:34.4123102Z remote: Counting objects: 91% (1501/1649) 2024-08-22T20:28:34.4123840Z remote: Counting objects: 92% (1518/1649) 2024-08-22T20:28:34.4124451Z remote: Counting objects: 93% (1534/1649) 2024-08-22T20:28:34.4125044Z remote: Counting objects: 94% (1551/1649) 2024-08-22T20:28:34.4125706Z remote: Counting objects: 95% (1567/1649) 2024-08-22T20:28:34.4126318Z remote: Counting objects: 96% (1584/1649) 2024-08-22T20:28:34.4126916Z remote: Counting objects: 97% (1600/1649) 2024-08-22T20:28:34.4127578Z remote: Counting objects: 98% (1617/1649) 2024-08-22T20:28:34.4128300Z remote: Counting objects: 99% (1633/1649) 2024-08-22T20:28:34.4128885Z remote: Counting objects: 100% (1649/1649) 2024-08-22T20:28:34.4129598Z remote: Counting objects: 100% (1649/1649), done. 2024-08-22T20:28:34.4130289Z remote: Compressing objects: 0% (1/1259) 2024-08-22T20:28:34.4130967Z remote: Compressing objects: 1% (13/1259) 2024-08-22T20:28:34.4131652Z remote: Compressing objects: 2% (26/1259) 2024-08-22T20:28:34.4132307Z remote: Compressing objects: 3% (38/1259) 2024-08-22T20:28:34.4132985Z remote: Compressing objects: 4% (51/1259) 2024-08-22T20:28:34.4140697Z remote: Compressing objects: 5% (63/1259) 2024-08-22T20:28:34.4172418Z remote: Compressing objects: 6% (76/1259) 2024-08-22T20:28:34.4180694Z remote: Compressing objects: 7% (89/1259) 2024-08-22T20:28:34.4311262Z remote: Compressing objects: 8% (101/1259) 2024-08-22T20:28:34.4346529Z remote: Compressing objects: 9% (114/1259) 2024-08-22T20:28:34.4357814Z remote: Compressing objects: 10% (126/1259) 2024-08-22T20:28:34.4383231Z remote: Compressing objects: 11% (139/1259) 2024-08-22T20:28:34.4402911Z remote: Compressing objects: 12% (152/1259) 2024-08-22T20:28:34.4433969Z remote: Compressing objects: 13% (164/1259) 2024-08-22T20:28:34.4459002Z remote: Compressing objects: 14% (177/1259) 2024-08-22T20:28:34.4488247Z remote: Compressing objects: 15% (189/1259) 2024-08-22T20:28:34.4510888Z remote: Compressing objects: 16% (202/1259) 2024-08-22T20:28:34.4511983Z remote: Compressing objects: 17% (215/1259) 2024-08-22T20:28:34.4520645Z remote: Compressing objects: 18% (227/1259) 2024-08-22T20:28:34.4532653Z remote: Compressing objects: 19% (240/1259) 2024-08-22T20:28:34.4562091Z remote: Compressing objects: 20% (252/1259) 2024-08-22T20:28:34.4626298Z remote: Compressing objects: 21% (265/1259) 2024-08-22T20:28:34.4679359Z remote: Compressing objects: 22% (277/1259) 2024-08-22T20:28:34.4700528Z remote: Compressing objects: 23% (290/1259) 2024-08-22T20:28:34.4730183Z remote: Compressing objects: 24% (303/1259) 2024-08-22T20:28:34.4756435Z remote: Compressing objects: 25% (315/1259) 2024-08-22T20:28:34.4782913Z remote: Compressing objects: 26% (328/1259) 2024-08-22T20:28:34.4793931Z remote: Compressing objects: 27% (340/1259) 2024-08-22T20:28:34.4808581Z remote: Compressing objects: 28% (353/1259) 2024-08-22T20:28:34.4813320Z remote: Compressing objects: 29% (366/1259) 2024-08-22T20:28:34.4834057Z remote: Compressing objects: 30% (378/1259) 2024-08-22T20:28:34.4845825Z remote: Compressing objects: 31% (391/1259) 2024-08-22T20:28:34.4849686Z remote: Compressing objects: 32% (403/1259) 2024-08-22T20:28:34.4869248Z remote: Compressing objects: 33% (416/1259) 2024-08-22T20:28:34.4870042Z remote: Compressing objects: 34% (429/1259) 2024-08-22T20:28:34.4870648Z remote: Compressing objects: 35% (441/1259) 2024-08-22T20:28:34.4871349Z remote: Compressing objects: 36% (454/1259) 2024-08-22T20:28:34.4872250Z remote: Compressing objects: 37% (466/1259) 2024-08-22T20:28:34.4874034Z remote: Compressing objects: 38% (479/1259) 2024-08-22T20:28:34.4874881Z remote: Compressing objects: 39% (492/1259) 2024-08-22T20:28:34.4875591Z remote: Compressing objects: 40% (504/1259) 2024-08-22T20:28:34.4876383Z remote: Compressing objects: 41% (517/1259) 2024-08-22T20:28:34.4888074Z remote: Compressing objects: 42% (529/1259) 2024-08-22T20:28:34.4888949Z remote: Compressing objects: 43% (542/1259) 2024-08-22T20:28:34.4889610Z remote: Compressing objects: 44% (554/1259) 2024-08-22T20:28:34.4890364Z remote: Compressing objects: 45% (567/1259) 2024-08-22T20:28:34.4891006Z remote: Compressing objects: 46% (580/1259) 2024-08-22T20:28:34.4891600Z remote: Compressing objects: 47% (592/1259) 2024-08-22T20:28:34.4892306Z remote: Compressing objects: 48% (605/1259) 2024-08-22T20:28:34.4892941Z remote: Compressing objects: 49% (617/1259) 2024-08-22T20:28:34.4893599Z remote: Compressing objects: 50% (630/1259) 2024-08-22T20:28:34.4894247Z remote: Compressing objects: 51% (643/1259) 2024-08-22T20:28:34.4894884Z remote: Compressing objects: 52% (655/1259) 2024-08-22T20:28:34.4969299Z remote: Compressing objects: 53% (668/1259) 2024-08-22T20:28:34.4974671Z remote: Compressing objects: 54% (680/1259) 2024-08-22T20:28:34.4976954Z remote: Compressing objects: 55% (693/1259) 2024-08-22T20:28:34.4979001Z remote: Compressing objects: 56% (706/1259) 2024-08-22T20:28:34.4981830Z remote: Compressing objects: 57% (718/1259) 2024-08-22T20:28:34.4983509Z remote: Compressing objects: 58% (731/1259) 2024-08-22T20:28:34.4986204Z remote: Compressing objects: 59% (743/1259) 2024-08-22T20:28:34.4987075Z remote: Compressing objects: 60% (756/1259) 2024-08-22T20:28:34.4988927Z remote: Compressing objects: 61% (768/1259) 2024-08-22T20:28:34.4999811Z remote: Compressing objects: 62% (781/1259) 2024-08-22T20:28:34.5008385Z remote: Compressing objects: 63% (794/1259) 2024-08-22T20:28:34.5015769Z remote: Compressing objects: 64% (806/1259) 2024-08-22T20:28:34.5020149Z remote: Compressing objects: 65% (819/1259) 2024-08-22T20:28:34.5026007Z remote: Compressing objects: 66% (831/1259) 2024-08-22T20:28:34.5031743Z remote: Compressing objects: 67% (844/1259) 2024-08-22T20:28:34.5037550Z remote: Compressing objects: 68% (857/1259) 2024-08-22T20:28:34.5050347Z remote: Compressing objects: 69% (869/1259) 2024-08-22T20:28:34.5068214Z remote: Compressing objects: 70% (882/1259) 2024-08-22T20:28:34.5081898Z remote: Compressing objects: 71% (894/1259) 2024-08-22T20:28:34.5090061Z remote: Compressing objects: 72% (907/1259) 2024-08-22T20:28:34.5098673Z remote: Compressing objects: 73% (920/1259) 2024-08-22T20:28:34.5117961Z remote: Compressing objects: 74% (932/1259) 2024-08-22T20:28:34.5135344Z remote: Compressing objects: 75% (945/1259) 2024-08-22T20:28:34.5157361Z remote: Compressing objects: 76% (957/1259) 2024-08-22T20:28:34.5407005Z remote: Compressing objects: 77% (970/1259) 2024-08-22T20:28:34.5526105Z remote: Compressing objects: 78% (983/1259) 2024-08-22T20:28:34.5533971Z remote: Compressing objects: 79% (995/1259) 2024-08-22T20:28:34.5539302Z remote: Compressing objects: 80% (1008/1259) 2024-08-22T20:28:34.5540348Z remote: Compressing objects: 81% (1020/1259) 2024-08-22T20:28:34.5553321Z remote: Compressing objects: 82% (1033/1259) 2024-08-22T20:28:34.5571487Z remote: Compressing objects: 83% (1045/1259) 2024-08-22T20:28:34.5585494Z remote: Compressing objects: 84% (1058/1259) 2024-08-22T20:28:34.5591145Z remote: Compressing objects: 85% (1071/1259) 2024-08-22T20:28:34.5597955Z remote: Compressing objects: 86% (1083/1259) 2024-08-22T20:28:34.5605531Z remote: Compressing objects: 87% (1096/1259) 2024-08-22T20:28:34.5608211Z remote: Compressing objects: 88% (1108/1259) 2024-08-22T20:28:34.5611814Z remote: Compressing objects: 89% (1121/1259) 2024-08-22T20:28:34.5612634Z remote: Compressing objects: 90% (1134/1259) 2024-08-22T20:28:34.5613675Z remote: Compressing objects: 91% (1146/1259) 2024-08-22T20:28:34.5616200Z remote: Compressing objects: 92% (1159/1259) 2024-08-22T20:28:34.5617241Z remote: Compressing objects: 93% (1171/1259) 2024-08-22T20:28:34.5618576Z remote: Compressing objects: 94% (1184/1259) 2024-08-22T20:28:34.5619940Z remote: Compressing objects: 95% (1197/1259) 2024-08-22T20:28:34.5620634Z remote: Compressing objects: 96% (1209/1259) 2024-08-22T20:28:34.5621581Z remote: Compressing objects: 97% (1222/1259) 2024-08-22T20:28:34.5622644Z remote: Compressing objects: 98% (1234/1259) 2024-08-22T20:28:34.5623809Z remote: Compressing objects: 99% (1247/1259) 2024-08-22T20:28:34.5624604Z remote: Compressing objects: 100% (1259/1259) 2024-08-22T20:28:34.5625274Z remote: Compressing objects: 100% (1259/1259), done. 2024-08-22T20:28:34.5656063Z Receiving objects: 0% (1/1649) 2024-08-22T20:28:34.5658574Z Receiving objects: 1% (17/1649) 2024-08-22T20:28:34.5731851Z Receiving objects: 2% (33/1649) 2024-08-22T20:28:34.5736738Z Receiving objects: 3% (50/1649) 2024-08-22T20:28:34.5747503Z Receiving objects: 4% (66/1649) 2024-08-22T20:28:34.5753183Z Receiving objects: 5% (83/1649) 2024-08-22T20:28:34.5758960Z Receiving objects: 6% (99/1649) 2024-08-22T20:28:34.5762389Z Receiving objects: 7% (116/1649) 2024-08-22T20:28:34.5764191Z Receiving objects: 8% (132/1649) 2024-08-22T20:28:34.5769046Z Receiving objects: 9% (149/1649) 2024-08-22T20:28:34.5772671Z Receiving objects: 10% (165/1649) 2024-08-22T20:28:34.5775930Z Receiving objects: 11% (182/1649) 2024-08-22T20:28:34.5779070Z Receiving objects: 12% (198/1649) 2024-08-22T20:28:34.6001843Z Receiving objects: 13% (215/1649) 2024-08-22T20:28:34.6079973Z Receiving objects: 14% (231/1649) 2024-08-22T20:28:34.6083527Z Receiving objects: 15% (248/1649) 2024-08-22T20:28:34.6087309Z Receiving objects: 16% (264/1649) 2024-08-22T20:28:34.6091985Z Receiving objects: 17% (281/1649) 2024-08-22T20:28:34.6129402Z Receiving objects: 18% (297/1649) 2024-08-22T20:28:34.6141434Z Receiving objects: 19% (314/1649) 2024-08-22T20:28:34.6142506Z Receiving objects: 20% (330/1649) 2024-08-22T20:28:34.6147613Z Receiving objects: 21% (347/1649) 2024-08-22T20:28:34.6151169Z Receiving objects: 22% (363/1649) 2024-08-22T20:28:34.6154958Z Receiving objects: 23% (380/1649) 2024-08-22T20:28:34.6165322Z Receiving objects: 24% (396/1649) 2024-08-22T20:28:34.6181927Z Receiving objects: 25% (413/1649) 2024-08-22T20:28:34.6184796Z Receiving objects: 26% (429/1649) 2024-08-22T20:28:34.6186430Z Receiving objects: 27% (446/1649) 2024-08-22T20:28:34.6193414Z Receiving objects: 28% (462/1649) 2024-08-22T20:28:34.6196117Z Receiving objects: 29% (479/1649) 2024-08-22T20:28:34.6206355Z Receiving objects: 30% (495/1649) 2024-08-22T20:28:34.6213652Z Receiving objects: 31% (512/1649) 2024-08-22T20:28:34.6219631Z Receiving objects: 32% (528/1649) 2024-08-22T20:28:34.6228215Z Receiving objects: 33% (545/1649) 2024-08-22T20:28:34.6229047Z Receiving objects: 34% (561/1649) 2024-08-22T20:28:34.6231354Z Receiving objects: 35% (578/1649) 2024-08-22T20:28:34.6237207Z Receiving objects: 36% (594/1649) 2024-08-22T20:28:34.6243751Z Receiving objects: 37% (611/1649) 2024-08-22T20:28:34.6246664Z Receiving objects: 38% (627/1649) 2024-08-22T20:28:34.6251489Z Receiving objects: 39% (644/1649) 2024-08-22T20:28:34.6256380Z Receiving objects: 40% (660/1649) 2024-08-22T20:28:34.6261178Z Receiving objects: 41% (677/1649) 2024-08-22T20:28:34.6265679Z Receiving objects: 42% (693/1649) 2024-08-22T20:28:34.6268955Z Receiving objects: 43% (710/1649) 2024-08-22T20:28:34.6271768Z Receiving objects: 44% (726/1649) 2024-08-22T20:28:34.6275859Z Receiving objects: 45% (743/1649) 2024-08-22T20:28:34.6280060Z Receiving objects: 46% (759/1649) 2024-08-22T20:28:34.6282862Z Receiving objects: 47% (776/1649) 2024-08-22T20:28:34.6286005Z Receiving objects: 48% (792/1649) 2024-08-22T20:28:34.6289536Z Receiving objects: 49% (809/1649) 2024-08-22T20:28:34.6294079Z Receiving objects: 50% (825/1649) 2024-08-22T20:28:34.6297196Z Receiving objects: 51% (841/1649) 2024-08-22T20:28:34.6299683Z Receiving objects: 52% (858/1649) 2024-08-22T20:28:34.6305746Z Receiving objects: 53% (874/1649) 2024-08-22T20:28:34.6309322Z Receiving objects: 54% (891/1649) 2024-08-22T20:28:34.6311122Z Receiving objects: 55% (907/1649) 2024-08-22T20:28:34.6313843Z Receiving objects: 56% (924/1649) 2024-08-22T20:28:34.6317478Z Receiving objects: 57% (940/1649) 2024-08-22T20:28:34.6323157Z Receiving objects: 58% (957/1649) 2024-08-22T20:28:34.6331360Z Receiving objects: 59% (973/1649) 2024-08-22T20:28:34.6334972Z Receiving objects: 60% (990/1649) 2024-08-22T20:28:34.6338763Z Receiving objects: 61% (1006/1649) 2024-08-22T20:28:34.6342671Z Receiving objects: 62% (1023/1649) 2024-08-22T20:28:34.6347933Z Receiving objects: 63% (1039/1649) 2024-08-22T20:28:34.6353409Z Receiving objects: 64% (1056/1649) 2024-08-22T20:28:34.6358022Z Receiving objects: 65% (1072/1649) 2024-08-22T20:28:34.6359941Z Receiving objects: 66% (1089/1649) 2024-08-22T20:28:34.6364226Z Receiving objects: 67% (1105/1649) 2024-08-22T20:28:34.6368872Z Receiving objects: 68% (1122/1649) 2024-08-22T20:28:34.6374650Z Receiving objects: 69% (1138/1649) 2024-08-22T20:28:34.6380349Z Receiving objects: 70% (1155/1649) 2024-08-22T20:28:34.6388237Z Receiving objects: 71% (1171/1649) 2024-08-22T20:28:34.6395651Z Receiving objects: 72% (1188/1649) 2024-08-22T20:28:34.6433041Z Receiving objects: 73% (1204/1649) 2024-08-22T20:28:34.6438403Z Receiving objects: 74% (1221/1649) 2024-08-22T20:28:34.6608119Z Receiving objects: 75% (1237/1649) 2024-08-22T20:28:34.6611521Z Receiving objects: 76% (1254/1649) 2024-08-22T20:28:34.6617509Z Receiving objects: 77% (1270/1649) 2024-08-22T20:28:34.6618751Z Receiving objects: 78% (1287/1649) 2024-08-22T20:28:34.6621452Z Receiving objects: 79% (1303/1649) 2024-08-22T20:28:34.6627394Z Receiving objects: 80% (1320/1649) 2024-08-22T20:28:34.6636236Z Receiving objects: 81% (1336/1649) 2024-08-22T20:28:34.6676877Z Receiving objects: 82% (1353/1649) 2024-08-22T20:28:34.6679113Z Receiving objects: 83% (1369/1649) 2024-08-22T20:28:34.6682143Z Receiving objects: 84% (1386/1649) 2024-08-22T20:28:34.6684783Z Receiving objects: 85% (1402/1649) 2024-08-22T20:28:34.6685804Z Receiving objects: 86% (1419/1649) 2024-08-22T20:28:34.6686372Z Receiving objects: 87% (1435/1649) 2024-08-22T20:28:34.6687709Z Receiving objects: 88% (1452/1649) 2024-08-22T20:28:34.6690680Z Receiving objects: 89% (1468/1649) 2024-08-22T20:28:34.6693259Z Receiving objects: 90% (1485/1649) 2024-08-22T20:28:34.6694567Z Receiving objects: 91% (1501/1649) 2024-08-22T20:28:34.6695340Z Receiving objects: 92% (1518/1649) 2024-08-22T20:28:34.6696272Z Receiving objects: 93% (1534/1649) 2024-08-22T20:28:34.6699336Z Receiving objects: 94% (1551/1649) 2024-08-22T20:28:34.6700428Z Receiving objects: 95% (1567/1649) 2024-08-22T20:28:34.6707375Z Receiving objects: 96% (1584/1649) 2024-08-22T20:28:34.6719582Z Receiving objects: 97% (1600/1649) 2024-08-22T20:28:34.6731936Z Receiving objects: 98% (1617/1649) 2024-08-22T20:28:34.6752069Z Receiving objects: 99% (1633/1649) 2024-08-22T20:28:34.6753375Z remote: Total 1649 (delta 372), reused 1071 (delta 268), pack-reused 0 (from 0) 2024-08-22T20:28:34.6767485Z Receiving objects: 100% (1649/1649) 2024-08-22T20:28:34.6768528Z Receiving objects: 100% (1649/1649), 2.83 MiB | 25.43 MiB/s, done. 2024-08-22T20:28:34.6773531Z Resolving deltas: 0% (0/372) 2024-08-22T20:28:34.6775683Z Resolving deltas: 1% (4/372) 2024-08-22T20:28:34.6777400Z Resolving deltas: 2% (8/372) 2024-08-22T20:28:34.6778594Z Resolving deltas: 3% (13/372) 2024-08-22T20:28:34.6780030Z Resolving deltas: 4% (16/372) 2024-08-22T20:28:34.6780566Z Resolving deltas: 5% (19/372) 2024-08-22T20:28:34.6781671Z Resolving deltas: 6% (23/372) 2024-08-22T20:28:34.6782318Z Resolving deltas: 7% (27/372) 2024-08-22T20:28:34.6782889Z Resolving deltas: 8% (30/372) 2024-08-22T20:28:34.6784715Z Resolving deltas: 9% (34/372) 2024-08-22T20:28:34.6785239Z Resolving deltas: 10% (39/372) 2024-08-22T20:28:34.6785725Z Resolving deltas: 11% (41/372) 2024-08-22T20:28:34.6787593Z Resolving deltas: 12% (45/372) 2024-08-22T20:28:34.6788983Z Resolving deltas: 13% (49/372) 2024-08-22T20:28:34.6790755Z Resolving deltas: 14% (53/372) 2024-08-22T20:28:34.6792130Z Resolving deltas: 15% (56/372) 2024-08-22T20:28:34.6795321Z Resolving deltas: 16% (60/372) 2024-08-22T20:28:34.6805803Z Resolving deltas: 17% (65/372) 2024-08-22T20:28:34.6808612Z Resolving deltas: 18% (67/372) 2024-08-22T20:28:34.6809920Z Resolving deltas: 19% (71/372) 2024-08-22T20:28:34.6810564Z Resolving deltas: 20% (75/372) 2024-08-22T20:28:34.6811155Z Resolving deltas: 21% (79/372) 2024-08-22T20:28:34.6811934Z Resolving deltas: 22% (82/372) 2024-08-22T20:28:34.6812554Z Resolving deltas: 23% (87/372) 2024-08-22T20:28:34.6813467Z Resolving deltas: 24% (90/372) 2024-08-22T20:28:34.6814915Z Resolving deltas: 25% (93/372) 2024-08-22T20:28:34.6816322Z Resolving deltas: 26% (97/372) 2024-08-22T20:28:34.6817329Z Resolving deltas: 27% (101/372) 2024-08-22T20:28:34.6823612Z Resolving deltas: 28% (106/372) 2024-08-22T20:28:34.6824719Z Resolving deltas: 29% (108/372) 2024-08-22T20:28:34.6825400Z Resolving deltas: 30% (113/372) 2024-08-22T20:28:34.6826614Z Resolving deltas: 31% (116/372) 2024-08-22T20:28:34.6827860Z Resolving deltas: 32% (120/372) 2024-08-22T20:28:34.6828961Z Resolving deltas: 33% (123/372) 2024-08-22T20:28:34.6831216Z Resolving deltas: 34% (127/372) 2024-08-22T20:28:34.6831802Z Resolving deltas: 35% (132/372) 2024-08-22T20:28:34.6832902Z Resolving deltas: 36% (134/372) 2024-08-22T20:28:34.6834055Z Resolving deltas: 37% (139/372) 2024-08-22T20:28:34.6835055Z Resolving deltas: 38% (142/372) 2024-08-22T20:28:34.6835997Z Resolving deltas: 39% (146/372) 2024-08-22T20:28:34.6838217Z Resolving deltas: 40% (149/372) 2024-08-22T20:28:34.6839541Z Resolving deltas: 41% (153/372) 2024-08-22T20:28:34.6840073Z Resolving deltas: 42% (158/372) 2024-08-22T20:28:34.6841315Z Resolving deltas: 43% (160/372) 2024-08-22T20:28:34.6842868Z Resolving deltas: 44% (164/372) 2024-08-22T20:28:34.6844054Z Resolving deltas: 45% (168/372) 2024-08-22T20:28:34.6844738Z Resolving deltas: 46% (172/372) 2024-08-22T20:28:34.6845548Z Resolving deltas: 47% (177/372) 2024-08-22T20:28:34.6846255Z Resolving deltas: 48% (179/372) 2024-08-22T20:28:34.6846754Z Resolving deltas: 49% (183/372) 2024-08-22T20:28:34.6847270Z Resolving deltas: 50% (186/372) 2024-08-22T20:28:34.6848095Z Resolving deltas: 51% (191/372) 2024-08-22T20:28:34.6848932Z Resolving deltas: 52% (194/372) 2024-08-22T20:28:34.6850114Z Resolving deltas: 53% (198/372) 2024-08-22T20:28:34.6851272Z Resolving deltas: 54% (202/372) 2024-08-22T20:28:34.6851909Z Resolving deltas: 55% (205/372) 2024-08-22T20:28:34.6852451Z Resolving deltas: 56% (209/372) 2024-08-22T20:28:34.6853289Z Resolving deltas: 57% (213/372) 2024-08-22T20:28:34.6855096Z Resolving deltas: 58% (216/372) 2024-08-22T20:28:34.6856709Z Resolving deltas: 59% (220/372) 2024-08-22T20:28:34.6857243Z Resolving deltas: 60% (225/372) 2024-08-22T20:28:34.6858380Z Resolving deltas: 61% (227/372) 2024-08-22T20:28:34.6860757Z Resolving deltas: 62% (231/372) 2024-08-22T20:28:34.6861256Z Resolving deltas: 63% (235/372) 2024-08-22T20:28:34.6862244Z Resolving deltas: 64% (239/372) 2024-08-22T20:28:34.6864811Z Resolving deltas: 65% (242/372) 2024-08-22T20:28:34.6865586Z Resolving deltas: 66% (246/372) 2024-08-22T20:28:34.6867360Z Resolving deltas: 67% (250/372) 2024-08-22T20:28:34.6868107Z Resolving deltas: 68% (253/372) 2024-08-22T20:28:34.6868783Z Resolving deltas: 69% (257/372) 2024-08-22T20:28:34.6869280Z Resolving deltas: 70% (261/372) 2024-08-22T20:28:34.6870167Z Resolving deltas: 71% (265/372) 2024-08-22T20:28:34.6870777Z Resolving deltas: 72% (268/372) 2024-08-22T20:28:34.6871294Z Resolving deltas: 73% (272/372) 2024-08-22T20:28:34.6871977Z Resolving deltas: 74% (276/372) 2024-08-22T20:28:34.6872509Z Resolving deltas: 75% (279/372) 2024-08-22T20:28:34.6873013Z Resolving deltas: 76% (285/372) 2024-08-22T20:28:34.6873663Z Resolving deltas: 77% (288/372) 2024-08-22T20:28:34.6874172Z Resolving deltas: 78% (291/372) 2024-08-22T20:28:34.6874653Z Resolving deltas: 79% (294/372) 2024-08-22T20:28:34.6875290Z Resolving deltas: 80% (298/372) 2024-08-22T20:28:34.6875922Z Resolving deltas: 81% (302/372) 2024-08-22T20:28:34.6876396Z Resolving deltas: 82% (306/372) 2024-08-22T20:28:34.6876958Z Resolving deltas: 83% (309/372) 2024-08-22T20:28:34.6877606Z Resolving deltas: 84% (313/372) 2024-08-22T20:28:34.6878082Z Resolving deltas: 86% (322/372) 2024-08-22T20:28:34.6878637Z Resolving deltas: 87% (324/372) 2024-08-22T20:28:34.6879133Z Resolving deltas: 88% (328/372) 2024-08-22T20:28:34.6879600Z Resolving deltas: 89% (332/372) 2024-08-22T20:28:34.6880124Z Resolving deltas: 90% (335/372) 2024-08-22T20:28:34.6880636Z Resolving deltas: 91% (339/372) 2024-08-22T20:28:34.6881183Z Resolving deltas: 92% (343/372) 2024-08-22T20:28:34.6881802Z Resolving deltas: 93% (346/372) 2024-08-22T20:28:34.6882404Z Resolving deltas: 94% (350/372) 2024-08-22T20:28:34.6882851Z Resolving deltas: 95% (355/372) 2024-08-22T20:28:34.6883571Z Resolving deltas: 96% (358/372) 2024-08-22T20:28:34.6884183Z Resolving deltas: 97% (362/372) 2024-08-22T20:28:34.6886425Z Resolving deltas: 98% (365/372) 2024-08-22T20:28:34.6886967Z Resolving deltas: 99% (369/372) 2024-08-22T20:28:34.6889128Z Resolving deltas: 100% (372/372) 2024-08-22T20:28:34.6889768Z Resolving deltas: 100% (372/372), done. 2024-08-22T20:28:34.7134005Z From https://github.com/pytorch/test-infra 2024-08-22T20:28:34.7135376Z * [new branch] main -> origin/main 2024-08-22T20:28:34.7158906Z ##[endgroup] 2024-08-22T20:28:34.7159657Z ##[group]Determining the checkout info 2024-08-22T20:28:34.7160970Z ##[endgroup] 2024-08-22T20:28:34.7161714Z ##[group]Checking out the ref 2024-08-22T20:28:34.7164941Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-08-22T20:28:34.8334413Z Switched to a new branch 'main' 2024-08-22T20:28:34.8335181Z branch 'main' set up to track 'origin/main'. 2024-08-22T20:28:34.8346679Z ##[endgroup] 2024-08-22T20:28:34.8347571Z ##[group]Setting up auth for fetching submodules 2024-08-22T20:28:34.8351858Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:34.8418016Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-22T20:28:34.8464030Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-22T20:28:34.8510939Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-22T20:28:34.8552249Z ##[endgroup] 2024-08-22T20:28:34.8552930Z ##[group]Fetching submodules 2024-08-22T20:28:34.8554624Z [command]/usr/bin/git submodule sync --recursive 2024-08-22T20:28:34.8915465Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-08-22T20:28:34.9274504Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-22T20:28:34.9632517Z ##[endgroup] 2024-08-22T20:28:34.9633444Z ##[group]Persisting credentials for submodules 2024-08-22T20:28:34.9638016Z [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:34.9989298Z [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:35.0348620Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-22T20:28:35.0711027Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-22T20:28:35.1062582Z ##[endgroup] 2024-08-22T20:28:35.1114969Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:28:35.1155348Z '6dab351bed7d1c647665a8b8e883ec5b1c973feb' 2024-08-22T20:28:35.1464647Z Prepare all required actions 2024-08-22T20:28:35.1465327Z Getting action download info 2024-08-22T20:28:35.2429796Z Download action repository 'pytorch/test-infra@main' (SHA:6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:28:35.7167395Z Getting action download info 2024-08-22T20:28:35.8193375Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-22T20:28:35.9647537Z ##[group]Run ./test-infra/.github/actions/setup-linux 2024-08-22T20:28:35.9648180Z env: 2024-08-22T20:28:35.9648526Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:35.9648978Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:35.9649360Z PR_NUMBER: 1044 2024-08-22T20:28:35.9651417Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:35.9653494Z ##[endgroup] 2024-08-22T20:28:35.9856730Z ##[group]Run set -euo pipefail 2024-08-22T20:28:35.9857148Z set -euo pipefail 2024-08-22T20:28:35.9857540Z function get_ec2_metadata() { 2024-08-22T20:28:35.9858070Z  # Pulled from instance metadata endpoint for EC2 2024-08-22T20:28:35.9858954Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-22T20:28:35.9859749Z  category=$1 2024-08-22T20:28:35.9860276Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-22T20:28:35.9860859Z } 2024-08-22T20:28:35.9861214Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-22T20:28:35.9861813Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-22T20:28:35.9862471Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-22T20:28:35.9863044Z echo "system info $(uname -a)" 2024-08-22T20:28:35.9872113Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:35.9872601Z env: 2024-08-22T20:28:35.9872926Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:35.9873390Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:35.9873769Z PR_NUMBER: 1044 2024-08-22T20:28:35.9875786Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:35.9878057Z ##[endgroup] 2024-08-22T20:28:35.9970484Z ami-id: ami-06c68f701d8090592 2024-08-22T20:28:36.0028485Z instance-id: i-0fa9e7c20e90fb62a 2024-08-22T20:28:36.0082271Z instance-type: g5.4xlarge 2024-08-22T20:28:36.0096976Z system info Linux ip-10-0-52-162.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:36.0128632Z ##[group]Run if systemctl is-active --quiet docker; then 2024-08-22T20:28:36.0129217Z if systemctl is-active --quiet docker; then 2024-08-22T20:28:36.0129753Z  echo "Docker daemon is running..."; 2024-08-22T20:28:36.0130200Z else 2024-08-22T20:28:36.0130692Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-08-22T20:28:36.0131265Z fi 2024-08-22T20:28:36.0139957Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:36.0140444Z env: 2024-08-22T20:28:36.0140767Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:36.0141226Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:36.0141796Z PR_NUMBER: 1044 2024-08-22T20:28:36.0143829Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:36.0145931Z ##[endgroup] 2024-08-22T20:28:36.0232327Z Docker daemon is running... 2024-08-22T20:28:36.0258990Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:36.0259856Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:36.0260586Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2024-08-22T20:28:36.0261464Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2024-08-22T20:28:36.0262443Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-08-22T20:28:36.0271679Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:36.0272174Z env: 2024-08-22T20:28:36.0272494Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:36.0272957Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:36.0273336Z PR_NUMBER: 1044 2024-08-22T20:28:36.0275360Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:36.0277519Z AWS_RETRY_MODE: standard 2024-08-22T20:28:36.0277871Z AWS_MAX_ATTEMPTS: 5 2024-08-22T20:28:36.0278215Z AWS_DEFAULT_REGION: us-east-1 2024-08-22T20:28:36.0278579Z ##[endgroup] 2024-08-22T20:28:37.1093373Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:28:37.1094220Z Configure a credential helper to remove this warning. See 2024-08-22T20:28:37.1095066Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:28:37.1095582Z 2024-08-22T20:28:37.1095700Z Login Succeeded 2024-08-22T20:28:37.1145043Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:37.1146035Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:37.1146771Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:37.1156498Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:37.1156987Z env: 2024-08-22T20:28:37.1157312Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:37.1157788Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:37.1158165Z PR_NUMBER: 1044 2024-08-22T20:28:37.1160189Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:37.1162288Z ##[endgroup] 2024-08-22T20:28:37.1258553Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:37.1259206Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:37.1259732Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:37.1260215Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:37.1260826Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:37.1261569Z  2024-08-22T20:28:37.1261977Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-08-22T20:28:37.1262555Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:37.1263057Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:37.1263709Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:37.1264304Z  2024-08-22T20:28:37.1264628Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2024-08-22T20:28:37.1265109Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:37.1265568Z mkdir -p "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:37.1266121Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:37.1274999Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:37.1275493Z env: 2024-08-22T20:28:37.1275813Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:37.1276277Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:37.1276664Z PR_NUMBER: 1044 2024-08-22T20:28:37.1278693Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:37.1280777Z ##[endgroup] 2024-08-22T20:28:37.3637150Z ##[group]Run needs=0 2024-08-22T20:28:37.3637510Z needs=0 2024-08-22T20:28:37.3638019Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2024-08-22T20:28:37.3638609Z  needs=1 2024-08-22T20:28:37.3638918Z fi 2024-08-22T20:28:37.3639262Z echo "does=${needs}" >> $GITHUB_OUTPUT 2024-08-22T20:28:37.3648294Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:37.3648804Z env: 2024-08-22T20:28:37.3649127Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:37.3649579Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:37.3649954Z PR_NUMBER: 1044 2024-08-22T20:28:37.3651974Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:37.3654435Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:37.3655195Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:37.3655910Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:37.3656449Z ##[endgroup] 2024-08-22T20:28:37.4011662Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-08-22T20:28:37.4012186Z with: 2024-08-22T20:28:37.4012465Z driver-version: 550.54.15 2024-08-22T20:28:37.4012801Z env: 2024-08-22T20:28:37.4013114Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:37.4013569Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:37.4013943Z PR_NUMBER: 1044 2024-08-22T20:28:37.4015972Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:37.4018256Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:37.4019206Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:37.4019943Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:37.4020462Z ##[endgroup] 2024-08-22T20:28:37.4066279Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-22T20:28:37.4066833Z with: 2024-08-22T20:28:37.4067103Z timeout_minutes: 10 2024-08-22T20:28:37.4067421Z max_attempts: 3 2024-08-22T20:28:37.4105964Z 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:37.4138870Z retry_wait_seconds: 10 2024-08-22T20:28:37.4139231Z polling_interval_seconds: 1 2024-08-22T20:28:37.4139593Z warning_on_retry: true 2024-08-22T20:28:37.4139953Z continue_on_error: false 2024-08-22T20:28:37.4140286Z env: 2024-08-22T20:28:37.4140599Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:37.4141051Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:37.4141429Z PR_NUMBER: 1044 2024-08-22T20:28:37.4143429Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:37.4145768Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:37.4146536Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:37.4147266Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:37.4147783Z DRIVER_VERSION: 550.54.15 2024-08-22T20:28:37.4148133Z ##[endgroup] 2024-08-22T20:28:37.4965892Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-08-22T20:28:37.4967238Z + pre_install_nvidia_driver_amzn2 2024-08-22T20:28:37.4968854Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-08-22T20:28:37.8295872Z No match for argument: nvidia-driver-latest-dkms 2024-08-22T20:28:37.8297032Z No packages marked for removal. 2024-08-22T20:28:37.8362908Z Dependencies resolved. 2024-08-22T20:28:37.8372188Z Nothing to do. 2024-08-22T20:28:37.8373081Z Complete! 2024-08-22T20:28:37.8848371Z + install_nvidia_driver_common 2024-08-22T20:28:37.8852355Z + echo 'Before installing NVIDIA driver' 2024-08-22T20:28:37.8852913Z + lspci 2024-08-22T20:28:37.8853287Z Before installing NVIDIA driver 2024-08-22T20:28:37.8965954Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:28:37.8967368Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:28:37.8968420Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:28:37.8969204Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:28:37.8970004Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:28:37.8970797Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:28:37.8971528Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:28:37.8972325Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:28:37.8972920Z + lsmod 2024-08-22T20:28:37.9019955Z Module Size Used by 2024-08-22T20:28:37.9020360Z veth 36864 0 2024-08-22T20:28:37.9020781Z nvidia_modeset 1351680 0 2024-08-22T20:28:37.9021305Z video 65536 1 nvidia_modeset 2024-08-22T20:28:37.9021821Z wmi 36864 1 video 2024-08-22T20:28:37.9022298Z nvidia_uvm 4706304 0 2024-08-22T20:28:37.9022804Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:28:37.9023330Z drm 602112 1 nvidia 2024-08-22T20:28:37.9023767Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:28:37.9024290Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:28:37.9024793Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:28:37.9025210Z xt_conntrack 16384 1 2024-08-22T20:28:37.9025584Z nft_chain_nat 16384 3 2024-08-22T20:28:37.9025958Z xt_MASQUERADE 20480 1 2024-08-22T20:28:37.9026404Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:28:37.9026938Z nf_conntrack_netlink 57344 0 2024-08-22T20:28:37.9027513Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:28:37.9028143Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:28:37.9028609Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:28:37.9029039Z xfrm_user 57344 1 2024-08-22T20:28:37.9029427Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:28:37.9029850Z xt_addrtype 16384 2 2024-08-22T20:28:37.9030223Z nft_compat 20480 4 2024-08-22T20:28:37.9030666Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:28:37.9031273Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:28:37.9031813Z br_netfilter 36864 0 2024-08-22T20:28:37.9032214Z bridge 307200 1 br_netfilter 2024-08-22T20:28:37.9032854Z stp 16384 1 bridge 2024-08-22T20:28:37.9033272Z llc 16384 2 bridge,stp 2024-08-22T20:28:37.9033682Z overlay 167936 0 2024-08-22T20:28:37.9034047Z tls 114688 0 2024-08-22T20:28:37.9034411Z nls_ascii 16384 1 2024-08-22T20:28:37.9034770Z nls_cp437 20480 1 2024-08-22T20:28:37.9035139Z vfat 24576 1 2024-08-22T20:28:37.9035505Z fat 86016 1 vfat 2024-08-22T20:28:37.9035893Z sunrpc 692224 1 2024-08-22T20:28:37.9036258Z ena 167936 0 2024-08-22T20:28:37.9036633Z ghash_clmulni_intel 16384 0 2024-08-22T20:28:37.9037008Z ptp 36864 1 ena 2024-08-22T20:28:37.9037404Z pps_core 24576 1 ptp 2024-08-22T20:28:37.9037806Z aesni_intel 393216 0 2024-08-22T20:28:37.9038168Z i8042 45056 0 2024-08-22T20:28:37.9038537Z serio 28672 3 i8042 2024-08-22T20:28:37.9038960Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:28:37.9039479Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:28:37.9039974Z button 24576 0 2024-08-22T20:28:37.9040457Z sch_fq_codel 20480 17 2024-08-22T20:28:37.9040941Z dm_mod 188416 0 2024-08-22T20:28:37.9041424Z fuse 163840 1 2024-08-22T20:28:37.9042090Z configfs 57344 1 2024-08-22T20:28:37.9042571Z loop 36864 0 2024-08-22T20:28:37.9042964Z dax 45056 1 dm_mod 2024-08-22T20:28:37.9043362Z dmi_sysfs 20480 0 2024-08-22T20:28:37.9043727Z crc32_pclmul 16384 0 2024-08-22T20:28:37.9044097Z crc32c_intel 24576 0 2024-08-22T20:28:37.9044472Z efivarfs 24576 1 2024-08-22T20:28:37.9044826Z + modinfo nvidia 2024-08-22T20:28:37.9045541Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:28:37.9046278Z alias: char-major-195-* 2024-08-22T20:28:37.9046684Z version: 550.54.15 2024-08-22T20:28:37.9047022Z supported: external 2024-08-22T20:28:37.9047363Z license: NVIDIA 2024-08-22T20:28:37.9047739Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:28:37.9048303Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:28:37.9048766Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:28:37.9049237Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:28:37.9049734Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:28:37.9050227Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:28:37.9050720Z depends: i2c-core,drm 2024-08-22T20:28:37.9051074Z retpoline: Y 2024-08-22T20:28:37.9051379Z name: nvidia 2024-08-22T20:28:37.9051992Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:28:37.9052690Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:28:37.9053332Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:28:37.9053928Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:28:37.9054365Z parm: NVreg_RmLogonRC:int 2024-08-22T20:28:37.9054804Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:28:37.9055260Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:28:37.9055691Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:28:37.9056131Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:28:37.9056652Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:28:37.9057205Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:28:37.9057684Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:28:37.9058116Z parm: NVreg_EnableMSI:int 2024-08-22T20:28:37.9058523Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:28:37.9058977Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:28:37.9059504Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:28:37.9060184Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:28:37.9060747Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:28:37.9061352Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:37.9061947Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:28:37.9062560Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:37.9063157Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:28:37.9063651Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:28:37.9064176Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:28:37.9064723Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:28:37.9065220Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:28:37.9065682Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:28:37.9066164Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:28:37.9066636Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:28:37.9067084Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:28:37.9067597Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:28:37.9068123Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:28:37.9068595Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:28:37.9069088Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:28:37.9069689Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:28:37.9070171Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:28:37.9070669Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:28:37.9071152Z parm: NVreg_RmMsg:charp 2024-08-22T20:28:37.9071558Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:28:37.9072028Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:28:37.9072503Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:28:37.9072955Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:28:37.9073436Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:28:37.9073921Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:28:37.9074369Z parm: rm_firmware_active:charp 2024-08-22T20:28:37.9074790Z + HAS_NVIDIA_DRIVER=0 2024-08-22T20:28:37.9075182Z ++ command -v nvidia-smi 2024-08-22T20:28:37.9075576Z + '[' -x /usr/bin/nvidia-smi ']' 2024-08-22T20:28:37.9075943Z + set +e 2024-08-22T20:28:37.9076513Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-08-22T20:28:37.9332351Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-08-22T20:28:37.9332777Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:28:37.9333321Z + '[' 0 -ne 0 ']' 2024-08-22T20:28:37.9333694Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-08-22T20:28:37.9334066Z + HAS_NVIDIA_DRIVER=1 2024-08-22T20:28:37.9334782Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-08-22T20:28:37.9335492Z + set -e 2024-08-22T20:28:37.9335793Z + '[' 1 -eq 0 ']' 2024-08-22T20:28:37.9336361Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-08-22T20:28:37.9337058Z + post_install_nvidia_driver_common 2024-08-22T20:28:37.9340071Z + sudo modprobe nvidia 2024-08-22T20:28:38.0596484Z + echo 'After installing NVIDIA driver' 2024-08-22T20:28:38.0596930Z + lspci 2024-08-22T20:28:38.0597218Z After installing NVIDIA driver 2024-08-22T20:28:38.0702090Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:28:38.0702967Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:28:38.0703899Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:28:38.0704678Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:28:38.0705481Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:28:38.0706265Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:28:38.0706989Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:28:38.0708050Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:28:38.0708632Z + lsmod 2024-08-22T20:28:38.0739026Z Module Size Used by 2024-08-22T20:28:38.0739452Z veth 36864 0 2024-08-22T20:28:38.0739927Z nvidia_modeset 1351680 0 2024-08-22T20:28:38.0740477Z video 65536 1 nvidia_modeset 2024-08-22T20:28:38.0740987Z wmi 36864 1 video 2024-08-22T20:28:38.0741508Z nvidia_uvm 4706304 0 2024-08-22T20:28:38.0742072Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:28:38.0742564Z drm 602112 1 nvidia 2024-08-22T20:28:38.0743002Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:28:38.0743527Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:28:38.0744029Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:28:38.0744445Z xt_conntrack 16384 1 2024-08-22T20:28:38.0744830Z nft_chain_nat 16384 3 2024-08-22T20:28:38.0745205Z xt_MASQUERADE 20480 1 2024-08-22T20:28:38.0745644Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:28:38.0746149Z nf_conntrack_netlink 57344 0 2024-08-22T20:28:38.0746755Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:28:38.0747597Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:28:38.0748064Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:28:38.0748498Z xfrm_user 57344 1 2024-08-22T20:28:38.0748884Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:28:38.0749305Z xt_addrtype 16384 2 2024-08-22T20:28:38.0749676Z nft_compat 20480 4 2024-08-22T20:28:38.0750121Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:28:38.0750732Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:28:38.0751275Z br_netfilter 36864 0 2024-08-22T20:28:38.0751684Z bridge 307200 1 br_netfilter 2024-08-22T20:28:38.0752120Z stp 16384 1 bridge 2024-08-22T20:28:38.0752540Z llc 16384 2 bridge,stp 2024-08-22T20:28:38.0752953Z overlay 167936 0 2024-08-22T20:28:38.0753320Z tls 114688 0 2024-08-22T20:28:38.0753688Z nls_ascii 16384 1 2024-08-22T20:28:38.0754060Z nls_cp437 20480 1 2024-08-22T20:28:38.0754427Z vfat 24576 1 2024-08-22T20:28:38.0754796Z fat 86016 1 vfat 2024-08-22T20:28:38.0755184Z sunrpc 692224 1 2024-08-22T20:28:38.0755546Z ena 167936 0 2024-08-22T20:28:38.0755919Z ghash_clmulni_intel 16384 0 2024-08-22T20:28:38.0756291Z ptp 36864 1 ena 2024-08-22T20:28:38.0756689Z pps_core 24576 1 ptp 2024-08-22T20:28:38.0757088Z aesni_intel 393216 0 2024-08-22T20:28:38.0757500Z i8042 45056 0 2024-08-22T20:28:38.0758000Z serio 28672 3 i8042 2024-08-22T20:28:38.0758547Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:28:38.0759198Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:28:38.0759833Z button 24576 0 2024-08-22T20:28:38.0760312Z sch_fq_codel 20480 17 2024-08-22T20:28:38.0760791Z dm_mod 188416 0 2024-08-22T20:28:38.0761218Z fuse 163840 1 2024-08-22T20:28:38.0761584Z configfs 57344 1 2024-08-22T20:28:38.0761942Z loop 36864 0 2024-08-22T20:28:38.0762335Z dax 45056 1 dm_mod 2024-08-22T20:28:38.0762865Z dmi_sysfs 20480 0 2024-08-22T20:28:38.0763336Z crc32_pclmul 16384 0 2024-08-22T20:28:38.0763770Z crc32c_intel 24576 0 2024-08-22T20:28:38.0764136Z efivarfs 24576 1 2024-08-22T20:28:38.0764487Z + modinfo nvidia 2024-08-22T20:28:38.0765195Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:28:38.0766081Z alias: char-major-195-* 2024-08-22T20:28:38.0766503Z version: 550.54.15 2024-08-22T20:28:38.0766839Z supported: external 2024-08-22T20:28:38.0767177Z license: NVIDIA 2024-08-22T20:28:38.0767549Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:28:38.0768106Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:28:38.0768562Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:28:38.0769023Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:28:38.0769511Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:28:38.0770000Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:28:38.0770493Z depends: i2c-core,drm 2024-08-22T20:28:38.0770843Z retpoline: Y 2024-08-22T20:28:38.0771145Z name: nvidia 2024-08-22T20:28:38.0771753Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:28:38.0772454Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:28:38.0773093Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:28:38.0773681Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:28:38.0774125Z parm: NVreg_RmLogonRC:int 2024-08-22T20:28:38.0774555Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:28:38.0775108Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:28:38.0775541Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:28:38.0775984Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:28:38.0776558Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:28:38.0777112Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:28:38.0777591Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:28:38.0778020Z parm: NVreg_EnableMSI:int 2024-08-22T20:28:38.0778431Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:28:38.0778886Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:28:38.0780857Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:28:38.0781435Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:28:38.0781990Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:28:38.0782594Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:38.0783197Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:28:38.0783806Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:38.0784392Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:28:38.0784884Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:28:38.0785412Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:28:38.0785955Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:28:38.0786447Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:28:38.0786902Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:28:38.0787381Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:28:38.0787855Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:28:38.0788296Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:28:38.0788798Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:28:38.0789326Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:28:38.0789797Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:28:38.0790288Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:28:38.0790786Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:28:38.0791269Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:28:38.0791772Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:28:38.0792251Z parm: NVreg_RmMsg:charp 2024-08-22T20:28:38.0792655Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:28:38.0793123Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:28:38.0793590Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:28:38.0794039Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:28:38.0794607Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:28:38.0795084Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:28:38.0795530Z parm: rm_firmware_active:charp 2024-08-22T20:28:38.0795931Z + set +e 2024-08-22T20:28:38.0796240Z + nvidia-smi 2024-08-22T20:28:38.0982083Z Thu Aug 22 20:28:38 2024 2024-08-22T20:28:38.0982930Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:38.0983932Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:28:38.0984736Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:38.0985530Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:28:38.0986425Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:28:38.0987130Z | | | MIG M. | 2024-08-22T20:28:38.0987675Z |=========================================+========================+======================| 2024-08-22T20:28:38.1277686Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:28:38.1278702Z | 0% 29C P8 16W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:28:38.1279353Z | | | N/A | 2024-08-22T20:28:38.1280063Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:38.1349190Z 2024-08-22T20:28:38.1350004Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:38.1350647Z | Processes: | 2024-08-22T20:28:38.1351372Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:28:38.1352066Z | ID ID Usage | 2024-08-22T20:28:38.1352629Z |=========================================================================================| 2024-08-22T20:28:38.1355126Z | No running processes found | 2024-08-22T20:28:38.1355911Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:38.4538925Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-08-22T20:28:38.4735621Z NVIDIA A10G 2024-08-22T20:28:38.4796377Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:28:38.4797067Z + '[' 0 -eq 0 ']' 2024-08-22T20:28:38.4797480Z + echo 'INFO: Ignoring allowed status 0' 2024-08-22T20:28:38.4797899Z + set -e 2024-08-22T20:28:38.4798783Z INFO: Ignoring allowed status 0 2024-08-22T20:28:38.4811835Z == Installing nvidia container toolkit for amzn2023 == 2024-08-22T20:28:38.4816011Z + sudo yum install -y yum-utils 2024-08-22T20:28:38.9449637Z Last metadata expiration check: 0:08:25 ago on Thu Aug 22 20:20:13 2024. 2024-08-22T20:28:38.9672099Z Package dnf-utils-4.3.0-13.amzn2023.0.4.noarch is already installed. 2024-08-22T20:28:38.9981222Z Dependencies resolved. 2024-08-22T20:28:39.0107726Z Nothing to do. 2024-08-22T20:28:39.0108181Z Complete! 2024-08-22T20:28:39.0510336Z + [[ amzn2023 == \a\m\z\n\2\0\2\3 ]] 2024-08-22T20:28:39.0511460Z + YUM_REPO_URL=https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:39.0512771Z + sudo yum-config-manager --add-repo https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:39.3134138Z Adding repo from: https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:39.3834923Z + sudo yum install -y nvidia-docker2 2024-08-22T20:28:39.9009526Z nvidia-container-toolkit 9.5 kB/s | 833 B 00:00 2024-08-22T20:28:39.9233988Z Package nvidia-docker2-2.14.0-1.noarch is already installed. 2024-08-22T20:28:39.9535689Z Dependencies resolved. 2024-08-22T20:28:39.9658646Z Nothing to do. 2024-08-22T20:28:39.9658949Z Complete! 2024-08-22T20:28:40.0070250Z + sudo systemctl restart docker 2024-08-22T20:28:42.1876934Z nvidia-persistenced failed to initialize. Check syslog for more details. 2024-08-22T20:28:42.2124583Z Thu Aug 22 20:28:42 2024 2024-08-22T20:28:42.2125526Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:42.2126356Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:28:42.2127153Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:42.2128092Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:28:42.2129021Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:28:42.2129709Z | | | MIG M. | 2024-08-22T20:28:42.2130261Z |=========================================+========================+======================| 2024-08-22T20:28:42.2342966Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:28:42.2343716Z | 0% 29C P8 16W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:28:42.2344347Z | | | N/A | 2024-08-22T20:28:42.2345072Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:42.2348012Z 2024-08-22T20:28:42.2348818Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:42.2349448Z | Processes: | 2024-08-22T20:28:42.2350144Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:28:42.2350836Z | ID ID Usage | 2024-08-22T20:28:42.2351395Z |=========================================================================================| 2024-08-22T20:28:42.2354906Z | No running processes found | 2024-08-22T20:28:42.2355708Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:43.4768438Z Command completed after 1 attempt(s). 2024-08-22T20:28:43.4854821Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:28:43.4855599Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:28:43.4856178Z # shellcheck disable=SC2046 2024-08-22T20:28:43.4856632Z docker stop $(docker ps -q) || true 2024-08-22T20:28:43.4857096Z # Prune all of the docker images 2024-08-22T20:28:43.4857538Z docker system prune -af 2024-08-22T20:28:43.4869832Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:43.4870325Z env: 2024-08-22T20:28:43.4870661Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:43.4871122Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:43.4871491Z PR_NUMBER: 1044 2024-08-22T20:28:43.4873521Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:43.4875997Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:43.4876769Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:43.4877487Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:43.4878112Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:43.4878593Z ##[endgroup] 2024-08-22T20:28:43.5210605Z "docker stop" requires at least 1 argument. 2024-08-22T20:28:43.5211476Z See 'docker stop --help'. 2024-08-22T20:28:43.5211720Z 2024-08-22T20:28:43.5211942Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-22T20:28:43.5212325Z 2024-08-22T20:28:43.5212476Z Stop one or more running containers 2024-08-22T20:28:43.5404269Z Total reclaimed space: 0B 2024-08-22T20:28:43.5477059Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2024-08-22T20:28:43.5477535Z with: 2024-08-22T20:28:43.5477999Z github-secret: *** 2024-08-22T20:28:43.5478912Z 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:43.5479897Z activate-with-label: false 2024-08-22T20:28:43.5480258Z label: with-ssh 2024-08-22T20:28:43.5480580Z remove-existing-keys: true 2024-08-22T20:28:43.5480944Z fail-silently: true 2024-08-22T20:28:43.5481256Z env: 2024-08-22T20:28:43.5481572Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:43.5482026Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:43.5482401Z PR_NUMBER: 1044 2024-08-22T20:28:43.5484450Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:43.5486733Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:43.5487496Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:43.5488428Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:43.5489051Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:43.5489536Z ##[endgroup] 2024-08-22T20:28:43.6323655Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-08-22T20:28:43.9178462Z Grabbing public ssh keys from https://github.com/kwen2501.keys 2024-08-22T20:28:44.2221789Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-08-22T20:28:44.2236314Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-08-22T20:28:44.2263684Z Login using: ssh ec2-user@ec2-44-223-32-159.compute-1.amazonaws.com 2024-08-22T20:28:44.2264557Z All testing is done inside the container, to start an interactive session run: 2024-08-22T20:28:44.2265389Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:28:44.2393191Z ##[group]Run actions/checkout@v3 2024-08-22T20:28:44.2393580Z with: 2024-08-22T20:28:44.2393863Z repository: pytorch/torchchat 2024-08-22T20:28:44.2394247Z ref: refs/pull/1044/merge 2024-08-22T20:28:44.2394602Z path: pytorch/torchchat 2024-08-22T20:28:44.2394936Z fetch-depth: 1 2024-08-22T20:28:44.2395362Z token: *** 2024-08-22T20:28:44.2395657Z ssh-strict: true 2024-08-22T20:28:44.2395985Z persist-credentials: true 2024-08-22T20:28:44.2396329Z clean: true 2024-08-22T20:28:44.2396651Z sparse-checkout-cone-mode: true 2024-08-22T20:28:44.2397041Z fetch-tags: false 2024-08-22T20:28:44.2397340Z lfs: false 2024-08-22T20:28:44.2397644Z set-safe-directory: true 2024-08-22T20:28:44.2397980Z env: 2024-08-22T20:28:44.2398490Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:44.2398951Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:44.2399322Z PR_NUMBER: 1044 2024-08-22T20:28:44.2401769Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:44.2404051Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:44.2404818Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:44.2405543Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:44.2406172Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:44.2406650Z ##[endgroup] 2024-08-22T20:28:44.3292675Z Syncing repository: pytorch/torchchat 2024-08-22T20:28:44.3302784Z ##[group]Getting Git version info 2024-08-22T20:28:44.3303653Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-08-22T20:28:44.3324615Z [command]/usr/bin/git version 2024-08-22T20:28:44.3372976Z git version 2.40.1 2024-08-22T20:28:44.3393848Z ##[endgroup] 2024-08-22T20:28:44.3408257Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/667edcf3-db18-4d31-b969-cbbb49cf098d' before making global git config changes 2024-08-22T20:28:44.3409507Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:28:44.3412829Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:28:44.3455745Z ##[group]Initializing the repository 2024-08-22T20:28:44.3458865Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:28:44.3498587Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:28:44.3499685Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:28:44.3500496Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:28:44.3501305Z hint: 2024-08-22T20:28:44.3501750Z hint: git config --global init.defaultBranch 2024-08-22T20:28:44.3502220Z hint: 2024-08-22T20:28:44.3502737Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:28:44.3503591Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:28:44.3504179Z hint: 2024-08-22T20:28:44.3504495Z hint: git branch -m 2024-08-22T20:28:44.3505659Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-08-22T20:28:44.3512938Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:28:44.3558091Z ##[endgroup] 2024-08-22T20:28:44.3558659Z ##[group]Disabling automatic garbage collection 2024-08-22T20:28:44.3561052Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:28:44.3604792Z ##[endgroup] 2024-08-22T20:28:44.3605825Z ##[group]Setting up auth 2024-08-22T20:28:44.3608638Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:28:44.3652548Z [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:44.4009335Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:28:44.4051934Z [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:44.4407143Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:44.4466630Z ##[endgroup] 2024-08-22T20:28:44.4467190Z ##[group]Fetching the repository 2024-08-22T20:28:44.4473851Z [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:44.6318623Z remote: Enumerating objects: 237, done. 2024-08-22T20:28:44.6319779Z remote: Counting objects: 0% (1/237) 2024-08-22T20:28:44.6320276Z remote: Counting objects: 1% (3/237) 2024-08-22T20:28:44.6320800Z remote: Counting objects: 2% (5/237) 2024-08-22T20:28:44.6321424Z remote: Counting objects: 3% (8/237) 2024-08-22T20:28:44.6321990Z remote: Counting objects: 4% (10/237) 2024-08-22T20:28:44.6322637Z remote: Counting objects: 5% (12/237) 2024-08-22T20:28:44.6323310Z remote: Counting objects: 6% (15/237) 2024-08-22T20:28:44.6323961Z remote: Counting objects: 7% (17/237) 2024-08-22T20:28:44.6324596Z remote: Counting objects: 8% (19/237) 2024-08-22T20:28:44.6325338Z remote: Counting objects: 9% (22/237) 2024-08-22T20:28:44.6325940Z remote: Counting objects: 10% (24/237) 2024-08-22T20:28:44.6326424Z remote: Counting objects: 11% (27/237) 2024-08-22T20:28:44.6326900Z remote: Counting objects: 12% (29/237) 2024-08-22T20:28:44.6327382Z remote: Counting objects: 13% (31/237) 2024-08-22T20:28:44.6327934Z remote: Counting objects: 14% (34/237) 2024-08-22T20:28:44.6328690Z remote: Counting objects: 15% (36/237) 2024-08-22T20:28:44.6329268Z remote: Counting objects: 16% (38/237) 2024-08-22T20:28:44.6329757Z remote: Counting objects: 17% (41/237) 2024-08-22T20:28:44.6330242Z remote: Counting objects: 18% (43/237) 2024-08-22T20:28:44.6330719Z remote: Counting objects: 19% (46/237) 2024-08-22T20:28:44.6332692Z remote: Counting objects: 20% (48/237) 2024-08-22T20:28:44.6333177Z remote: Counting objects: 21% (50/237) 2024-08-22T20:28:44.6333656Z remote: Counting objects: 22% (53/237) 2024-08-22T20:28:44.6334142Z remote: Counting objects: 23% (55/237) 2024-08-22T20:28:44.6334625Z remote: Counting objects: 24% (57/237) 2024-08-22T20:28:44.6335101Z remote: Counting objects: 25% (60/237) 2024-08-22T20:28:44.6335583Z remote: Counting objects: 26% (62/237) 2024-08-22T20:28:44.6336066Z remote: Counting objects: 27% (64/237) 2024-08-22T20:28:44.6336540Z remote: Counting objects: 28% (67/237) 2024-08-22T20:28:44.6337024Z remote: Counting objects: 29% (69/237) 2024-08-22T20:28:44.6337507Z remote: Counting objects: 30% (72/237) 2024-08-22T20:28:44.6337983Z remote: Counting objects: 31% (74/237) 2024-08-22T20:28:44.6338466Z remote: Counting objects: 32% (76/237) 2024-08-22T20:28:44.6338953Z remote: Counting objects: 33% (79/237) 2024-08-22T20:28:44.6339426Z remote: Counting objects: 34% (81/237) 2024-08-22T20:28:44.6339909Z remote: Counting objects: 35% (83/237) 2024-08-22T20:28:44.6340651Z remote: Counting objects: 36% (86/237) 2024-08-22T20:28:44.6341131Z remote: Counting objects: 37% (88/237) 2024-08-22T20:28:44.6341612Z remote: Counting objects: 38% (91/237) 2024-08-22T20:28:44.6342094Z remote: Counting objects: 39% (93/237) 2024-08-22T20:28:44.6342576Z remote: Counting objects: 40% (95/237) 2024-08-22T20:28:44.6343050Z remote: Counting objects: 41% (98/237) 2024-08-22T20:28:44.6343537Z remote: Counting objects: 42% (100/237) 2024-08-22T20:28:44.6344039Z remote: Counting objects: 43% (102/237) 2024-08-22T20:28:44.6344528Z remote: Counting objects: 44% (105/237) 2024-08-22T20:28:44.6345024Z remote: Counting objects: 45% (107/237) 2024-08-22T20:28:44.6345674Z remote: Counting objects: 46% (110/237) 2024-08-22T20:28:44.6346157Z remote: Counting objects: 47% (112/237) 2024-08-22T20:28:44.6346648Z remote: Counting objects: 48% (114/237) 2024-08-22T20:28:44.6347146Z remote: Counting objects: 49% (117/237) 2024-08-22T20:28:44.6347631Z remote: Counting objects: 50% (119/237) 2024-08-22T20:28:44.6348146Z remote: Counting objects: 51% (121/237) 2024-08-22T20:28:44.6348662Z remote: Counting objects: 52% (124/237) 2024-08-22T20:28:44.6349146Z remote: Counting objects: 53% (126/237) 2024-08-22T20:28:44.6349637Z remote: Counting objects: 54% (128/237) 2024-08-22T20:28:44.6350127Z remote: Counting objects: 55% (131/237) 2024-08-22T20:28:44.6350613Z remote: Counting objects: 56% (133/237) 2024-08-22T20:28:44.6351105Z remote: Counting objects: 57% (136/237) 2024-08-22T20:28:44.6351594Z remote: Counting objects: 58% (138/237) 2024-08-22T20:28:44.6352084Z remote: Counting objects: 59% (140/237) 2024-08-22T20:28:44.6352580Z remote: Counting objects: 60% (143/237) 2024-08-22T20:28:44.6353068Z remote: Counting objects: 61% (145/237) 2024-08-22T20:28:44.6353559Z remote: Counting objects: 62% (147/237) 2024-08-22T20:28:44.6354040Z remote: Counting objects: 63% (150/237) 2024-08-22T20:28:44.6354530Z remote: Counting objects: 64% (152/237) 2024-08-22T20:28:44.6355020Z remote: Counting objects: 65% (155/237) 2024-08-22T20:28:44.6355502Z remote: Counting objects: 66% (157/237) 2024-08-22T20:28:44.6355990Z remote: Counting objects: 67% (159/237) 2024-08-22T20:28:44.6356479Z remote: Counting objects: 68% (162/237) 2024-08-22T20:28:44.6356961Z remote: Counting objects: 69% (164/237) 2024-08-22T20:28:44.6357450Z remote: Counting objects: 70% (166/237) 2024-08-22T20:28:44.6357939Z remote: Counting objects: 71% (169/237) 2024-08-22T20:28:44.6358425Z remote: Counting objects: 72% (171/237) 2024-08-22T20:28:44.6358912Z remote: Counting objects: 73% (174/237) 2024-08-22T20:28:44.6359401Z remote: Counting objects: 74% (176/237) 2024-08-22T20:28:44.6359886Z remote: Counting objects: 75% (178/237) 2024-08-22T20:28:44.6360378Z remote: Counting objects: 76% (181/237) 2024-08-22T20:28:44.6360869Z remote: Counting objects: 77% (183/237) 2024-08-22T20:28:44.6361351Z remote: Counting objects: 78% (185/237) 2024-08-22T20:28:44.6361841Z remote: Counting objects: 79% (188/237) 2024-08-22T20:28:44.6362330Z remote: Counting objects: 80% (190/237) 2024-08-22T20:28:44.6362809Z remote: Counting objects: 81% (192/237) 2024-08-22T20:28:44.6363297Z remote: Counting objects: 82% (195/237) 2024-08-22T20:28:44.6363788Z remote: Counting objects: 83% (197/237) 2024-08-22T20:28:44.6364296Z remote: Counting objects: 84% (200/237) 2024-08-22T20:28:44.6364776Z remote: Counting objects: 85% (202/237) 2024-08-22T20:28:44.6365271Z remote: Counting objects: 86% (204/237) 2024-08-22T20:28:44.6365758Z remote: Counting objects: 87% (207/237) 2024-08-22T20:28:44.6366342Z remote: Counting objects: 88% (209/237) 2024-08-22T20:28:44.6366836Z remote: Counting objects: 89% (211/237) 2024-08-22T20:28:44.6367325Z remote: Counting objects: 90% (214/237) 2024-08-22T20:28:44.6367807Z remote: Counting objects: 91% (216/237) 2024-08-22T20:28:44.6368462Z remote: Counting objects: 92% (219/237) 2024-08-22T20:28:44.6369005Z remote: Counting objects: 93% (221/237) 2024-08-22T20:28:44.6369487Z remote: Counting objects: 94% (223/237) 2024-08-22T20:28:44.6369975Z remote: Counting objects: 95% (226/237) 2024-08-22T20:28:44.6370464Z remote: Counting objects: 96% (228/237) 2024-08-22T20:28:44.6370945Z remote: Counting objects: 97% (230/237) 2024-08-22T20:28:44.6371434Z remote: Counting objects: 98% (233/237) 2024-08-22T20:28:44.6372012Z remote: Counting objects: 99% (235/237) 2024-08-22T20:28:44.6372492Z remote: Counting objects: 100% (237/237) 2024-08-22T20:28:44.6373028Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:28:44.6373576Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:28:44.6374094Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:28:44.6374594Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:28:44.6375107Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:28:44.6375614Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:28:44.6376120Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:28:44.6376646Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:28:44.6377170Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:28:44.6377690Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:28:44.6378248Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:28:44.6378787Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:28:44.6379301Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:28:44.6379838Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:28:44.6380355Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:28:44.6380864Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:28:44.6381386Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:28:44.6386298Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:28:44.6401739Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:28:44.6416681Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:28:44.6420520Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:28:44.6421512Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:28:44.6427165Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:28:44.6430233Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:28:44.6430950Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:28:44.6432657Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:28:44.6433554Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:28:44.6435570Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:28:44.6436278Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:28:44.6436831Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:28:44.6444314Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:28:44.6445235Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:28:44.6445771Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:28:44.6446670Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:28:44.6447199Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:28:44.6447717Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:28:44.6448351Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:28:44.6448869Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:28:44.6449392Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:28:44.6450102Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:28:44.6450619Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:28:44.6451133Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:28:44.6452904Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:28:44.6453413Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:28:44.6453930Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:28:44.6454440Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:28:44.6454955Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:28:44.6457655Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:28:44.6458511Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:28:44.6460265Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:28:44.6460780Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:28:44.6461301Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:28:44.6461824Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:28:44.6462339Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:28:44.6463223Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:28:44.6463972Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:28:44.6464666Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:28:44.6465352Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:28:44.6466047Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:28:44.6466732Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:28:44.6467354Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:28:44.6468059Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:28:44.6468736Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:28:44.6469426Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:28:44.6471579Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:28:44.6474210Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:28:44.6475120Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:28:44.6477440Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:28:44.6478178Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:28:44.6479536Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:28:44.6482335Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:28:44.6486182Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:28:44.6487533Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:28:44.6488850Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:28:44.6489985Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:28:44.6493641Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:28:44.6494674Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:28:44.6495946Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:28:44.6496989Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:28:44.6503452Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:28:44.6504317Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:28:44.6507575Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:28:44.6508346Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:28:44.6508984Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:28:44.6509519Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:28:44.6510223Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:28:44.6510925Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:28:44.6511603Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:28:44.6512131Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:28:44.6512649Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:28:44.6513380Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:28:44.6513901Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:28:44.6514422Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:28:44.6514941Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:28:44.6515454Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:28:44.6515976Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:28:44.6516496Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:28:44.6517021Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:28:44.6517535Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:28:44.6518053Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:28:44.6518713Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:28:44.6519223Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:28:44.6519789Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:28:44.6541733Z Receiving objects: 0% (1/237) 2024-08-22T20:28:44.6542199Z Receiving objects: 1% (3/237) 2024-08-22T20:28:44.6542598Z Receiving objects: 2% (5/237) 2024-08-22T20:28:44.6543057Z Receiving objects: 3% (8/237) 2024-08-22T20:28:44.6545028Z Receiving objects: 4% (10/237) 2024-08-22T20:28:44.6545617Z Receiving objects: 5% (12/237) 2024-08-22T20:28:44.6546225Z Receiving objects: 6% (15/237) 2024-08-22T20:28:44.6546805Z Receiving objects: 7% (17/237) 2024-08-22T20:28:44.6547193Z Receiving objects: 8% (19/237) 2024-08-22T20:28:44.6549903Z Receiving objects: 9% (22/237) 2024-08-22T20:28:44.6550511Z Receiving objects: 10% (24/237) 2024-08-22T20:28:44.6550953Z Receiving objects: 11% (27/237) 2024-08-22T20:28:44.6551365Z Receiving objects: 12% (29/237) 2024-08-22T20:28:44.6551762Z Receiving objects: 13% (31/237) 2024-08-22T20:28:44.6552387Z Receiving objects: 14% (34/237) 2024-08-22T20:28:44.6553026Z Receiving objects: 15% (36/237) 2024-08-22T20:28:44.6556742Z Receiving objects: 16% (38/237) 2024-08-22T20:28:44.6557181Z Receiving objects: 17% (41/237) 2024-08-22T20:28:44.6557572Z Receiving objects: 18% (43/237) 2024-08-22T20:28:44.6557954Z Receiving objects: 19% (46/237) 2024-08-22T20:28:44.6558345Z Receiving objects: 20% (48/237) 2024-08-22T20:28:44.6558743Z Receiving objects: 21% (50/237) 2024-08-22T20:28:44.6559131Z Receiving objects: 22% (53/237) 2024-08-22T20:28:44.6559518Z Receiving objects: 23% (55/237) 2024-08-22T20:28:44.6559907Z Receiving objects: 24% (57/237) 2024-08-22T20:28:44.6560383Z Receiving objects: 25% (60/237) 2024-08-22T20:28:44.6560944Z Receiving objects: 26% (62/237) 2024-08-22T20:28:44.6561338Z Receiving objects: 27% (64/237) 2024-08-22T20:28:44.6561733Z Receiving objects: 28% (67/237) 2024-08-22T20:28:44.6562136Z Receiving objects: 29% (69/237) 2024-08-22T20:28:44.6562528Z Receiving objects: 30% (72/237) 2024-08-22T20:28:44.6563075Z Receiving objects: 31% (74/237) 2024-08-22T20:28:44.6563535Z Receiving objects: 32% (76/237) 2024-08-22T20:28:44.6563924Z Receiving objects: 33% (79/237) 2024-08-22T20:28:44.6564319Z Receiving objects: 34% (81/237) 2024-08-22T20:28:44.6564697Z Receiving objects: 35% (83/237) 2024-08-22T20:28:44.6565085Z Receiving objects: 36% (86/237) 2024-08-22T20:28:44.6565627Z Receiving objects: 37% (88/237) 2024-08-22T20:28:44.6566164Z Receiving objects: 38% (91/237) 2024-08-22T20:28:44.6566721Z Receiving objects: 39% (93/237) 2024-08-22T20:28:44.6567257Z Receiving objects: 40% (95/237) 2024-08-22T20:28:44.6567643Z Receiving objects: 41% (98/237) 2024-08-22T20:28:44.6568210Z Receiving objects: 42% (100/237) 2024-08-22T20:28:44.6568701Z Receiving objects: 43% (102/237) 2024-08-22T20:28:44.6569093Z Receiving objects: 44% (105/237) 2024-08-22T20:28:44.6569497Z Receiving objects: 45% (107/237) 2024-08-22T20:28:44.6570005Z Receiving objects: 46% (110/237) 2024-08-22T20:28:44.6570486Z Receiving objects: 47% (112/237) 2024-08-22T20:28:44.6571072Z Receiving objects: 48% (114/237) 2024-08-22T20:28:44.6571476Z Receiving objects: 49% (117/237) 2024-08-22T20:28:44.6576672Z Receiving objects: 50% (119/237) 2024-08-22T20:28:44.6577659Z Receiving objects: 51% (121/237) 2024-08-22T20:28:44.6580093Z Receiving objects: 52% (124/237) 2024-08-22T20:28:44.6611247Z Receiving objects: 53% (126/237) 2024-08-22T20:28:44.6611911Z Receiving objects: 54% (128/237) 2024-08-22T20:28:44.6614113Z Receiving objects: 55% (131/237) 2024-08-22T20:28:44.6616938Z Receiving objects: 56% (133/237) 2024-08-22T20:28:44.6617547Z Receiving objects: 57% (136/237) 2024-08-22T20:28:44.6618192Z Receiving objects: 58% (138/237) 2024-08-22T20:28:44.6618769Z Receiving objects: 59% (140/237) 2024-08-22T20:28:44.6619329Z Receiving objects: 60% (143/237) 2024-08-22T20:28:44.6620147Z Receiving objects: 61% (145/237) 2024-08-22T20:28:44.6620725Z Receiving objects: 62% (147/237) 2024-08-22T20:28:44.6621329Z Receiving objects: 63% (150/237) 2024-08-22T20:28:44.6622231Z Receiving objects: 64% (152/237) 2024-08-22T20:28:44.6624649Z Receiving objects: 65% (155/237) 2024-08-22T20:28:44.6625248Z Receiving objects: 66% (157/237) 2024-08-22T20:28:44.6625813Z Receiving objects: 67% (159/237) 2024-08-22T20:28:44.6626392Z Receiving objects: 68% (162/237) 2024-08-22T20:28:44.6626952Z Receiving objects: 69% (164/237) 2024-08-22T20:28:44.6627551Z Receiving objects: 70% (166/237) 2024-08-22T20:28:44.6629145Z Receiving objects: 71% (169/237) 2024-08-22T20:28:44.6629728Z Receiving objects: 72% (171/237) 2024-08-22T20:28:44.6630623Z Receiving objects: 73% (174/237) 2024-08-22T20:28:44.6631235Z Receiving objects: 74% (176/237) 2024-08-22T20:28:44.6634599Z Receiving objects: 75% (178/237) 2024-08-22T20:28:44.6635174Z Receiving objects: 76% (181/237) 2024-08-22T20:28:44.6635791Z Receiving objects: 77% (183/237) 2024-08-22T20:28:44.6636623Z Receiving objects: 78% (185/237) 2024-08-22T20:28:44.6638561Z Receiving objects: 79% (188/237) 2024-08-22T20:28:44.6640500Z Receiving objects: 80% (190/237) 2024-08-22T20:28:44.6642102Z Receiving objects: 81% (192/237) 2024-08-22T20:28:44.6643329Z Receiving objects: 82% (195/237) 2024-08-22T20:28:44.6646897Z Receiving objects: 83% (197/237) 2024-08-22T20:28:44.6647782Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:28:44.6649051Z Receiving objects: 84% (200/237) 2024-08-22T20:28:44.6651374Z Receiving objects: 85% (202/237) 2024-08-22T20:28:44.6651782Z Receiving objects: 86% (204/237) 2024-08-22T20:28:44.6652625Z Receiving objects: 87% (207/237) 2024-08-22T20:28:44.6653028Z Receiving objects: 88% (209/237) 2024-08-22T20:28:44.6656874Z Receiving objects: 89% (211/237) 2024-08-22T20:28:44.6657399Z Receiving objects: 90% (214/237) 2024-08-22T20:28:44.6658479Z Receiving objects: 91% (216/237) 2024-08-22T20:28:44.6658971Z Receiving objects: 92% (219/237) 2024-08-22T20:28:44.6660695Z Receiving objects: 93% (221/237) 2024-08-22T20:28:44.6661327Z Receiving objects: 94% (223/237) 2024-08-22T20:28:44.6661946Z Receiving objects: 95% (226/237) 2024-08-22T20:28:44.6665029Z Receiving objects: 96% (228/237) 2024-08-22T20:28:44.6665647Z Receiving objects: 97% (230/237) 2024-08-22T20:28:44.6666202Z Receiving objects: 98% (233/237) 2024-08-22T20:28:44.6666755Z Receiving objects: 99% (235/237) 2024-08-22T20:28:44.6667280Z Receiving objects: 100% (237/237) 2024-08-22T20:28:44.6667979Z Receiving objects: 100% (237/237), 488.09 KiB | 37.54 MiB/s, done. 2024-08-22T20:28:44.6671897Z Resolving deltas: 0% (0/16) 2024-08-22T20:28:44.6672424Z Resolving deltas: 6% (1/16) 2024-08-22T20:28:44.6672936Z Resolving deltas: 12% (2/16) 2024-08-22T20:28:44.6673797Z Resolving deltas: 18% (3/16) 2024-08-22T20:28:44.6675952Z Resolving deltas: 25% (4/16) 2024-08-22T20:28:44.6676407Z Resolving deltas: 31% (5/16) 2024-08-22T20:28:44.6676811Z Resolving deltas: 37% (6/16) 2024-08-22T20:28:44.6677173Z Resolving deltas: 43% (7/16) 2024-08-22T20:28:44.6677575Z Resolving deltas: 50% (8/16) 2024-08-22T20:28:44.6677988Z Resolving deltas: 56% (9/16) 2024-08-22T20:28:44.6678822Z Resolving deltas: 68% (11/16) 2024-08-22T20:28:44.6679353Z Resolving deltas: 75% (12/16) 2024-08-22T20:28:44.6679749Z Resolving deltas: 81% (13/16) 2024-08-22T20:28:44.6680140Z Resolving deltas: 87% (14/16) 2024-08-22T20:28:44.6680514Z Resolving deltas: 93% (15/16) 2024-08-22T20:28:44.6681292Z Resolving deltas: 100% (16/16) 2024-08-22T20:28:44.6681679Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:28:44.6785054Z From https://github.com/pytorch/torchchat 2024-08-22T20:28:44.6785970Z * [new ref] refs/pull/1044/merge -> pull/1044/merge 2024-08-22T20:28:44.6810765Z ##[endgroup] 2024-08-22T20:28:44.6811320Z ##[group]Determining the checkout info 2024-08-22T20:28:44.6812613Z ##[endgroup] 2024-08-22T20:28:44.6813124Z ##[group]Checking out the ref 2024-08-22T20:28:44.6816743Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:28:44.6992631Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:28:44.6993016Z 2024-08-22T20:28:44.6993445Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:28:44.6994232Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:28:44.6994991Z state without impacting any branches by switching back to a branch. 2024-08-22T20:28:44.6995430Z 2024-08-22T20:28:44.6995745Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:28:44.6996539Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:28:44.6996974Z 2024-08-22T20:28:44.6997165Z git switch -c 2024-08-22T20:28:44.6997434Z 2024-08-22T20:28:44.6997575Z Or undo this operation with: 2024-08-22T20:28:44.6997820Z 2024-08-22T20:28:44.6997946Z git switch - 2024-08-22T20:28:44.6998170Z 2024-08-22T20:28:44.6998528Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:28:44.6999025Z 2024-08-22T20:28:44.6999546Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:28:44.7001467Z ##[endgroup] 2024-08-22T20:28:44.7049439Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:28:44.7084947Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:28:44.7288524Z Prepare all required actions 2024-08-22T20:28:44.7414844Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2024-08-22T20:28:44.7415365Z with: 2024-08-22T20:28:44.7415716Z docker-image-name: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:44.7416204Z docker-build-dir: .ci/docker 2024-08-22T20:28:44.7416606Z working-directory: pytorch/torchchat 2024-08-22T20:28:44.7417155Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:44.7417671Z force-push: false 2024-08-22T20:28:44.7417985Z env: 2024-08-22T20:28:44.7418303Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:44.7418755Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:44.7419129Z PR_NUMBER: 1044 2024-08-22T20:28:44.7421212Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:44.7423477Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:44.7424253Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:44.7424977Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:44.7425596Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:44.7426072Z ##[endgroup] 2024-08-22T20:28:44.7447060Z ##[group]Run set -ex 2024-08-22T20:28:44.7447414Z set -ex 2024-08-22T20:28:44.7447699Z  2024-08-22T20:28:44.7448365Z # If the docker build directory or the build script doesn't exist, the action will 2024-08-22T20:28:44.7449297Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-08-22T20:28:44.7450092Z # job could then download the pre-built image as usual 2024-08-22T20:28:44.7450818Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-08-22T20:28:44.7451477Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:44.7453465Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:44.7454010Z  2024-08-22T20:28:44.7454520Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-08-22T20:28:44.7455325Z  exit 0 2024-08-22T20:28:44.7455613Z else 2024-08-22T20:28:44.7455971Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:44.7456416Z fi 2024-08-22T20:28:44.7456682Z  2024-08-22T20:28:44.7457140Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-08-22T20:28:44.7457979Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-08-22T20:28:44.7458796Z  # use it as it is, but first let's extract the tag 2024-08-22T20:28:44.7459488Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-08-22T20:28:44.7460209Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:44.7460904Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:44.7461454Z else 2024-08-22T20:28:44.7461887Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-08-22T20:28:44.7462551Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:44.7463434Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:44.7464173Z fi 2024-08-22T20:28:44.7474493Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:44.7474984Z env: 2024-08-22T20:28:44.7475484Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:44.7475957Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:44.7476332Z PR_NUMBER: 1044 2024-08-22T20:28:44.7478355Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:44.7480612Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:44.7481378Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:44.7482096Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:44.7482704Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:44.7483200Z REPO_NAME: torchchat 2024-08-22T20:28:44.7483596Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:44.7484060Z DOCKER_BUILD_DIR: .ci/docker 2024-08-22T20:28:44.7484550Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:44.7485053Z ##[endgroup] 2024-08-22T20:28:44.7516050Z + [[ ! -d .ci/docker ]] 2024-08-22T20:28:44.7516407Z + echo skip=true 2024-08-22T20:28:44.7516857Z + echo docker-image=pytorch/conda-builder:cuda12.1 2024-08-22T20:28:44.7517580Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2024-08-22T20:28:44.7518162Z + exit 0 2024-08-22T20:28:44.7518577Z There is no Docker build script in torchchat repo, skipping... 2024-08-22T20:28:44.7635074Z Prepare all required actions 2024-08-22T20:28:44.7674307Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2024-08-22T20:28:44.7674800Z with: 2024-08-22T20:28:44.7675131Z docker-image: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:44.7675703Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:44.7676208Z env: 2024-08-22T20:28:44.7676523Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:44.7676976Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:44.7677349Z PR_NUMBER: 1044 2024-08-22T20:28:44.7679416Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:44.7681881Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:44.7682652Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:44.7683378Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:44.7683993Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:44.7684464Z ##[endgroup] 2024-08-22T20:28:44.7703981Z ##[group]Run set -x 2024-08-22T20:28:44.7704324Z set -x 2024-08-22T20:28:44.7704622Z set +e 2024-08-22T20:28:44.7704904Z  2024-08-22T20:28:44.7705171Z login() { 2024-08-22T20:28:44.7705818Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-22T20:28:44.7706530Z } 2024-08-22T20:28:44.7706806Z  2024-08-22T20:28:44.7707076Z retry () { 2024-08-22T20:28:44.7707456Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-22T20:28:44.7707897Z } 2024-08-22T20:28:44.7708193Z  2024-08-22T20:28:44.7708529Z retry login "${DOCKER_REGISTRY}" 2024-08-22T20:28:44.7708929Z  2024-08-22T20:28:44.7709197Z set -e 2024-08-22T20:28:44.7709666Z # ignore output since only exit code is used for conditional 2024-08-22T20:28:44.7710354Z # only pull docker image if it's not available locally 2024-08-22T20:28:44.7711110Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-08-22T20:28:44.7711796Z  retry docker pull "${DOCKER_IMAGE}" 2024-08-22T20:28:44.7712228Z fi 2024-08-22T20:28:44.7720979Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:44.7721467Z env: 2024-08-22T20:28:44.7721784Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:44.7722254Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:44.7722632Z PR_NUMBER: 1044 2024-08-22T20:28:44.7724653Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:44.7726923Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:44.7727688Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:44.7728575Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:44.7729193Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:44.7729796Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:44.7730312Z ##[endgroup] 2024-08-22T20:28:44.7761354Z + set +e 2024-08-22T20:28:44.7762137Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:44.7762790Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:44.7764830Z + aws ecr get-login-password --region us-east-1 2024-08-22T20:28:44.7766944Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:45.3454285Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:28:45.3455232Z Configure a credential helper to remove this warning. See 2024-08-22T20:28:45.3456219Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:28:45.3456746Z 2024-08-22T20:28:45.3456875Z Login Succeeded 2024-08-22T20:28:45.3479418Z + set -e 2024-08-22T20:28:45.3479925Z + docker inspect --type=image pytorch/conda-builder:cuda12.1 2024-08-22T20:28:45.3643364Z + retry docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:28:45.3643960Z + docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:28:45.5457186Z cuda12.1: Pulling from pytorch/conda-builder 2024-08-22T20:28:45.5457851Z 2d473b07cdd5: Pulling fs layer 2024-08-22T20:28:45.5458369Z 1feefa38b24d: Pulling fs layer 2024-08-22T20:28:45.5458868Z f3b743645691: Pulling fs layer 2024-08-22T20:28:45.5459345Z 09ec69653086: Pulling fs layer 2024-08-22T20:28:45.5459776Z 07dcdf002e0e: Pulling fs layer 2024-08-22T20:28:45.5460306Z 6d463d3f66d5: Pulling fs layer 2024-08-22T20:28:45.5460828Z af5c0f3f240b: Pulling fs layer 2024-08-22T20:28:45.5461307Z 1c60ace79a8a: Pulling fs layer 2024-08-22T20:28:45.5461794Z 0cb4bb0dd002: Pulling fs layer 2024-08-22T20:28:45.5462218Z 6a40c884dc1c: Pulling fs layer 2024-08-22T20:28:45.5462576Z 21c4fd2610fc: Pulling fs layer 2024-08-22T20:28:45.5462931Z 90d96273fa23: Pulling fs layer 2024-08-22T20:28:45.5463283Z 625bfd303d2d: Pulling fs layer 2024-08-22T20:28:45.5463638Z e8f5e731f8e4: Pulling fs layer 2024-08-22T20:28:45.5464012Z 43ef26b4d3a4: Pulling fs layer 2024-08-22T20:28:45.5464366Z 7027d2bdfdb1: Pulling fs layer 2024-08-22T20:28:45.5464733Z db6f5f4c0334: Pulling fs layer 2024-08-22T20:28:45.5465088Z 784019980816: Pulling fs layer 2024-08-22T20:28:45.5465438Z a7beba6b9d19: Pulling fs layer 2024-08-22T20:28:45.5465801Z 417dce1e59af: Pulling fs layer 2024-08-22T20:28:45.5466162Z 2b99a72dd557: Pulling fs layer 2024-08-22T20:28:45.5466514Z f49fb64d359c: Pulling fs layer 2024-08-22T20:28:45.5466873Z bfb071e5ae48: Pulling fs layer 2024-08-22T20:28:45.5467232Z b2ba091c4c7d: Pulling fs layer 2024-08-22T20:28:45.5467584Z 8cfb81a5220c: Pulling fs layer 2024-08-22T20:28:45.5467930Z 07dcdf002e0e: Waiting 2024-08-22T20:28:45.5468235Z 90d96273fa23: Waiting 2024-08-22T20:28:45.5468544Z c5058f81a371: Pulling fs layer 2024-08-22T20:28:45.5468885Z 6d463d3f66d5: Waiting 2024-08-22T20:28:45.5469206Z ca3686f68fee: Pulling fs layer 2024-08-22T20:28:45.5469542Z 43ef26b4d3a4: Waiting 2024-08-22T20:28:45.5469854Z 7027d2bdfdb1: Waiting 2024-08-22T20:28:45.5470154Z 09ec69653086: Waiting 2024-08-22T20:28:45.5470447Z 1c60ace79a8a: Waiting 2024-08-22T20:28:45.5470753Z 784019980816: Waiting 2024-08-22T20:28:45.5471048Z 2b99a72dd557: Waiting 2024-08-22T20:28:45.5471340Z 417dce1e59af: Waiting 2024-08-22T20:28:45.5471639Z 6a40c884dc1c: Waiting 2024-08-22T20:28:45.5471959Z fdb9230cd483: Pulling fs layer 2024-08-22T20:28:45.5472305Z ca3686f68fee: Waiting 2024-08-22T20:28:45.5472621Z dc18f68db4d4: Pulling fs layer 2024-08-22T20:28:45.5472980Z e7fc196062f1: Pulling fs layer 2024-08-22T20:28:45.5473318Z b2ba091c4c7d: Waiting 2024-08-22T20:28:45.5473620Z a7beba6b9d19: Waiting 2024-08-22T20:28:45.5473929Z 8cfb81a5220c: Waiting 2024-08-22T20:28:45.5474222Z dc18f68db4d4: Waiting 2024-08-22T20:28:45.5474522Z bfb071e5ae48: Waiting 2024-08-22T20:28:45.5474821Z fdb9230cd483: Waiting 2024-08-22T20:28:45.5475116Z e8f5e731f8e4: Waiting 2024-08-22T20:28:45.5475415Z db6f5f4c0334: Waiting 2024-08-22T20:28:45.5475717Z 21c4fd2610fc: Waiting 2024-08-22T20:28:45.5476018Z af5c0f3f240b: Waiting 2024-08-22T20:28:45.5476314Z e7fc196062f1: Waiting 2024-08-22T20:28:45.5476622Z 625bfd303d2d: Waiting 2024-08-22T20:28:45.5886769Z 1feefa38b24d: Verifying Checksum 2024-08-22T20:28:45.5887601Z 1feefa38b24d: Download complete 2024-08-22T20:28:45.5943653Z f3b743645691: Verifying Checksum 2024-08-22T20:28:45.5944035Z f3b743645691: Download complete 2024-08-22T20:28:45.6334941Z 09ec69653086: Download complete 2024-08-22T20:28:46.3327017Z 2d473b07cdd5: Verifying Checksum 2024-08-22T20:28:46.3327615Z 2d473b07cdd5: Download complete 2024-08-22T20:28:46.3815780Z af5c0f3f240b: Verifying Checksum 2024-08-22T20:28:46.3816359Z af5c0f3f240b: Download complete 2024-08-22T20:28:46.4156894Z 6d463d3f66d5: Verifying Checksum 2024-08-22T20:28:46.4157448Z 6d463d3f66d5: Download complete 2024-08-22T20:28:46.5325367Z 0cb4bb0dd002: Verifying Checksum 2024-08-22T20:28:46.5325887Z 0cb4bb0dd002: Download complete 2024-08-22T20:28:46.5750276Z 6a40c884dc1c: Download complete 2024-08-22T20:28:46.6247653Z 21c4fd2610fc: Download complete 2024-08-22T20:28:46.6678803Z 90d96273fa23: Verifying Checksum 2024-08-22T20:28:46.6679458Z 90d96273fa23: Download complete 2024-08-22T20:28:46.9708735Z 1c60ace79a8a: Verifying Checksum 2024-08-22T20:28:46.9709280Z 1c60ace79a8a: Download complete 2024-08-22T20:28:47.0436728Z 07dcdf002e0e: Verifying Checksum 2024-08-22T20:28:47.0437379Z 07dcdf002e0e: Download complete 2024-08-22T20:28:47.6158969Z e8f5e731f8e4: Verifying Checksum 2024-08-22T20:28:47.6159548Z e8f5e731f8e4: Download complete 2024-08-22T20:28:48.1004897Z 625bfd303d2d: Verifying Checksum 2024-08-22T20:28:48.1005470Z 625bfd303d2d: Download complete 2024-08-22T20:28:48.1487082Z db6f5f4c0334: Verifying Checksum 2024-08-22T20:28:48.1487793Z db6f5f4c0334: Download complete 2024-08-22T20:28:48.1642504Z 43ef26b4d3a4: Verifying Checksum 2024-08-22T20:28:48.1643044Z 43ef26b4d3a4: Download complete 2024-08-22T20:28:48.1926827Z 784019980816: Verifying Checksum 2024-08-22T20:28:48.1927349Z 784019980816: Download complete 2024-08-22T20:28:48.2038020Z a7beba6b9d19: Verifying Checksum 2024-08-22T20:28:48.2038539Z a7beba6b9d19: Download complete 2024-08-22T20:28:48.3341048Z 2b99a72dd557: Verifying Checksum 2024-08-22T20:28:48.3341685Z 2b99a72dd557: Download complete 2024-08-22T20:28:48.3690806Z 7027d2bdfdb1: Verifying Checksum 2024-08-22T20:28:48.3691256Z 7027d2bdfdb1: Download complete 2024-08-22T20:28:48.3928239Z f49fb64d359c: Download complete 2024-08-22T20:28:48.4312360Z b2ba091c4c7d: Verifying Checksum 2024-08-22T20:28:48.4312777Z b2ba091c4c7d: Download complete 2024-08-22T20:28:48.4695741Z 8cfb81a5220c: Download complete 2024-08-22T20:28:48.5141980Z c5058f81a371: Download complete 2024-08-22T20:28:48.6548303Z ca3686f68fee: Verifying Checksum 2024-08-22T20:28:48.6548860Z ca3686f68fee: Download complete 2024-08-22T20:28:48.7095497Z fdb9230cd483: Download complete 2024-08-22T20:28:48.7429905Z dc18f68db4d4: Verifying Checksum 2024-08-22T20:28:48.7430520Z dc18f68db4d4: Download complete 2024-08-22T20:28:49.8802062Z 2d473b07cdd5: Pull complete 2024-08-22T20:28:49.9023179Z 1feefa38b24d: Pull complete 2024-08-22T20:28:49.9225407Z f3b743645691: Pull complete 2024-08-22T20:28:49.9421094Z 09ec69653086: Pull complete 2024-08-22T20:28:52.5065950Z bfb071e5ae48: Verifying Checksum 2024-08-22T20:28:52.5066524Z bfb071e5ae48: Download complete 2024-08-22T20:28:54.1470551Z 07dcdf002e0e: Pull complete 2024-08-22T20:28:54.2912101Z e7fc196062f1: Verifying Checksum 2024-08-22T20:28:54.2912643Z e7fc196062f1: Download complete 2024-08-22T20:28:56.5360743Z 6d463d3f66d5: Pull complete 2024-08-22T20:28:56.5512887Z af5c0f3f240b: Pull complete 2024-08-22T20:28:57.8750324Z 1c60ace79a8a: Pull complete 2024-08-22T20:28:58.0356815Z 0cb4bb0dd002: Pull complete 2024-08-22T20:28:58.0580646Z 6a40c884dc1c: Pull complete 2024-08-22T20:28:58.0809390Z 21c4fd2610fc: Pull complete 2024-08-22T20:28:58.0999111Z 90d96273fa23: Pull complete 2024-08-22T20:29:01.4916808Z 625bfd303d2d: Pull complete 2024-08-22T20:29:02.9309739Z e8f5e731f8e4: Pull complete 2024-08-22T20:29:06.8553289Z 43ef26b4d3a4: Pull complete 2024-08-22T20:29:08.5789535Z 7027d2bdfdb1: Pull complete 2024-08-22T20:29:08.6006013Z db6f5f4c0334: Pull complete 2024-08-22T20:29:08.6179725Z 784019980816: Pull complete 2024-08-22T20:29:08.6416851Z a7beba6b9d19: Pull complete 2024-08-22T20:29:38.0245837Z 417dce1e59af: Verifying Checksum 2024-08-22T20:29:38.0246300Z 417dce1e59af: Download complete 2024-08-22T20:30:29.0546157Z 417dce1e59af: Pull complete 2024-08-22T20:30:29.5134737Z 2b99a72dd557: Pull complete 2024-08-22T20:30:29.7687931Z f49fb64d359c: Pull complete 2024-08-22T20:30:45.3606820Z bfb071e5ae48: Pull complete 2024-08-22T20:30:45.5850594Z b2ba091c4c7d: Pull complete 2024-08-22T20:30:45.8110490Z 8cfb81a5220c: Pull complete 2024-08-22T20:30:46.0394800Z c5058f81a371: Pull complete 2024-08-22T20:30:46.5723102Z ca3686f68fee: Pull complete 2024-08-22T20:30:46.7997210Z fdb9230cd483: Pull complete 2024-08-22T20:30:47.0329081Z dc18f68db4d4: Pull complete 2024-08-22T20:31:06.0315239Z e7fc196062f1: Pull complete 2024-08-22T20:31:06.1582890Z Digest: sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:31:06.2044033Z Status: Downloaded newer image for pytorch/conda-builder:cuda12.1 2024-08-22T20:31:06.2326448Z docker.io/pytorch/conda-builder:cuda12.1 2024-08-22T20:31:06.2442973Z ##[group]Run set -ex 2024-08-22T20:31:06.2443333Z set -ex 2024-08-22T20:31:06.2443630Z { 2024-08-22T20:31:06.2443940Z  echo "#!/usr/bin/env bash"; 2024-08-22T20:31:06.2444365Z  echo "set -eou pipefail"; 2024-08-22T20:31:06.2444799Z  # shellcheck disable=SC2016 2024-08-22T20:31:06.2445279Z  echo 'eval "$(conda shell.bash hook)"'; 2024-08-22T20:31:06.2445737Z  echo "set -x"; 2024-08-22T20:31:06.2446090Z  echo "${SCRIPT}"; 2024-08-22T20:31:06.2446484Z } > "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:06.2446950Z chmod +x "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:06.2447876Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "" 2024-08-22T20:31:06.2459457Z shell: /usr/bin/bash -e {0} 2024-08-22T20:31:06.2459799Z env: 2024-08-22T20:31:06.2460150Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:06.2460610Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:06.2460986Z PR_NUMBER: 1044 2024-08-22T20:31:06.2463022Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:31:06.2465316Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:06.2466091Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:06.2466820Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:06.2467439Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:06.2468323Z ALL_SECRETS: { "github_token": "***" } 2024-08-22T20:31:06.2468743Z ##[endgroup] 2024-08-22T20:31:06.2503771Z + echo '#!/usr/bin/env bash' 2024-08-22T20:31:06.2504194Z + echo 'set -eou pipefail' 2024-08-22T20:31:06.2504630Z + echo 'eval "$(conda shell.bash hook)"' 2024-08-22T20:31:06.2505072Z + echo 'set -x' 2024-08-22T20:31:06.2508827Z + echo 'echo "::group::Print machine info" 2024-08-22T20:31:06.2509424Z uname -a 2024-08-22T20:31:06.2509706Z echo "::endgroup::" 2024-08-22T20:31:06.2509911Z 2024-08-22T20:31:06.2510308Z echo "::group::Install newer objcopy that supports --set-section-alignment" 2024-08-22T20:31:06.2510980Z yum install -y devtoolset-10-binutils 2024-08-22T20:31:06.2511531Z export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 2024-08-22T20:31:06.2512026Z echo "::endgroup::" 2024-08-22T20:31:06.2512216Z 2024-08-22T20:31:06.2512409Z .ci/scripts/run-docs quantization 2024-08-22T20:31:06.2513348Z 2024-08-22T20:31:06.2513689Z echo "::group::Completion" 2024-08-22T20:31:06.2514177Z echo "tests complete" 2024-08-22T20:31:06.2514679Z echo "*******************************************" 2024-08-22T20:31:06.2515128Z echo "::endgroup::" 2024-08-22T20:31:06.2515463Z ' 2024-08-22T20:31:06.2515933Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2024-08-22T20:31:06.2518142Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py '' 2024-08-22T20:31:44.8825495Z Running command: 2024-08-22T20:31:44.8833540Z 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_89dc47fe-a40a-4290-a77d-a0fdd8e84823":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_89dc47fe-a40a-4290-a77d-a0fdd8e84823" -w /pytorch/torchchat "pytorch/conda-builder:cuda12.1" 2024-08-22T20:31:44.8841107Z 2024-08-22T20:31:44.8841538Z 6948f22013d3d60c2c1841cb7d4ce7645bd5eca4b11e6e681d75e3f1c448cbfa 2024-08-22T20:31:44.8842585Z Running command: docker exec -t 6948f22013d3d60c2c1841cb7d4ce7645bd5eca4b11e6e681d75e3f1c448cbfa /exec 2024-08-22T20:31:44.8843456Z + echo '::group::Print machine info' 2024-08-22T20:31:44.8844191Z ##[group]Print machine info 2024-08-22T20:31:44.8844549Z + uname -a 2024-08-22T20:31:44.8845401Z Linux 6948f22013d3 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:44.8846238Z + echo ::endgroup:: 2024-08-22T20:31:44.8846783Z ##[endgroup] 2024-08-22T20:31:44.8847359Z + echo '::group::Install newer objcopy that supports --set-section-alignment' 2024-08-22T20:31:44.8848510Z ##[group]Install newer objcopy that supports --set-section-alignment 2024-08-22T20:31:44.8849147Z + yum install -y devtoolset-10-binutils 2024-08-22T20:31:44.8849586Z Loaded plugins: fastestmirror, ovl 2024-08-22T20:31:44.8850016Z Loading mirror speeds from cached hostfile 2024-08-22T20:31:44.8850333Z 2024-08-22T20:31:44.8850607Z epel/x86_64/metalink | 5.1 kB 00:00 2024-08-22T20:31:44.8851188Z * epel: d2lzkl7pfhq30w.cloudfront.net 2024-08-22T20:31:44.8851480Z 2024-08-22T20:31:44.8851698Z base | 3.6 kB 00:00 2024-08-22T20:31:44.8852060Z 2024-08-22T20:31:44.8852388Z centos-sclo-rh | 3.0 kB 00:00 2024-08-22T20:31:44.8852806Z 2024-08-22T20:31:44.8853142Z centos-sclo-sclo | 3.0 kB 00:00 2024-08-22T20:31:44.8853555Z 2024-08-22T20:31:44.8853776Z extras | 2.9 kB 00:00 2024-08-22T20:31:44.8854148Z 2024-08-22T20:31:44.8854368Z updates | 2.9 kB 00:00 2024-08-22T20:31:44.8854864Z Resolving Dependencies 2024-08-22T20:31:44.8855257Z --> Running transaction check 2024-08-22T20:31:44.8855889Z ---> Package devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 will be installed 2024-08-22T20:31:44.8856906Z --> Processing Dependency: devtoolset-10-runtime for package: devtoolset-10-binutils-2.35-5.el7.4.x86_64 2024-08-22T20:31:44.8857699Z --> Running transaction check 2024-08-22T20:31:44.8858310Z ---> Package devtoolset-10-runtime.x86_64 0:10.1-0.el7 will be installed 2024-08-22T20:31:44.8858933Z --> Finished Dependency Resolution 2024-08-22T20:31:44.8859213Z 2024-08-22T20:31:44.8859337Z Dependencies Resolved 2024-08-22T20:31:44.8859551Z 2024-08-22T20:31:44.8859765Z ================================================================================ 2024-08-22T20:31:44.8860379Z Package Arch Version Repository Size 2024-08-22T20:31:44.8861094Z ================================================================================ 2024-08-22T20:31:44.8861544Z Installing: 2024-08-22T20:31:44.8862252Z devtoolset-10-binutils x86_64 2.35-5.el7.4 centos-sclo-rh 6.3 M 2024-08-22T20:31:44.8862864Z Installing for dependencies: 2024-08-22T20:31:44.8863512Z devtoolset-10-runtime x86_64 10.1-0.el7 centos-sclo-rh 19 k 2024-08-22T20:31:44.8863981Z 2024-08-22T20:31:44.8864110Z Transaction Summary 2024-08-22T20:31:44.8864483Z ================================================================================ 2024-08-22T20:31:44.8864987Z Install 1 Package (+1 Dependent package) 2024-08-22T20:31:44.8865296Z 2024-08-22T20:31:44.8865434Z Total download size: 6.3 M 2024-08-22T20:31:44.8865788Z Installed size: 25 M 2024-08-22T20:31:44.8866120Z Downloading packages: 2024-08-22T20:31:44.8866331Z 2024-08-22T20:31:44.8866778Z (1/2): devtoolset-10-binutils-2.35-5.el7.4.x86_64.rpm | 6.3 MB 00:00 2024-08-22T20:31:44.8867289Z 2024-08-22T20:31:44.8867709Z (2/2): devtoolset-10-runtime-10.1-0.el7.x86_64.rpm | 19 kB 00:00 2024-08-22T20:31:44.8868492Z -------------------------------------------------------------------------------- 2024-08-22T20:31:44.8869084Z Total 26 MB/s | 6.3 MB 00:00 2024-08-22T20:31:44.8869592Z Running transaction check 2024-08-22T20:31:44.8869945Z Running transaction test 2024-08-22T20:31:44.8870302Z Transaction test succeeded 2024-08-22T20:31:44.8870658Z Running transaction 2024-08-22T20:31:44.8870857Z 2024-08-22T20:31:44.8871254Z Installing : devtoolset-10-runtime-10.1-0 [ ] 1/2 2024-08-22T20:31:44.8872112Z Installing : devtoolset-10-runtime-10.1-0 [# ] 1/2 2024-08-22T20:31:44.8872968Z Installing : devtoolset-10-runtime-10.1-0 [## ] 1/2 2024-08-22T20:31:44.8873812Z Installing : devtoolset-10-runtime-10.1-0 [### ] 1/2 2024-08-22T20:31:44.8874664Z Installing : devtoolset-10-runtime-10.1-0 [#### ] 1/2 2024-08-22T20:31:44.8875518Z Installing : devtoolset-10-runtime-10.1-0 [##### ] 1/2 2024-08-22T20:31:44.8876357Z Installing : devtoolset-10-runtime-10.1-0 [###### ] 1/2 2024-08-22T20:31:44.8877198Z Installing : devtoolset-10-runtime-10.1-0 [####### ] 1/2 2024-08-22T20:31:44.8878039Z Installing : devtoolset-10-runtime-10.1-0 [######## ] 1/2 2024-08-22T20:31:44.8878887Z Installing : devtoolset-10-runtime-10.1-0 [######### ] 1/2 2024-08-22T20:31:44.8879723Z Installing : devtoolset-10-runtime-10.1-0 [########## ] 1/2 2024-08-22T20:31:44.8880562Z Installing : devtoolset-10-runtime-10.1-0 [########### ] 1/2 2024-08-22T20:31:44.8881406Z Installing : devtoolset-10-runtime-10.1-0 [############ ] 1/2 2024-08-22T20:31:44.8882249Z Installing : devtoolset-10-runtime-10.1-0 [############# ] 1/2 2024-08-22T20:31:44.8883091Z Installing : devtoolset-10-runtime-10.1-0 [############## ] 1/2 2024-08-22T20:31:44.8883936Z Installing : devtoolset-10-runtime-10.1-0 [############### ] 1/2 2024-08-22T20:31:44.8884771Z Installing : devtoolset-10-runtime-10.1-0 [################ ] 1/2 2024-08-22T20:31:44.8885614Z Installing : devtoolset-10-runtime-10.1-0 [################# ] 1/2 2024-08-22T20:31:44.8886454Z Installing : devtoolset-10-runtime-10.1-0 [################## ] 1/2 2024-08-22T20:31:44.8887297Z Installing : devtoolset-10-runtime-10.1-0 [################### ] 1/2 2024-08-22T20:31:44.8888237Z Installing : devtoolset-10-runtime-10.1-0 [##################### ] 1/2 2024-08-22T20:31:44.8889079Z Installing : devtoolset-10-runtime-10.1-0 [###################### ] 1/2 2024-08-22T20:31:44.8890023Z Installing : devtoolset-10-runtime-10.1-0 [####################### ] 1/2 2024-08-22T20:31:44.8890856Z Installing : devtoolset-10-runtime-10.1-0 [######################## ] 1/2 2024-08-22T20:31:44.8891787Z Installing : devtoolset-10-runtime-10.1-0 [######################### ] 1/2 2024-08-22T20:31:44.8892632Z Installing : devtoolset-10-runtime-10.1-0 [########################## ] 1/2 2024-08-22T20:31:44.8893466Z Installing : devtoolset-10-runtime-10.1-0 [########################### ] 1/2 2024-08-22T20:31:44.8894304Z Installing : devtoolset-10-runtime-10.1-0 [############################ ] 1/2 2024-08-22T20:31:44.8895174Z Installing : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:31:44.8895968Z ValueError: SELinux policy is not managed or store cannot be accessed. 2024-08-22T20:31:44.8896416Z 2024-08-22T20:31:44.8896806Z Installing : devtoolset-10-binutils-2.35- [ ] 2/2 2024-08-22T20:31:44.8897662Z Installing : devtoolset-10-binutils-2.35- [# ] 2/2 2024-08-22T20:31:44.8898512Z Installing : devtoolset-10-binutils-2.35- [## ] 2/2 2024-08-22T20:31:44.8899355Z Installing : devtoolset-10-binutils-2.35- [### ] 2/2 2024-08-22T20:31:44.8900202Z Installing : devtoolset-10-binutils-2.35- [#### ] 2/2 2024-08-22T20:31:44.8901348Z Installing : devtoolset-10-binutils-2.35- [##### ] 2/2 2024-08-22T20:31:44.8902202Z Installing : devtoolset-10-binutils-2.35- [###### ] 2/2 2024-08-22T20:31:44.8903046Z Installing : devtoolset-10-binutils-2.35- [####### ] 2/2 2024-08-22T20:31:44.8903888Z Installing : devtoolset-10-binutils-2.35- [######## ] 2/2 2024-08-22T20:31:44.8904732Z Installing : devtoolset-10-binutils-2.35- [######### ] 2/2 2024-08-22T20:31:44.8905563Z Installing : devtoolset-10-binutils-2.35- [########## ] 2/2 2024-08-22T20:31:44.8906406Z Installing : devtoolset-10-binutils-2.35- [########### ] 2/2 2024-08-22T20:31:44.8907247Z Installing : devtoolset-10-binutils-2.35- [############ ] 2/2 2024-08-22T20:31:44.8908084Z Installing : devtoolset-10-binutils-2.35- [############# ] 2/2 2024-08-22T20:31:44.8908924Z Installing : devtoolset-10-binutils-2.35- [############## ] 2/2 2024-08-22T20:31:44.8909762Z Installing : devtoolset-10-binutils-2.35- [############### ] 2/2 2024-08-22T20:31:44.8910590Z Installing : devtoolset-10-binutils-2.35- [################ ] 2/2 2024-08-22T20:31:44.8911431Z Installing : devtoolset-10-binutils-2.35- [################# ] 2/2 2024-08-22T20:31:44.8912267Z Installing : devtoolset-10-binutils-2.35- [################## ] 2/2 2024-08-22T20:31:46.5643953Z Installing : devtoolset-10-binutils-2.35- [################### ] 2/2 2024-08-22T20:31:46.5645236Z Installing : devtoolset-10-binutils-2.35- [#################### ] 2/2 2024-08-22T20:31:46.5646412Z Installing : devtoolset-10-binutils-2.35- [##################### ] 2/2 2024-08-22T20:31:46.5647562Z Installing : devtoolset-10-binutils-2.35- [###################### ] 2/2 2024-08-22T20:31:46.5648879Z Installing : devtoolset-10-binutils-2.35- [####################### ] 2/2 2024-08-22T20:31:46.5650006Z Installing : devtoolset-10-binutils-2.35- [######################## ] 2/2 2024-08-22T20:31:46.5651118Z Installing : devtoolset-10-binutils-2.35- [######################### ] 2/2 2024-08-22T20:31:46.5652277Z Installing : devtoolset-10-binutils-2.35- [########################## ] 2/2 2024-08-22T20:31:46.5653271Z Installing : devtoolset-10-binutils-2.35- [########################### ] 2/2 2024-08-22T20:31:46.5654112Z Installing : devtoolset-10-binutils-2.35- [############################ ] 2/2 2024-08-22T20:31:46.5655165Z Installing : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:31:46.5656533Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/as.info.gz 2024-08-22T20:31:46.5657943Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/binutils.info.gz 2024-08-22T20:31:46.5659233Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/gprof.info.gz 2024-08-22T20:31:46.5660452Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/ld.info.gz 2024-08-22T20:31:46.5661706Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/standards.info.gz 2024-08-22T20:31:46.5662363Z 2024-08-22T20:31:46.5662884Z Verifying : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:31:46.5663536Z 2024-08-22T20:31:46.5664083Z Verifying : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:31:46.5664584Z 2024-08-22T20:31:46.5664706Z Installed: 2024-08-22T20:31:46.5665275Z devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 2024-08-22T20:31:46.5665760Z 2024-08-22T20:31:46.5665885Z Dependency Installed: 2024-08-22T20:31:46.5666499Z devtoolset-10-runtime.x86_64 0:10.1-0.el7 2024-08-22T20:31:46.5666983Z 2024-08-22T20:31:46.5667112Z Complete! 2024-08-22T20:31:46.5668588Z + 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:31:46.5671610Z + 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:31:46.5674977Z + echo ::endgroup:: 2024-08-22T20:31:46.5675710Z ##[endgroup] 2024-08-22T20:31:46.5676086Z + .ci/scripts/run-docs quantization 2024-08-22T20:31:46.5676749Z ##[group]Create script to run quantization 2024-08-22T20:31:46.5677375Z ##[endgroup] 2024-08-22T20:31:46.5677870Z ##[group]Run quantization 2024-08-22T20:31:46.5678230Z ******************************************* 2024-08-22T20:31:46.5678667Z set -eou pipefail 2024-08-22T20:31:46.5679099Z echo '::group::start-of-document' 2024-08-22T20:31:46.5679539Z echo '::endgroup::' 2024-08-22T20:31:46.5679932Z echo '::group::# Quantization' 2024-08-22T20:31:46.5680311Z ./install_requirements.sh 2024-08-22T20:31:46.5680711Z TORCHCHAT_ROOT=${PWD} ./scripts/install_et.sh 2024-08-22T20:31:46.5681198Z echo '::endgroup::' 2024-08-22T20:31:46.5681584Z echo '::group::## Introduction' 2024-08-22T20:31:46.5682087Z echo '::endgroup::' 2024-08-22T20:31:46.5682647Z echo '::group::## Supported Quantization Schemes' 2024-08-22T20:31:46.5683216Z echo '::endgroup::' 2024-08-22T20:31:46.5683615Z echo '::group::## Quantization API' 2024-08-22T20:31:46.5684055Z echo '::endgroup::' 2024-08-22T20:31:46.5684439Z echo '::group::## Examples' 2024-08-22T20:31:46.5684785Z if false; then 2024-08-22T20:31:46.5685166Z --quantize quant_config.json 2024-08-22T20:31:46.5685852Z --quantize '{"linear:a8w4dq": {"groupsize" : 256}}' 2024-08-22T20:31:46.5686670Z --quantize '{"embedding": {"bitwidth": 4, "groupsize":32}, "linear:a8w4dq": {"groupsize" : 256}}' 2024-08-22T20:31:46.5687436Z --quantize '{"executor": {"accelerator": "cuda"}, 2024-08-22T20:31:46.5687917Z "precision": {"dtype": "bf16"}, 2024-08-22T20:31:46.5688513Z "linear:int4": {"groupsize" : 256}}' 2024-08-22T20:31:46.5688901Z fi 2024-08-22T20:31:46.5689684Z python3 generate.py stories15M --prompt "Hello, my name is" --quantize '{"embedding" : {"bitwidth": 8, "groupsize": 0}}' 2024-08-22T20:31:46.5691235Z python3 torchchat.py export stories15M --quantize '{"embedding": {"bitwidth": 4, "groupsize":32}, "linear:int4": {"groupsize" : 256}}' --output-dso-path stories15M.so 2024-08-22T20:31:46.5692520Z python3 generate.py stories15M --dso-path stories15M.so --prompt "Hello my name is" 2024-08-22T20:31:46.5694028Z python3 torchchat.py export stories15M --quantize '{"embedding": {"bitwidth": 4, "groupsize":32}, "linear:a8w4dq": {"groupsize" : 256}}' --output-pte-path stories15M.pte 2024-08-22T20:31:46.5695420Z python3 generate.py stories15M --pte-path stories15M.pte --prompt "Hello my name is" 2024-08-22T20:31:46.5696129Z echo '::endgroup::' 2024-08-22T20:31:46.5696557Z echo '::group::## Quantization Profiles' 2024-08-22T20:31:46.5697023Z echo '::endgroup::' 2024-08-22T20:31:46.5697519Z echo '::group::## Adding additional quantization schemes' 2024-08-22T20:31:46.5698061Z echo '::endgroup::' 2024-08-22T20:31:46.5698350Z exit 0 2024-08-22T20:31:46.5698599Z exit 1 2024-08-22T20:31:46.5698873Z ******************************************* 2024-08-22T20:31:46.5699315Z + set -eou pipefail 2024-08-22T20:31:46.5699696Z + echo ::group::start-of-document 2024-08-22T20:31:46.5700343Z ##[group]start-of-document 2024-08-22T20:31:46.5700687Z + echo ::endgroup:: 2024-08-22T20:31:46.5701599Z ##[endgroup] 2024-08-22T20:31:46.5701996Z + echo '::group::# Quantization' 2024-08-22T20:31:46.5702586Z ##[group]# Quantization 2024-08-22T20:31:46.5702927Z + ./install_requirements.sh 2024-08-22T20:31:46.5705148Z + pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:31:46.5706162Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:31:46.5707119Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:31:46.5707909Z Collecting huggingface_hub (from -r requirements.txt (line 4)) 2024-08-22T20:31:46.5708621Z Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB) 2024-08-22T20:31:46.5710007Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/417.5 kB ? eta -:--:-- 2024-08-22T20:31:46.5710998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.5/417.5 kB 14.5 MB/s eta 0:00:00 2024-08-22T20:31:46.5711830Z [?25hCollecting gguf (from -r requirements.txt (line 7)) 2024-08-22T20:31:46.5712457Z Downloading gguf-0.9.1-py3-none-any.whl (49 kB) 2024-08-22T20:31:46.5713256Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/49.1 kB ? eta -:--:-- 2024-08-22T20:31:46.5714211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 13.4 MB/s eta 0:00:00 2024-08-22T20:31:46.5715022Z [?25hCollecting tiktoken (from -r requirements.txt (line 10)) 2024-08-22T20:31:46.5715950Z Downloading tiktoken-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-08-22T20:31:46.5716974Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2024-08-22T20:31:46.5717905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 64.3 MB/s eta 0:00:00 2024-08-22T20:31:46.5718726Z [?25hCollecting snakeviz (from -r requirements.txt (line 13)) 2024-08-22T20:31:46.5719426Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-08-22T20:31:46.5720266Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/283.7 kB ? eta -:--:-- 2024-08-22T20:31:46.5721233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 42.5 MB/s eta 0:00:00 2024-08-22T20:31:46.5722082Z [?25hCollecting sentencepiece (from -r requirements.txt (line 14)) 2024-08-22T20:31:46.5723355Z 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:31:46.5724651Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:31:46.5725715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 80.7 MB/s eta 0:00:00 2024-08-22T20:31:46.5726847Z [?25hCollecting numpy<2.0 (from -r requirements.txt (line 15)) 2024-08-22T20:31:46.5728133Z 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:31:46.5729539Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.3 MB ? eta -:--:-- 2024-08-22T20:31:46.5730639Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 8.5/18.3 MB 254.0 MB/s eta 0:00:01 2024-08-22T20:31:46.5731804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 17.1/18.3 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:31:46.5732874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 239.0 MB/s eta 0:00:01 2024-08-22T20:31:48.0128514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 239.0 MB/s eta 0:00:01 2024-08-22T20:31:48.0130060Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 82.4 MB/s eta 0:00:00 2024-08-22T20:31:48.0131187Z [?25hCollecting lm-eval==0.4.2 (from -r requirements.txt (line 17)) 2024-08-22T20:31:48.0132116Z Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB) 2024-08-22T20:31:48.0134709Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.4 MB ? eta -:--:-- 2024-08-22T20:31:48.0135660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 75.6 MB/s eta 0:00:00 2024-08-22T20:31:48.0136468Z [?25hCollecting blobfile (from -r requirements.txt (line 18)) 2024-08-22T20:31:48.0137396Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-08-22T20:31:48.0138425Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/73.7 kB ? eta -:--:-- 2024-08-22T20:31:48.0139393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 16.0 MB/s eta 0:00:00 2024-08-22T20:31:48.0140636Z [?25hRequirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (from -r requirements.txt (line 22)) (0.38.4) 2024-08-22T20:31:48.0141723Z Collecting cmake>=3.24 (from -r requirements.txt (line 23)) 2024-08-22T20:31:48.0142622Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-22T20:31:48.0143633Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/26.9 MB ? eta -:--:-- 2024-08-22T20:31:48.0144720Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/26.9 MB 207.0 MB/s eta 0:00:01 2024-08-22T20:31:48.0145849Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 14.3/26.9 MB 210.2 MB/s eta 0:00:01 2024-08-22T20:31:48.0146967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 21.7/26.9 MB 212.2 MB/s eta 0:00:01 2024-08-22T20:31:48.0148516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:31:48.0149563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:31:48.0150625Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:31:48.0151671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:31:48.0152656Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 54.2 MB/s eta 0:00:00 2024-08-22T20:31:48.0153460Z [?25hCollecting ninja (from -r requirements.txt (line 24)) 2024-08-22T20:31:48.0154375Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-22T20:31:48.0155397Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/307.2 kB ? eta -:--:-- 2024-08-22T20:31:48.0156372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.2/307.2 kB 59.2 MB/s eta 0:00:00 2024-08-22T20:31:48.0157172Z [?25hCollecting zstd (from -r requirements.txt (line 25)) 2024-08-22T20:31:48.0158060Z Downloading zstd-1.5.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-08-22T20:31:48.0159055Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:31:48.0159996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 86.5 MB/s eta 0:00:00 2024-08-22T20:31:48.0160861Z [?25hCollecting streamlit (from -r requirements.txt (line 28)) 2024-08-22T20:31:48.0161587Z Downloading streamlit-1.37.1-py2.py3-none-any.whl (8.7 MB) 2024-08-22T20:31:48.0162430Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/8.7 MB ? eta -:--:-- 2024-08-22T20:31:48.0163470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 6.2/8.7 MB 187.7 MB/s eta 0:00:01 2024-08-22T20:31:48.0164539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 8.6/8.7 MB 196.8 MB/s eta 0:00:01 2024-08-22T20:31:48.0165521Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 100.6 MB/s eta 0:00:00 2024-08-22T20:31:48.0166348Z [?25hCollecting flask (from -r requirements.txt (line 31)) 2024-08-22T20:31:48.0167001Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-08-22T20:31:48.0167804Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.7 kB ? eta -:--:-- 2024-08-22T20:31:48.0168941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 30.3 MB/s eta 0:00:00 2024-08-22T20:31:48.0170001Z [?25hCollecting accelerate>=0.21.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:48.0170965Z Downloading accelerate-0.33.0-py3-none-any.whl (315 kB) 2024-08-22T20:31:48.0171798Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/315.1 kB ? eta -:--:-- 2024-08-22T20:31:48.0172761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.1/315.1 kB 58.6 MB/s eta 0:00:00 2024-08-22T20:31:48.0173690Z [?25hCollecting evaluate (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:48.0174439Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-08-22T20:31:48.0175241Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/84.1 kB ? eta -:--:-- 2024-08-22T20:31:48.0176206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 27.2 MB/s eta 0:00:00 2024-08-22T20:31:48.0177162Z [?25hCollecting datasets>=2.16.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:48.0177944Z Downloading datasets-2.21.0-py3-none-any.whl (527 kB) 2024-08-22T20:31:48.0178791Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/527.3 kB ? eta -:--:-- 2024-08-22T20:31:48.0179752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 527.3/527.3 kB 82.5 MB/s eta 0:00:00 2024-08-22T20:31:48.0180652Z [?25hCollecting jsonlines (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:48.0181400Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-08-22T20:31:48.0182136Z Collecting numexpr (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:48.0182816Z Downloading numexpr-2.10.1.tar.gz (101 kB) 2024-08-22T20:31:54.5008536Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.6 kB ? eta -:--:-- 2024-08-22T20:31:54.5010157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.6/101.6 kB 27.2 MB/s eta 0:00:00 2024-08-22T20:31:54.5011144Z [?25h Installing build dependencies ... [?25l- \ | / - \ | done 2024-08-22T20:31:54.5011930Z [?25h Getting requirements to build wheel ... [?25l- done 2024-08-22T20:31:54.5012623Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2024-08-22T20:31:54.5013414Z [?25hCollecting peft>=0.2.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:54.5014161Z Downloading peft-0.12.0-py3-none-any.whl (296 kB) 2024-08-22T20:31:54.5014969Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/296.4 kB ? eta -:--:-- 2024-08-22T20:31:54.5015932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 56.9 MB/s eta 0:00:00 2024-08-22T20:31:54.5016864Z [?25hCollecting pybind11>=2.6.2 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:54.5018176Z Downloading pybind11-2.13.5-py3-none-any.whl (240 kB) 2024-08-22T20:31:54.5019244Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/241.0 kB ? eta -:--:-- 2024-08-22T20:31:54.5020408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.0/241.0 kB 53.5 MB/s eta 0:00:00 2024-08-22T20:31:54.5021536Z [?25hCollecting pytablewriter (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:54.5022374Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-08-22T20:31:54.5023369Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/111.1 kB ? eta -:--:-- 2024-08-22T20:31:54.5024326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 28.8 MB/s eta 0:00:00 2024-08-22T20:31:54.5025276Z [?25hCollecting rouge-score>=0.0.4 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:54.5026046Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-08-22T20:31:54.5026611Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:31:54.5027397Z [?25hCollecting sacrebleu>=1.5.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:54.5028192Z Downloading sacrebleu-2.4.3-py3-none-any.whl (103 kB) 2024-08-22T20:31:54.5029002Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/104.0 kB ? eta -:--:-- 2024-08-22T20:31:54.5029957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.0/104.0 kB 26.8 MB/s eta 0:00:00 2024-08-22T20:31:54.5030921Z [?25hCollecting scikit-learn>=0.24.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:54.5032001Z Downloading scikit_learn-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB) 2024-08-22T20:31:54.5033211Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.3 MB ? eta -:--:-- 2024-08-22T20:31:54.5034267Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 5.7/13.3 MB 170.6 MB/s eta 0:00:01 2024-08-22T20:31:54.5035586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 203.5 MB/s eta 0:00:01 2024-08-22T20:31:54.5036785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 198.4 MB/s eta 0:00:01 2024-08-22T20:31:54.5037946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 97.6 MB/s eta 0:00:00 2024-08-22T20:31:54.5038868Z [?25hCollecting sqlitedict (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:54.5039588Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-08-22T20:31:54.5040292Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:31:54.5041181Z [?25hCollecting torch>=1.8 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:54.5042192Z Downloading torch-2.4.0-cp311-cp311-manylinux1_x86_64.whl (797.3 MB) 2024-08-22T20:31:54.5043263Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/797.3 MB ? eta -:--:-- 2024-08-22T20:31:54.5044224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/797.3 MB 243.1 MB/s eta 0:00:04 2024-08-22T20:31:54.5045244Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.7/797.3 MB 246.3 MB/s eta 0:00:04 2024-08-22T20:31:54.5046455Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.0/797.3 MB 238.7 MB/s eta 0:00:04 2024-08-22T20:31:54.5047587Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.3/797.3 MB 240.1 MB/s eta 0:00:04 2024-08-22T20:31:54.5049108Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.8/797.3 MB 244.6 MB/s eta 0:00:04 2024-08-22T20:31:54.5050546Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.1/797.3 MB 243.1 MB/s eta 0:00:04 2024-08-22T20:31:54.5051733Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.7/797.3 MB 248.5 MB/s eta 0:00:03 2024-08-22T20:31:54.5052845Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.4/797.3 MB 250.4 MB/s eta 0:00:03 2024-08-22T20:31:54.5054151Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.9/797.3 MB 247.2 MB/s eta 0:00:03 2024-08-22T20:31:54.5055295Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.5/797.3 MB 247.0 MB/s eta 0:00:03 2024-08-22T20:31:54.5056532Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.1/797.3 MB 248.8 MB/s eta 0:00:03 2024-08-22T20:31:54.5057869Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.6/797.3 MB 247.7 MB/s eta 0:00:03 2024-08-22T20:31:54.5059001Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.1/797.3 MB 246.1 MB/s eta 0:00:03 2024-08-22T20:31:54.5060254Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/797.3 MB 247.4 MB/s eta 0:00:03 2024-08-22T20:31:54.5061373Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127.3/797.3 MB 249.2 MB/s eta 0:00:03 2024-08-22T20:31:54.5062588Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.8/797.3 MB 247.5 MB/s eta 0:00:03 2024-08-22T20:31:55.8211203Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.4/797.3 MB 249.4 MB/s eta 0:00:03 2024-08-22T20:31:55.8213027Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.0/797.3 MB 249.5 MB/s eta 0:00:03 2024-08-22T20:31:55.8214482Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.5/797.3 MB 246.4 MB/s eta 0:00:03 2024-08-22T20:31:55.8215796Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 170.2/797.3 MB 249.5 MB/s eta 0:00:03 2024-08-22T20:31:55.8216985Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.8/797.3 MB 249.6 MB/s eta 0:00:03 2024-08-22T20:31:55.8218268Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 187.3/797.3 MB 248.3 MB/s eta 0:00:03 2024-08-22T20:31:55.8219690Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 195.2/797.3 MB 233.3 MB/s eta 0:00:03 2024-08-22T20:31:55.8221055Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 203.5/797.3 MB 237.2 MB/s eta 0:00:03 2024-08-22T20:31:55.8222466Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.9/797.3 MB 244.0 MB/s eta 0:00:03 2024-08-22T20:31:55.8223841Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 220.4/797.3 MB 246.3 MB/s eta 0:00:03 2024-08-22T20:31:55.8225117Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.0/797.3 MB 248.3 MB/s eta 0:00:03 2024-08-22T20:31:55.8226487Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 237.6/797.3 MB 249.1 MB/s eta 0:00:03 2024-08-22T20:31:55.8227719Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 246.1/797.3 MB 247.1 MB/s eta 0:00:03 2024-08-22T20:31:55.8228993Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 254.5/797.3 MB 244.7 MB/s eta 0:00:03 2024-08-22T20:31:55.8230262Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 263.1/797.3 MB 247.4 MB/s eta 0:00:03 2024-08-22T20:31:55.8231638Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 271.6/797.3 MB 248.2 MB/s eta 0:00:03 2024-08-22T20:31:55.8232842Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 280.0/797.3 MB 242.6 MB/s eta 0:00:03 2024-08-22T20:31:55.8234248Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 288.1/797.3 MB 239.0 MB/s eta 0:00:03 2024-08-22T20:31:55.8235435Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 296.5/797.3 MB 242.2 MB/s eta 0:00:03 2024-08-22T20:31:55.8236961Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 305.1/797.3 MB 249.2 MB/s eta 0:00:02 2024-08-22T20:31:55.8238408Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 313.7/797.3 MB 248.7 MB/s eta 0:00:02 2024-08-22T20:31:55.8239777Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 322.3/797.3 MB 247.8 MB/s eta 0:00:02 2024-08-22T20:31:55.8241079Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 330.8/797.3 MB 249.2 MB/s eta 0:00:02 2024-08-22T20:31:55.8242367Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 339.4/797.3 MB 248.9 MB/s eta 0:00:02 2024-08-22T20:31:55.8243645Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 348.0/797.3 MB 249.6 MB/s eta 0:00:02 2024-08-22T20:31:55.8244987Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 356.7/797.3 MB 250.2 MB/s eta 0:00:02 2024-08-22T20:31:55.8246292Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 364.8/797.3 MB 239.1 MB/s eta 0:00:02 2024-08-22T20:31:55.8247600Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 372.9/797.3 MB 233.1 MB/s eta 0:00:02 2024-08-22T20:31:55.8249063Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 380.9/797.3 MB 232.1 MB/s eta 0:00:02 2024-08-22T20:31:55.8250385Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 388.9/797.3 MB 232.1 MB/s eta 0:00:02 2024-08-22T20:31:55.8251649Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 397.3/797.3 MB 243.8 MB/s eta 0:00:02 2024-08-22T20:31:55.8252964Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 405.8/797.3 MB 245.4 MB/s eta 0:00:02 2024-08-22T20:31:55.8254556Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 412.7/797.3 MB 214.3 MB/s eta 0:00:02 2024-08-22T20:31:55.8255914Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 419.5/797.3 MB 194.1 MB/s eta 0:00:02 2024-08-22T20:31:55.8257024Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 426.4/797.3 MB 198.7 MB/s eta 0:00:02 2024-08-22T20:31:55.8258266Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 433.9/797.3 MB 214.7 MB/s eta 0:00:02 2024-08-22T20:31:55.8259358Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 441.7/797.3 MB 227.2 MB/s eta 0:00:02 2024-08-22T20:31:55.8260590Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 450.2/797.3 MB 241.7 MB/s eta 0:00:02 2024-08-22T20:31:57.1407660Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 456.6/797.3 MB 205.2 MB/s eta 0:00:02 2024-08-22T20:31:57.1409287Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 462.4/797.3 MB 170.8 MB/s eta 0:00:02 2024-08-22T20:31:57.1410425Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 468.8/797.3 MB 180.9 MB/s eta 0:00:02 2024-08-22T20:31:57.1411544Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 475.8/797.3 MB 205.3 MB/s eta 0:00:02 2024-08-22T20:31:57.1412663Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 482.2/797.3 MB 193.7 MB/s eta 0:00:02 2024-08-22T20:31:57.1413781Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 487.1/797.3 MB 160.5 MB/s eta 0:00:02 2024-08-22T20:31:57.1414925Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 492.9/797.3 MB 156.8 MB/s eta 0:00:02 2024-08-22T20:31:57.1416042Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 498.4/797.3 MB 162.5 MB/s eta 0:00:02 2024-08-22T20:31:57.1417154Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 502.8/797.3 MB 143.5 MB/s eta 0:00:03 2024-08-22T20:31:57.1418255Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 507.0/797.3 MB 128.2 MB/s eta 0:00:03 2024-08-22T20:31:57.1419361Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 511.3/797.3 MB 120.5 MB/s eta 0:00:03 2024-08-22T20:31:57.1420460Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 515.6/797.3 MB 123.5 MB/s eta 0:00:03 2024-08-22T20:31:57.1421904Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 520.3/797.3 MB 129.7 MB/s eta 0:00:03 2024-08-22T20:31:57.1423184Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 525.8/797.3 MB 148.2 MB/s eta 0:00:02 2024-08-22T20:31:57.1424292Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 531.6/797.3 MB 164.6 MB/s eta 0:00:02 2024-08-22T20:31:57.1425383Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 537.3/797.3 MB 166.2 MB/s eta 0:00:02 2024-08-22T20:31:57.1426476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 543.2/797.3 MB 166.4 MB/s eta 0:00:02 2024-08-22T20:31:57.1427571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 549.7/797.3 MB 182.0 MB/s eta 0:00:02 2024-08-22T20:31:57.1428690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 555.0/797.3 MB 169.7 MB/s eta 0:00:02 2024-08-22T20:31:57.1429791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 559.7/797.3 MB 144.9 MB/s eta 0:00:02 2024-08-22T20:31:57.1430882Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 565.1/797.3 MB 145.3 MB/s eta 0:00:02 2024-08-22T20:31:57.1431983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 570.8/797.3 MB 164.2 MB/s eta 0:00:02 2024-08-22T20:31:57.1433103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 576.6/797.3 MB 168.4 MB/s eta 0:00:02 2024-08-22T20:31:57.1434215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 582.6/797.3 MB 173.3 MB/s eta 0:00:02 2024-08-22T20:31:57.1435330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 589.2/797.3 MB 185.0 MB/s eta 0:00:02 2024-08-22T20:31:57.1436443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 596.0/797.3 MB 196.7 MB/s eta 0:00:02 2024-08-22T20:31:57.1437529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 602.5/797.3 MB 190.5 MB/s eta 0:00:02 2024-08-22T20:31:57.1438619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 609.5/797.3 MB 198.9 MB/s eta 0:00:01 2024-08-22T20:31:57.1439706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 616.5/797.3 MB 201.7 MB/s eta 0:00:01 2024-08-22T20:31:57.1440797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 624.0/797.3 MB 209.7 MB/s eta 0:00:01 2024-08-22T20:31:57.1441987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 632.2/797.3 MB 232.2 MB/s eta 0:00:01 2024-08-22T20:31:57.1443186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 638.3/797.3 MB 196.4 MB/s eta 0:00:01 2024-08-22T20:31:57.1444285Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 644.0/797.3 MB 168.6 MB/s eta 0:00:01 2024-08-22T20:31:57.1445379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 650.4/797.3 MB 178.0 MB/s eta 0:00:01 2024-08-22T20:31:57.1446468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 655.0/797.3 MB 158.6 MB/s eta 0:00:01 2024-08-22T20:31:57.1447560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 659.6/797.3 MB 135.5 MB/s eta 0:00:02 2024-08-22T20:31:57.1448794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 664.8/797.3 MB 141.4 MB/s eta 0:00:01 2024-08-22T20:31:57.1449905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 666.9/797.3 MB 145.9 MB/s eta 0:00:01 2024-08-22T20:31:58.9915273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 670.4/797.3 MB 103.1 MB/s eta 0:00:02 2024-08-22T20:31:58.9916817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 676.0/797.3 MB 105.0 MB/s eta 0:00:02 2024-08-22T20:31:58.9918135Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 681.7/797.3 MB 163.6 MB/s eta 0:00:01 2024-08-22T20:31:58.9919244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 687.6/797.3 MB 169.4 MB/s eta 0:00:01 2024-08-22T20:31:58.9920386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 694.1/797.3 MB 185.2 MB/s eta 0:00:01 2024-08-22T20:31:58.9921503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 699.1/797.3 MB 164.8 MB/s eta 0:00:01 2024-08-22T20:31:58.9922613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 703.6/797.3 MB 140.2 MB/s eta 0:00:01 2024-08-22T20:31:58.9923703Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 708.6/797.3 MB 136.0 MB/s eta 0:00:01 2024-08-22T20:31:58.9924805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 714.2/797.3 MB 156.3 MB/s eta 0:00:01 2024-08-22T20:31:58.9925899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 719.9/797.3 MB 166.0 MB/s eta 0:00:01 2024-08-22T20:31:58.9927234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 725.7/797.3 MB 167.3 MB/s eta 0:00:01 2024-08-22T20:31:58.9928646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 731.9/797.3 MB 175.0 MB/s eta 0:00:01 2024-08-22T20:31:58.9929759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 738.4/797.3 MB 185.8 MB/s eta 0:00:01 2024-08-22T20:31:58.9930861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 745.1/797.3 MB 192.8 MB/s eta 0:00:01 2024-08-22T20:31:58.9931960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 752.0/797.3 MB 198.5 MB/s eta 0:00:01 2024-08-22T20:31:58.9933045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 758.9/797.3 MB 198.6 MB/s eta 0:00:01 2024-08-22T20:31:58.9934157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 764.4/797.3 MB 176.3 MB/s eta 0:00:01 2024-08-22T20:31:58.9935272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 769.9/797.3 MB 157.9 MB/s eta 0:00:01 2024-08-22T20:31:58.9936376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 775.3/797.3 MB 158.9 MB/s eta 0:00:01 2024-08-22T20:31:58.9937438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 781.0/797.3 MB 161.9 MB/s eta 0:00:01 2024-08-22T20:31:58.9938477Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 787.2/797.3 MB 178.1 MB/s eta 0:00:01 2024-08-22T20:31:58.9939516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 793.7/797.3 MB 189.0 MB/s eta 0:00:01 2024-08-22T20:31:58.9940543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:31:58.9941574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:31:58.9942758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:31:58.9943785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:31:58.9944798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:31:58.9945798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:31:58.9946819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:31:58.9947941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:31:58.9948970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:31:58.9949973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:31:58.9950995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:31:58.9952013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:31:58.9953027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:31:58.9954034Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:31:58.9955074Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:31:58.9956106Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:31:58.9958326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3715002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3716326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3717507Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3719049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3720603Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3721650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3722661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3723677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3724691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3725696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3726731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3727752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3728902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3729911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3730909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3731916Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3732939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3733956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3734953Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3735958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3736975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3737985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3739105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3740215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3741236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3742247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3743257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3744274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3745287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3746311Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3747339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3748354Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3749361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3750360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3751369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3752398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3753428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3754436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3755450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:00.3756460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7540156Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7541621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7543157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7544333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7545408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7546509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7547634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7548760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7549910Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7551044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7552173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7553298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7554428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7555563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7556681Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7557796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7558886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7559905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7560919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7561933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7562948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7563992Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7565027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7566040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7567048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7568223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7569245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7570280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7571305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7572326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7573343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7574346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7575353Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7576370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7577487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7578576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7579596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7580618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7581639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:01.7582646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1352415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1353921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1354972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1356000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1357000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1358013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1359040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1360087Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1361116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1362147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1363168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1364196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1365259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1366599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1367757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1368905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1369911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1370927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1371934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1372933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1373969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1375004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1376027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1377033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1378046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1379066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1380094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1381119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1382133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1383150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1384158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1385156Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1386185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1387398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1388417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1389418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1390435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1391446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1392453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:03.1393486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5165878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5167341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5168890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5170103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5171118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5172436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5173589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5174600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5175669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5176701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5177722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5178733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5179770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5180817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5181845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5182857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5183882Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5184898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5185930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5186948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5187966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5188979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5189990Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5190989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5192013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5193134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5194224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5195236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5196250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5197262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5198265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5199292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5200321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5201763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5202775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5203796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5204819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5205831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5206855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:04.5207897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:07.4418040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:07.4419712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:07.4420999Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:07.4422034Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:07.4423358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:07.4424522Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:07.4425557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:07.4426623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:07.4427633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:07.4428639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 192.7 MB/s eta 0:00:01 2024-08-22T20:32:07.4429642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.3/797.3 MB 1.5 MB/s eta 0:00:00 2024-08-22T20:32:07.4430627Z [?25hCollecting tqdm-multiprocess (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:07.4431502Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-08-22T20:32:07.4432340Z Collecting transformers>=4.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:07.4433201Z Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB) 2024-08-22T20:32:07.4434179Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.5 MB ? eta -:--:-- 2024-08-22T20:32:07.4435208Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 5.4/9.5 MB 166.1 MB/s eta 0:00:01 2024-08-22T20:32:07.4436280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.5/9.5 MB 143.2 MB/s eta 0:00:01 2024-08-22T20:32:07.4437290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 94.9 MB/s eta 0:00:00 2024-08-22T20:32:07.4438623Z [?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:07.4439829Z Collecting dill (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:07.4440777Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-08-22T20:32:07.4441802Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/116.3 kB ? eta -:--:-- 2024-08-22T20:32:07.4442766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 33.2 MB/s eta 0:00:00 2024-08-22T20:32:07.4443694Z [?25hCollecting word2number (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:07.4444523Z Downloading word2number-1.1.zip (9.7 kB) 2024-08-22T20:32:07.4445277Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:07.4446476Z [?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:07.4448380Z 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:07.4449718Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:07.4450853Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-22T20:32:07.4451906Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/177.6 kB ? eta -:--:-- 2024-08-22T20:32:07.4452875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.6/177.6 kB 36.3 MB/s eta 0:00:00 2024-08-22T20:32:07.4454223Z [?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:07.4455905Z 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:07.4457577Z 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:07.4459212Z 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:07.4460517Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:07.4461644Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-22T20:32:07.4462664Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 10)) 2024-08-22T20:32:07.4463652Z Downloading regex-2024.7.24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (786 kB) 2024-08-22T20:32:07.4464687Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/786.6 kB ? eta -:--:-- 2024-08-22T20:32:07.4465660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 786.6/786.6 kB 72.8 MB/s eta 0:00:00 2024-08-22T20:32:07.4466549Z [?25hCollecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 13)) 2024-08-22T20:32:07.4467718Z 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:07.4468889Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/436.8 kB ? eta -:--:-- 2024-08-22T20:32:07.4469853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.8/436.8 kB 49.6 MB/s eta 0:00:00 2024-08-22T20:32:07.4470851Z [?25hCollecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:07.4472617Z 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:07.4474113Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.1 MB ? eta -:--:-- 2024-08-22T20:32:07.4475135Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 112.6 MB/s eta 0:00:00 2024-08-22T20:32:07.4476681Z [?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:07.4478033Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:07.4479229Z 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:09.4016853Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.1 MB ? eta -:--:-- 2024-08-22T20:32:09.4018487Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 3.4/7.1 MB 101.8 MB/s eta 0:00:01 2024-08-22T20:32:09.4020179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.1/7.1 MB 109.0 MB/s eta 0:00:01 2024-08-22T20:32:09.4021357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 77.4 MB/s eta 0:00:00 2024-08-22T20:32:09.4022338Z [?25hCollecting altair<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:09.4023275Z Downloading altair-5.4.0-py3-none-any.whl (671 kB) 2024-08-22T20:32:09.4024145Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/671.7 kB ? eta -:--:-- 2024-08-22T20:32:09.4025202Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.7/671.7 kB 63.7 MB/s eta 0:00:00 2024-08-22T20:32:09.4026320Z [?25hCollecting blinker<2,>=1.0.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:09.4027146Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:09.4028046Z Collecting cachetools<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:09.4028991Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:09.4030253Z 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:09.4031507Z Collecting pandas<3,>=1.3.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:09.4032924Z 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:09.4034286Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.0 MB ? eta -:--:-- 2024-08-22T20:32:09.4035408Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 7.7/13.0 MB 230.2 MB/s eta 0:00:01 2024-08-22T20:32:09.4036874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 234.1 MB/s eta 0:00:01 2024-08-22T20:32:09.4038164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 234.1 MB/s eta 0:00:01 2024-08-22T20:32:09.4039324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 106.4 MB/s eta 0:00:00 2024-08-22T20:32:09.4040298Z [?25hCollecting pillow<11,>=7.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:09.4041429Z Downloading pillow-10.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) 2024-08-22T20:32:09.4042591Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.5 MB ? eta -:--:-- 2024-08-22T20:32:09.4043843Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 4.4/4.5 MB 130.9 MB/s eta 0:00:01 2024-08-22T20:32:09.4044941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 81.0 MB/s eta 0:00:00 2024-08-22T20:32:09.4046031Z [?25hCollecting protobuf<6,>=3.20 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:09.4047043Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB) 2024-08-22T20:32:09.4048165Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/309.3 kB ? eta -:--:-- 2024-08-22T20:32:09.4049256Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.3/309.3 kB 55.1 MB/s eta 0:00:00 2024-08-22T20:32:09.4050265Z [?25hCollecting pyarrow>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:09.4051355Z Downloading pyarrow-17.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (39.9 MB) 2024-08-22T20:32:09.4052486Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/39.9 MB ? eta -:--:-- 2024-08-22T20:32:09.4053654Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/39.9 MB 135.6 MB/s eta 0:00:01 2024-08-22T20:32:09.4054883Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.3/39.9 MB 136.7 MB/s eta 0:00:01 2024-08-22T20:32:09.4056163Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 15.1/39.9 MB 155.5 MB/s eta 0:00:01 2024-08-22T20:32:09.4057372Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 20.6/39.9 MB 165.7 MB/s eta 0:00:01 2024-08-22T20:32:09.4058577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 26.0/39.9 MB 158.0 MB/s eta 0:00:01 2024-08-22T20:32:09.4059853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 31.8/39.9 MB 162.3 MB/s eta 0:00:01 2024-08-22T20:32:09.4061169Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 38.6/39.9 MB 185.7 MB/s eta 0:00:01 2024-08-22T20:32:09.4062385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 190.4 MB/s eta 0:00:01 2024-08-22T20:32:09.4063610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 190.4 MB/s eta 0:00:01 2024-08-22T20:32:09.4064732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 190.4 MB/s eta 0:00:01 2024-08-22T20:32:09.4065867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 190.4 MB/s eta 0:00:01 2024-08-22T20:32:09.4067009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 190.4 MB/s eta 0:00:01 2024-08-22T20:32:09.4068132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 43.1 MB/s eta 0:00:00 2024-08-22T20:32:09.4069166Z [?25hCollecting rich<14,>=10.14.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:09.4070047Z Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-08-22T20:32:09.4070949Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/240.7 kB ? eta -:--:-- 2024-08-22T20:32:09.4072029Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 51.6 MB/s eta 0:00:00 2024-08-22T20:32:09.4073243Z [?25hCollecting tenacity<9,>=8.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:09.4074106Z Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) 2024-08-22T20:32:11.4849373Z Collecting toml<2,>=0.10.1 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:11.4850666Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2024-08-22T20:32:11.4851848Z Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:11.4852878Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 2024-08-22T20:32:11.4853881Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/207.3 kB ? eta -:--:-- 2024-08-22T20:32:11.4854926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/207.3 kB 48.7 MB/s eta 0:00:00 2024-08-22T20:32:11.4856015Z [?25hCollecting pydeck<1,>=0.8.0b4 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:11.4856923Z Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB) 2024-08-22T20:32:11.4857925Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.9 MB ? eta -:--:-- 2024-08-22T20:32:11.4859085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.9/6.9 MB 207.1 MB/s eta 0:00:01 2024-08-22T20:32:11.4860428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 107.8 MB/s eta 0:00:00 2024-08-22T20:32:11.4861445Z [?25hCollecting watchdog<5,>=2.1.5 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:11.4862606Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl (82 kB) 2024-08-22T20:32:11.4863622Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/82.9 kB ? eta -:--:-- 2024-08-22T20:32:11.4864705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.9/82.9 kB 22.3 MB/s eta 0:00:00 2024-08-22T20:32:11.4865778Z [?25hCollecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:11.4866583Z Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB) 2024-08-22T20:32:11.4867576Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/227.6 kB ? eta -:--:-- 2024-08-22T20:32:11.4868701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.6/227.6 kB 42.3 MB/s eta 0:00:00 2024-08-22T20:32:11.4870079Z [?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:11.4871446Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:11.4872369Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-08-22T20:32:11.4873778Z 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:11.4875284Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:11.4876581Z Downloading safetensors-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-08-22T20:32:11.4877778Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/435.4 kB ? eta -:--:-- 2024-08-22T20:32:11.4878921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 64.6 MB/s eta 0:00:00 2024-08-22T20:32:11.4880420Z [?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:11.4881926Z Collecting narwhals>=1.1.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:11.4882900Z Downloading narwhals-1.5.2-py3-none-any.whl (145 kB) 2024-08-22T20:32:11.4883830Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/145.6 kB ? eta -:--:-- 2024-08-22T20:32:11.4884893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.6/145.6 kB 38.3 MB/s eta 0:00:00 2024-08-22T20:32:11.4885948Z [?25hCollecting requests (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:11.4886831Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-22T20:32:11.4887871Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/64.9 kB ? eta -:--:-- 2024-08-22T20:32:11.4889608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 18.1 MB/s eta 0:00:00 2024-08-22T20:32:11.4890868Z [?25hCollecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:11.4891714Z Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-22T20:32:11.4892718Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/78.4 kB ? eta -:--:-- 2024-08-22T20:32:11.4893782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 22.0 MB/s eta 0:00:00 2024-08-22T20:32:11.4894866Z [?25hCollecting xxhash (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:11.4896071Z Downloading xxhash-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-08-22T20:32:11.4897224Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/194.8 kB ? eta -:--:-- 2024-08-22T20:32:11.4898362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 38.8 MB/s eta 0:00:00 2024-08-22T20:32:11.4899726Z [?25hCollecting multiprocess (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:11.4901209Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py311-none-any.whl (143 kB) 2024-08-22T20:32:11.4902422Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/143.5 kB ? eta -:--:-- 2024-08-22T20:32:11.4903582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 38.0 MB/s eta 0:00:00 2024-08-22T20:32:11.4904649Z [?25hCollecting aiohttp (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:11.4905877Z Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:32:11.4907078Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:11.4908179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 101.1 MB/s eta 0:00:00 2024-08-22T20:32:11.4909330Z [?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:11.4910363Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 2024-08-22T20:32:11.4911271Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/62.7 kB ? eta -:--:-- 2024-08-22T20:32:11.4912324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 18.5 MB/s eta 0:00:00 2024-08-22T20:32:11.4913907Z [?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:11.4916227Z 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:11.4918216Z 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:13.0807092Z Collecting tzdata>=2022.7 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:13.0808850Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-08-22T20:32:13.0810384Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/345.4 kB ? eta -:--:-- 2024-08-22T20:32:13.0811482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 55.3 MB/s eta 0:00:00 2024-08-22T20:32:13.0813022Z [?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:13.0815013Z 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:13.0816881Z 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:13.0818466Z Collecting markdown-it-py>=2.2.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:13.0819486Z Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-08-22T20:32:13.0820412Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/87.5 kB ? eta -:--:-- 2024-08-22T20:32:13.0821466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 22.9 MB/s eta 0:00:00 2024-08-22T20:32:13.0822661Z [?25hCollecting pygments<3.0.0,>=2.13.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:13.0823650Z Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-08-22T20:32:13.0824552Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2024-08-22T20:32:13.0825664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 88.2 MB/s eta 0:00:00 2024-08-22T20:32:13.0826726Z [?25hCollecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.0827736Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-22T20:32:13.0828711Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/133.7 kB ? eta -:--:-- 2024-08-22T20:32:13.0829771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 30.4 MB/s eta 0:00:00 2024-08-22T20:32:13.0830859Z [?25hCollecting nltk (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.0831815Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2024-08-22T20:32:13.0832694Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2024-08-22T20:32:13.0833720Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 101.9 MB/s eta 0:00:00 2024-08-22T20:32:13.0835312Z [?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:13.0836847Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.0837867Z Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) 2024-08-22T20:32:13.0838817Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.0839973Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-22T20:32:13.0841078Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.0842238Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-22T20:32:13.0843481Z 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:13.0844733Z Downloading scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB) 2024-08-22T20:32:13.0845878Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/41.2 MB ? eta -:--:-- 2024-08-22T20:32:13.0846992Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.5/41.2 MB 196.0 MB/s eta 0:00:01 2024-08-22T20:32:13.0848446Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/41.2 MB 214.4 MB/s eta 0:00:01 2024-08-22T20:32:13.0849736Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 21.8/41.2 MB 221.4 MB/s eta 0:00:01 2024-08-22T20:32:13.0850949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 29.7/41.2 MB 228.5 MB/s eta 0:00:01 2024-08-22T20:32:13.0852176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 37.8/41.2 MB 227.7 MB/s eta 0:00:01 2024-08-22T20:32:13.0853369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 233.7 MB/s eta 0:00:01 2024-08-22T20:32:13.0854506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 233.7 MB/s eta 0:00:01 2024-08-22T20:32:13.0855699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 233.7 MB/s eta 0:00:01 2024-08-22T20:32:13.0856806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 233.7 MB/s eta 0:00:01 2024-08-22T20:32:13.0857990Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 233.7 MB/s eta 0:00:01 2024-08-22T20:32:13.0859154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 44.4 MB/s eta 0:00:00 2024-08-22T20:32:13.0860267Z [?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:13.0861231Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-22T20:32:13.0862225Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/301.8 kB ? eta -:--:-- 2024-08-22T20:32:13.0863290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 60.2 MB/s eta 0:00:00 2024-08-22T20:32:13.0864575Z [?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:13.0865674Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-22T20:32:13.0866677Z Collecting sympy (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:13.0867524Z Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB) 2024-08-22T20:32:13.0868479Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:32:13.0869580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 238.4 MB/s eta 0:00:01 2024-08-22T20:32:13.0870675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 126.4 MB/s eta 0:00:00 2024-08-22T20:32:14.2763365Z [?25hCollecting networkx (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:14.2765026Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-08-22T20:32:14.2766372Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:32:14.2767570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 106.8 MB/s eta 0:00:00 2024-08-22T20:32:14.2769074Z [?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:14.2770826Z 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:14.2772295Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/23.7 MB ? eta -:--:-- 2024-08-22T20:32:14.2773549Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/23.7 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:32:14.2774958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 16.2/23.7 MB 236.7 MB/s eta 0:00:01 2024-08-22T20:32:14.2776349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:32:14.2777569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:32:14.2778931Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:32:14.2780061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 73.3 MB/s eta 0:00:00 2024-08-22T20:32:14.2781287Z [?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:14.2782877Z 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:14.2784395Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/823.6 kB ? eta -:--:-- 2024-08-22T20:32:14.2785595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 94.0 MB/s eta 0:00:00 2024-08-22T20:32:14.2786909Z [?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:14.2788373Z 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:14.2789698Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/14.1 MB ? eta -:--:-- 2024-08-22T20:32:14.2790909Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 7.7/14.1 MB 230.8 MB/s eta 0:00:01 2024-08-22T20:32:14.2792114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:32:14.2793246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:32:14.2794415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 109.9 MB/s eta 0:00:00 2024-08-22T20:32:14.2795594Z [?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:14.2797172Z 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:14.2798522Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/664.8 MB ? eta -:--:-- 2024-08-22T20:32:14.2799580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/664.8 MB 240.1 MB/s eta 0:00:03 2024-08-22T20:32:14.2800793Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.5/664.8 MB 245.2 MB/s eta 0:00:03 2024-08-22T20:32:14.2802437Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.9/664.8 MB 245.3 MB/s eta 0:00:03 2024-08-22T20:32:14.2803627Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.5/664.8 MB 247.2 MB/s eta 0:00:03 2024-08-22T20:32:14.2804932Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.9/664.8 MB 245.1 MB/s eta 0:00:03 2024-08-22T20:32:14.2806154Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.4/664.8 MB 244.9 MB/s eta 0:00:03 2024-08-22T20:32:14.2807403Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.9/664.8 MB 245.3 MB/s eta 0:00:03 2024-08-22T20:32:14.2808937Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.3/664.8 MB 244.9 MB/s eta 0:00:03 2024-08-22T20:32:14.2810308Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.8/664.8 MB 244.3 MB/s eta 0:00:03 2024-08-22T20:32:14.2811532Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.3/664.8 MB 247.3 MB/s eta 0:00:03 2024-08-22T20:32:14.2812763Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.8/664.8 MB 245.9 MB/s eta 0:00:03 2024-08-22T20:32:14.2814008Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.3/664.8 MB 243.6 MB/s eta 0:00:03 2024-08-22T20:32:14.2815223Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.7/664.8 MB 245.0 MB/s eta 0:00:03 2024-08-22T20:32:14.2816509Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.2/664.8 MB 245.9 MB/s eta 0:00:03 2024-08-22T20:32:14.2817739Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.6/664.8 MB 243.1 MB/s eta 0:00:03 2024-08-22T20:32:14.2819007Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.0/664.8 MB 244.5 MB/s eta 0:00:03 2024-08-22T20:32:15.5976353Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/664.8 MB 246.1 MB/s eta 0:00:03 2024-08-22T20:32:15.5978099Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.0/664.8 MB 246.7 MB/s eta 0:00:03 2024-08-22T20:32:15.5979815Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.5/664.8 MB 244.1 MB/s eta 0:00:03 2024-08-22T20:32:15.5981035Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 169.0/664.8 MB 244.5 MB/s eta 0:00:03 2024-08-22T20:32:15.5982318Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.4/664.8 MB 245.6 MB/s eta 0:00:02 2024-08-22T20:32:15.5983596Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 185.9/664.8 MB 246.3 MB/s eta 0:00:02 2024-08-22T20:32:15.5984844Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.5/664.8 MB 246.9 MB/s eta 0:00:02 2024-08-22T20:32:15.5986021Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 203.1/664.8 MB 248.3 MB/s eta 0:00:02 2024-08-22T20:32:15.5987312Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 211.6/664.8 MB 246.3 MB/s eta 0:00:02 2024-08-22T20:32:15.5988517Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 220.1/664.8 MB 247.4 MB/s eta 0:00:02 2024-08-22T20:32:15.5990205Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 228.7/664.8 MB 248.0 MB/s eta 0:00:02 2024-08-22T20:32:15.5991396Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 237.2/664.8 MB 246.5 MB/s eta 0:00:02 2024-08-22T20:32:15.5992614Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 245.7/664.8 MB 245.7 MB/s eta 0:00:02 2024-08-22T20:32:15.5993901Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 254.2/664.8 MB 246.0 MB/s eta 0:00:02 2024-08-22T20:32:15.5995109Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 262.7/664.8 MB 247.7 MB/s eta 0:00:02 2024-08-22T20:32:15.5996282Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 271.2/664.8 MB 244.4 MB/s eta 0:00:02 2024-08-22T20:32:15.5997590Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 279.7/664.8 MB 245.5 MB/s eta 0:00:02 2024-08-22T20:32:15.5998823Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 288.2/664.8 MB 246.9 MB/s eta 0:00:02 2024-08-22T20:32:15.6000053Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 296.7/664.8 MB 245.6 MB/s eta 0:00:02 2024-08-22T20:32:15.6001666Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 305.2/664.8 MB 245.3 MB/s eta 0:00:02 2024-08-22T20:32:15.6002904Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 313.8/664.8 MB 247.7 MB/s eta 0:00:02 2024-08-22T20:32:15.6004139Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 322.3/664.8 MB 247.6 MB/s eta 0:00:02 2024-08-22T20:32:15.6005587Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 330.8/664.8 MB 246.4 MB/s eta 0:00:02 2024-08-22T20:32:15.6006912Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 339.4/664.8 MB 248.6 MB/s eta 0:00:02 2024-08-22T20:32:15.6008246Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 347.9/664.8 MB 247.2 MB/s eta 0:00:02 2024-08-22T20:32:15.6009508Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 356.4/664.8 MB 245.6 MB/s eta 0:00:02 2024-08-22T20:32:15.6010742Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 365.0/664.8 MB 247.8 MB/s eta 0:00:02 2024-08-22T20:32:15.6011911Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 373.5/664.8 MB 247.4 MB/s eta 0:00:02 2024-08-22T20:32:15.6013197Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 382.0/664.8 MB 246.8 MB/s eta 0:00:02 2024-08-22T20:32:15.6014438Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 390.6/664.8 MB 247.4 MB/s eta 0:00:02 2024-08-22T20:32:15.6015636Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 399.1/664.8 MB 248.9 MB/s eta 0:00:02 2024-08-22T20:32:15.6016855Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 407.6/664.8 MB 245.1 MB/s eta 0:00:02 2024-08-22T20:32:15.6018083Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 416.1/664.8 MB 245.3 MB/s eta 0:00:02 2024-08-22T20:32:15.6019281Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 424.6/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:15.6020599Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 433.2/664.8 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:15.6021771Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 441.6/664.8 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:32:15.6022965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 450.2/664.8 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:32:15.6024242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 458.8/664.8 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:17.3646240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 467.3/664.8 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:17.3647909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 475.6/664.8 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:32:17.3649537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 483.9/664.8 MB 238.4 MB/s eta 0:00:01 2024-08-22T20:32:17.3650919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 492.0/664.8 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:17.3652215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 500.0/664.8 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:32:17.3653451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 508.2/664.8 MB 236.1 MB/s eta 0:00:01 2024-08-22T20:32:17.3654619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 516.8/664.8 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:32:17.3655875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 525.3/664.8 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:17.3657126Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 533.8/664.8 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:32:17.3658403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 542.3/664.8 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:32:17.3659565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 550.8/664.8 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:32:17.3660779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 559.3/664.8 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:32:17.3662021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 567.8/664.8 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:32:17.3663181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 576.3/664.8 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:32:17.3664427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 584.7/664.8 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:32:17.3665685Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 593.4/664.8 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:17.3666898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 601.9/664.8 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:32:17.3668053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 610.4/664.8 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:32:17.3669293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 618.9/664.8 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:17.3670500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 627.4/664.8 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:32:17.3671803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 635.9/664.8 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:32:17.3673130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 644.4/664.8 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:32:17.3674301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 652.9/664.8 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:32:17.3675437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 661.5/664.8 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:32:17.3676644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:17.3677741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:17.3678891Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:17.3680099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:17.3681243Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:17.3682358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:17.3683537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:17.3684657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:17.3685805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:17.3686965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:17.3688200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:17.3689348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:17.3690524Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:17.3691627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:17.3692755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7464447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7466382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7467904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7469199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7470368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7471546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7472654Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7473798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7475016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7476097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7477211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7478417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7479543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7480772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7482043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7483192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7484362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7485440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7486576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7487750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7489090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7490219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7491420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7492563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7493648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7494823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7495999Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7497134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7498276Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7499469Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7500615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7502255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7503377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7504680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7506024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7507162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7508248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7509449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7510570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:18.7511730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1290806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1292424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1293648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1294804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1295933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1297134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1298238Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1299381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1300577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1302199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1304495Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1305697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1307040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1308362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1309451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1310595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1311763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1312840Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1313974Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1315172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1316327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1317427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1318585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1319698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1320834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1321992Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1323150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1324271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1325434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1326533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1327645Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1329606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1330848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1331935Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1333138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1334259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1335336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1336523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1337661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:20.1338814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5093441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5094983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5096269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5097463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5098836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5100092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5101636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5102857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5103996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5105073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5106235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5107392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5108520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5109643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5110811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5111924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5113108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5114197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5115325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5116515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5117635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5118715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5119914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5121028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5122360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5123646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5124788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5125898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5127028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5128278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5129411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5130595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5131690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5132798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5133957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5135092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5136229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5137433Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5138546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:21.5139780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:23.4146836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:23.4150479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:23.4152620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:23.4154228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:23.4155492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:23.4156658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:23.4157842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:23.4158943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:23.4160063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:23.4161334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:23.4162502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:23.4163597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:23.4164786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:23.4165942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:23.4167072Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:32:23.4168304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 1.8 MB/s eta 0:00:00 2024-08-22T20:32:23.4169541Z [?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:23.4171092Z 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:23.4172502Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/410.6 MB ? eta -:--:-- 2024-08-22T20:32:23.4173582Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/410.6 MB 247.7 MB/s eta 0:00:02 2024-08-22T20:32:23.4174806Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.5/410.6 MB 239.7 MB/s eta 0:00:02 2024-08-22T20:32:23.4176119Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.8/410.6 MB 240.4 MB/s eta 0:00:02 2024-08-22T20:32:23.4177461Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.3/410.6 MB 246.2 MB/s eta 0:00:02 2024-08-22T20:32:23.4178767Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.8/410.6 MB 246.2 MB/s eta 0:00:02 2024-08-22T20:32:23.4180047Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.4/410.6 MB 247.9 MB/s eta 0:00:02 2024-08-22T20:32:23.4181325Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/410.6 MB 248.3 MB/s eta 0:00:02 2024-08-22T20:32:23.4182625Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.5/410.6 MB 246.3 MB/s eta 0:00:02 2024-08-22T20:32:23.4183813Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.9/410.6 MB 243.8 MB/s eta 0:00:02 2024-08-22T20:32:23.4185067Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.4/410.6 MB 246.9 MB/s eta 0:00:02 2024-08-22T20:32:23.4186345Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/410.6 MB 248.1 MB/s eta 0:00:02 2024-08-22T20:32:23.4187568Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.4/410.6 MB 245.1 MB/s eta 0:00:02 2024-08-22T20:32:23.4188771Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.0/410.6 MB 247.9 MB/s eta 0:00:02 2024-08-22T20:32:23.4190035Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.4/410.6 MB 244.3 MB/s eta 0:00:02 2024-08-22T20:32:23.4191309Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 126.7/410.6 MB 241.8 MB/s eta 0:00:02 2024-08-22T20:32:23.4192546Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 135.3/410.6 MB 247.0 MB/s eta 0:00:02 2024-08-22T20:32:23.4193988Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 143.9/410.6 MB 248.5 MB/s eta 0:00:02 2024-08-22T20:32:23.4195229Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 152.4/410.6 MB 248.3 MB/s eta 0:00:02 2024-08-22T20:32:23.4196462Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 161.0/410.6 MB 248.7 MB/s eta 0:00:02 2024-08-22T20:32:23.4197767Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 169.6/410.6 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:32:23.4198957Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 178.1/410.6 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:25.0004122Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 186.7/410.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:32:25.0007380Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 195.2/410.6 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:32:25.0010048Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 203.7/410.6 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:32:25.0011787Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 212.3/410.6 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:32:25.0013002Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 217.8/410.6 MB 197.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0014209Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 218.1/410.6 MB 120.3 MB/s eta 0:00:02 2024-08-22T20:32:25.0015481Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 218.5/410.6 MB 86.3 MB/s eta 0:00:03 2024-08-22T20:32:25.0016708Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 218.8/410.6 MB 67.5 MB/s eta 0:00:03 2024-08-22T20:32:25.0017926Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 219.2/410.6 MB 55.6 MB/s eta 0:00:04 2024-08-22T20:32:25.0019200Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 219.5/410.6 MB 46.9 MB/s eta 0:00:05 2024-08-22T20:32:25.0020401Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 225.6/410.6 MB 44.8 MB/s eta 0:00:05 2024-08-22T20:32:25.0021567Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 233.8/410.6 MB 237.0 MB/s eta 0:00:01 2024-08-22T20:32:25.0022857Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 242.2/410.6 MB 244.4 MB/s eta 0:00:01 2024-08-22T20:32:25.0024291Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 250.8/410.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:32:25.0025647Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 259.3/410.6 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:25.0026885Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 267.9/410.6 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:32:25.0028089Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 276.5/410.6 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:25.0029318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 285.0/410.6 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0030571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 293.5/410.6 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:25.0031761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 302.1/410.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:32:25.0033013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 310.6/410.6 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:32:25.0034259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 319.1/410.6 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:32:25.0035485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 327.6/410.6 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:32:25.0036643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 336.2/410.6 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:32:25.0037894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 344.8/410.6 MB 249.3 MB/s eta 0:00:01 2024-08-22T20:32:25.0039142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 353.4/410.6 MB 249.7 MB/s eta 0:00:01 2024-08-22T20:32:25.0040412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 362.0/410.6 MB 249.4 MB/s eta 0:00:01 2024-08-22T20:32:25.0041634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 370.6/410.6 MB 250.0 MB/s eta 0:00:01 2024-08-22T20:32:25.0042855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 379.2/410.6 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:25.0044103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 387.7/410.6 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0045463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 396.3/410.6 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:32:25.0046742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 404.9/410.6 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:25.0048178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:25.0049373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:25.0050522Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:25.0051738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:25.0052879Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:25.0054012Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3827321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3829062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3830505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3832142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3833410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3834552Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3835826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3836944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3838035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3839198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3840323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3841432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3842791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3844059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3845178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3846361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3847441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3848746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3849947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3851050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3852202Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3853406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3854523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3855705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3856781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3858054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3859338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3860457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3861584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3862757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3863869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3864963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3866140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3867277Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3868416Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3869543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3870680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3871796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3872973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:26.3874121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0469645Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0471251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0472425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0473607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0474752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0476130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0477550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0478651Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0479801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0480970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0482047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0483193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0484381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0485493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0486594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0487752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0489020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0490228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0491388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0492532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0493641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0494802Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0495895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0497013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0498523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0499757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0501157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0502491Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0503680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0504753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0505967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0507094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0508498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 3.3 MB/s eta 0:00:00 2024-08-22T20:32:28.0509657Z [?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:28.0511131Z 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:28.0512534Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/121.6 MB ? eta -:--:-- 2024-08-22T20:32:28.0513805Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/121.6 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0515020Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/121.6 MB 236.9 MB/s eta 0:00:01 2024-08-22T20:32:28.0516327Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.6/121.6 MB 237.4 MB/s eta 0:00:01 2024-08-22T20:32:28.0517548Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.1/121.6 MB 244.2 MB/s eta 0:00:01 2024-08-22T20:32:29.4598054Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 41.6/121.6 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:29.4599688Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 50.1/121.6 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:32:29.4601297Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 58.5/121.6 MB 244.3 MB/s eta 0:00:01 2024-08-22T20:32:29.4602918Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 67.0/121.6 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:29.4604308Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 75.4/121.6 MB 244.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4605490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 83.8/121.6 MB 241.4 MB/s eta 0:00:01 2024-08-22T20:32:29.4606783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 92.3/121.6 MB 245.5 MB/s eta 0:00:01 2024-08-22T20:32:29.4608109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 100.8/121.6 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:32:29.4609622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 109.2/121.6 MB 244.4 MB/s eta 0:00:01 2024-08-22T20:32:29.4610977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 117.7/121.6 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:32:29.4612170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4613296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4614504Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4615573Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4616715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4617880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4619104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4620290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4621474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4622705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4623812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4624949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4626111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4627234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4628358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4629478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4630584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4631764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4632835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4633971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4635152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4636302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4637375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4638566Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4639673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4640971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4642141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4643261Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:29.4644460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9174955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9176322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9177672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9178926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9180014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9181193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9182325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9183477Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9184592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9185746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9186873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9188125Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9189192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9190308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9191489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9192920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9194169Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:30.9195352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 6.0 MB/s eta 0:00:00 2024-08-22T20:32:30.9196533Z [?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:30.9198007Z 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:30.9199373Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/56.5 MB ? eta -:--:-- 2024-08-22T20:32:30.9200536Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/56.5 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:32:30.9202350Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.7/56.5 MB 224.7 MB/s eta 0:00:01 2024-08-22T20:32:30.9203551Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 23.9/56.5 MB 235.7 MB/s eta 0:00:01 2024-08-22T20:32:30.9204756Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 31.9/56.5 MB 232.4 MB/s eta 0:00:01 2024-08-22T20:32:30.9206022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 40.3/56.5 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:30.9207210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 48.7/56.5 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:32:30.9208501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:30.9209699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:30.9210828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:30.9211950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:30.9213064Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:30.9214171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:30.9215330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:30.9217671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:30.9219048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:30.9220161Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:30.9221346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:30.9222448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:30.9223563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:32.3679915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:32.3681502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:32.3682831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:32.3683968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:32.3685090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:32.3686287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:32.3687361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:32.3688899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:32.3690226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:32.3691350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:32.3692435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 11.8 MB/s eta 0:00:00 2024-08-22T20:32:32.3693796Z [?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:32.3695355Z 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:32.3696693Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/124.2 MB ? eta -:--:-- 2024-08-22T20:32:32.3697877Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/124.2 MB 241.7 MB/s eta 0:00:01 2024-08-22T20:32:32.3699147Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.1/124.2 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:32:32.3700376Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.3/124.2 MB 237.0 MB/s eta 0:00:01 2024-08-22T20:32:32.3702048Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.8/124.2 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:32:32.3703263Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 41.4/124.2 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:32.3704471Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 50.0/124.2 MB 249.4 MB/s eta 0:00:01 2024-08-22T20:32:32.3705786Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 58.6/124.2 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:32:32.3707003Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 67.1/124.2 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:32:32.3708211Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 75.7/124.2 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:32:32.3892222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 84.2/124.2 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:32.3893669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 92.8/124.2 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:32:32.3894796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 101.4/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:32.3896336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 110.0/124.2 MB 249.4 MB/s eta 0:00:01 2024-08-22T20:32:32.3897670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 118.5/124.2 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:32:32.3898742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:32.3899791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:32.3901055Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:32.3902074Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:32.3903120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:32.3904194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:32.3905227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:32.3906244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:32.3907258Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:32.3908281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:32.3909299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:32.3910330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7914544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7916044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7917157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7918176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7919194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7920534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7921699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7922712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7923746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7924760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7925772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7926776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7927828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7928981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7929998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7930999Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7932019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7933034Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7934110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7935137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7936168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7937182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7938190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7939347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7940379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7941511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7942611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7943636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7944652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7945668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7946678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:32:33.7947708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 6.5 MB/s eta 0:00:00 2024-08-22T20:32:33.7948836Z [?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:33.7950267Z 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:33.7951499Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/196.0 MB ? eta -:--:-- 2024-08-22T20:32:33.7952547Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/196.0 MB 238.5 MB/s eta 0:00:01 2024-08-22T20:32:33.7953673Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.1/196.0 MB 231.3 MB/s eta 0:00:01 2024-08-22T20:32:33.7954792Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.5/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:33.7956026Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.8/196.0 MB 242.6 MB/s eta 0:00:01 2024-08-22T20:32:33.7957268Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/196.0 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:35.2413506Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/196.0 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:32:35.2415127Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/196.0 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:32:35.2416400Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/196.0 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2417519Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 75.3/196.0 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:35.2418683Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 83.9/196.0 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:32:35.2419820Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 92.4/196.0 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:32:35.2420932Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 100.9/196.0 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:32:35.2422035Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 109.5/196.0 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:32:35.2423145Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 118.0/196.0 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:32:35.2424255Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 126.4/196.0 MB 244.4 MB/s eta 0:00:01 2024-08-22T20:32:35.2425378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 134.9/196.0 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:32:35.2426498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 143.4/196.0 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:32:35.2427607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 151.9/196.0 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:32:35.2428710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 160.4/196.0 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:32:35.2429807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 169.0/196.0 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:32:35.2430901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 177.4/196.0 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2432261Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 185.9/196.0 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:32:35.2433461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 194.5/196.0 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:32:35.2434557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2435585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2436609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2437619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2438735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2439817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2440845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2441858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2442880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2443895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2444906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2445927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2446958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2448110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2449124Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2450125Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2451136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2452262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2453355Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2454357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:35.2455373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6214519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6216023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6217080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6218157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6219208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6220242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6221273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6222299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6223311Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6224381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6225443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6226455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6227470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6228497Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6229513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6230520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6231818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6232990Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6234008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6235008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6236038Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6237057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6238092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6239116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6240133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6241143Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6242158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6243160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6244273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6245365Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6246370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6247375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6248540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6249551Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6250555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6251580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6252606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6253614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6254613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:36.6255680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:38.1567830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:38.1569386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:38.1570493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:38.1571536Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:38.1572566Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:38.1573581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:38.1574618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:38.1575648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:38.1576907Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 4.1 MB/s eta 0:00:00 2024-08-22T20:32:38.1578161Z [?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:38.1579536Z 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:38.1580757Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/176.2 MB ? eta -:--:-- 2024-08-22T20:32:38.1581796Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/176.2 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:32:38.1582934Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/176.2 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:32:38.1584086Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.7/176.2 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:38.1585293Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.8/176.2 MB 233.4 MB/s eta 0:00:01 2024-08-22T20:32:38.1586423Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/176.2 MB 234.5 MB/s eta 0:00:01 2024-08-22T20:32:38.1587554Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.6/176.2 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:32:38.1588676Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/176.2 MB 231.8 MB/s eta 0:00:01 2024-08-22T20:32:38.1589807Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 64.7/176.2 MB 233.2 MB/s eta 0:00:01 2024-08-22T20:32:38.1590927Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 72.9/176.2 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:32:38.1592091Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 80.9/176.2 MB 234.8 MB/s eta 0:00:01 2024-08-22T20:32:38.1593210Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 89.2/176.2 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:38.1594330Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 97.7/176.2 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:32:38.1595491Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 106.3/176.2 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:38.1596609Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 114.9/176.2 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:38.1597721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 123.5/176.2 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:32:38.1599490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 132.0/176.2 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:32:38.1600597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 140.5/176.2 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:32:38.1601992Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 149.1/176.2 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:32:38.1603104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 157.7/176.2 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:32:38.1604211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 166.2/176.2 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:38.1605281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 174.9/176.2 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:32:38.1606350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:38.1607402Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:38.1608536Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:38.1609555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:38.1610589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:38.1611616Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:38.1612661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5590127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5591465Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5592620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5593797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5594891Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5595996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5597456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5598738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5599885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5601244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5602368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5603451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5604630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5605768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5606867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5608147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5609262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5610393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5611727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5612965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5614151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5615259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5616371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:32:39.5617488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 8.7 MB/s eta 0:00:00 2024-08-22T20:32:39.5618644Z [?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:39.5620143Z 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:39.5621421Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/99.1 kB ? eta -:--:-- 2024-08-22T20:32:39.5622483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 26.6 MB/s eta 0:00:00 2024-08-22T20:32:39.5623570Z [?25hCollecting triton==3.0.0 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:39.5624737Z Downloading triton-3.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB) 2024-08-22T20:32:39.5625956Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/209.4 MB ? eta -:--:-- 2024-08-22T20:32:39.5627095Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/209.4 MB 176.0 MB/s eta 0:00:02 2024-08-22T20:32:39.5628321Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.1/209.4 MB 176.5 MB/s eta 0:00:02 2024-08-22T20:32:39.5629610Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/209.4 MB 179.8 MB/s eta 0:00:02 2024-08-22T20:32:39.5630806Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.5/209.4 MB 182.2 MB/s eta 0:00:02 2024-08-22T20:32:39.5631987Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.8/209.4 MB 181.7 MB/s eta 0:00:01 2024-08-22T20:32:39.5633124Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.1/209.4 MB 183.0 MB/s eta 0:00:01 2024-08-22T20:32:39.5634303Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.6/209.4 MB 187.3 MB/s eta 0:00:01 2024-08-22T20:32:39.5635566Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.5/209.4 MB 198.1 MB/s eta 0:00:01 2024-08-22T20:32:39.5636781Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/209.4 MB 202.1 MB/s eta 0:00:01 2024-08-22T20:32:39.5637926Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.4/209.4 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:40.9795310Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 71.6/209.4 MB 207.4 MB/s eta 0:00:01 2024-08-22T20:32:40.9796493Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 75.7/209.4 MB 161.9 MB/s eta 0:00:01 2024-08-22T20:32:40.9797929Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 79.8/209.4 MB 128.5 MB/s eta 0:00:02 2024-08-22T20:32:40.9799191Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 84.0/209.4 MB 119.5 MB/s eta 0:00:02 2024-08-22T20:32:40.9800479Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 88.5/209.4 MB 125.4 MB/s eta 0:00:01 2024-08-22T20:32:40.9801940Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 93.6/209.4 MB 136.9 MB/s eta 0:00:01 2024-08-22T20:32:40.9803170Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 99.0/209.4 MB 152.0 MB/s eta 0:00:01 2024-08-22T20:32:40.9804422Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 103.6/209.4 MB 144.5 MB/s eta 0:00:01 2024-08-22T20:32:40.9805674Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 107.6/209.4 MB 130.2 MB/s eta 0:00:01 2024-08-22T20:32:40.9806978Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 111.7/209.4 MB 118.3 MB/s eta 0:00:01 2024-08-22T20:32:40.9808407Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 114.9/209.4 MB 109.4 MB/s eta 0:00:01 2024-08-22T20:32:40.9809690Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 118.2/209.4 MB 101.9 MB/s eta 0:00:01 2024-08-22T20:32:40.9810877Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 121.7/209.4 MB 97.9 MB/s eta 0:00:01 2024-08-22T20:32:40.9812209Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 125.8/209.4 MB 105.3 MB/s eta 0:00:01 2024-08-22T20:32:40.9813617Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 129.8/209.4 MB 117.0 MB/s eta 0:00:01 2024-08-22T20:32:40.9814874Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 133.9/209.4 MB 120.0 MB/s eta 0:00:01 2024-08-22T20:32:40.9816436Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 138.1/209.4 MB 119.6 MB/s eta 0:00:01 2024-08-22T20:32:40.9817664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 142.6/209.4 MB 126.2 MB/s eta 0:00:01 2024-08-22T20:32:40.9818844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 147.8/209.4 MB 138.1 MB/s eta 0:00:01 2024-08-22T20:32:40.9820101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 152.8/209.4 MB 146.9 MB/s eta 0:00:01 2024-08-22T20:32:40.9821278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 158.1/209.4 MB 151.4 MB/s eta 0:00:01 2024-08-22T20:32:40.9822514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 163.3/209.4 MB 152.4 MB/s eta 0:00:01 2024-08-22T20:32:40.9823724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 167.5/209.4 MB 138.7 MB/s eta 0:00:01 2024-08-22T20:32:40.9824956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 171.7/209.4 MB 122.0 MB/s eta 0:00:01 2024-08-22T20:32:40.9826149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 175.4/209.4 MB 116.2 MB/s eta 0:00:01 2024-08-22T20:32:40.9827319Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 178.7/209.4 MB 107.7 MB/s eta 0:00:01 2024-08-22T20:32:40.9828555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 182.1/209.4 MB 100.6 MB/s eta 0:00:01 2024-08-22T20:32:40.9829739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 186.4/209.4 MB 107.9 MB/s eta 0:00:01 2024-08-22T20:32:40.9830996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 190.7/209.4 MB 121.1 MB/s eta 0:00:01 2024-08-22T20:32:40.9832195Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 194.6/209.4 MB 120.7 MB/s eta 0:00:01 2024-08-22T20:32:40.9833399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 199.0/209.4 MB 121.1 MB/s eta 0:00:01 2024-08-22T20:32:40.9834624Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 203.6/209.4 MB 130.6 MB/s eta 0:00:01 2024-08-22T20:32:40.9835754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 207.3/209.4 MB 122.4 MB/s eta 0:00:01 2024-08-22T20:32:40.9836866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:40.9838121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:40.9839253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:40.9840358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:40.9841394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3914702Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3916187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3917463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3918512Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3919523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3920552Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3921573Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3922592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3923597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3924639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3925674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3926682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3927695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3928804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3929824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3931096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3932250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3933279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3934297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3935305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3936365Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3937396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 120.3 MB/s eta 0:00:01 2024-08-22T20:32:43.3938422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 9.1 MB/s eta 0:00:00 2024-08-22T20:32:43.3939689Z [?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:43.3940929Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB) 2024-08-22T20:32:43.3941910Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/19.7 MB ? eta -:--:-- 2024-08-22T20:32:43.3942938Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/19.7 MB 118.2 MB/s eta 0:00:01 2024-08-22T20:32:43.3944055Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 8.5/19.7 MB 124.6 MB/s eta 0:00:01 2024-08-22T20:32:43.3945273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 12.9/19.7 MB 127.9 MB/s eta 0:00:01 2024-08-22T20:32:43.3946494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 18.3/19.7 MB 141.6 MB/s eta 0:00:01 2024-08-22T20:32:43.3947555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 144.8 MB/s eta 0:00:01 2024-08-22T20:32:43.3948585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 144.8 MB/s eta 0:00:01 2024-08-22T20:32:43.3949583Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 71.0 MB/s eta 0:00:00 2024-08-22T20:32:43.3950652Z [?25hCollecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:43.3951810Z Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-08-22T20:32:43.3952887Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-08-22T20:32:43.3953879Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 3.6/3.6 MB 174.1 MB/s eta 0:00:01 2024-08-22T20:32:43.3954860Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 96.9 MB/s eta 0:00:00 2024-08-22T20:32:43.3956280Z [?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:32:43.3958164Z 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:32:43.3959639Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:43.3960540Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-08-22T20:32:43.3961440Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:43.3962336Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-08-22T20:32:43.3963248Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:34:01.0949036Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-08-22T20:34:01.0950000Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:34:01.0950855Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-08-22T20:34:01.0951711Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:34:01.0952560Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-08-22T20:34:01.0953707Z Collecting typepy[datetime]<2,>=1.3.2 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:34:01.0954755Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-08-22T20:34:01.0956474Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:34:01.0957686Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-22T20:34:01.0958820Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:34:01.0960313Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-22T20:34:01.0961589Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:34:01.0963366Z 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:34:01.0965293Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/272.3 kB ? eta -:--:-- 2024-08-22T20:34:01.0967079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 55.3 MB/s eta 0:00:00 2024-08-22T20:34:01.0968723Z [?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:34:01.0970183Z 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:34:01.0971584Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/128.7 kB ? eta -:--:-- 2024-08-22T20:34:01.0972572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 28.1 MB/s eta 0:00:00 2024-08-22T20:34:01.0973658Z [?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:34:01.0975027Z 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:34:01.0976258Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/328.1 kB ? eta -:--:-- 2024-08-22T20:34:01.0977230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 56.7 MB/s eta 0:00:00 2024-08-22T20:34:01.0978370Z [?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:34:01.0979295Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 2024-08-22T20:34:01.0980748Z 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:34:01.0982827Z 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:34:01.0984801Z 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:34:01.0986360Z 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:34:01.0987257Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-08-22T20:34:01.0988700Z 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:34:01.0990237Z 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:34:01.0991324Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-22T20:34:01.0992343Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/536.2 kB ? eta -:--:-- 2024-08-22T20:34:01.0993434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 76.0 MB/s eta 0:00:00 2024-08-22T20:34:01.0994499Z [?25hBuilding wheels for collected packages: rouge-score, numexpr, sqlitedict, word2number 2024-08-22T20:34:01.0995350Z Building wheel for rouge-score (setup.py) ... [?25l- done 2024-08-22T20:34:01.0996671Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24935 sha256=be61cc8773320bf067cf4f65f9c67fe8bfcc6ef885f404742b5d8971fcfd2905 2024-08-22T20:34:01.0998118Z Stored in directory: /root/.cache/pip/wheels/1e/19/43/8a442dc83660ca25e163e1bd1f89919284ab0d0c1475475148 2024-08-22T20:34:01.0999172Z Building wheel for numexpr (pyproject.toml) ... [?25l- \ | / done 2024-08-22T20:34:01.1000556Z [?25h Created wheel for numexpr: filename=numexpr-2.10.1-cp311-cp311-linux_x86_64.whl size=144661 sha256=c7ddbb376964f48e0a2f43491a5b0f5a4406e1d20593183ab73b8471ce532373 2024-08-22T20:34:01.1002388Z Stored in directory: /root/.cache/pip/wheels/95/8f/06/86d86d1afaa270e49bedb56c85c6ffd48d8eccdb9f678e55e4 2024-08-22T20:34:01.1003405Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2024-08-22T20:34:01.1004710Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16864 sha256=3e99dc36de99ed2ab82b74c2d9b0ca78eff8940d0dfb991463da9da24f481d26 2024-08-22T20:34:01.1006142Z Stored in directory: /root/.cache/pip/wheels/73/63/89/7210274f9b7fb033b8f22671f64c0e0b55083d30c3c046a3ff 2024-08-22T20:34:01.1007117Z Building wheel for word2number (setup.py) ... [?25l- done 2024-08-22T20:34:01.1008514Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5566 sha256=4fc611b561db9173a65003273771e5439af25439a826e8039cdf758fdf575d8b 2024-08-22T20:34:01.1009926Z Stored in directory: /root/.cache/pip/wheels/cd/ef/ae/073b491b14d25e2efafcffca9e16b2ee6d114ec5c643ba4f06 2024-08-22T20:34:01.1010946Z Successfully built rouge-score numexpr sqlitedict word2number 2024-08-22T20:34:01.1017546Z 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:01.1023662Z Attempting uninstall: tqdm 2024-08-22T20:34:01.1024084Z Found existing installation: tqdm 4.65.0 2024-08-22T20:34:01.1024592Z Uninstalling tqdm-4.65.0: 2024-08-22T20:34:01.1025046Z Successfully uninstalled tqdm-4.65.0 2024-08-22T20:34:01.1025500Z Attempting uninstall: requests 2024-08-22T20:34:01.1025942Z Found existing installation: requests 2.29.0 2024-08-22T20:34:01.1026455Z Uninstalling requests-2.29.0: 2024-08-22T20:34:01.1026958Z Successfully uninstalled requests-2.29.0 2024-08-22T20:34:01.1027419Z Attempting uninstall: cmake 2024-08-22T20:34:01.1027971Z Found existing installation: cmake 3.18.2 2024-08-22T20:34:01.1028520Z Uninstalling cmake-3.18.2: 2024-08-22T20:34:01.1029139Z Successfully uninstalled cmake-3.18.2 2024-08-22T20:34:04.6245757Z 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:04.6256551Z 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:04.6257995Z + pip3 uninstall -y triton 2024-08-22T20:34:04.6258415Z Found existing installation: triton 3.0.0 2024-08-22T20:34:04.6258898Z Uninstalling triton-3.0.0: 2024-08-22T20:34:04.6259339Z Successfully uninstalled triton-3.0.0 2024-08-22T20:34:04.6260900Z 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:04.6262723Z + pip3 install --extra-index-url https://download.pytorch.org/whl/nightly/cu121 torch==2.5.0.dev20240814 2024-08-22T20:34:04.6263770Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:34:04.6264463Z Collecting torch==2.5.0.dev20240814 2024-08-22T20:34:04.6265493Z 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:04.6266777Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/778.6 MB ? eta -:--:-- 2024-08-22T20:34:04.6267761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/778.6 MB 246.0 MB/s eta 0:00:04 2024-08-22T20:34:04.6268802Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.5/778.6 MB 240.9 MB/s eta 0:00:04 2024-08-22T20:34:04.6269919Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.5/778.6 MB 232.2 MB/s eta 0:00:04 2024-08-22T20:34:04.6271049Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.7/778.6 MB 234.9 MB/s eta 0:00:04 2024-08-22T20:34:04.6272175Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.1/778.6 MB 242.6 MB/s eta 0:00:04 2024-08-22T20:34:04.6273499Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/778.6 MB 242.8 MB/s eta 0:00:04 2024-08-22T20:34:04.6274906Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.8/778.6 MB 242.3 MB/s eta 0:00:03 2024-08-22T20:34:04.6276046Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.2/778.6 MB 242.7 MB/s eta 0:00:03 2024-08-22T20:34:04.6277160Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.6/778.6 MB 243.1 MB/s eta 0:00:03 2024-08-22T20:34:04.6278275Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.7/778.6 MB 237.1 MB/s eta 0:00:03 2024-08-22T20:34:04.6279399Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.5/778.6 MB 206.7 MB/s eta 0:00:04 2024-08-22T20:34:04.6280546Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.9/778.6 MB 171.3 MB/s eta 0:00:04 2024-08-22T20:34:04.6281683Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.4/778.6 MB 180.3 MB/s eta 0:00:04 2024-08-22T20:34:04.6282812Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.5/778.6 MB 202.2 MB/s eta 0:00:04 2024-08-22T20:34:04.6283930Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.9/778.6 MB 194.6 MB/s eta 0:00:04 2024-08-22T20:34:04.6285059Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 122.4/778.6 MB 203.9 MB/s eta 0:00:04 2024-08-22T20:34:04.6286176Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.1/778.6 MB 222.0 MB/s eta 0:00:03 2024-08-22T20:34:04.6287318Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.8/778.6 MB 224.1 MB/s eta 0:00:03 2024-08-22T20:34:04.6288607Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.4/778.6 MB 221.4 MB/s eta 0:00:03 2024-08-22T20:34:04.6289778Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.1/778.6 MB 222.8 MB/s eta 0:00:03 2024-08-22T20:34:04.6290905Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.7/778.6 MB 222.2 MB/s eta 0:00:03 2024-08-22T20:34:04.6292027Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.4/778.6 MB 221.0 MB/s eta 0:00:03 2024-08-22T20:34:04.6293147Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.0/778.6 MB 222.7 MB/s eta 0:00:03 2024-08-22T20:34:04.6294260Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 183.6/778.6 MB 219.3 MB/s eta 0:00:03 2024-08-22T20:34:05.9479099Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 191.3/778.6 MB 221.0 MB/s eta 0:00:03 2024-08-22T20:34:05.9480670Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198.8/778.6 MB 219.9 MB/s eta 0:00:03 2024-08-22T20:34:05.9482153Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 206.4/778.6 MB 218.9 MB/s eta 0:00:03 2024-08-22T20:34:05.9483366Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.9/778.6 MB 219.2 MB/s eta 0:00:03 2024-08-22T20:34:05.9484485Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 221.5/778.6 MB 221.8 MB/s eta 0:00:03 2024-08-22T20:34:05.9485601Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.1/778.6 MB 221.0 MB/s eta 0:00:03 2024-08-22T20:34:05.9486759Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 236.7/778.6 MB 219.2 MB/s eta 0:00:03 2024-08-22T20:34:05.9488046Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 244.1/778.6 MB 216.9 MB/s eta 0:00:03 2024-08-22T20:34:05.9489164Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 251.7/778.6 MB 219.4 MB/s eta 0:00:03 2024-08-22T20:34:05.9490336Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 259.3/778.6 MB 218.6 MB/s eta 0:00:03 2024-08-22T20:34:05.9491453Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 266.9/778.6 MB 218.9 MB/s eta 0:00:03 2024-08-22T20:34:05.9492568Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 274.5/778.6 MB 219.2 MB/s eta 0:00:03 2024-08-22T20:34:05.9495513Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 282.2/778.6 MB 222.5 MB/s eta 0:00:03 2024-08-22T20:34:05.9496760Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 289.9/778.6 MB 220.1 MB/s eta 0:00:03 2024-08-22T20:34:05.9497872Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 297.4/778.6 MB 217.9 MB/s eta 0:00:03 2024-08-22T20:34:05.9498980Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 304.6/778.6 MB 208.1 MB/s eta 0:00:03 2024-08-22T20:34:05.9500079Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 311.7/778.6 MB 208.4 MB/s eta 0:00:03 2024-08-22T20:34:05.9501468Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 318.7/778.6 MB 202.9 MB/s eta 0:00:03 2024-08-22T20:34:05.9502635Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 325.6/778.6 MB 200.6 MB/s eta 0:00:03 2024-08-22T20:34:05.9503769Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 332.4/778.6 MB 198.2 MB/s eta 0:00:03 2024-08-22T20:34:05.9504883Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 339.7/778.6 MB 208.2 MB/s eta 0:00:03 2024-08-22T20:34:05.9506002Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 347.2/778.6 MB 217.0 MB/s eta 0:00:02 2024-08-22T20:34:05.9507116Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 354.8/778.6 MB 221.0 MB/s eta 0:00:02 2024-08-22T20:34:05.9508235Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 362.4/778.6 MB 220.4 MB/s eta 0:00:02 2024-08-22T20:34:05.9509371Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 369.9/778.6 MB 219.8 MB/s eta 0:00:02 2024-08-22T20:34:05.9510510Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 377.4/778.6 MB 217.7 MB/s eta 0:00:02 2024-08-22T20:34:05.9511628Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 385.1/778.6 MB 221.6 MB/s eta 0:00:02 2024-08-22T20:34:05.9512744Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 392.7/778.6 MB 219.5 MB/s eta 0:00:02 2024-08-22T20:34:05.9513855Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 400.2/778.6 MB 220.3 MB/s eta 0:00:02 2024-08-22T20:34:05.9514974Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 407.8/778.6 MB 219.4 MB/s eta 0:00:02 2024-08-22T20:34:05.9516246Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 415.3/778.6 MB 219.1 MB/s eta 0:00:02 2024-08-22T20:34:05.9517474Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 422.9/778.6 MB 217.7 MB/s eta 0:00:02 2024-08-22T20:34:05.9518581Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 430.5/778.6 MB 221.2 MB/s eta 0:00:02 2024-08-22T20:34:05.9519747Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 438.1/778.6 MB 219.9 MB/s eta 0:00:02 2024-08-22T20:34:05.9520859Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 445.6/778.6 MB 218.9 MB/s eta 0:00:02 2024-08-22T20:34:05.9521974Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 453.3/778.6 MB 222.1 MB/s eta 0:00:02 2024-08-22T20:34:05.9523099Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 460.8/778.6 MB 220.4 MB/s eta 0:00:02 2024-08-22T20:34:05.9524229Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 468.4/778.6 MB 220.5 MB/s eta 0:00:02 2024-08-22T20:34:07.6911576Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 476.2/778.6 MB 224.0 MB/s eta 0:00:02 2024-08-22T20:34:07.6913116Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 483.9/778.6 MB 224.8 MB/s eta 0:00:02 2024-08-22T20:34:07.6914254Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 491.4/778.6 MB 220.9 MB/s eta 0:00:02 2024-08-22T20:34:07.6915376Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 499.1/778.6 MB 222.8 MB/s eta 0:00:02 2024-08-22T20:34:07.6916526Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 506.8/778.6 MB 222.6 MB/s eta 0:00:02 2024-08-22T20:34:07.6917654Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 514.3/778.6 MB 220.6 MB/s eta 0:00:02 2024-08-22T20:34:07.6918759Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 522.6/778.6 MB 235.8 MB/s eta 0:00:02 2024-08-22T20:34:07.6919873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 530.9/778.6 MB 240.5 MB/s eta 0:00:02 2024-08-22T20:34:07.6921032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 538.9/778.6 MB 232.6 MB/s eta 0:00:02 2024-08-22T20:34:07.6922127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 547.0/778.6 MB 232.3 MB/s eta 0:00:01 2024-08-22T20:34:07.6923526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 555.1/778.6 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:34:07.6924774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 563.2/778.6 MB 235.3 MB/s eta 0:00:01 2024-08-22T20:34:07.6925888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 571.3/778.6 MB 234.6 MB/s eta 0:00:01 2024-08-22T20:34:07.6926985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 579.4/778.6 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:34:07.6928197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 587.6/778.6 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:34:07.6929295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 595.7/778.6 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:34:07.6930412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 603.8/778.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:34:07.6931526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 611.9/778.6 MB 234.1 MB/s eta 0:00:01 2024-08-22T20:34:07.6932622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 620.0/778.6 MB 236.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6933716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 628.0/778.6 MB 232.3 MB/s eta 0:00:01 2024-08-22T20:34:07.6934803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 636.2/778.6 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:34:07.6935900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 644.4/778.6 MB 236.6 MB/s eta 0:00:01 2024-08-22T20:34:07.6936996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 652.5/778.6 MB 235.9 MB/s eta 0:00:01 2024-08-22T20:34:07.6938129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 660.9/778.6 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6939212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 669.4/778.6 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:34:07.6940314Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 677.6/778.6 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6941454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 685.7/778.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:34:07.6942553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 694.1/778.6 MB 240.6 MB/s eta 0:00:01 2024-08-22T20:34:07.6943641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 702.6/778.6 MB 244.9 MB/s eta 0:00:01 2024-08-22T20:34:07.6944953Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 711.1/778.6 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6946056Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 719.5/778.6 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:34:07.6947151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 728.0/778.6 MB 244.4 MB/s eta 0:00:01 2024-08-22T20:34:07.6948235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 736.4/778.6 MB 242.8 MB/s eta 0:00:01 2024-08-22T20:34:07.6949333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 744.5/778.6 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:34:07.6950422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 752.9/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:07.6951513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 761.4/778.6 MB 245.5 MB/s eta 0:00:01 2024-08-22T20:34:07.6952569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 769.9/778.6 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:34:07.6954788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.5/778.6 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:34:09.1393166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1394501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1395682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1396755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1398099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1399127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1400133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1401506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1402535Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1403534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1404755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1405765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1406774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1407893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1409085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1410092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1411115Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1412127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1413133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1414139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1415151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1416157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1417282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1418411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1419419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1420424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1421434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1422447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1423445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1424469Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1425495Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1426503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1427505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1428515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1429523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1430547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1431564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1432574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1433586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:09.1434593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5182755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5183971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5185357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5186538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5187555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5188591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5189623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5190643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5191671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5192719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5193742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5194759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5195769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5196796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5197818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5198847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5199879Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5201227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5202254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5203259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5204294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5205471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5206618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5207742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5208771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5209790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5210807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5211811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5212866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5213877Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5214893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5215899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5216918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5217937Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5219093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5220188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5221209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5222225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5223231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:10.5224245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.8987373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.8988529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.8989565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.8990589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.8991609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.8992634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.8993654Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.8994688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.8995725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.8996743Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.8997759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.8998764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.8999797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9001363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9002575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9003595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9004614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9005633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9006659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9007808Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9008847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9009880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9010887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9011885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9012893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9013898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9014914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9015937Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9016946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9017957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9018956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9019967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9020976Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9022144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9023257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9024278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9025287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9026294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9027294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:11.9028321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2778858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2780360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2781775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2782880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2783913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2784954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2786007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2787039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2788051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2789069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2790096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2791114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2792425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2793595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2794630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2795661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2796674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2797693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2798726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2799753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2800754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2802076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2803088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2804102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2805099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2806260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2807394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2808544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2809551Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2810591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2811604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2812640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2813664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2814679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2815690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2816692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2817708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2818737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2819780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:13.2820815Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6569135Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6570600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6571692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6572712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6574032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6575179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6576213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6577228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6578246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6579246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6580264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6581316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6582314Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6583318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6584337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6585351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6586352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6587376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6588408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6589434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6590441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6591456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6592493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6593624Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6594738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6595757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6596769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6597772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6598769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6599789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6601029Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6602058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6603121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6604135Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6605143Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6606134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6607154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6608555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6609587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:14.6610585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:16.4479581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:16.4480916Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:16.4482148Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:16.4483495Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:16.4485330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:16.4486394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:16.4487918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:16.4488948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:16.4490404Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:16.4491471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:16.4493229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:34:16.4494244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 778.6/778.6 MB 1.3 MB/s eta 0:00:00 2024-08-22T20:34:16.4495654Z [?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:16.4497144Z 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:16.4498720Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.3) 2024-08-22T20:34:16.4500064Z 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:16.4503149Z 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:16.4504897Z 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:16.4506840Z 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:16.4509621Z 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:16.4511426Z 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:16.4513076Z 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:16.4515102Z 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:16.4517406Z 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:16.4519427Z 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:16.4521098Z 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:16.4522459Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:16.4524624Z 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:16.4525897Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/188.7 MB ? eta -:--:-- 2024-08-22T20:34:16.4527270Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/188.7 MB 186.3 MB/s eta 0:00:01 2024-08-22T20:34:16.4528600Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/188.7 MB 185.7 MB/s eta 0:00:01 2024-08-22T20:34:16.4530109Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/188.7 MB 179.1 MB/s eta 0:00:01 2024-08-22T20:34:16.4531232Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.8/188.7 MB 179.2 MB/s eta 0:00:01 2024-08-22T20:34:16.4533007Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.3/188.7 MB 167.9 MB/s eta 0:00:01 2024-08-22T20:34:16.4534142Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.5/188.7 MB 154.8 MB/s eta 0:00:01 2024-08-22T20:34:16.4535681Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.2/188.7 MB 188.3 MB/s eta 0:00:01 2024-08-22T20:34:16.4536797Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.0/188.7 MB 199.6 MB/s eta 0:00:01 2024-08-22T20:34:16.4538291Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.8/188.7 MB 196.0 MB/s eta 0:00:01 2024-08-22T20:34:16.4540203Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 63.9/188.7 MB 205.8 MB/s eta 0:00:01 2024-08-22T20:34:16.4541363Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 71.2/188.7 MB 211.9 MB/s eta 0:00:01 2024-08-22T20:34:16.4542817Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 78.8/188.7 MB 218.8 MB/s eta 0:00:01 2024-08-22T20:34:16.4544030Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 86.4/188.7 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:34:16.4545859Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 94.0/188.7 MB 219.4 MB/s eta 0:00:01 2024-08-22T20:34:16.4546960Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 101.6/188.7 MB 222.7 MB/s eta 0:00:01 2024-08-22T20:34:17.9116359Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 109.4/188.7 MB 227.0 MB/s eta 0:00:01 2024-08-22T20:34:17.9117933Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 117.0/188.7 MB 219.4 MB/s eta 0:00:01 2024-08-22T20:34:17.9119352Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 124.6/188.7 MB 219.4 MB/s eta 0:00:01 2024-08-22T20:34:17.9120525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 132.2/188.7 MB 219.2 MB/s eta 0:00:01 2024-08-22T20:34:17.9121647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 139.7/188.7 MB 218.5 MB/s eta 0:00:01 2024-08-22T20:34:17.9122761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 147.3/188.7 MB 221.3 MB/s eta 0:00:01 2024-08-22T20:34:17.9123930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 154.9/188.7 MB 219.2 MB/s eta 0:00:01 2024-08-22T20:34:17.9125031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 162.7/188.7 MB 224.1 MB/s eta 0:00:01 2024-08-22T20:34:17.9126137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 170.3/188.7 MB 222.1 MB/s eta 0:00:01 2024-08-22T20:34:17.9127276Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 177.9/188.7 MB 220.0 MB/s eta 0:00:01 2024-08-22T20:34:17.9128576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 185.4/188.7 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:34:17.9129705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9130824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9131941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9133049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9134338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9135517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9136532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9137538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9138534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9139565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9140614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9141643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9142649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9143673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9144688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9145699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9146700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9147819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9148928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9149935Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9150940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9151955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9152972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9153998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9155030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9156038Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9157048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:17.9158051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2946925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2948085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2949164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2950207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2951213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2952224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2953251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2954271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2955596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2956769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2957805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2958824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2959833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2960862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2961905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2962942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2964004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2965028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2966051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2967077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2968214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2969271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2970315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2971329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2972357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2973389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2974418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2975540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2976646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2977678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2978703Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2979722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2980752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2981778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2982812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2983839Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2984868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2985892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2986909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:19.2987918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:20.7603567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:20.7605310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:20.7606541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:20.7607858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:20.7608992Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:20.7610170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:20.7611283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:20.7612702Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 3.7 MB/s eta 0:00:00 2024-08-22T20:34:20.7614186Z [?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:20.7615562Z Collecting pytorch-triton==3.0.0+dedb7bdf33 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:20.7616893Z 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:20.7618214Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/239.5 MB ? eta -:--:-- 2024-08-22T20:34:20.7619343Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/239.5 MB 199.4 MB/s eta 0:00:02 2024-08-22T20:34:20.7620623Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.5/239.5 MB 199.0 MB/s eta 0:00:02 2024-08-22T20:34:20.7621852Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.4/239.5 MB 202.5 MB/s eta 0:00:02 2024-08-22T20:34:20.7623115Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.5/239.5 MB 205.8 MB/s eta 0:00:02 2024-08-22T20:34:20.7624311Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.8/239.5 MB 209.7 MB/s eta 0:00:01 2024-08-22T20:34:20.7625578Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.9/239.5 MB 209.2 MB/s eta 0:00:01 2024-08-22T20:34:20.7626776Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.2/239.5 MB 209.3 MB/s eta 0:00:01 2024-08-22T20:34:20.7628033Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.4/239.5 MB 209.7 MB/s eta 0:00:01 2024-08-22T20:34:20.7629481Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.5/239.5 MB 207.8 MB/s eta 0:00:01 2024-08-22T20:34:20.7630771Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.7/239.5 MB 208.6 MB/s eta 0:00:01 2024-08-22T20:34:20.7631963Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 78.0/239.5 MB 211.0 MB/s eta 0:00:01 2024-08-22T20:34:20.7633216Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 85.2/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:20.7634410Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 92.4/239.5 MB 208.6 MB/s eta 0:00:01 2024-08-22T20:34:20.7635817Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 99.6/239.5 MB 209.2 MB/s eta 0:00:01 2024-08-22T20:34:20.7637083Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 106.9/239.5 MB 210.4 MB/s eta 0:00:01 2024-08-22T20:34:20.7638351Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 114.1/239.5 MB 208.5 MB/s eta 0:00:01 2024-08-22T20:34:20.7639541Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 121.3/239.5 MB 210.5 MB/s eta 0:00:01 2024-08-22T20:34:20.7640768Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 128.6/239.5 MB 210.6 MB/s eta 0:00:01 2024-08-22T20:34:20.7642001Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 135.8/239.5 MB 208.9 MB/s eta 0:00:01 2024-08-22T20:34:20.7643197Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 143.1/239.5 MB 210.4 MB/s eta 0:00:01 2024-08-22T20:34:20.7644410Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 150.3/239.5 MB 210.3 MB/s eta 0:00:01 2024-08-22T20:34:20.7645619Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 157.5/239.5 MB 209.5 MB/s eta 0:00:01 2024-08-22T20:34:20.7646731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 164.7/239.5 MB 209.1 MB/s eta 0:00:01 2024-08-22T20:34:20.7648048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 172.0/239.5 MB 209.2 MB/s eta 0:00:01 2024-08-22T20:34:20.7649142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 179.2/239.5 MB 209.8 MB/s eta 0:00:01 2024-08-22T20:34:20.7650236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 186.4/239.5 MB 208.7 MB/s eta 0:00:01 2024-08-22T20:34:20.7651581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 193.7/239.5 MB 211.2 MB/s eta 0:00:01 2024-08-22T20:34:20.7652803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 200.9/239.5 MB 207.4 MB/s eta 0:00:01 2024-08-22T20:34:22.2342513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 208.2/239.5 MB 210.9 MB/s eta 0:00:01 2024-08-22T20:34:22.2344033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 215.5/239.5 MB 211.9 MB/s eta 0:00:01 2024-08-22T20:34:22.2345165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 222.7/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2346269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 230.0/239.5 MB 210.6 MB/s eta 0:00:01 2024-08-22T20:34:22.2347387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 237.2/239.5 MB 210.7 MB/s eta 0:00:01 2024-08-22T20:34:22.2348447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2349476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2350482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2351499Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2352546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2353587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2354615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2355649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2356668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2357686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2358696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2359726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2361037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2362197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2363225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2364254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2365278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2366289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2367520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2368592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2369617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2370636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2371648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2372671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2373694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2374777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2375817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2376844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2377870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2378886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2379905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2381043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2382184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:22.2383200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7922252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7924501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7925600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7926636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7927885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7928890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7929898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7930922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7931938Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7932942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7934208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7935361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7936377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7937381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7938422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7939451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7940499Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7941527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7942551Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7943576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7944596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7945618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7946648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7947698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7948731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7949750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7950769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7951789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7952796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7953933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7955046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7956065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7957075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7958101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7959126Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7960154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7961189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7962237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:34:23.7963249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.5/239.5 MB 3.8 MB/s eta 0:00:00 2024-08-22T20:34:23.7964069Z [?25hCollecting sympy==1.13.1 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:23.7965001Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-22T20:36:14.4219341Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:36:14.4220557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 224.8 MB/s eta 0:00:01 2024-08-22T20:36:14.4221950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 224.8 MB/s eta 0:00:01 2024-08-22T20:36:14.4223261Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 224.8 MB/s eta 0:00:01 2024-08-22T20:36:14.4224495Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 224.8 MB/s eta 0:00:01 2024-08-22T20:36:14.4225647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 38.8 MB/s eta 0:00:00 2024-08-22T20:36:14.4227562Z [?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:14.4229373Z 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:14.4231639Z 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:14.4233264Z Installing collected packages: sympy, pytorch-triton, nvidia-nccl-cu12, torch 2024-08-22T20:36:14.4233908Z Attempting uninstall: sympy 2024-08-22T20:36:14.4234325Z Found existing installation: sympy 1.13.2 2024-08-22T20:36:14.4234838Z Uninstalling sympy-1.13.2: 2024-08-22T20:36:14.4235310Z Successfully uninstalled sympy-1.13.2 2024-08-22T20:36:14.4235829Z Attempting uninstall: nvidia-nccl-cu12 2024-08-22T20:36:14.4236407Z Found existing installation: nvidia-nccl-cu12 2.20.5 2024-08-22T20:36:14.4236982Z Uninstalling nvidia-nccl-cu12-2.20.5: 2024-08-22T20:36:14.4237734Z Successfully uninstalled nvidia-nccl-cu12-2.20.5 2024-08-22T20:36:14.4238390Z Attempting uninstall: torch 2024-08-22T20:36:14.4238937Z Found existing installation: torch 2.4.0 2024-08-22T20:36:14.4239575Z Uninstalling torch-2.4.0: 2024-08-22T20:36:14.4240028Z Successfully uninstalled torch-2.4.0 2024-08-22T20:36:14.4241021Z 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:14.4243136Z 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:14.4244917Z + pip3 install git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:14.4245889Z Collecting git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:14.4247191Z Cloning https://github.com/pytorch/ao.git (to revision e11201a62669f582d81cdb33e031a07fb8dfc4f3) to /tmp/pip-req-build-yi5z2yo1 2024-08-22T20:36:14.4248734Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-yi5z2yo1 2024-08-22T20:36:14.4249885Z Running command git rev-parse -q --verify 'sha^e11201a62669f582d81cdb33e031a07fb8dfc4f3' 2024-08-22T20:36:14.4250984Z Running command git fetch -q https://github.com/pytorch/ao.git e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:14.4251967Z Running command git checkout -q e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:14.4252833Z Resolved https://github.com/pytorch/ao.git to commit e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:14.4253636Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:36:14.4254236Z [?25hBuilding wheels for collected packages: torchao 2024-08-22T20:36:14.4255027Z Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | / - done 2024-08-22T20:36:14.4256556Z [?25h Created wheel for torchao: filename=torchao-0.4.0+gite11201a-cp311-cp311-linux_x86_64.whl size=1019162 sha256=bceb02c6ecd226e5d1d0c93d39e7ed23caf0b429ac12a22e9cec549a8d7778e8 2024-08-22T20:36:14.4258087Z Stored in directory: /root/.cache/pip/wheels/f7/33/31/b21ec8d5a4ec3826118179c0c853d6f776a1f80c58c0960d0e 2024-08-22T20:36:14.4258880Z Successfully built torchao 2024-08-22T20:36:14.4259339Z Installing collected packages: torchao 2024-08-22T20:36:14.4259879Z Successfully installed torchao-0.4.0+gite11201a 2024-08-22T20:36:14.4261475Z 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:14.4262916Z + python3 scripts/patch_triton.py 2024-08-22T20:36:14.4263337Z + TORCHCHAT_ROOT=/pytorch/torchchat 2024-08-22T20:36:14.4263737Z + ./scripts/install_et.sh 2024-08-22T20:36:14.4264101Z ++ dirname ./scripts/install_et.sh 2024-08-22T20:36:14.4264501Z + source ./scripts/install_utils.sh 2024-08-22T20:36:14.4264928Z ++ set -ex pipefail 2024-08-22T20:36:14.4266839Z ++ 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:14.4268534Z + '[' '' == '' ']' 2024-08-22T20:36:14.4268879Z + ET_BUILD_DIR=et-build 2024-08-22T20:36:14.4269227Z + ENABLE_ET_PYBIND=pipefail 2024-08-22T20:36:14.4269599Z + pushd /pytorch/torchchat 2024-08-22T20:36:14.4269981Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:14.4270468Z + find_cmake_prefix_path 2024-08-22T20:36:14.4271147Z ++ python3 -c 'from distutils.sysconfig import get_python_lib;print(get_python_lib())' 2024-08-22T20:36:14.4271893Z + path=/opt/conda/lib/python3.11/site-packages 2024-08-22T20:36:14.4272520Z + MY_CMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages 2024-08-22T20:36:14.4273048Z + install_pip_dependencies 2024-08-22T20:36:14.4273480Z + echo 'Intalling common pip packages' 2024-08-22T20:36:14.4273916Z Intalling common pip packages 2024-08-22T20:36:14.4274392Z + pip3 install wheel 'cmake>=3.19' ninja zstd 2024-08-22T20:36:14.4275168Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (0.38.4) 2024-08-22T20:36:14.4276194Z Requirement already satisfied: cmake>=3.19 in /opt/conda/lib/python3.11/site-packages (3.30.2) 2024-08-22T20:36:14.4277263Z Requirement already satisfied: ninja in /opt/conda/lib/python3.11/site-packages (1.11.1.1) 2024-08-22T20:36:14.4278258Z Requirement already satisfied: zstd in /opt/conda/lib/python3.11/site-packages (1.5.5.1) 2024-08-22T20:36:14.4280041Z 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:14.4281465Z + pushd /pytorch/torchchat 2024-08-22T20:36:14.4281948Z /pytorch/torchchat /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:14.4282524Z + pip3 install -r ./requirements.txt 2024-08-22T20:36:14.4283205Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:36:14.4284436Z 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:14.4285887Z 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:14.4287313Z 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:14.4288898Z 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:14.4290436Z 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:14.4291936Z 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:14.4293442Z 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:14.4294918Z 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:14.4296358Z 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:14.4297857Z 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:14.4299338Z 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:14.4300774Z 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:14.4302854Z 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:14.4304402Z 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:14.4306017Z 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:15.0609951Z 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:15.0611951Z 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:15.0613667Z 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:15.0615322Z 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:15.0617008Z 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:15.0618671Z 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:15.0620362Z 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:15.0622067Z 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:15.0623782Z 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:15.0625509Z 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:15.0627206Z 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:15.0628955Z 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:15.0630732Z 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:15.0632434Z 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:15.0634097Z 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:15.0635697Z 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:15.0637303Z 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:15.0638952Z 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:15.0640612Z 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:15.0642285Z 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:15.0644339Z 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:15.0645983Z 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:15.0647727Z 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:15.0649366Z 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:15.0651099Z 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:15.0652828Z 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:15.0654441Z 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:15.0656059Z 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:15.0657706Z 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:15.0659288Z 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:15.0660863Z 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:15.0662479Z 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:15.0664111Z 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:15.0665706Z 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:15.0667306Z 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:15.0668934Z 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:15.0670574Z 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:15.0672175Z 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:15.0673795Z 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:15.0675426Z 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:15.0677048Z 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:15.0678720Z 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:15.0680495Z 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:15.0682210Z 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:15.0683809Z 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:15.0685367Z 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:15.0687005Z 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:15.0688774Z 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:15.0690636Z 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:15.0692611Z 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:15.0694389Z 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:15.0696160Z 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:15.0697974Z 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:22.5357123Z 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:22.5359333Z 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:22.5361137Z 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:22.5362989Z 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:22.5364834Z 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:22.5366603Z 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:22.5368733Z 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:22.5370510Z 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:22.5372283Z 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:22.5374128Z 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:22.5376090Z 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:22.5378543Z 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:22.5380587Z 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:22.5382644Z 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:22.5384727Z 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:22.5386815Z 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:22.5388936Z 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:22.5391031Z 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:22.5393176Z 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:22.5395093Z 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:22.5396908Z 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:22.5398788Z 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:22.5401027Z 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:22.5403046Z 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:22.5405024Z 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:22.5406986Z 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:22.5409038Z 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:22.5411013Z 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:22.5413013Z 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:22.5415027Z 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:22.5416978Z 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:22.5419216Z 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:22.5421226Z 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:22.5423998Z 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:22.5426022Z 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:22.5428111Z 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:22.5430061Z 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:22.5431898Z 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:22.5433714Z 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:22.5435597Z 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:22.5437478Z 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:22.5439361Z 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:22.5441228Z 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:22.5443081Z 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:22.5444956Z 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:22.5446920Z 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:33.7422107Z 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:33.7424733Z 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:33.7427420Z 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:33.7430112Z 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:33.7432111Z 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:33.7434611Z 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:33.7436694Z 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:33.7438639Z 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:33.7440605Z 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:33.7442646Z 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:33.7444953Z 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:33.7446347Z + popd 2024-08-22T20:36:33.7446657Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:33.7447061Z + clone_executorch 2024-08-22T20:36:33.7447728Z + echo 'Cloning executorch to /pytorch/torchchat/et-build/src' 2024-08-22T20:36:33.7448393Z Cloning executorch to /pytorch/torchchat/et-build/src 2024-08-22T20:36:33.7448942Z + rm -rf /pytorch/torchchat/et-build 2024-08-22T20:36:33.7449438Z + mkdir -p /pytorch/torchchat/et-build/src 2024-08-22T20:36:33.7449949Z + pushd /pytorch/torchchat/et-build/src 2024-08-22T20:36:33.7450607Z /pytorch/torchchat/et-build/src /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:33.7451273Z + git clone https://github.com/pytorch/executorch.git 2024-08-22T20:36:33.7451819Z Cloning into 'executorch'... 2024-08-22T20:36:33.7452293Z remote: Enumerating objects: 110866, done. 2024-08-22T20:36:33.7452821Z remote: Counting objects: 0% (1/3467) 2024-08-22T20:36:33.7453331Z remote: Counting objects: 1% (35/3467) 2024-08-22T20:36:33.7453852Z remote: Counting objects: 2% (70/3467) 2024-08-22T20:36:33.7454375Z remote: Counting objects: 3% (105/3467) 2024-08-22T20:36:33.7454942Z remote: Counting objects: 4% (139/3467) 2024-08-22T20:36:33.7455462Z remote: Counting objects: 5% (174/3467) 2024-08-22T20:36:33.7455980Z remote: Counting objects: 6% (209/3467) 2024-08-22T20:36:33.7456503Z remote: Counting objects: 7% (243/3467) 2024-08-22T20:36:33.7457014Z remote: Counting objects: 8% (278/3467) 2024-08-22T20:36:33.7457536Z remote: Counting objects: 9% (313/3467) 2024-08-22T20:36:33.7458060Z remote: Counting objects: 10% (347/3467) 2024-08-22T20:36:33.7458574Z remote: Counting objects: 11% (382/3467) 2024-08-22T20:36:33.7459100Z remote: Counting objects: 12% (417/3467) 2024-08-22T20:36:33.7459622Z remote: Counting objects: 13% (451/3467) 2024-08-22T20:36:33.7460132Z remote: Counting objects: 14% (486/3467) 2024-08-22T20:36:33.7460665Z remote: Counting objects: 15% (521/3467) 2024-08-22T20:36:33.7461285Z remote: Counting objects: 16% (555/3467) 2024-08-22T20:36:33.7461845Z remote: Counting objects: 17% (590/3467) 2024-08-22T20:36:33.7462434Z remote: Counting objects: 18% (625/3467) 2024-08-22T20:36:33.7463026Z remote: Counting objects: 19% (659/3467) 2024-08-22T20:36:33.7463539Z remote: Counting objects: 20% (694/3467) 2024-08-22T20:36:33.7464059Z remote: Counting objects: 21% (729/3467) 2024-08-22T20:36:33.7464582Z remote: Counting objects: 22% (763/3467) 2024-08-22T20:36:33.7465225Z remote: Counting objects: 23% (798/3467) 2024-08-22T20:36:33.7465738Z remote: Counting objects: 24% (833/3467) 2024-08-22T20:36:33.7466256Z remote: Counting objects: 25% (867/3467) 2024-08-22T20:36:33.7466865Z remote: Counting objects: 26% (902/3467) 2024-08-22T20:36:33.7467386Z remote: Counting objects: 27% (937/3467) 2024-08-22T20:36:33.7467910Z remote: Counting objects: 28% (971/3467) 2024-08-22T20:36:33.7468439Z remote: Counting objects: 29% (1006/3467) 2024-08-22T20:36:33.7468966Z remote: Counting objects: 30% (1041/3467) 2024-08-22T20:36:33.7469499Z remote: Counting objects: 31% (1075/3467) 2024-08-22T20:36:33.7470033Z remote: Counting objects: 32% (1110/3467) 2024-08-22T20:36:33.7470553Z remote: Counting objects: 33% (1145/3467) 2024-08-22T20:36:33.7471080Z remote: Counting objects: 34% (1179/3467) 2024-08-22T20:36:33.7471616Z remote: Counting objects: 35% (1214/3467) 2024-08-22T20:36:33.7472135Z remote: Counting objects: 36% (1249/3467) 2024-08-22T20:36:33.7472671Z remote: Counting objects: 37% (1283/3467) 2024-08-22T20:36:33.7473202Z remote: Counting objects: 38% (1318/3467) 2024-08-22T20:36:33.7473720Z remote: Counting objects: 39% (1353/3467) 2024-08-22T20:36:33.7474251Z remote: Counting objects: 40% (1387/3467) 2024-08-22T20:36:33.7474782Z remote: Counting objects: 41% (1422/3467) 2024-08-22T20:36:33.7475298Z remote: Counting objects: 42% (1457/3467) 2024-08-22T20:36:33.7475821Z remote: Counting objects: 43% (1491/3467) 2024-08-22T20:36:33.7476341Z remote: Counting objects: 44% (1526/3467) 2024-08-22T20:36:33.7476858Z remote: Counting objects: 45% (1561/3467) 2024-08-22T20:36:33.7477377Z remote: Counting objects: 46% (1595/3467) 2024-08-22T20:36:33.7477901Z remote: Counting objects: 47% (1630/3467) 2024-08-22T20:36:33.7478416Z remote: Counting objects: 48% (1665/3467) 2024-08-22T20:36:33.7478939Z remote: Counting objects: 49% (1699/3467) 2024-08-22T20:36:33.7479472Z remote: Counting objects: 50% (1734/3467) 2024-08-22T20:36:33.7479985Z remote: Counting objects: 51% (1769/3467) 2024-08-22T20:36:33.7480507Z remote: Counting objects: 52% (1803/3467) 2024-08-22T20:36:33.7481035Z remote: Counting objects: 53% (1838/3467) 2024-08-22T20:36:33.7481549Z remote: Counting objects: 54% (1873/3467) 2024-08-22T20:36:33.7482083Z remote: Counting objects: 55% (1907/3467) 2024-08-22T20:36:33.7482603Z remote: Counting objects: 56% (1942/3467) 2024-08-22T20:36:33.7483121Z remote: Counting objects: 57% (1977/3467) 2024-08-22T20:36:33.7483648Z remote: Counting objects: 58% (2011/3467) 2024-08-22T20:36:33.7484168Z remote: Counting objects: 59% (2046/3467) 2024-08-22T20:36:33.7484693Z remote: Counting objects: 60% (2081/3467) 2024-08-22T20:36:33.7485208Z remote: Counting objects: 61% (2115/3467) 2024-08-22T20:36:33.7485739Z remote: Counting objects: 62% (2150/3467) 2024-08-22T20:36:33.7486263Z remote: Counting objects: 63% (2185/3467) 2024-08-22T20:36:33.7486782Z remote: Counting objects: 64% (2219/3467) 2024-08-22T20:36:33.7487308Z remote: Counting objects: 65% (2254/3467) 2024-08-22T20:36:33.7487956Z remote: Counting objects: 66% (2289/3467) 2024-08-22T20:36:33.7488474Z remote: Counting objects: 67% (2323/3467) 2024-08-22T20:36:33.7488993Z remote: Counting objects: 68% (2358/3467) 2024-08-22T20:36:33.7489511Z remote: Counting objects: 69% (2393/3467) 2024-08-22T20:36:33.7490024Z remote: Counting objects: 70% (2427/3467) 2024-08-22T20:36:33.7490545Z remote: Counting objects: 71% (2462/3467) 2024-08-22T20:36:33.7491064Z remote: Counting objects: 72% (2497/3467) 2024-08-22T20:36:33.7491578Z remote: Counting objects: 73% (2531/3467) 2024-08-22T20:36:33.7492095Z remote: Counting objects: 74% (2566/3467) 2024-08-22T20:36:33.7492616Z remote: Counting objects: 75% (2601/3467) 2024-08-22T20:36:33.7493128Z remote: Counting objects: 76% (2635/3467) 2024-08-22T20:36:33.7493650Z remote: Counting objects: 77% (2670/3467) 2024-08-22T20:36:33.7494278Z remote: Counting objects: 78% (2705/3467) 2024-08-22T20:36:33.7494795Z remote: Counting objects: 79% (2739/3467) 2024-08-22T20:36:33.7495314Z remote: Counting objects: 80% (2774/3467) 2024-08-22T20:36:33.7495914Z remote: Counting objects: 81% (2809/3467) 2024-08-22T20:36:33.7496439Z remote: Counting objects: 82% (2843/3467) 2024-08-22T20:36:33.7496956Z remote: Counting objects: 83% (2878/3467) 2024-08-22T20:36:33.7497475Z remote: Counting objects: 84% (2913/3467) 2024-08-22T20:36:33.7497983Z remote: Counting objects: 85% (2947/3467) 2024-08-22T20:36:33.7498502Z remote: Counting objects: 86% (2982/3467) 2024-08-22T20:36:33.7499025Z remote: Counting objects: 87% (3017/3467) 2024-08-22T20:36:33.7499536Z remote: Counting objects: 88% (3051/3467) 2024-08-22T20:36:33.7500059Z remote: Counting objects: 89% (3086/3467) 2024-08-22T20:36:33.7500581Z remote: Counting objects: 90% (3121/3467) 2024-08-22T20:36:33.7501492Z remote: Counting objects: 91% (3155/3467) 2024-08-22T20:36:33.7502100Z remote: Counting objects: 92% (3190/3467) 2024-08-22T20:36:33.7502831Z remote: Counting objects: 93% (3225/3467) 2024-08-22T20:36:33.7503368Z remote: Counting objects: 94% (3259/3467) 2024-08-22T20:36:33.7503892Z remote: Counting objects: 95% (3294/3467) 2024-08-22T20:36:33.7504414Z remote: Counting objects: 96% (3329/3467) 2024-08-22T20:36:33.7504936Z remote: Counting objects: 97% (3363/3467) 2024-08-22T20:36:33.7505450Z remote: Counting objects: 98% (3398/3467) 2024-08-22T20:36:33.7505969Z remote: Counting objects: 99% (3433/3467) 2024-08-22T20:36:33.7506489Z remote: Counting objects: 100% (3467/3467) 2024-08-22T20:36:33.7507040Z remote: Counting objects: 100% (3467/3467), done. 2024-08-22T20:36:33.7507604Z remote: Compressing objects: 0% (1/1600) 2024-08-22T20:36:33.7508142Z remote: Compressing objects: 1% (16/1600) 2024-08-22T20:36:33.7508679Z remote: Compressing objects: 2% (32/1600) 2024-08-22T20:36:33.7509230Z remote: Compressing objects: 3% (48/1600) 2024-08-22T20:36:33.7509772Z remote: Compressing objects: 4% (64/1600) 2024-08-22T20:36:33.7510303Z remote: Compressing objects: 5% (80/1600) 2024-08-22T20:36:33.7510851Z remote: Compressing objects: 6% (96/1600) 2024-08-22T20:36:33.7511401Z remote: Compressing objects: 7% (112/1600) 2024-08-22T20:36:33.7511948Z remote: Compressing objects: 8% (128/1600) 2024-08-22T20:36:33.7512497Z remote: Compressing objects: 9% (144/1600) 2024-08-22T20:36:33.7513050Z remote: Compressing objects: 10% (160/1600) 2024-08-22T20:36:33.7513588Z remote: Compressing objects: 11% (176/1600) 2024-08-22T20:36:33.7514139Z remote: Compressing objects: 12% (192/1600) 2024-08-22T20:36:33.7514685Z remote: Compressing objects: 13% (208/1600) 2024-08-22T20:36:33.7515222Z remote: Compressing objects: 14% (224/1600) 2024-08-22T20:36:33.7515768Z remote: Compressing objects: 15% (240/1600) 2024-08-22T20:36:33.7516320Z remote: Compressing objects: 16% (256/1600) 2024-08-22T20:36:33.7516853Z remote: Compressing objects: 17% (272/1600) 2024-08-22T20:36:33.7517397Z remote: Compressing objects: 18% (288/1600) 2024-08-22T20:36:35.4097892Z remote: Compressing objects: 19% (304/1600) 2024-08-22T20:36:35.4098648Z remote: Compressing objects: 20% (320/1600) 2024-08-22T20:36:35.4099451Z remote: Compressing objects: 21% (336/1600) 2024-08-22T20:36:35.4100164Z remote: Compressing objects: 22% (352/1600) 2024-08-22T20:36:35.4101063Z remote: Compressing objects: 23% (368/1600) 2024-08-22T20:36:35.4101933Z remote: Compressing objects: 24% (384/1600) 2024-08-22T20:36:35.4102483Z remote: Compressing objects: 25% (400/1600) 2024-08-22T20:36:35.4103008Z remote: Compressing objects: 26% (416/1600) 2024-08-22T20:36:35.4103555Z remote: Compressing objects: 27% (432/1600) 2024-08-22T20:36:35.4104094Z remote: Compressing objects: 28% (448/1600) 2024-08-22T20:36:35.4104628Z remote: Compressing objects: 29% (464/1600) 2024-08-22T20:36:35.4105426Z remote: Compressing objects: 30% (480/1600) 2024-08-22T20:36:35.4105965Z remote: Compressing objects: 31% (496/1600) 2024-08-22T20:36:35.4106497Z remote: Compressing objects: 32% (512/1600) 2024-08-22T20:36:35.4107158Z remote: Compressing objects: 33% (528/1600) 2024-08-22T20:36:35.4107706Z remote: Compressing objects: 34% (544/1600) 2024-08-22T20:36:35.4108243Z remote: Compressing objects: 35% (560/1600) 2024-08-22T20:36:35.4108774Z remote: Compressing objects: 36% (576/1600) 2024-08-22T20:36:35.4109317Z remote: Compressing objects: 37% (592/1600) 2024-08-22T20:36:35.4109852Z remote: Compressing objects: 38% (608/1600) 2024-08-22T20:36:35.4110384Z remote: Compressing objects: 39% (624/1600) 2024-08-22T20:36:35.4110927Z remote: Compressing objects: 40% (640/1600) 2024-08-22T20:36:35.4111467Z remote: Compressing objects: 41% (656/1600) 2024-08-22T20:36:35.4112000Z remote: Compressing objects: 42% (672/1600) 2024-08-22T20:36:35.4112546Z remote: Compressing objects: 43% (688/1600) 2024-08-22T20:36:35.4113089Z remote: Compressing objects: 44% (704/1600) 2024-08-22T20:36:35.4113616Z remote: Compressing objects: 45% (720/1600) 2024-08-22T20:36:35.4114164Z remote: Compressing objects: 46% (736/1600) 2024-08-22T20:36:35.4114794Z remote: Compressing objects: 47% (752/1600) 2024-08-22T20:36:35.4115331Z remote: Compressing objects: 48% (768/1600) 2024-08-22T20:36:35.4115869Z remote: Compressing objects: 49% (784/1600) 2024-08-22T20:36:35.4116403Z remote: Compressing objects: 50% (800/1600) 2024-08-22T20:36:35.4116937Z remote: Compressing objects: 51% (816/1600) 2024-08-22T20:36:35.4117473Z remote: Compressing objects: 52% (832/1600) 2024-08-22T20:36:35.4118007Z remote: Compressing objects: 53% (848/1600) 2024-08-22T20:36:35.4118537Z remote: Compressing objects: 54% (864/1600) 2024-08-22T20:36:35.4119071Z remote: Compressing objects: 55% (880/1600) 2024-08-22T20:36:35.4119615Z remote: Compressing objects: 56% (896/1600) 2024-08-22T20:36:35.4120145Z remote: Compressing objects: 57% (912/1600) 2024-08-22T20:36:35.4120684Z remote: Compressing objects: 58% (928/1600) 2024-08-22T20:36:35.4121224Z remote: Compressing objects: 59% (944/1600) 2024-08-22T20:36:35.4121752Z remote: Compressing objects: 60% (960/1600) 2024-08-22T20:36:35.4122337Z remote: Compressing objects: 61% (976/1600) 2024-08-22T20:36:35.4122873Z remote: Compressing objects: 62% (992/1600) 2024-08-22T20:36:35.4123410Z remote: Compressing objects: 63% (1008/1600) 2024-08-22T20:36:35.4123964Z remote: Compressing objects: 64% (1024/1600) 2024-08-22T20:36:35.4124519Z remote: Compressing objects: 65% (1040/1600) 2024-08-22T20:36:35.4125071Z remote: Compressing objects: 66% (1056/1600) 2024-08-22T20:36:35.4125617Z remote: Compressing objects: 67% (1072/1600) 2024-08-22T20:36:35.4126174Z remote: Compressing objects: 68% (1088/1600) 2024-08-22T20:36:35.4126730Z remote: Compressing objects: 69% (1104/1600) 2024-08-22T20:36:35.4127267Z remote: Compressing objects: 70% (1120/1600) 2024-08-22T20:36:35.4127944Z remote: Compressing objects: 71% (1136/1600) 2024-08-22T20:36:35.4128498Z remote: Compressing objects: 72% (1152/1600) 2024-08-22T20:36:35.4129036Z remote: Compressing objects: 73% (1168/1600) 2024-08-22T20:36:35.4129622Z remote: Compressing objects: 74% (1184/1600) 2024-08-22T20:36:35.4130166Z remote: Compressing objects: 75% (1200/1600) 2024-08-22T20:36:35.4130711Z remote: Compressing objects: 76% (1216/1600) 2024-08-22T20:36:35.4131245Z remote: Compressing objects: 77% (1232/1600) 2024-08-22T20:36:35.4131792Z remote: Compressing objects: 78% (1248/1600) 2024-08-22T20:36:35.4132340Z remote: Compressing objects: 79% (1264/1600) 2024-08-22T20:36:35.4132875Z remote: Compressing objects: 80% (1280/1600) 2024-08-22T20:36:35.4133420Z remote: Compressing objects: 81% (1296/1600) 2024-08-22T20:36:35.4133963Z remote: Compressing objects: 82% (1312/1600) 2024-08-22T20:36:35.4134603Z remote: Compressing objects: 83% (1328/1600) 2024-08-22T20:36:35.4135148Z remote: Compressing objects: 84% (1344/1600) 2024-08-22T20:36:35.4135778Z remote: Compressing objects: 85% (1360/1600) 2024-08-22T20:36:35.4136316Z remote: Compressing objects: 86% (1376/1600) 2024-08-22T20:36:35.4136861Z remote: Compressing objects: 87% (1392/1600) 2024-08-22T20:36:35.4137407Z remote: Compressing objects: 88% (1408/1600) 2024-08-22T20:36:35.4137942Z remote: Compressing objects: 89% (1424/1600) 2024-08-22T20:36:35.4138485Z remote: Compressing objects: 90% (1440/1600) 2024-08-22T20:36:35.4139028Z remote: Compressing objects: 91% (1456/1600) 2024-08-22T20:36:35.4139561Z remote: Compressing objects: 92% (1472/1600) 2024-08-22T20:36:35.4140107Z remote: Compressing objects: 93% (1488/1600) 2024-08-22T20:36:35.4140648Z remote: Compressing objects: 94% (1504/1600) 2024-08-22T20:36:35.4141183Z remote: Compressing objects: 95% (1520/1600) 2024-08-22T20:36:35.4141738Z remote: Compressing objects: 96% (1536/1600) 2024-08-22T20:36:35.4142330Z remote: Compressing objects: 97% (1552/1600) 2024-08-22T20:36:35.4142862Z remote: Compressing objects: 98% (1568/1600) 2024-08-22T20:36:35.4143443Z remote: Compressing objects: 99% (1584/1600) 2024-08-22T20:36:35.4144149Z remote: Compressing objects: 100% (1600/1600) 2024-08-22T20:36:35.4144853Z remote: Compressing objects: 100% (1600/1600), done. 2024-08-22T20:36:35.4145384Z Receiving objects: 0% (1/110866) 2024-08-22T20:36:35.4145788Z Receiving objects: 1% (1109/110866) 2024-08-22T20:36:35.4146204Z Receiving objects: 2% (2218/110866) 2024-08-22T20:36:35.4146606Z Receiving objects: 3% (3326/110866) 2024-08-22T20:36:35.4147012Z Receiving objects: 4% (4435/110866) 2024-08-22T20:36:35.4147421Z Receiving objects: 5% (5544/110866) 2024-08-22T20:36:35.4147819Z Receiving objects: 6% (6652/110866) 2024-08-22T20:36:35.4148221Z Receiving objects: 7% (7761/110866) 2024-08-22T20:36:35.4148632Z Receiving objects: 8% (8870/110866) 2024-08-22T20:36:35.4149028Z Receiving objects: 9% (9978/110866) 2024-08-22T20:36:35.4149430Z Receiving objects: 10% (11087/110866) 2024-08-22T20:36:35.4149853Z Receiving objects: 11% (12196/110866) 2024-08-22T20:36:35.4150258Z Receiving objects: 12% (13304/110866) 2024-08-22T20:36:35.4150772Z Receiving objects: 13% (14413/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4151389Z Receiving objects: 14% (15522/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4151996Z Receiving objects: 15% (16630/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4152606Z Receiving objects: 16% (17739/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4153213Z Receiving objects: 17% (18848/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4153808Z Receiving objects: 18% (19956/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4154415Z Receiving objects: 19% (21065/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4155021Z Receiving objects: 20% (22174/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4155613Z Receiving objects: 21% (23282/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4156224Z Receiving objects: 22% (24391/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4156832Z Receiving objects: 23% (25500/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4157422Z Receiving objects: 24% (26608/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4158024Z Receiving objects: 25% (27717/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4158618Z Receiving objects: 26% (28826/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4159217Z Receiving objects: 27% (29934/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4159806Z Receiving objects: 28% (31043/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4160404Z Receiving objects: 29% (32152/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4160999Z Receiving objects: 29% (32976/110866), 24.70 MiB | 49.49 MiB/s 2024-08-22T20:36:35.4161696Z Receiving objects: 30% (33260/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4162335Z Receiving objects: 31% (34369/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4162938Z Receiving objects: 32% (35478/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4163611Z Receiving objects: 33% (36586/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4164208Z Receiving objects: 34% (37695/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4164807Z Receiving objects: 35% (38804/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4165395Z Receiving objects: 36% (39912/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4165990Z Receiving objects: 37% (41021/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4166582Z Receiving objects: 38% (42130/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4167170Z Receiving objects: 39% (43238/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4167898Z Receiving objects: 40% (44347/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4168503Z Receiving objects: 41% (45456/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4169103Z Receiving objects: 42% (46564/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4169689Z Receiving objects: 43% (47673/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4170294Z Receiving objects: 44% (48782/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4170893Z Receiving objects: 45% (49890/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4171485Z Receiving objects: 46% (50999/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4172086Z Receiving objects: 47% (52108/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4172686Z Receiving objects: 48% (53216/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4173274Z Receiving objects: 49% (54325/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4173869Z Receiving objects: 50% (55433/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4174469Z Receiving objects: 51% (56542/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4175063Z Receiving objects: 52% (57651/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4175658Z Receiving objects: 53% (58759/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4176253Z Receiving objects: 54% (59868/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4176849Z Receiving objects: 55% (60977/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4177446Z Receiving objects: 56% (62085/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4178046Z Receiving objects: 57% (63194/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4178651Z Receiving objects: 58% (64303/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4179242Z Receiving objects: 59% (65411/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4179842Z Receiving objects: 60% (66520/110866), 45.65 MiB | 45.69 MiB/s 2024-08-22T20:36:35.4180439Z Receiving objects: 61% (67629/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:35.4181029Z Receiving objects: 62% (68737/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:35.4181634Z Receiving objects: 63% (69846/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:35.4182233Z Receiving objects: 64% (70955/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:35.4182823Z Receiving objects: 65% (72063/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:35.4183426Z Receiving objects: 66% (73172/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:35.4184102Z Receiving objects: 67% (74281/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:35.4184689Z Receiving objects: 68% (75389/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4934022Z Receiving objects: 69% (76498/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4934961Z Receiving objects: 70% (77607/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4935811Z Receiving objects: 71% (78715/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4936634Z Receiving objects: 72% (79824/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4937478Z Receiving objects: 73% (80933/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4938751Z Receiving objects: 74% (82041/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4939576Z Receiving objects: 75% (83150/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4940378Z Receiving objects: 76% (84259/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4941433Z Receiving objects: 77% (85367/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4942257Z Receiving objects: 78% (86476/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4943055Z Receiving objects: 79% (87585/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4943839Z Receiving objects: 80% (88693/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4944556Z Receiving objects: 81% (89802/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4945161Z Receiving objects: 82% (90911/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4945758Z Receiving objects: 83% (92019/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4946360Z Receiving objects: 84% (93128/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4946979Z Receiving objects: 85% (94237/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4947570Z Receiving objects: 86% (95345/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4948174Z Receiving objects: 87% (96454/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4948835Z Receiving objects: 88% (97563/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4949434Z Receiving objects: 89% (98671/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4950030Z Receiving objects: 90% (99780/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4950636Z Receiving objects: 91% (100889/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4951251Z Receiving objects: 92% (101997/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4951871Z Receiving objects: 93% (103106/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4952479Z Receiving objects: 94% (104215/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4953100Z Receiving objects: 95% (105323/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4953771Z Receiving objects: 96% (106432/110866), 61.18 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4954373Z Receiving objects: 96% (107296/110866), 81.59 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4954984Z Receiving objects: 97% (107541/110866), 81.59 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4955598Z Receiving objects: 98% (108649/110866), 81.59 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4956211Z Receiving objects: 99% (109758/110866), 81.59 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4957234Z remote: Total 110866 (delta 2180), reused 2833 (delta 1833), pack-reused 107399 (from 1) 2024-08-22T20:36:38.4958003Z Receiving objects: 100% (110866/110866), 81.59 MiB | 40.81 MiB/s 2024-08-22T20:36:38.4958670Z Receiving objects: 100% (110866/110866), 84.81 MiB | 40.49 MiB/s, done. 2024-08-22T20:36:38.4959226Z Resolving deltas: 0% (0/85559) 2024-08-22T20:36:38.4959625Z Resolving deltas: 1% (856/85559) 2024-08-22T20:36:38.4960026Z Resolving deltas: 2% (1713/85559) 2024-08-22T20:36:38.4960424Z Resolving deltas: 3% (2567/85559) 2024-08-22T20:36:38.4960833Z Resolving deltas: 4% (3423/85559) 2024-08-22T20:36:38.4961232Z Resolving deltas: 5% (4278/85559) 2024-08-22T20:36:38.4961623Z Resolving deltas: 6% (5134/85559) 2024-08-22T20:36:38.4962020Z Resolving deltas: 7% (5992/85559) 2024-08-22T20:36:38.4962423Z Resolving deltas: 8% (6845/85559) 2024-08-22T20:36:38.4962818Z Resolving deltas: 9% (7701/85559) 2024-08-22T20:36:38.4963264Z Resolving deltas: 10% (8557/85559) 2024-08-22T20:36:38.4963659Z Resolving deltas: 11% (9413/85559) 2024-08-22T20:36:38.4964049Z Resolving deltas: 12% (10268/85559) 2024-08-22T20:36:38.4964458Z Resolving deltas: 13% (11123/85559) 2024-08-22T20:36:38.4964864Z Resolving deltas: 14% (11981/85559) 2024-08-22T20:36:38.4965264Z Resolving deltas: 15% (12837/85559) 2024-08-22T20:36:38.4965668Z Resolving deltas: 16% (13690/85559) 2024-08-22T20:36:38.4966074Z Resolving deltas: 17% (14547/85559) 2024-08-22T20:36:38.4966470Z Resolving deltas: 18% (15401/85559) 2024-08-22T20:36:38.4966876Z Resolving deltas: 19% (16262/85559) 2024-08-22T20:36:38.4967389Z Resolving deltas: 20% (17112/85559) 2024-08-22T20:36:38.4967982Z Resolving deltas: 21% (17968/85559) 2024-08-22T20:36:38.4968382Z Resolving deltas: 22% (18826/85559) 2024-08-22T20:36:38.4968865Z Resolving deltas: 23% (19679/85559) 2024-08-22T20:36:38.4969265Z Resolving deltas: 24% (20535/85559) 2024-08-22T20:36:38.4969667Z Resolving deltas: 25% (21390/85559) 2024-08-22T20:36:38.4970073Z Resolving deltas: 26% (22249/85559) 2024-08-22T20:36:38.4970470Z Resolving deltas: 27% (23101/85559) 2024-08-22T20:36:38.4970873Z Resolving deltas: 28% (23957/85559) 2024-08-22T20:36:38.4971286Z Resolving deltas: 29% (24813/85559) 2024-08-22T20:36:38.4971681Z Resolving deltas: 30% (25668/85559) 2024-08-22T20:36:38.4972083Z Resolving deltas: 31% (26524/85559) 2024-08-22T20:36:38.4972487Z Resolving deltas: 32% (27379/85559) 2024-08-22T20:36:38.4972881Z Resolving deltas: 33% (28235/85559) 2024-08-22T20:36:38.4973286Z Resolving deltas: 34% (29091/85559) 2024-08-22T20:36:38.4973698Z Resolving deltas: 35% (29947/85559) 2024-08-22T20:36:38.4974093Z Resolving deltas: 36% (30802/85559) 2024-08-22T20:36:38.4974498Z Resolving deltas: 37% (31657/85559) 2024-08-22T20:36:38.4974902Z Resolving deltas: 38% (32513/85559) 2024-08-22T20:36:38.4975306Z Resolving deltas: 39% (33369/85559) 2024-08-22T20:36:38.4975707Z Resolving deltas: 40% (34224/85559) 2024-08-22T20:36:38.4976115Z Resolving deltas: 41% (35080/85559) 2024-08-22T20:36:38.4976510Z Resolving deltas: 42% (35935/85559) 2024-08-22T20:36:38.4976912Z Resolving deltas: 43% (36791/85559) 2024-08-22T20:36:38.4977318Z Resolving deltas: 44% (37646/85559) 2024-08-22T20:36:38.4977714Z Resolving deltas: 45% (38502/85559) 2024-08-22T20:36:38.4978117Z Resolving deltas: 46% (39358/85559) 2024-08-22T20:36:38.4978526Z Resolving deltas: 47% (40213/85559) 2024-08-22T20:36:38.4978926Z Resolving deltas: 48% (41070/85559) 2024-08-22T20:36:38.4979331Z Resolving deltas: 49% (41926/85559) 2024-08-22T20:36:38.4979734Z Resolving deltas: 50% (42780/85559) 2024-08-22T20:36:38.4980137Z Resolving deltas: 51% (43636/85559) 2024-08-22T20:36:38.4980540Z Resolving deltas: 52% (44491/85559) 2024-08-22T20:36:38.4980947Z Resolving deltas: 53% (45347/85559) 2024-08-22T20:36:38.4981353Z Resolving deltas: 54% (46202/85559) 2024-08-22T20:36:38.4981756Z Resolving deltas: 55% (47058/85559) 2024-08-22T20:36:38.4982161Z Resolving deltas: 56% (47915/85559) 2024-08-22T20:36:38.4982557Z Resolving deltas: 57% (48769/85559) 2024-08-22T20:36:38.4982960Z Resolving deltas: 58% (49625/85559) 2024-08-22T20:36:38.4983367Z Resolving deltas: 59% (50480/85559) 2024-08-22T20:36:38.4983762Z Resolving deltas: 60% (51336/85559) 2024-08-22T20:36:38.4984164Z Resolving deltas: 61% (52192/85559) 2024-08-22T20:36:38.4984573Z Resolving deltas: 62% (53048/85559) 2024-08-22T20:36:38.4984971Z Resolving deltas: 63% (53903/85559) 2024-08-22T20:36:38.4985374Z Resolving deltas: 64% (54758/85559) 2024-08-22T20:36:38.4985778Z Resolving deltas: 65% (55615/85559) 2024-08-22T20:36:38.4986179Z Resolving deltas: 66% (56469/85559) 2024-08-22T20:36:38.4986588Z Resolving deltas: 67% (57325/85559) 2024-08-22T20:36:38.4986996Z Resolving deltas: 68% (58181/85559) 2024-08-22T20:36:38.4987396Z Resolving deltas: 69% (59036/85559) 2024-08-22T20:36:38.4987804Z Resolving deltas: 70% (59892/85559) 2024-08-22T20:36:38.4988210Z Resolving deltas: 71% (60747/85559) 2024-08-22T20:36:38.4988607Z Resolving deltas: 72% (61603/85559) 2024-08-22T20:36:38.4989009Z Resolving deltas: 73% (62459/85559) 2024-08-22T20:36:38.4989415Z Resolving deltas: 74% (63315/85559) 2024-08-22T20:36:38.4989815Z Resolving deltas: 75% (64170/85559) 2024-08-22T20:36:38.4990217Z Resolving deltas: 75% (64838/85559) 2024-08-22T20:36:38.4990621Z Resolving deltas: 76% (65025/85559) 2024-08-22T20:36:38.4991022Z Resolving deltas: 77% (65881/85559) 2024-08-22T20:36:38.4991422Z Resolving deltas: 78% (66737/85559) 2024-08-22T20:36:38.4991826Z Resolving deltas: 79% (67592/85559) 2024-08-22T20:36:38.4992224Z Resolving deltas: 80% (68448/85559) 2024-08-22T20:36:38.4992719Z Resolving deltas: 81% (69303/85559) 2024-08-22T20:36:38.4993119Z Resolving deltas: 82% (70160/85559) 2024-08-22T20:36:38.4993513Z Resolving deltas: 83% (71014/85559) 2024-08-22T20:36:38.4993996Z Resolving deltas: 84% (71870/85559) 2024-08-22T20:36:38.4994399Z Resolving deltas: 85% (72726/85559) 2024-08-22T20:36:38.4994799Z Resolving deltas: 86% (73581/85559) 2024-08-22T20:36:38.4995201Z Resolving deltas: 87% (74437/85559) 2024-08-22T20:36:38.4995603Z Resolving deltas: 88% (75292/85559) 2024-08-22T20:36:38.4995997Z Resolving deltas: 89% (76148/85559) 2024-08-22T20:36:38.4996398Z Resolving deltas: 90% (77004/85559) 2024-08-22T20:36:38.4996797Z Resolving deltas: 91% (77859/85559) 2024-08-22T20:36:38.4997189Z Resolving deltas: 92% (78715/85559) 2024-08-22T20:36:38.4997589Z Resolving deltas: 93% (79571/85559) 2024-08-22T20:36:38.4997988Z Resolving deltas: 94% (80426/85559) 2024-08-22T20:36:38.4998385Z Resolving deltas: 95% (81283/85559) 2024-08-22T20:36:38.4998795Z Resolving deltas: 96% (82138/85559) 2024-08-22T20:36:38.4999199Z Resolving deltas: 97% (82993/85559) 2024-08-22T20:36:38.4999598Z Resolving deltas: 98% (83848/85559) 2024-08-22T20:36:38.5000000Z Resolving deltas: 99% (84704/85559) 2024-08-22T20:36:38.5000416Z Resolving deltas: 100% (85559/85559) 2024-08-22T20:36:38.5001221Z Resolving deltas: 100% (85559/85559), done. 2024-08-22T20:36:38.5001666Z + cd executorch 2024-08-22T20:36:38.5002093Z ++ cat /pytorch/torchchat/.pins/et-pin.txt 2024-08-22T20:36:38.5002600Z + git checkout 91298923a0076c1b41059efb6dad2876426e4b03 2024-08-22T20:36:38.5003276Z Note: switching to '91298923a0076c1b41059efb6dad2876426e4b03'. 2024-08-22T20:36:38.5003686Z 2024-08-22T20:36:38.5004064Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:36:38.5004834Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:36:38.5005566Z state without impacting any branches by switching back to a branch. 2024-08-22T20:36:38.5006015Z 2024-08-22T20:36:38.5006317Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:36:38.5007111Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:36:38.5007664Z 2024-08-22T20:36:38.5007870Z git switch -c 2024-08-22T20:36:38.5008145Z 2024-08-22T20:36:38.5008282Z Or undo this operation with: 2024-08-22T20:36:38.5008524Z 2024-08-22T20:36:38.5008650Z git switch - 2024-08-22T20:36:38.5008828Z 2024-08-22T20:36:38.5009166Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:36:38.5009645Z 2024-08-22T20:36:38.5009939Z HEAD is now at 91298923a immutable accessors in graph signature (#4433) 2024-08-22T20:36:38.5010613Z + echo 'Install executorch: submodule update' 2024-08-22T20:36:38.5011084Z Install executorch: submodule update 2024-08-22T20:36:38.5011481Z + git submodule sync 2024-08-22T20:36:38.5011859Z + git submodule update --init 2024-08-22T20:36:38.5013205Z 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:38.5015248Z 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:38.5017164Z 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:38.5019284Z 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:38.5021164Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2024-08-22T20:36:38.5022717Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2024-08-22T20:36:38.5024651Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2024-08-22T20:37:15.8019302Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/digantdesai/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2024-08-22T20:37:15.8021300Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2024-08-22T20:37:15.8023254Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2024-08-22T20:37:15.8025206Z Submodule 'examples/third-party/LLaVA' (https://github.com/haotian-liu/LLaVA.git) registered for path 'examples/third-party/LLaVA' 2024-08-22T20:37:15.8027024Z Submodule 'examples/third-party/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'examples/third-party/fbjni' 2024-08-22T20:37:15.8028987Z 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:15.8030718Z Submodule 'extension/llm/third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/third-party/re2' 2024-08-22T20:37:15.8032619Z Submodule 'extension/llm/third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/third-party/sentencepiece' 2024-08-22T20:37:15.8034723Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2024-08-22T20:37:15.8036585Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2024-08-22T20:37:15.8037948Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2024-08-22T20:37:15.8039636Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2024-08-22T20:37:15.8041327Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2024-08-22T20:37:15.8042706Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2024-08-22T20:37:15.8044094Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2024-08-22T20:37:15.8045439Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2024-08-22T20:37:15.8046727Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/arm/third-party/ethos-u-core-driver'... 2024-08-22T20:37:15.8048109Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/arm/third-party/serialization_lib'... 2024-08-22T20:37:15.8049302Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2024-08-22T20:37:15.8050732Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2024-08-22T20:37:15.8052079Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/volk'... 2024-08-22T20:37:15.8053310Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FP16'... 2024-08-22T20:37:15.8054592Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FXdiv'... 2024-08-22T20:37:15.8055855Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/XNNPACK'... 2024-08-22T20:37:15.8057122Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/cpuinfo'... 2024-08-22T20:37:15.8058567Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/pthreadpool'... 2024-08-22T20:37:15.8059650Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/third-party/LLaVA'... 2024-08-22T20:37:15.8060815Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/third-party/fbjni'... 2024-08-22T20:37:15.8061884Z Cloning into '/pytorch/torchchat/et-build/src/executorch/extension/llm/third-party/abseil-cpp'... 2024-08-22T20:37:15.8062945Z Cloning into '/pytorch/torchchat/et-build/src/executorch/extension/llm/third-party/re2'... 2024-08-22T20:37:15.8064050Z Cloning into '/pytorch/torchchat/et-build/src/executorch/extension/llm/third-party/sentencepiece'... 2024-08-22T20:37:15.8065184Z Cloning into '/pytorch/torchchat/et-build/src/executorch/kernels/optimized/third-party/eigen'... 2024-08-22T20:37:15.8066206Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/flatbuffers'... 2024-08-22T20:37:15.8067131Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/flatcc'... 2024-08-22T20:37:15.8068035Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/gflags'... 2024-08-22T20:37:15.8068960Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/googletest'... 2024-08-22T20:37:15.8069885Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/ios-cmake'... 2024-08-22T20:37:15.8070802Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/prelude'... 2024-08-22T20:37:15.8071713Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/pybind11'... 2024-08-22T20:37:15.8072857Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '90f9df900acdc0718ecd2dfdc53780664758dec5' 2024-08-22T20:37:15.8074185Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2024-08-22T20:37:15.8075479Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2024-08-22T20:37:15.8076851Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-08-22T20:37:15.8078144Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2024-08-22T20:37:15.8079345Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-08-22T20:37:15.8080563Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-08-22T20:37:15.8081776Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '1d139a3b4b7155889c88c31f370a82c48e7ca89c' 2024-08-22T20:37:15.8083016Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'd6860c477c99f1fce9e28eb206891af3c0e1a1d7' 2024-08-22T20:37:15.8084331Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-08-22T20:37:15.8085541Z Submodule path 'examples/third-party/LLaVA': checked out '7440ec9ee37b0374c6b5548818e89878e38f3353' 2024-08-22T20:37:15.8086644Z Submodule path 'examples/third-party/fbjni': checked out '52a14f0daa889a20d8984798b8d96eb03cebd334' 2024-08-22T20:37:15.8087944Z Submodule path 'extension/llm/third-party/abseil-cpp': checked out 'eb852207758a773965301d0ae717e4235fc5301a' 2024-08-22T20:37:15.8089146Z Submodule path 'extension/llm/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2024-08-22T20:37:15.8090355Z Submodule path 'extension/llm/third-party/sentencepiece': checked out '6225e08edb2577757163b3f5dbba4c0b670ef445' 2024-08-22T20:37:15.8091603Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2024-08-22T20:37:15.8092752Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2024-08-22T20:37:15.8093798Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2024-08-22T20:37:15.8094915Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2024-08-22T20:37:15.8095954Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-22T20:37:15.8097091Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2024-08-22T20:37:15.8098130Z Submodule path 'third-party/prelude': checked out '4e9e6d50b8b461564a7e351ff60b87fe59d7e53b' 2024-08-22T20:37:15.8099178Z Submodule path 'third-party/pybind11': checked out '8c7b8dd0ae74b36b7d42f77b0dd4096ebb7f4ab1' 2024-08-22T20:37:15.8099856Z + popd 2024-08-22T20:37:15.8100155Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:37:15.8100581Z + install_executorch_libs pipefail 2024-08-22T20:37:15.8103354Z + 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:15.8107636Z + 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:15.8109864Z + export 'CMAKE_BUILD_ARGS=--target install' 2024-08-22T20:37:15.8110371Z + CMAKE_BUILD_ARGS='--target install' 2024-08-22T20:37:15.8110804Z + install_executorch_python_libs pipefail 2024-08-22T20:37:15.8111316Z + '[' '!' -d /pytorch/torchchat/et-build ']' 2024-08-22T20:37:15.8111832Z + pushd /pytorch/torchchat/et-build/src 2024-08-22T20:37:15.8112483Z /pytorch/torchchat/et-build/src /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:37:15.8113049Z + cd executorch 2024-08-22T20:37:15.8113480Z + echo 'Building and installing python libraries' 2024-08-22T20:37:15.8114008Z Building and installing python libraries 2024-08-22T20:37:15.8114506Z + '[' pipefail = false ']' 2024-08-22T20:37:15.8114902Z + echo 'Installing pybind' 2024-08-22T20:37:15.8115246Z Installing pybind 2024-08-22T20:37:18.1300603Z + bash ./install_requirements.sh --pybind xnnpack 2024-08-22T20:37:18.1301970Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2024-08-22T20:37:18.1302871Z Collecting torch==2.5.0.dev20240716 2024-08-22T20:37:18.1303949Z 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:18.1305213Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/172.4 MB ? eta -:--:-- 2024-08-22T20:37:18.1306295Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/172.4 MB 165.4 MB/s eta 0:00:02 2024-08-22T20:37:18.1307461Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.7/172.4 MB 168.1 MB/s eta 0:00:01 2024-08-22T20:37:18.1308600Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.8/172.4 MB 165.1 MB/s eta 0:00:01 2024-08-22T20:37:18.1309733Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.8/172.4 MB 145.0 MB/s eta 0:00:02 2024-08-22T20:37:18.1310855Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.2/172.4 MB 197.9 MB/s eta 0:00:01 2024-08-22T20:37:18.1311987Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.8/172.4 MB 200.8 MB/s eta 0:00:01 2024-08-22T20:37:18.1313399Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.4/172.4 MB 244.4 MB/s eta 0:00:01 2024-08-22T20:37:18.1314738Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/172.4 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:37:18.1315857Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 61.7/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:18.1316988Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 70.4/172.4 MB 251.5 MB/s eta 0:00:01 2024-08-22T20:37:18.1318110Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 78.9/172.4 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:37:18.1319230Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 87.6/172.4 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:37:18.1320358Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 96.3/172.4 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:37:18.1321495Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 104.9/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:18.1322613Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 113.6/172.4 MB 251.7 MB/s eta 0:00:01 2024-08-22T20:37:18.1323725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 122.3/172.4 MB 252.4 MB/s eta 0:00:01 2024-08-22T20:37:18.1324833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 131.0/172.4 MB 251.6 MB/s eta 0:00:01 2024-08-22T20:37:18.1325948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 139.6/172.4 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:37:18.1327173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 148.3/172.4 MB 251.2 MB/s eta 0:00:01 2024-08-22T20:37:18.1328492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 156.9/172.4 MB 251.2 MB/s eta 0:00:01 2024-08-22T20:37:18.1329593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 165.6/172.4 MB 251.6 MB/s eta 0:00:01 2024-08-22T20:37:18.1330673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:18.1331725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:18.1332758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:18.1333797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:18.1334876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:18.1335935Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:18.1336965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:18.1338313Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:18.1339446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:18.1340482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:18.1341518Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:18.1342559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:18.1343595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:18.1344678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:18.1345697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:38.5639537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:38.5641392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:38.5643086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:37:38.5644450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.4/172.4 MB 13.4 MB/s eta 0:00:00 2024-08-22T20:37:38.5645482Z [?25hCollecting torchvision==0.20.0.dev20240716 2024-08-22T20:37:38.5646912Z 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:38.5648794Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:37:38.5649972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 110.5 MB/s eta 0:00:00 2024-08-22T20:37:38.5650986Z [?25hRequirement already satisfied: cmake in /opt/conda/lib/python3.11/site-packages (3.30.2) 2024-08-22T20:37:38.5652175Z Requirement already satisfied: pip>=23 in /opt/conda/lib/python3.11/site-packages (23.1.2) 2024-08-22T20:37:38.5653520Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.11/site-packages (6.0.1) 2024-08-22T20:37:38.5654928Z Requirement already satisfied: setuptools>=63 in /opt/conda/lib/python3.11/site-packages (67.8.0) 2024-08-22T20:37:38.5655837Z Collecting tomli 2024-08-22T20:37:38.5656421Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2024-08-22T20:37:38.5657498Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (0.38.4) 2024-08-22T20:37:38.5658782Z Requirement already satisfied: zstd in /opt/conda/lib/python3.11/site-packages (1.5.5.1) 2024-08-22T20:37:38.5659552Z Collecting timm==1.0.7 2024-08-22T20:37:38.5660023Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2024-08-22T20:37:38.5660862Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2024-08-22T20:37:38.5661858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 2.3/2.3 MB 70.2 MB/s eta 0:00:01 2024-08-22T20:37:38.5662861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 49.6 MB/s eta 0:00:00 2024-08-22T20:37:38.5663580Z [?25hCollecting torchaudio==2.4.0.dev20240716 2024-08-22T20:37:38.5664651Z 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:38.5665881Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:37:38.5666816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 89.6 MB/s eta 0:00:00 2024-08-22T20:37:38.5667500Z [?25hCollecting torchsr==1.0.4 2024-08-22T20:37:38.5668018Z Downloading torchsr-1.0.4-py3-none-any.whl (31 kB) 2024-08-22T20:37:38.5668659Z Collecting transformers==4.42.4 2024-08-22T20:37:38.5669222Z Downloading transformers-4.42.4-py3-none-any.whl (9.3 MB) 2024-08-22T20:37:38.5670134Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.3 MB ? eta -:--:-- 2024-08-22T20:37:38.5671157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 7.9/9.3 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:37:38.5672219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.3/9.3 MB 233.8 MB/s eta 0:00:01 2024-08-22T20:37:38.5673198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.3/9.3 MB 108.2 MB/s eta 0:00:00 2024-08-22T20:37:38.5674387Z [?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:38.5675887Z 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:38.5677343Z 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:38.5678700Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (3.3) 2024-08-22T20:37:38.5680052Z 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:38.5681412Z 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:38.5682815Z 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:38.5684308Z 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:38.5685733Z 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:38.5687023Z Requirement already satisfied: safetensors in /opt/conda/lib/python3.11/site-packages (from timm==1.0.7) (0.4.4) 2024-08-22T20:37:38.5688484Z 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:38.5689913Z 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:38.5691312Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from transformers==4.42.4) (2.32.3) 2024-08-22T20:37:38.5692723Z 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:38.5694113Z 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:38.5695557Z 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:38.5697114Z 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:38.5698619Z 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:38.5700099Z 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:38.5702057Z 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:38.5703599Z 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:38.5704971Z Installing collected packages: tomli, torch, torchvision, torchaudio, transformers, torchsr, timm 2024-08-22T20:37:38.5705685Z Attempting uninstall: torch 2024-08-22T20:37:38.5706309Z Found existing installation: torch 2.5.0.dev20240814+cu121 2024-08-22T20:37:38.5706938Z Uninstalling torch-2.5.0.dev20240814+cu121: 2024-08-22T20:37:38.5707541Z Successfully uninstalled torch-2.5.0.dev20240814+cu121 2024-08-22T20:37:38.5708064Z Attempting uninstall: transformers 2024-08-22T20:37:38.5708552Z Found existing installation: transformers 4.44.2 2024-08-22T20:37:38.5709095Z Uninstalling transformers-4.44.2: 2024-08-22T20:37:38.5709626Z Successfully uninstalled transformers-4.44.2 2024-08-22T20:37:38.5710956Z 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:38.5713212Z 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:38.5714981Z Using pip 23.1.2 from /opt/conda/lib/python3.11/site-packages/pip (python 3.11) 2024-08-22T20:37:38.5715880Z WARNING: The index url "" seems invalid, please provide a scheme. 2024-08-22T20:37:38.5716603Z Looking in indexes: https://pypi.org/simple, 2024-08-22T20:37:38.5717220Z Processing /pytorch/torchchat/et-build/src/executorch 2024-08-22T20:37:38.5717784Z Running command Preparing metadata (pyproject.toml) 2024-08-22T20:37:41.2964965Z /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:41.2966696Z config = read_configuration(filepath, True, ignore_option_errors, dist) 2024-08-22T20:37:41.2967548Z running dist_info 2024-08-22T20:37:41.2968347Z creating /tmp/pip-modern-metadata-xh15mzyw/executorch.egg-info 2024-08-22T20:37:41.2969163Z writing /tmp/pip-modern-metadata-xh15mzyw/executorch.egg-info/PKG-INFO 2024-08-22T20:37:41.2970223Z writing dependency_links to /tmp/pip-modern-metadata-xh15mzyw/executorch.egg-info/dependency_links.txt 2024-08-22T20:37:41.2971376Z writing entry points to /tmp/pip-modern-metadata-xh15mzyw/executorch.egg-info/entry_points.txt 2024-08-22T20:37:41.2972457Z writing requirements to /tmp/pip-modern-metadata-xh15mzyw/executorch.egg-info/requires.txt 2024-08-22T20:37:41.2973530Z writing top-level names to /tmp/pip-modern-metadata-xh15mzyw/executorch.egg-info/top_level.txt 2024-08-22T20:37:41.2974614Z writing manifest file '/tmp/pip-modern-metadata-xh15mzyw/executorch.egg-info/SOURCES.txt' 2024-08-22T20:37:41.2975657Z reading manifest file '/tmp/pip-modern-metadata-xh15mzyw/executorch.egg-info/SOURCES.txt' 2024-08-22T20:37:41.2976388Z adding license file 'LICENSE' 2024-08-22T20:37:41.2977135Z writing manifest file '/tmp/pip-modern-metadata-xh15mzyw/executorch.egg-info/SOURCES.txt' 2024-08-22T20:37:41.2978142Z creating '/tmp/pip-modern-metadata-xh15mzyw/executorch-0.4.0a0+9129892.dist-info' 2024-08-22T20:37:41.2978954Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2024-08-22T20:37:41.2979947Z WARNING: Location 'expecttest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:41.2980905Z Collecting expecttest (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:41.2981573Z Downloading expecttest-0.2.1-py3-none-any.whl (7.4 kB) 2024-08-22T20:37:41.2982551Z WARNING: Location 'flatbuffers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:41.2983511Z Collecting flatbuffers (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:41.2984217Z Downloading flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB) 2024-08-22T20:37:41.2985217Z WARNING: Location 'hypothesis/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:41.2986475Z Collecting hypothesis (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:41.2987280Z Downloading hypothesis-6.111.1-py3-none-any.whl (467 kB) 2024-08-22T20:37:41.2988152Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/467.5 kB ? eta -:--:-- 2024-08-22T20:37:41.2989123Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.5/467.5 kB 24.2 MB/s eta 0:00:00 2024-08-22T20:37:41.2990360Z [?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:41.2991832Z 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:41.2993246Z Requirement already satisfied: packaging in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (23.0) 2024-08-22T20:37:41.2994646Z 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:41.2995992Z WARNING: Location 'parameterized/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:41.2996984Z Collecting parameterized (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:41.2997701Z Downloading parameterized-0.9.0-py2.py3-none-any.whl (20 kB) 2024-08-22T20:37:41.2998697Z WARNING: Location 'pytest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:41.2999612Z Collecting pytest (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:41.3000227Z Downloading pytest-8.3.2-py3-none-any.whl (341 kB) 2024-08-22T20:37:41.3001340Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/341.8 kB ? eta -:--:-- 2024-08-22T20:37:41.3002490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 47.7 MB/s eta 0:00:00 2024-08-22T20:37:41.3003668Z [?25hWARNING: Location 'pytest-xdist/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:41.3004676Z Collecting pytest-xdist (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:41.3005360Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2024-08-22T20:37:41.3006172Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/46.1 kB ? eta -:--:-- 2024-08-22T20:37:41.3007113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.1/46.1 kB 10.7 MB/s eta 0:00:00 2024-08-22T20:37:41.3008411Z [?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:41.3009851Z 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:41.3011427Z 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:41.3012916Z 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:41.3014408Z 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:41.3015848Z WARNING: Location 'sortedcontainers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:41.3017012Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->executorch==0.4.0a0+9129892) 2024-08-22T20:37:41.3017891Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-08-22T20:37:41.3019163Z 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:41.3020773Z 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:41.3022304Z 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:41.3023693Z WARNING: Location 'iniconfig/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:41.3024686Z Collecting iniconfig (from pytest->executorch==0.4.0a0+9129892) 2024-08-22T20:37:41.3025381Z Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2024-08-22T20:37:41.3026328Z WARNING: Location 'pluggy/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:41.3027328Z Collecting pluggy<2,>=1.5 (from pytest->executorch==0.4.0a0+9129892) 2024-08-22T20:37:41.3028022Z Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) 2024-08-22T20:37:41.3028960Z WARNING: Location 'execnet/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:41.3029989Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.4.0a0+9129892) 2024-08-22T20:37:41.3030713Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2024-08-22T20:37:41.3031514Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.6 kB ? eta -:--:-- 2024-08-22T20:37:41.3032466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/40.6 kB 9.4 MB/s eta 0:00:00 2024-08-22T20:37:41.3033861Z [?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:41.3034969Z Building wheels for collected packages: executorch 2024-08-22T20:37:41.3035582Z Running command Building wheel for executorch (pyproject.toml) 2024-08-22T20:37:41.3036963Z /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:41.3038236Z config = read_configuration(filepath, True, ignore_option_errors, dist) 2024-08-22T20:37:41.3038812Z running bdist_wheel 2024-08-22T20:37:41.3039127Z running build 2024-08-22T20:37:41.3039507Z command options for 'CustomBuild': 2024-08-22T20:37:41.3039958Z build_base = pip-out 2024-08-22T20:37:41.3040363Z build_purelib = pip-out/lib 2024-08-22T20:37:41.3040893Z build_platlib = pip-out/lib.linux-x86_64-cpython-311 2024-08-22T20:37:41.3041532Z build_lib = pip-out/lib.linux-x86_64-cpython-311 2024-08-22T20:37:41.3042104Z build_scripts = pip-out/scripts-3.11 2024-08-22T20:37:41.3042663Z build_temp = pip-out/temp.linux-x86_64-cpython-311 2024-08-22T20:37:41.3043202Z plat_name = linux-x86_64 2024-08-22T20:37:41.3043560Z compiler = None 2024-08-22T20:37:41.3043875Z parallel = 15 2024-08-22T20:37:41.3044278Z debug = None 2024-08-22T20:37:41.3044572Z force = None 2024-08-22T20:37:41.3044910Z executable = /opt/conda/bin/python 2024-08-22T20:37:41.3045503Z creating /pytorch/torchchat/et-build/src/executorch/pip-out 2024-08-22T20:37:41.3046465Z creating /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311 2024-08-22T20:37:41.3047577Z creating /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out 2024-08-22T20:37:48.2886739Z deleting /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/CMakeCache.txt 2024-08-22T20:37:48.2888000Z temporarily unsetting HOME while running as root 2024-08-22T20:37:48.2895052Z 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:48.2902116Z -- The C compiler identification is GNU 9.3.1 2024-08-22T20:37:48.2902893Z -- The CXX compiler identification is GNU 9.3.1 2024-08-22T20:37:48.2903589Z -- Detecting C compiler ABI info 2024-08-22T20:37:48.2904171Z -- Detecting C compiler ABI info - done 2024-08-22T20:37:48.2904874Z -- Check for working C compiler: /opt/rh/devtoolset-9/root/usr/bin/cc - skipped 2024-08-22T20:37:48.2905550Z -- Detecting C compile features 2024-08-22T20:37:48.2906022Z -- Detecting C compile features - done 2024-08-22T20:37:48.2906502Z -- Detecting CXX compiler ABI info 2024-08-22T20:37:48.2906996Z -- Detecting CXX compiler ABI info - done 2024-08-22T20:37:48.2907731Z -- Check for working CXX compiler: /opt/rh/devtoolset-9/root/usr/bin/c++ - skipped 2024-08-22T20:37:48.2908423Z -- Detecting CXX compile features 2024-08-22T20:37:48.2908903Z -- Detecting CXX compile features - done 2024-08-22T20:37:48.2909443Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-08-22T20:37:48.2910076Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2024-08-22T20:37:48.2910628Z -- Check if compiler accepts -pthread 2024-08-22T20:37:48.2911144Z -- Check if compiler accepts -pthread - yes 2024-08-22T20:37:48.2911636Z -- Found Threads: TRUE 2024-08-22T20:37:48.2912818Z -- 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:48.2914007Z -- Configuring done (0.0s) 2024-08-22T20:37:48.2914429Z -- Generating done (0.0s) 2024-08-22T20:37:48.2915450Z -- 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:48.2916464Z [ 11%] Creating directories for 'fxdiv' 2024-08-22T20:37:48.2917041Z [ 22%] Performing download step (git clone) for 'fxdiv' 2024-08-22T20:37:48.2917591Z Cloning into 'FXdiv-source'... 2024-08-22T20:37:48.2918001Z Already on 'master' 2024-08-22T20:37:48.2918449Z Your branch is up to date with 'origin/master'. 2024-08-22T20:37:48.2918999Z [ 33%] Performing update step for 'fxdiv' 2024-08-22T20:37:48.2919513Z -- Fetching latest from the remote origin 2024-08-22T20:37:48.2920337Z [ 44%] No patch step for 'fxdiv' 2024-08-22T20:37:48.2920798Z [ 55%] No configure step for 'fxdiv' 2024-08-22T20:37:48.2921260Z [ 66%] No build step for 'fxdiv' 2024-08-22T20:37:48.2921713Z [ 77%] No install step for 'fxdiv' 2024-08-22T20:37:48.2922334Z [ 88%] No test step for 'fxdiv' 2024-08-22T20:37:48.2922758Z [100%] Completed 'fxdiv' 2024-08-22T20:37:48.2923113Z [100%] Built target fxdiv 2024-08-22T20:37:48.2923552Z -- Looking for pthread_create in pthreads 2024-08-22T20:37:48.2924120Z -- Looking for pthread_create in pthreads - not found 2024-08-22T20:37:48.2924680Z -- Looking for pthread_create in pthread 2024-08-22T20:37:48.2925227Z -- Looking for pthread_create in pthread - found 2024-08-22T20:37:48.2925810Z -- Using python executable '/opt/conda/bin/python' 2024-08-22T20:37:48.2927317Z -- 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:48.2928797Z -- Killing buck2 daemon 2024-08-22T20:37:48.2929217Z -- executorch: Generating source lists 2024-08-22T20:37:48.2930369Z -- 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:48.2932052Z -- 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:48.2933083Z -- Proceeding with version: 24.3.25.0 2024-08-22T20:37:48.2933532Z -- Looking for strtof_l 2024-08-22T20:37:48.2933933Z -- Looking for strtof_l - found 2024-08-22T20:37:48.2934363Z -- Looking for strtoull_l 2024-08-22T20:37:48.2934771Z -- Looking for strtoull_l - found 2024-08-22T20:37:48.2935207Z -- Looking for realpath 2024-08-22T20:37:48.2935607Z -- Looking for realpath - found 2024-08-22T20:37:48.2936015Z -- CMAKE_CXX_FLAGS: 2024-08-22T20:37:48.2936426Z -- executorch: Using PAL default 'posix' 2024-08-22T20:37:48.2936917Z -- Generating operator lib: 2024-08-22T20:37:48.2937332Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:37:48.2938103Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-08-22T20:37:48.2938822Z -- ROOT_OPS: 2024-08-22T20:37:48.2939154Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:48.2941179Z 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:48.2943128Z -- Generating kernel bindings: 2024-08-22T20:37:48.2943594Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:37:48.2944339Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-08-22T20:37:48.2945063Z -- CUSTOM_OPS_YAML: 2024-08-22T20:37:48.2948041Z 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:48.2950810Z -- Generating operator lib: 2024-08-22T20:37:48.2951231Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:37:48.2951684Z -- KERNEL_LIBS: portable_kernels 2024-08-22T20:37:48.2952117Z -- DEPS: executorch 2024-08-22T20:37:48.2952493Z -- Generating operator lib: 2024-08-22T20:37:48.2952913Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:37:48.2953718Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-08-22T20:37:48.2954560Z -- ROOT_OPS: 2024-08-22T20:37:48.2954898Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:48.2957042Z 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:48.2958997Z -- Generating kernel bindings: 2024-08-22T20:37:48.2959431Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:37:48.2960232Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-08-22T20:37:48.2960994Z -- CUSTOM_OPS_YAML: 2024-08-22T20:37:48.2963986Z 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:48.2966805Z -- Generating operator lib: 2024-08-22T20:37:48.2967235Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:37:48.2967770Z -- KERNEL_LIBS: optimized_kernels 2024-08-22T20:37:48.2968205Z -- DEPS: executorch 2024-08-22T20:37:48.2968590Z -- Generating operator lib: 2024-08-22T20:37:48.2969014Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:37:48.2969778Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:37:48.2970500Z -- ROOT_OPS: 2024-08-22T20:37:48.2970838Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:48.2972858Z 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:48.2974854Z -- Generating kernel bindings: 2024-08-22T20:37:48.2975308Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:37:48.2975724Z -- FUNCTIONS_YAML: 2024-08-22T20:37:48.2976438Z -- CUSTOM_OPS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:37:49.4813154Z 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:49.4818536Z -- Generating operator lib: 2024-08-22T20:37:49.4818987Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:37:49.4819438Z -- OPS_SCHEMA_YAML: 2024-08-22T20:37:49.4822332Z -- 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:49.4825046Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:49.4829133Z 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:49.4832868Z -- Generating kernel bindings: 2024-08-22T20:37:49.4833315Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:37:49.4833762Z -- FUNCTIONS_YAML: 2024-08-22T20:37:49.4834491Z -- CUSTOM_OPS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:37:49.4835263Z -- Generating custom ops aot lib: 2024-08-22T20:37:49.4835720Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:37:49.4836650Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2024-08-22T20:37:49.4838059Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2024-08-22T20:37:49.4839469Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2024-08-22T20:37:49.4840860Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2024-08-22T20:37:49.4842254Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2024-08-22T20:37:49.4843668Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2024-08-22T20:37:49.4845054Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2024-08-22T20:37:49.4847823Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2024-08-22T20:37:49.4849230Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2024-08-22T20:37:49.4850674Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2024-08-22T20:37:49.4852076Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:37:49.4853052Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:37:49.4853583Z Call Stack (most recent call first): 2024-08-22T20:37:49.4854561Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:37:49.4855437Z build/Codegen.cmake:143 (find_package) 2024-08-22T20:37:49.4855999Z kernels/quantized/CMakeLists.txt:87 (gen_custom_ops_aot_lib) 2024-08-22T20:37:49.4856407Z 2024-08-22T20:37:49.4856412Z 2024-08-22T20:37:49.4856820Z -- Found Torch: /opt/conda/lib/python3.11/site-packages/torch/lib/libtorch.so 2024-08-22T20:37:49.4857484Z -- Generating operator lib: 2024-08-22T20:37:49.4857922Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:37:49.4858377Z -- KERNEL_LIBS: quantized_kernels 2024-08-22T20:37:49.4858812Z -- DEPS: executorch 2024-08-22T20:37:49.4859201Z -- Merging kernel yaml files: 2024-08-22T20:37:49.4860101Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/configurations/../kernels/optimized/optimized-oss.yaml 2024-08-22T20:37:49.4862317Z -- FALLBACK_YAML: /pytorch/torchchat/et-build/src/executorch/configurations/../kernels/portable/functions.yaml 2024-08-22T20:37:49.4863778Z -- OUTPUT_DIR: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations 2024-08-22T20:37:49.4864668Z -- Generating operator lib: 2024-08-22T20:37:49.4865123Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:37:49.4866197Z -- 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:49.4867142Z -- ROOT_OPS: 2024-08-22T20:37:49.4867476Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:49.4869784Z 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:49.4871951Z -- Generating kernel bindings: 2024-08-22T20:37:49.4872428Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:37:49.4873496Z -- 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:49.4874447Z -- CUSTOM_OPS_YAML: 2024-08-22T20:37:49.4877525Z 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:49.4880385Z -- Generating operator lib: 2024-08-22T20:37:49.4880850Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:37:49.4881416Z -- KERNEL_LIBS: portable_kernels;optimized_kernels 2024-08-22T20:37:49.4881918Z -- DEPS: executorch 2024-08-22T20:37:49.4883112Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2024-08-22T20:37:49.4884038Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:49.4884600Z CMake. 2024-08-22T20:37:49.4884757Z 2024-08-22T20:37:49.4885073Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:49.4885830Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:49.4886296Z 2024-08-22T20:37:49.4886302Z 2024-08-22T20:37:49.4886507Z -- Looking for C++ include unistd.h 2024-08-22T20:37:49.4887008Z -- Looking for C++ include unistd.h - found 2024-08-22T20:37:49.4887626Z -- Looking for C++ include stdint.h 2024-08-22T20:37:49.4888120Z -- Looking for C++ include stdint.h - found 2024-08-22T20:37:49.4888634Z -- Looking for C++ include inttypes.h 2024-08-22T20:37:49.4889139Z -- Looking for C++ include inttypes.h - found 2024-08-22T20:37:49.4889656Z -- Looking for C++ include sys/types.h 2024-08-22T20:37:49.4890181Z -- Looking for C++ include sys/types.h - found 2024-08-22T20:37:49.4890686Z -- Looking for C++ include sys/stat.h 2024-08-22T20:37:49.4891195Z -- Looking for C++ include sys/stat.h - found 2024-08-22T20:37:49.4891699Z -- Looking for C++ include fnmatch.h 2024-08-22T20:37:49.4892190Z -- Looking for C++ include fnmatch.h - found 2024-08-22T20:37:49.4892693Z -- Looking for C++ include stddef.h 2024-08-22T20:37:49.4893181Z -- Looking for C++ include stddef.h - found 2024-08-22T20:37:49.4893698Z -- Check size of uint32_t 2024-08-22T20:37:49.4894116Z -- Check size of uint32_t - done 2024-08-22T20:37:49.4894541Z -- Looking for strtoll 2024-08-22T20:37:49.4894930Z -- Looking for strtoll - found 2024-08-22T20:37:49.4895560Z -- The ASM compiler identification is GNU 2024-08-22T20:37:49.4896152Z -- Found assembler: /opt/rh/devtoolset-9/root/usr/bin/cc 2024-08-22T20:37:49.4897530Z -- 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:49.4898639Z -- Configuring done (0.0s) 2024-08-22T20:37:49.4899045Z -- Generating done (0.0s) 2024-08-22T20:37:49.4900059Z -- 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:49.4901714Z [ 11%] Creating directories for 'fp16' 2024-08-22T20:37:49.4902475Z [ 22%] Performing download step (download, verify and extract) for 'fp16' 2024-08-22T20:37:49.4903134Z -- Downloading... 2024-08-22T20:37:49.4904387Z 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:52.4226819Z timeout='none' 2024-08-22T20:37:52.4227457Z inactivity timeout='none' 2024-08-22T20:37:52.4228489Z -- Using src='https://github.com/Maratyszcza/FP16/archive/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:37:52.4229603Z -- [download 10% complete] 2024-08-22T20:37:52.4230117Z -- [download 18% complete] 2024-08-22T20:37:52.4230682Z -- [download 31% complete] 2024-08-22T20:37:52.4231182Z -- [download 49% complete] 2024-08-22T20:37:52.4231721Z -- [download 58% complete] 2024-08-22T20:37:52.4232242Z -- [download 76% complete] 2024-08-22T20:37:52.4232779Z -- [download 94% complete] 2024-08-22T20:37:52.4233301Z -- [download 100% complete] 2024-08-22T20:37:52.4233817Z -- verifying file... 2024-08-22T20:37:52.4235352Z 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:52.4236606Z -- Downloading... done 2024-08-22T20:37:52.4237017Z -- extracting... 2024-08-22T20:37:52.4238229Z 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:37:52.4239852Z dst='/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-source' 2024-08-22T20:37:52.4240682Z -- extracting... [tar xfz] 2024-08-22T20:37:52.4241143Z -- extracting... [analysis] 2024-08-22T20:37:52.4241551Z -- extracting... [rename] 2024-08-22T20:37:52.4241951Z -- extracting... [clean up] 2024-08-22T20:37:52.4242344Z -- extracting... done 2024-08-22T20:37:52.4242742Z [ 33%] No update step for 'fp16' 2024-08-22T20:37:52.4243192Z [ 44%] No patch step for 'fp16' 2024-08-22T20:37:52.4243642Z [ 55%] No configure step for 'fp16' 2024-08-22T20:37:52.4244099Z [ 66%] No build step for 'fp16' 2024-08-22T20:37:52.4244541Z [ 77%] No install step for 'fp16' 2024-08-22T20:37:52.4244992Z [ 88%] No test step for 'fp16' 2024-08-22T20:37:52.4245412Z [100%] Completed 'fp16' 2024-08-22T20:37:52.4245761Z [100%] Built target fp16 2024-08-22T20:37:52.4246728Z 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:37:52.4247970Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:52.4248537Z CMake. 2024-08-22T20:37:52.4248694Z 2024-08-22T20:37:52.4249004Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:52.4249768Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:52.4250231Z 2024-08-22T20:37:52.4250243Z 2024-08-22T20:37:52.4251201Z -- 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:37:52.4252468Z CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-08-22T20:37:52.4253578Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:52.4254144Z CMake. 2024-08-22T20:37:52.4254301Z 2024-08-22T20:37:52.4254803Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:52.4255564Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:52.4256027Z 2024-08-22T20:37:52.4256032Z 2024-08-22T20:37:52.4256213Z -- Configuring done (0.0s) 2024-08-22T20:37:52.4256620Z -- Generating done (0.0s) 2024-08-22T20:37:52.4257653Z -- 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:37:52.4258675Z [ 11%] Creating directories for 'psimd' 2024-08-22T20:37:52.4259254Z [ 22%] Performing download step (git clone) for 'psimd' 2024-08-22T20:37:52.4259800Z Cloning into 'psimd-source'... 2024-08-22T20:37:52.4260219Z Already on 'master' 2024-08-22T20:37:52.4260665Z Your branch is up to date with 'origin/master'. 2024-08-22T20:37:52.4261215Z [ 33%] Performing update step for 'psimd' 2024-08-22T20:37:52.4261737Z -- Fetching latest from the remote origin 2024-08-22T20:37:52.4262225Z [ 44%] No patch step for 'psimd' 2024-08-22T20:37:52.4262690Z [ 55%] No configure step for 'psimd' 2024-08-22T20:37:52.4263149Z [ 66%] No build step for 'psimd' 2024-08-22T20:37:52.4263604Z [ 77%] No install step for 'psimd' 2024-08-22T20:37:52.4264061Z [ 88%] No test step for 'psimd' 2024-08-22T20:37:52.4264482Z [100%] Completed 'psimd' 2024-08-22T20:37:52.4264834Z [100%] Built target psimd 2024-08-22T20:37:52.4265818Z 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:37:52.4266906Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:52.4267469Z CMake. 2024-08-22T20:37:52.4267633Z 2024-08-22T20:37:52.4267947Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:52.4268707Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:52.4269172Z 2024-08-22T20:37:52.4269183Z 2024-08-22T20:37:52.4269354Z -- pybind11 v2.12.0 dev1 2024-08-22T20:37:52.4270094Z CMake Warning (dev) at third-party/pybind11/tools/FindPythonLibsNew.cmake:98 (find_package): 2024-08-22T20:37:52.4271005Z Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules 2024-08-22T20:37:52.4271863Z are removed. Run "cmake --help-policy CMP0148" for policy details. Use 2024-08-22T20:37:52.4272627Z the cmake_policy command to set the policy and suppress this warning. 2024-08-22T20:37:52.4273072Z 2024-08-22T20:37:52.4273225Z Call Stack (most recent call first): 2024-08-22T20:37:52.4273866Z third-party/pybind11/tools/pybind11Tools.cmake:50 (find_package) 2024-08-22T20:37:52.4274645Z third-party/pybind11/tools/pybind11Common.cmake:188 (include) 2024-08-22T20:37:52.4275324Z third-party/pybind11/CMakeLists.txt:211 (include) 2024-08-22T20:37:52.4276040Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-22T20:37:52.4276498Z 2024-08-22T20:37:52.4277058Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.11.4", minimum required is "3.6") 2024-08-22T20:37:52.4277952Z -- Found PythonLibs: /opt/conda/lib/libpython3.11.so 2024-08-22T20:37:52.4278491Z -- Performing Test HAS_FLTO 2024-08-22T20:37:52.4278929Z -- Performing Test HAS_FLTO - Success 2024-08-22T20:37:52.4279708Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2024-08-22T20:37:52.4280576Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:52.4281132Z CMake. 2024-08-22T20:37:52.4281295Z 2024-08-22T20:37:52.4281601Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:52.4282460Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:52.4282920Z 2024-08-22T20:37:52.4282925Z 2024-08-22T20:37:52.4283438Z -- dist install dir /pytorch/torchchat/et-build/src/executorch/third-party/flatcc 2024-08-22T20:37:52.4284373Z -- lib install dir /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib 2024-08-22T20:37:52.4285153Z -- Setting GNU C compiler options with c11 and Posix 2024-08-22T20:37:52.4285708Z -- Disabling -pedantic for GCC >= 8.0 2024-08-22T20:37:52.4286412Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2024-08-22T20:37:52.4287062Z -- GCC_VERSION: 9 2024-08-22T20:37:52.4287256Z 2024-08-22T20:37:52.4288403Z -- 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:37:52.4290061Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:37:52.4291024Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:37:52.4291522Z Call Stack (most recent call first): 2024-08-22T20:37:52.4292484Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:37:52.4293350Z CMakeLists.txt:671 (find_package) 2024-08-22T20:37:52.4293639Z 2024-08-22T20:37:52.4293644Z 2024-08-22T20:37:52.4294766Z -- 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:37:52.4296531Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:37:52.4297486Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:37:52.4297984Z Call Stack (most recent call first): 2024-08-22T20:37:52.4298940Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:37:52.4299942Z examples/models/llama2/custom_ops/CMakeLists.txt:81 (find_package) 2024-08-22T20:37:52.4300389Z 2024-08-22T20:37:52.4300395Z 2024-08-22T20:37:52.4300517Z -- 2024-08-22T20:37:52.4301213Z -- ******** Summary ******** 2024-08-22T20:37:52.4301705Z -- CMAKE_BUILD_TYPE : Release 2024-08-22T20:37:52.4302207Z -- CMAKE_CXX_STANDARD : 17 2024-08-22T20:37:52.4302705Z -- CMAKE_CXX_COMPILER_ID : GNU 2024-08-22T20:37:52.4303195Z -- CMAKE_TOOLCHAIN_FILE : 2024-08-22T20:37:52.4304592Z -- BUCK2 : /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/buck2-bin/buck2-3bbde7daa94987db468d021ad625bc93dc62ba7fcb16945cb09b64aab077f284 2024-08-22T20:37:52.4305959Z -- PYTHON_EXECUTABLE : /opt/conda/bin/python 2024-08-22T20:37:52.4306539Z -- FLATC_EXECUTABLE : flatc 2024-08-22T20:37:52.4307073Z -- EXECUTORCH_ENABLE_LOGGING : ON 2024-08-22T20:37:52.4307632Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2024-08-22T20:37:52.4308210Z -- EXECUTORCH_LOG_LEVEL : Info 2024-08-22T20:37:52.4308766Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2024-08-22T20:37:52.4309317Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2024-08-22T20:37:52.4309868Z -- EXECUTORCH_BUILD_COREML : OFF 2024-08-22T20:37:52.4310425Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2024-08-22T20:37:52.4310974Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2024-08-22T20:37:52.4311530Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2024-08-22T20:37:52.4312087Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2024-08-22T20:37:52.4312638Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2024-08-22T20:37:52.4313187Z -- EXECUTORCH_BUILD_FLATC : ON 2024-08-22T20:37:52.4313905Z -- EXECUTORCH_BUILD_GFLAGS : ON 2024-08-22T20:37:52.4314439Z -- EXECUTORCH_BUILD_GTESTS : OFF 2024-08-22T20:37:52.4314991Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2024-08-22T20:37:52.4315657Z -- EXECUTORCH_BUILD_MPS : OFF 2024-08-22T20:37:52.4316202Z -- EXECUTORCH_BUILD_PYBIND : ON 2024-08-22T20:37:52.4316747Z -- EXECUTORCH_BUILD_QNN : OFF 2024-08-22T20:37:52.4317300Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2024-08-22T20:37:52.4317854Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2024-08-22T20:37:52.4318398Z -- EXECUTORCH_BUILD_SDK : OFF 2024-08-22T20:37:52.4318940Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2024-08-22T20:37:52.4319487Z -- EXECUTORCH_BUILD_XNNPACK : ON 2024-08-22T20:37:52.4320019Z -- EXECUTORCH_BUILD_VULKAN : OFF 2024-08-22T20:37:52.4320566Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2024-08-22T20:37:52.4321123Z -- EXECUTORCH_BUILD_CPUINFO : ON 2024-08-22T20:37:52.4321609Z -- Configuring done (9.2s) 2024-08-22T20:37:52.4322022Z -- Generating done (1.9s) 2024-08-22T20:37:52.4322966Z -- 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:37:52.4323826Z restored HOME 2024-08-22T20:38:05.2395944Z 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:05.2398527Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2024-08-22T20:38:05.2400146Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2024-08-22T20:38:05.2402192Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/util.cpp.o 2024-08-22T20:38:05.2403840Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2024-08-22T20:38:05.2405489Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/reflection.cpp.o 2024-08-22T20:38:05.2407129Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2024-08-22T20:38:05.2409028Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2024-08-22T20:38:05.2410738Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2024-08-22T20:38:05.2412486Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2024-08-22T20:38:05.2414234Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2024-08-22T20:38:05.2415943Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2024-08-22T20:38:05.2417685Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2024-08-22T20:38:05.2419361Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2024-08-22T20:38:05.2421017Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2024-08-22T20:38:05.2422716Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2024-08-22T20:38:05.2424496Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2024-08-22T20:38:05.2426263Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2024-08-22T20:38:05.2427971Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2024-08-22T20:38:05.2429633Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2024-08-22T20:38:05.2431843Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2024-08-22T20:38:05.2433586Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2024-08-22T20:38:05.2435643Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2024-08-22T20:38:05.2437597Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2024-08-22T20:38:05.2439324Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_writer.cpp.o 2024-08-22T20:38:05.2442472Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc.cpp.o 2024-08-22T20:38:05.2444117Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2024-08-22T20:38:05.2445881Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2024-08-22T20:38:05.2447889Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2024-08-22T20:38:05.2449773Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2024-08-22T20:38:05.2451507Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2024-08-22T20:38:05.2453243Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/code_generators.cpp.o 2024-08-22T20:38:05.2455142Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2024-08-22T20:38:05.2457186Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2024-08-22T20:38:05.2459244Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2024-08-22T20:38:05.2461287Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2024-08-22T20:38:05.2463240Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2024-08-22T20:38:05.2465197Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2024-08-22T20:38:05.2466404Z [100%] Linking CXX executable flatc 2024-08-22T20:38:05.2467014Z [100%] Built target flatc 2024-08-22T20:38:05.2468121Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2024-08-22T20:38:05.2469748Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2024-08-22T20:38:05.2471771Z [ 0%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2024-08-22T20:38:05.2473900Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2024-08-22T20:38:05.2475764Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2024-08-22T20:38:05.2477385Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2024-08-22T20:38:05.2479126Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2024-08-22T20:38:05.2481093Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2024-08-22T20:38:05.2483027Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2024-08-22T20:38:05.2484821Z [ 10%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2024-08-22T20:38:05.2486630Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2024-08-22T20:38:05.2488707Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2024-08-22T20:38:05.2490873Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2024-08-22T20:38:05.2493035Z [ 10%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2024-08-22T20:38:05.2494922Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2024-08-22T20:38:05.2496155Z [ 10%] Built target microkernel-utils 2024-08-22T20:38:05.2497584Z [ 10%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2024-08-22T20:38:05.2499632Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2024-08-22T20:38:05.2502059Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2024-08-22T20:38:05.2503857Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2024-08-22T20:38:05.2505811Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2024-08-22T20:38:05.2507024Z [ 20%] Built target flatc 2024-08-22T20:38:05.2508285Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2024-08-22T20:38:05.2510077Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2024-08-22T20:38:05.2511860Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2024-08-22T20:38:05.2513617Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2024-08-22T20:38:05.2515444Z [ 20%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2024-08-22T20:38:05.2516679Z [ 20%] Generating common_schema headers 2024-08-22T20:38:05.2517345Z [ 20%] Built target common_schema 2024-08-22T20:38:05.2517978Z [ 30%] Generating xnnpack_schema headers 2024-08-22T20:38:05.2519320Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2024-08-22T20:38:05.2520552Z [ 30%] Generating bundled_program headers 2024-08-22T20:38:05.2521867Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2024-08-22T20:38:05.2523014Z [ 30%] Built target xnnpack_schema 2024-08-22T20:38:05.2523659Z [ 30%] Built target bundled_program_schema 2024-08-22T20:38:05.2524995Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2024-08-22T20:38:05.2526252Z [ 30%] Generating program_schema headers 2024-08-22T20:38:05.2527961Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2024-08-22T20:38:05.2529131Z [ 30%] Built target program_schema 2024-08-22T20:38:05.2530151Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/backend/interface.cpp.o 2024-08-22T20:38:05.2531998Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2024-08-22T20:38:05.2533979Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2024-08-22T20:38:05.2536039Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2024-08-22T20:38:05.2538056Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2024-08-22T20:38:05.2540151Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2024-08-22T20:38:07.3289894Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2024-08-22T20:38:07.3292000Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2024-08-22T20:38:07.3295901Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2024-08-22T20:38:07.3297751Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2024-08-22T20:38:07.3299926Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2024-08-22T20:38:07.3302130Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2024-08-22T20:38:07.3304029Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2024-08-22T20:38:07.3305785Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/evalue.cpp.o 2024-08-22T20:38:07.3307511Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2024-08-22T20:38:07.3309209Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2024-08-22T20:38:07.3311025Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2024-08-22T20:38:07.3312475Z [ 40%] Linking C static library libcpuinfo.a 2024-08-22T20:38:07.3313214Z [ 40%] Built target cpuinfo 2024-08-22T20:38:07.3314377Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2024-08-22T20:38:07.3316103Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2024-08-22T20:38:07.3317877Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/portable_type/tensor_impl.cpp.o 2024-08-22T20:38:07.3319861Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2024-08-22T20:38:07.3321684Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2024-08-22T20:38:07.3323232Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2024-08-22T20:38:07.3324837Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2024-08-22T20:38:07.3326400Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2024-08-22T20:38:07.3328006Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:38:07.3329592Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2024-08-22T20:38:07.3331021Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:38:07.3332598Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2024-08-22T20:38:07.3334006Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:38:07.3335522Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2024-08-22T20:38:07.3337052Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:38:07.3338721Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2024-08-22T20:38:07.3340345Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2024-08-22T20:38:07.3341852Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:38:07.3343380Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/kernel/operator_registry.cpp.o 2024-08-22T20:38:07.3344790Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/abort.cpp.o 2024-08-22T20:38:07.3346269Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/log.cpp.o 2024-08-22T20:38:07.3348199Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/profiler.cpp.o 2024-08-22T20:38:07.3349632Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/runtime.cpp.o 2024-08-22T20:38:07.3351253Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/schema/extended_header.cpp.o 2024-08-22T20:38:07.3352835Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/default/posix.cpp.o 2024-08-22T20:38:07.3354659Z [ 40%] Linking C static library /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatcc.a 2024-08-22T20:38:07.3355801Z [ 40%] Built target flatcc 2024-08-22T20:38:07.3356865Z [ 40%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2024-08-22T20:38:07.3357984Z [ 40%] Linking C static library libpthreadpool.a 2024-08-22T20:38:07.3358679Z [ 40%] Built target pthreadpool 2024-08-22T20:38:07.3359896Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2024-08-22T20:38:07.3361819Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2024-08-22T20:38:07.3363832Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2024-08-22T20:38:07.3365753Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2024-08-22T20:38:07.3367788Z [ 40%] Linking C executable /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/bin/flatcc 2024-08-22T20:38:07.3369552Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2024-08-22T20:38:07.3371284Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2024-08-22T20:38:07.3373338Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/scalar.c.o 2024-08-22T20:38:07.3375554Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2024-08-22T20:38:07.3377545Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2024-08-22T20:38:07.3378719Z [ 50%] Built target flatcc_cli 2024-08-22T20:38:07.3379282Z [ 50%] Generating etdump headers 2024-08-22T20:38:07.3380682Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2024-08-22T20:38:07.3382444Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2024-08-22T20:38:07.3383545Z [ 50%] Built target allocator 2024-08-22T20:38:07.3385046Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse.c.o 2024-08-22T20:38:07.3386382Z [ 50%] Built target etdump_schema 2024-08-22T20:38:07.3387830Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse2.c.o 2024-08-22T20:38:07.3390146Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/ssse3.c.o 2024-08-22T20:38:07.3391446Z [ 50%] Built target normalization 2024-08-22T20:38:07.3392074Z [ 50%] Built target logging 2024-08-22T20:38:07.3393469Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/post-operation.dir/src/operators/post-operation.c.o 2024-08-22T20:38:07.3395710Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2024-08-22T20:38:07.3397154Z [ 50%] Built target post-operation 2024-08-22T20:38:07.3398572Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse41.c.o 2024-08-22T20:38:07.3400014Z [ 50%] Built target hardware-config 2024-08-22T20:38:07.3402301Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx.c.o 2024-08-22T20:38:07.3404436Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2024-08-22T20:38:07.3406494Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/f16c.c.o 2024-08-22T20:38:07.3408621Z [ 50%] Linking C static library /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatccrt.a 2024-08-22T20:38:07.3410446Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2024-08-22T20:38:07.3411520Z [ 50%] Built target flatccrt 2024-08-22T20:38:07.3412637Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2024-08-22T20:38:07.3414557Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/xop.c.o 2024-08-22T20:38:07.3415906Z [ 50%] Built target mutex 2024-08-22T20:38:07.3416362Z [ 50%] Built target memory 2024-08-22T20:38:07.3417673Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2024-08-22T20:38:07.3419705Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2024-08-22T20:38:07.3420792Z [ 50%] Built target indirection 2024-08-22T20:38:07.3421921Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2024-08-22T20:38:07.3423093Z [ 50%] Built target operator-utils 2024-08-22T20:38:07.3424518Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/fma3.c.o 2024-08-22T20:38:07.3426653Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx2.c.o 2024-08-22T20:38:07.3427977Z [ 50%] Built target cache 2024-08-22T20:38:07.3429301Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2024-08-22T20:38:07.3430719Z [ 50%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:38:11.4412049Z [ 50%] Built target executorch_no_prim_ops 2024-08-22T20:38:11.4413223Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2024-08-22T20:38:11.4415154Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2024-08-22T20:38:11.4416491Z [ 50%] Built target operator-run 2024-08-22T20:38:11.4417340Z [ 50%] Generating selected_operators.yaml for quantized_ops_aot_lib 2024-08-22T20:38:11.4418353Z [ 50%] Built target microparams-init 2024-08-22T20:38:11.4419824Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512f.c.o 2024-08-22T20:38:11.4421396Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2024-08-22T20:38:11.4425438Z 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:11.4429228Z [ 50%] Generating code for kernel registration 2024-08-22T20:38:11.4430798Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512skx.c.o 2024-08-22T20:38:11.4432141Z [ 50%] Built target jit 2024-08-22T20:38:11.4433209Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2024-08-22T20:38:11.4435173Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vbmi.c.o 2024-08-22T20:38:11.4437938Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnni.c.o 2024-08-22T20:38:11.4440375Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnnigfni.c.o 2024-08-22T20:38:11.4442637Z [ 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:11.4444795Z [ 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:11.4447098Z [ 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:11.4449609Z [ 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:11.4451995Z [ 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:11.4454235Z [ 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:11.4456325Z [ 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:11.4458727Z [ 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:11.4460842Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2024-08-22T20:38:11.4462263Z [ 60%] Linking CXX static library libexecutorch.a 2024-08-22T20:38:11.4463042Z [ 60%] Built target executorch 2024-08-22T20:38:11.4464065Z [ 60%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2024-08-22T20:38:11.4465650Z [ 60%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2024-08-22T20:38:11.4467362Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:38:11.4468761Z [ 60%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:38:11.4470271Z [ 60%] Building CXX object sdk/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2024-08-22T20:38:11.4471919Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2024-08-22T20:38:11.4473136Z [ 60%] Built target packing 2024-08-22T20:38:11.4474546Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2024-08-22T20:38:11.4476349Z [ 60%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2024-08-22T20:38:11.4478526Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2024-08-22T20:38:11.4480455Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2024-08-22T20:38:11.4482305Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2024-08-22T20:38:11.4484369Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2024-08-22T20:38:11.4485881Z [ 60%] Linking CXX static library libextension_data_loader.a 2024-08-22T20:38:11.4486719Z [ 60%] Built target extension_data_loader 2024-08-22T20:38:11.4487970Z [ 60%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2024-08-22T20:38:11.4489829Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2024-08-22T20:38:11.4491708Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2024-08-22T20:38:11.4493563Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2024-08-22T20:38:11.4495166Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2024-08-22T20:38:11.4496365Z [ 60%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2024-08-22T20:38:11.4497739Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2024-08-22T20:38:11.4498917Z [ 60%] Linking CXX static library libbundled_program.a 2024-08-22T20:38:11.4499646Z [ 60%] Built target bundled_program 2024-08-22T20:38:11.4500466Z [ 60%] Building CXX object CMakeFiles/util.dir/util/read_file.cpp.o 2024-08-22T20:38:11.4502752Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2024-08-22T20:38:11.4504842Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2024-08-22T20:38:11.4507161Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2024-08-22T20:38:11.4509021Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2024-08-22T20:38:11.4511141Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2024-08-22T20:38:11.4513406Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2024-08-22T20:38:11.4515354Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2024-08-22T20:38:11.4516985Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2024-08-22T20:38:11.4519068Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2024-08-22T20:38:11.4520519Z [ 60%] Linking CXX static library libetdump.a 2024-08-22T20:38:11.4521229Z [ 60%] Built target etdump 2024-08-22T20:38:11.4522516Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2024-08-22T20:38:11.4524931Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2024-08-22T20:38:11.4526839Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:38:11.4529180Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2024-08-22T20:38:11.4531584Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-ncw.c.o 2024-08-22T20:38:11.4533540Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2024-08-22T20:38:11.4535120Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2024-08-22T20:38:11.4537343Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-nwc.c.o 2024-08-22T20:38:11.4539736Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/lut-elementwise-nc.c.o 2024-08-22T20:38:11.4541649Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2024-08-22T20:38:11.4543308Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2024-08-22T20:38:11.4544976Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2024-08-22T20:38:11.4547566Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2024-08-22T20:38:11.4550051Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/prelu-nc.c.o 2024-08-22T20:38:11.4551946Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2024-08-22T20:38:16.1740589Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2024-08-22T20:38:16.1742543Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2024-08-22T20:38:16.1744076Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2024-08-22T20:38:16.1745770Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2024-08-22T20:38:16.1747594Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2024-08-22T20:38:16.1749552Z [ 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:16.1751172Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2024-08-22T20:38:16.1752529Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2024-08-22T20:38:16.1754164Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2024-08-22T20:38:16.1755576Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2024-08-22T20:38:16.1757150Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2024-08-22T20:38:16.1758676Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2024-08-22T20:38:16.1760359Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2024-08-22T20:38:16.1761874Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2024-08-22T20:38:16.1763788Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2024-08-22T20:38:16.1765271Z [ 60%] Linking CXX static library libquantized_kernels.a 2024-08-22T20:38:16.1766041Z [ 60%] Built target quantized_kernels 2024-08-22T20:38:16.1766881Z [ 60%] Generating selected_operators.yaml for quantized_ops_lib 2024-08-22T20:38:16.1768395Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2024-08-22T20:38:16.1769569Z [ 60%] Generating code for kernel registration 2024-08-22T20:38:16.1771275Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2024-08-22T20:38:16.1772621Z [ 60%] Built target operators 2024-08-22T20:38:16.1774002Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2024-08-22T20:38:16.1775961Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2024-08-22T20:38:16.1777558Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2024-08-22T20:38:16.1778797Z [ 60%] Built target microkernels-prod 2024-08-22T20:38:16.1780130Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2024-08-22T20:38:16.1782115Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/abs.c.o 2024-08-22T20:38:16.1784049Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/add2.c.o 2024-08-22T20:38:16.1786304Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2024-08-22T20:38:16.1788589Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2024-08-22T20:38:16.1790854Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2024-08-22T20:38:16.1793074Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/bankers-rounding.c.o 2024-08-22T20:38:16.1795350Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2024-08-22T20:38:16.1797468Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/ceiling.c.o 2024-08-22T20:38:16.1799494Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/clamp.c.o 2024-08-22T20:38:16.1802189Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2024-08-22T20:38:16.1804263Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convert.c.o 2024-08-22T20:38:16.1806426Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2024-08-22T20:38:16.1808625Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2024-08-22T20:38:16.1810327Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2024-08-22T20:38:16.1812310Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2024-08-22T20:38:16.1814482Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2024-08-22T20:38:16.1816713Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2024-08-22T20:38:16.1818837Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/divide.c.o 2024-08-22T20:38:16.1820762Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/elu.c.o 2024-08-22T20:38:16.1822759Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2024-08-22T20:38:16.1824879Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:38:16.1827223Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/floor.c.o 2024-08-22T20:38:16.1829389Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2024-08-22T20:38:16.1831703Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2024-08-22T20:38:16.1833469Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2024-08-22T20:38:16.1835487Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-average-pooling.c.o 2024-08-22T20:38:16.1837815Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-sum-pooling.c.o 2024-08-22T20:38:16.1839962Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/hardswish.c.o 2024-08-22T20:38:16.1841667Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2024-08-22T20:38:16.1843532Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/leaky-relu.c.o 2024-08-22T20:38:16.1846211Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2024-08-22T20:38:16.1848281Z [ 70%] Linking CXX static library libquantized_ops_lib.a 2024-08-22T20:38:16.1849095Z [ 70%] Built target quantized_ops_lib 2024-08-22T20:38:16.1850239Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2024-08-22T20:38:16.1852234Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/maximum2.c.o 2024-08-22T20:38:16.1854232Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/minimum2.c.o 2024-08-22T20:38:16.1856212Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/multiply2.c.o 2024-08-22T20:38:16.1858135Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/negate.c.o 2024-08-22T20:38:16.1860113Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/prelu.c.o 2024-08-22T20:38:16.1861734Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2024-08-22T20:38:16.1863655Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2024-08-22T20:38:16.1865365Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2024-08-22T20:38:16.1867462Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2024-08-22T20:38:16.1869296Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2024-08-22T20:38:16.1871172Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/sigmoid.c.o 2024-08-22T20:38:16.1872923Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2024-08-22T20:38:16.1874836Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2024-08-22T20:38:16.1876978Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2024-08-22T20:38:16.1878826Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2024-08-22T20:38:28.9921254Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square-root.c.o 2024-08-22T20:38:28.9923028Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2024-08-22T20:38:28.9924898Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square.c.o 2024-08-22T20:38:28.9926530Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2024-08-22T20:38:28.9928711Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/squared-difference.c.o 2024-08-22T20:38:28.9930931Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2024-08-22T20:38:28.9933079Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-mean.c.o 2024-08-22T20:38:28.9935112Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reshape.c.o 2024-08-22T20:38:28.9936920Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2024-08-22T20:38:28.9939176Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2024-08-22T20:38:28.9941364Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2024-08-22T20:38:28.9943799Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2024-08-22T20:38:28.9946100Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2024-08-22T20:38:28.9947500Z [ 70%] Linking CXX static library libutil.a 2024-08-22T20:38:28.9948133Z [ 70%] Built target util 2024-08-22T20:38:28.9949165Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2024-08-22T20:38:28.9951016Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/subtract.c.o 2024-08-22T20:38:28.9952614Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2024-08-22T20:38:28.9954347Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/tanh.c.o 2024-08-22T20:38:28.9956338Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2024-08-22T20:38:28.9958370Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2024-08-22T20:38:28.9960151Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2024-08-22T20:38:28.9961226Z [ 70%] Built target subgraph 2024-08-22T20:38:28.9962448Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2024-08-22T20:38:28.9964202Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2024-08-22T20:38:28.9966023Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2024-08-22T20:38:28.9968278Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2024-08-22T20:38:28.9969908Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2024-08-22T20:38:28.9971612Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2024-08-22T20:38:28.9973441Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2024-08-22T20:38:28.9975475Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2024-08-22T20:38:28.9977494Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2024-08-22T20:38:28.9979461Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-config.c.o 2024-08-22T20:38:28.9981432Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-cw-config.c.o 2024-08-22T20:38:28.9983440Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2024-08-22T20:38:28.9985425Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2024-08-22T20:38:28.9987463Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2024-08-22T20:38:28.9989463Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2024-08-22T20:38:28.9991437Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2024-08-22T20:38:28.9993407Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2024-08-22T20:38:28.9995364Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/prelu-config.c.o 2024-08-22T20:38:28.9997839Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2024-08-22T20:38:29.0000198Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2024-08-22T20:38:29.0002498Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2024-08-22T20:38:29.0004372Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2024-08-22T20:38:29.0006014Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2024-08-22T20:38:29.0008150Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2024-08-22T20:38:29.0010254Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2024-08-22T20:38:29.0012329Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2024-08-22T20:38:29.0014316Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2024-08-22T20:38:29.0016324Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2024-08-22T20:38:29.0018253Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2024-08-22T20:38:29.0028843Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2024-08-22T20:38:29.0030932Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2024-08-22T20:38:29.0032649Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2024-08-22T20:38:29.0034410Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2024-08-22T20:38:29.0035511Z [ 70%] Linking CXX static library libXNNPACK.a 2024-08-22T20:38:29.0036203Z [ 70%] Built target XNNPACK 2024-08-22T20:38:29.0037268Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2024-08-22T20:38:29.0038747Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2024-08-22T20:38:29.0040208Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2024-08-22T20:38:29.0041648Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2024-08-22T20:38:29.0043192Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2024-08-22T20:38:29.0044775Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2024-08-22T20:38:29.0046283Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2024-08-22T20:38:29.0048012Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2024-08-22T20:38:29.0049425Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2024-08-22T20:38:29.0050900Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2024-08-22T20:38:29.0052430Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2024-08-22T20:38:29.0053946Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2024-08-22T20:38:29.0055356Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2024-08-22T20:38:29.0057271Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2024-08-22T20:38:29.0058732Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2024-08-22T20:38:29.0060690Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2024-08-22T20:38:29.0062079Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2024-08-22T20:38:29.0063503Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2024-08-22T20:38:51.4172127Z [ 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:51.4174109Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2024-08-22T20:38:51.4175472Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2024-08-22T20:38:51.4176981Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2024-08-22T20:38:51.4266318Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2024-08-22T20:38:51.4279316Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2024-08-22T20:38:51.4280862Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2024-08-22T20:38:51.4282453Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2024-08-22T20:38:51.4284012Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2024-08-22T20:38:51.4285425Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2024-08-22T20:38:51.4286892Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool.cpp.o 2024-08-22T20:38:51.4288851Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool_guard.cpp.o 2024-08-22T20:38:51.4290407Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2024-08-22T20:38:51.4433725Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2024-08-22T20:38:51.4435044Z [ 70%] Linking CXX static library libxnnpack_backend.a 2024-08-22T20:38:51.4435826Z [ 70%] Built target xnnpack_backend 2024-08-22T20:38:51.4438459Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2024-08-22T20:38:51.4439960Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2024-08-22T20:38:51.4441604Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2024-08-22T20:38:51.4443265Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2024-08-22T20:38:51.4444924Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2024-08-22T20:38:51.4446536Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2024-08-22T20:38:51.4508728Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2024-08-22T20:38:51.4510149Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2024-08-22T20:38:51.4511612Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2024-08-22T20:38:51.4513049Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2024-08-22T20:38:51.4514456Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2024-08-22T20:38:51.4515885Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2024-08-22T20:38:51.4517753Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2024-08-22T20:38:51.4519362Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2024-08-22T20:38:51.4520603Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2024-08-22T20:38:51.4522001Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2024-08-22T20:38:51.4523490Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2024-08-22T20:38:51.4525053Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2024-08-22T20:38:51.4526540Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2024-08-22T20:38:51.4528291Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2024-08-22T20:38:51.4529654Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2024-08-22T20:38:51.4531033Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2024-08-22T20:38:51.4532462Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2024-08-22T20:38:51.4533933Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2024-08-22T20:38:51.4535415Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2024-08-22T20:38:51.4536887Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2024-08-22T20:38:51.4538352Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2024-08-22T20:38:51.4539832Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2024-08-22T20:38:51.4541228Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2024-08-22T20:38:51.4542690Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2024-08-22T20:38:51.4544122Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2024-08-22T20:38:51.4545648Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2024-08-22T20:38:51.4547211Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2024-08-22T20:38:51.4548644Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2024-08-22T20:38:51.4550062Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2024-08-22T20:38:51.4551488Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2024-08-22T20:38:51.4552902Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2024-08-22T20:38:51.4554282Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2024-08-22T20:38:51.4555788Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2024-08-22T20:38:51.4557401Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2024-08-22T20:38:51.4559013Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-08-22T20:38:51.4560470Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2024-08-22T20:38:51.4561853Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2024-08-22T20:38:51.4563570Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2024-08-22T20:38:51.4564985Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2024-08-22T20:38:51.4566624Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2024-08-22T20:38:51.4568391Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2024-08-22T20:38:51.4569955Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2024-08-22T20:38:51.4571470Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2024-08-22T20:38:51.4572862Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2024-08-22T20:38:51.4574295Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2024-08-22T20:38:51.4575835Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2024-08-22T20:38:51.4577436Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2024-08-22T20:38:51.4579009Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2024-08-22T20:38:51.4580249Z [ 80%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:38:51.4581390Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2024-08-22T20:38:51.4582427Z [ 80%] Built target quantized_ops_aot_lib 2024-08-22T20:38:51.4583468Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2024-08-22T20:38:51.4584906Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2024-08-22T20:38:51.4586434Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2024-08-22T20:38:51.4588046Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2024-08-22T20:38:51.4589678Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2024-08-22T20:38:51.4591153Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2024-08-22T20:38:51.4592563Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2024-08-22T20:38:51.4593964Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2024-08-22T20:38:51.4595368Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2024-08-22T20:38:51.4596830Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2024-08-22T20:41:48.4925994Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2024-08-22T20:41:48.4929363Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2024-08-22T20:41:48.4930842Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2024-08-22T20:41:48.4932299Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2024-08-22T20:41:48.4933748Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2024-08-22T20:41:48.4935176Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2024-08-22T20:41:48.4936566Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2024-08-22T20:41:48.4937911Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2024-08-22T20:41:48.5005420Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2024-08-22T20:41:48.5007209Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2024-08-22T20:41:48.5009473Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2024-08-22T20:41:48.5011340Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2024-08-22T20:41:48.5013069Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2024-08-22T20:41:48.5014758Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2024-08-22T20:41:48.5016380Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2024-08-22T20:41:48.5017941Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2024-08-22T20:41:48.5041664Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2024-08-22T20:41:48.5043118Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2024-08-22T20:41:48.5044114Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2024-08-22T20:41:48.5045095Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2024-08-22T20:41:48.5046105Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2024-08-22T20:41:48.5047156Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2024-08-22T20:41:48.5048360Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2024-08-22T20:41:48.5049344Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2024-08-22T20:41:48.5050374Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2024-08-22T20:41:48.5051435Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2024-08-22T20:41:48.5052500Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2024-08-22T20:41:48.5053492Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2024-08-22T20:41:48.5054493Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2024-08-22T20:41:48.5055457Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2024-08-22T20:41:48.5056674Z [ 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:48.5058050Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2024-08-22T20:41:48.5059635Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2024-08-22T20:41:48.5061310Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_floath.cpp.o 2024-08-22T20:41:48.5189977Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2024-08-22T20:41:48.5191880Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2024-08-22T20:41:48.5193521Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2024-08-22T20:41:48.5194962Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2024-08-22T20:41:48.5196425Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2024-08-22T20:41:48.5198242Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2024-08-22T20:41:48.5199864Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2024-08-22T20:41:48.5201783Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2024-08-22T20:41:48.5203301Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2024-08-22T20:41:48.5204816Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2024-08-22T20:41:48.5206236Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2024-08-22T20:41:48.5207671Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2024-08-22T20:41:48.5209281Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2024-08-22T20:41:48.5210419Z [ 90%] Linking CXX static library libportable_kernels.a 2024-08-22T20:41:48.5211093Z [ 90%] Built target portable_kernels 2024-08-22T20:41:48.5502897Z [ 90%] Generating selected_operators.yaml for portable_ops_lib 2024-08-22T20:41:48.5503860Z [100%] Generating code for kernel registration 2024-08-22T20:41:48.5505507Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:41:48.5507082Z [100%] Linking CXX static library libportable_ops_lib.a 2024-08-22T20:41:48.5507875Z [100%] Built target portable_ops_lib 2024-08-22T20:41:48.5508939Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2024-08-22T20:41:48.5510678Z [100%] Linking CXX shared library _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:41:48.5511634Z [100%] Built target portable_lib 2024-08-22T20:41:48.5512421Z [ 0%] Built target microkernel-utils 2024-08-22T20:41:48.5513797Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2024-08-22T20:41:48.5515739Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2024-08-22T20:41:48.5517766Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2024-08-22T20:41:48.5519777Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2024-08-22T20:41:48.5521733Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2024-08-22T20:41:48.5523606Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2024-08-22T20:41:48.5525457Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2024-08-22T20:41:48.5527381Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2024-08-22T20:41:48.5529475Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2024-08-22T20:41:48.5530544Z [ 9%] Built target flatccrt 2024-08-22T20:41:48.5531037Z [ 9%] Built target pthreadpool 2024-08-22T20:41:48.5532216Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2024-08-22T20:41:48.5534077Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2024-08-22T20:41:48.5535758Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2024-08-22T20:41:48.5536864Z [ 18%] Built target cpuinfo 2024-08-22T20:41:48.5537443Z [ 18%] Built target flatcc 2024-08-22T20:41:48.5537987Z [ 18%] Built target allocator 2024-08-22T20:41:48.5539022Z [ 27%] Built target flatc 2024-08-22T20:41:48.5539560Z [ 27%] Built target logging 2024-08-22T20:41:48.5540787Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2024-08-22T20:41:48.5542727Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2024-08-22T20:41:48.5543841Z [ 27%] Built target indirection 2024-08-22T20:41:48.5544560Z [ 27%] Built target microparams-init 2024-08-22T20:41:48.5545861Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2024-08-22T20:41:48.5547762Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2024-08-22T20:41:48.5549062Z [ 36%] Built target microkernels-prod 2024-08-22T20:41:48.5549727Z [ 36%] Built target normalization 2024-08-22T20:41:48.5551042Z [ 36%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2024-08-22T20:41:48.5552232Z [ 45%] Built target packing 2024-08-22T20:41:48.5552786Z [ 45%] Built target memory 2024-08-22T20:41:48.5553334Z [ 45%] Built target mutex 2024-08-22T20:41:48.5553999Z [ 45%] Built target operator-utils 2024-08-22T20:41:48.5554709Z [ 45%] Built target operator-run 2024-08-22T20:41:48.5556000Z [ 45%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2024-08-22T20:42:24.4888570Z [ 45%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2024-08-22T20:42:24.4889807Z [ 45%] Built target flatcc_cli 2024-08-22T20:42:24.4890482Z [ 45%] Built target bundled_program_schema 2024-08-22T20:42:24.4891876Z [ 45%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2024-08-22T20:42:24.4893080Z [ 45%] Generating common_schema headers 2024-08-22T20:42:24.4894392Z [ 45%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2024-08-22T20:42:24.4895580Z [ 45%] Built target common_schema 2024-08-22T20:42:24.4896916Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2024-08-22T20:42:24.4920799Z [ 63%] Built target xnnpack_schema 2024-08-22T20:42:24.4927080Z [ 63%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2024-08-22T20:42:24.4928598Z [ 63%] Built target post-operation 2024-08-22T20:42:24.4929323Z [ 63%] Built target hardware-config 2024-08-22T20:42:24.4929945Z [ 63%] Built target cache 2024-08-22T20:42:24.4930477Z [ 63%] Built target jit 2024-08-22T20:42:24.4930989Z [ 63%] Built target etdump_schema 2024-08-22T20:42:24.4931631Z [ 63%] Generating program_schema headers 2024-08-22T20:42:24.4932306Z [ 63%] Built target program_schema 2024-08-22T20:42:24.4932906Z [ 63%] Built target operators 2024-08-22T20:42:24.4933505Z [ 72%] Built target subgraph 2024-08-22T20:42:24.4934496Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:42:24.4936013Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:42:24.4937517Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:42:24.4939166Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:42:24.4940345Z [ 72%] Built target XNNPACK 2024-08-22T20:42:24.4941459Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:42:24.4943069Z [ 72%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:42:24.4943894Z [ 72%] Built target executorch_no_prim_ops 2024-08-22T20:42:24.4944561Z [ 72%] Built target executorch 2024-08-22T20:42:24.4945631Z [ 72%] Built target xnnpack_backend 2024-08-22T20:42:24.4946256Z [ 72%] Built target extension_data_loader 2024-08-22T20:42:24.4947743Z [ 72%] Built target bundled_program 2024-08-22T20:42:24.4948365Z [ 72%] Built target etdump 2024-08-22T20:42:24.4949231Z [ 72%] Built target quantized_kernels 2024-08-22T20:42:24.4949881Z [ 72%] Built target quantized_ops_lib 2024-08-22T20:42:24.4950483Z [ 72%] Built target util 2024-08-22T20:42:24.4953589Z [ 90%] Built target portable_kernels 2024-08-22T20:42:24.4954217Z [100%] Built target portable_ops_lib 2024-08-22T20:42:24.4954970Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:42:24.4958882Z [100%] Built target quantized_ops_aot_lib 2024-08-22T20:42:24.4961629Z [100%] Linking CXX shared library _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:42:24.4962615Z [100%] Built target portable_lib 2024-08-22T20:42:24.4963334Z [100%] Linking CXX static library libeigen_blas.a 2024-08-22T20:42:24.4964048Z [100%] Built target eigen_blas 2024-08-22T20:42:24.4965056Z [100%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2024-08-22T20:42:24.4966185Z [100%] Linking CXX static library libcpublas.a 2024-08-22T20:42:24.4966887Z [100%] Built target cpublas 2024-08-22T20:42:24.4968258Z [100%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2024-08-22T20:42:24.4970374Z [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:24.4972545Z [100%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2024-08-22T20:42:24.4974646Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp: In lambda function: 2024-08-22T20:42:24.5215115Z /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:24.5217270Z 505 | [scaling_factor](Vec x, Vec y) { 2024-08-22T20:42:24.5218072Z | ^ 2024-08-22T20:42:24.5218790Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-08-22T20:42:24.5219611Z [100%] Built target custom_ops_aot_lib 2024-08-22T20:42:24.5221037Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2024-08-22T20:42:24.5222986Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2024-08-22T20:42:24.5224967Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2024-08-22T20:42:24.5226430Z [ 0%] Built target microkernel-utils 2024-08-22T20:42:24.5228172Z [ 0%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/convolution-test-helpers.dir/test/convolution-test-helpers.cc.o 2024-08-22T20:42:24.5229773Z [ 0%] Built target pthreadpool 2024-08-22T20:42:24.5231125Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2024-08-22T20:42:24.5232379Z [ 1%] Built target flatccrt 2024-08-22T20:42:24.5233764Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2024-08-22T20:42:24.5235807Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2024-08-22T20:42:24.5237774Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2024-08-22T20:42:24.5239032Z [ 2%] Built target cpuinfo 2024-08-22T20:42:24.5240370Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2024-08-22T20:42:24.5241644Z [ 2%] Built target flatcc 2024-08-22T20:42:24.5242238Z [ 2%] Built target logging 2024-08-22T20:42:24.5244344Z [ 2%] Built target allocator 2024-08-22T20:42:24.5245709Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2024-08-22T20:42:24.5246890Z [ 3%] Built target eigen_blas 2024-08-22T20:42:24.5247950Z [ 3%] Built target indirection 2024-08-22T20:42:24.5248644Z [ 4%] Built target microkernels-prod 2024-08-22T20:42:24.5249267Z [ 5%] Built target flatc 2024-08-22T20:42:24.5249928Z [ 5%] Built target microparams-init 2024-08-22T20:42:24.5251330Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2024-08-22T20:42:24.5252544Z [ 5%] Built target normalization 2024-08-22T20:42:24.5253131Z [ 6%] Built target packing 2024-08-22T20:42:24.5254498Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2024-08-22T20:42:24.5255713Z [ 6%] Built target memory 2024-08-22T20:42:24.5256226Z [ 6%] Built target mutex 2024-08-22T20:42:24.5257546Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2024-08-22T20:42:24.5259570Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2024-08-22T20:42:24.5261058Z [ 6%] Built target operator-utils 2024-08-22T20:42:24.5261757Z [ 6%] Built target operator-run 2024-08-22T20:42:24.5263053Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2024-08-22T20:42:24.5264283Z [ 6%] Built target flatcc_cli 2024-08-22T20:42:24.5264918Z [ 6%] Built target bundled_program_schema 2024-08-22T20:42:24.5265597Z [ 6%] Generating common_schema headers 2024-08-22T20:42:24.5267049Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2024-08-22T20:42:24.5269173Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2024-08-22T20:42:24.5270560Z [ 7%] Built target xnnpack_schema 2024-08-22T20:42:24.5271304Z [ 7%] Built target post-operation 2024-08-22T20:42:24.5271956Z [ 7%] Built target common_schema 2024-08-22T20:42:24.5273458Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2024-08-22T20:42:24.5274987Z [ 7%] Built target hardware-config 2024-08-22T20:42:24.5275628Z [ 7%] Built target cache 2024-08-22T20:42:24.5276151Z [ 7%] Built target jit 2024-08-22T20:42:24.5277533Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2024-08-22T20:42:24.5278789Z [ 7%] Built target etdump_schema 2024-08-22T20:42:24.5279412Z [ 7%] Generating program_schema headers 2024-08-22T20:42:24.5280065Z [ 7%] Built target operators 2024-08-22T20:42:24.5281521Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2024-08-22T20:42:24.5283681Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2024-08-22T20:42:24.5285902Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2024-08-22T20:42:24.5287241Z [ 7%] Built target program_schema 2024-08-22T20:42:24.5288966Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2024-08-22T20:42:24.5290286Z [ 8%] Built target subgraph 2024-08-22T20:42:24.5291704Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2024-08-22T20:42:24.5293005Z [ 8%] Built target XNNPACK 2024-08-22T20:42:24.5293954Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:42:24.5295487Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:42:24.5297289Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:42:24.5299184Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:42:24.5301525Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:42:24.5302963Z [ 8%] Linking C static library libcpuinfo_internals.a 2024-08-22T20:42:24.5303723Z [ 8%] Built target cpuinfo_internals 2024-08-22T20:42:24.5304581Z [ 8%] Built target convolution-test-helpers 2024-08-22T20:42:24.5306363Z [ 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:24.8917290Z [ 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:24.8920631Z [ 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:24.8923761Z [ 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:24.8926565Z [ 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:24.8929716Z [ 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:24.8932486Z [ 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:24.8935504Z [ 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:24.8938410Z [ 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:24.8941683Z [ 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:24.8944693Z [ 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:24.8947962Z [ 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:24.8950900Z [ 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:24.8954007Z [ 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:24.8960872Z [ 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:24.8963526Z [ 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:24.8966285Z [ 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:24.8970253Z [ 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:24.8973210Z [ 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:24.8975635Z [ 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:24.8980144Z [ 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:24.8982907Z [ 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:24.8985630Z [ 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:24.8988357Z [ 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:24.8990923Z [ 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:24.8993303Z [ 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:24.8995731Z [ 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:24.8998085Z [ 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:24.9000486Z [ 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:24.9003272Z [ 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:24.9005735Z [ 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:24.9008473Z [ 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:24.9011034Z [ 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:24.9013687Z [ 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:24.9016237Z [ 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:24.9018819Z [ 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:24.9021489Z [ 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:24.9024058Z [ 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:24.9026642Z [ 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:24.9029299Z [ 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:24.9032032Z [ 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:24.9034690Z [ 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:24.9037193Z [ 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:24.9040271Z [ 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:24.9043164Z [ 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:24.9046042Z [ 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:24.9049012Z [ 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:24.9051942Z [ 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:24.9055043Z [ 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:24.9058159Z [ 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:24.9061166Z [ 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:24.9066970Z [ 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:24.9070229Z [ 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:24.9073724Z [ 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:24.9076875Z [ 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:25.4130935Z [ 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:25.4133589Z [ 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:25.4136208Z [ 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:25.4138881Z [ 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:25.4141594Z [ 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:25.4144235Z [ 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:25.4146432Z [ 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:25.4149037Z [ 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:25.4151681Z [ 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:25.4155697Z [ 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:25.4158761Z [ 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:25.4161342Z [ 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:25.4164013Z [ 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:25.4167119Z [ 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:25.4169934Z [ 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:25.4172567Z [ 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:25.4175170Z [ 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:25.4177701Z [ 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:25.4180271Z [ 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:25.4182935Z [ 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:25.4185546Z [ 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:25.4188256Z [ 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:25.4190919Z [ 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:25.4193566Z [ 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:25.4196272Z [ 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:25.4198907Z [ 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:25.4203607Z [ 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:25.4206642Z [ 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:25.4209810Z [ 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:25.4214980Z [ 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:25.4219153Z [ 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:25.4222403Z [ 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:25.4225560Z [ 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:25.4228642Z [ 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:25.4231865Z [ 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:25.4235143Z [ 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:25.4238353Z [ 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:25.4241667Z [ 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:25.4244850Z [ 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:25.4248338Z [ 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:25.4251733Z [ 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:25.4255064Z [ 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:25.4257848Z [ 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:25.4260086Z [ 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:25.4262720Z [ 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:25.4265067Z [ 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:25.4267362Z [ 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:25.4269895Z [ 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:25.4272345Z [ 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:25.4275847Z [ 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:25.8391361Z [ 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:25.8393826Z [ 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:25.8396764Z [ 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:25.8399404Z [ 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:25.8401963Z [ 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:25.8404248Z [ 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:25.8406614Z [ 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:25.8409242Z [ 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:25.8411735Z [ 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:25.8414283Z [ 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:25.8416722Z [ 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:25.8419233Z [ 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:25.8421667Z [ 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:25.8424064Z [ 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:25.8426824Z [ 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:25.8429384Z [ 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:25.8431769Z [ 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:25.8434300Z [ 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:25.8435927Z [ 10%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:42:25.8437587Z [ 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:25.8439873Z [ 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:25.8441261Z [ 10%] Built target executorch_no_prim_ops 2024-08-22T20:42:25.8442932Z [ 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:25.8445321Z [ 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:25.8448107Z [ 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:25.8450767Z [ 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:25.8453753Z [ 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:25.8456374Z [ 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:25.8458876Z [ 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:25.8461352Z [ 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:25.8464118Z [ 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:25.8466524Z [ 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:25.8468910Z [ 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:25.8471289Z [ 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:25.8473766Z [ 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:25.8476210Z [ 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:25.8478661Z [ 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:25.8481084Z [ 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:25.8483505Z [ 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:25.8485856Z [ 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:25.8488632Z [ 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:25.8490965Z [ 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:25.8493656Z [ 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:25.8496289Z [ 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:25.8499007Z [ 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:25.8502988Z [ 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:25.8505909Z [ 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:25.8507543Z [ 11%] Built target executorch 2024-08-22T20:42:25.8509309Z [ 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:25.8512016Z [ 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:25.8513969Z [ 11%] Built target cpublas 2024-08-22T20:42:25.8515837Z [ 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:25.8518490Z [ 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:25.8521195Z [ 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:25.8522694Z [ 11%] Built target quantized_kernels 2024-08-22T20:42:25.8524409Z [ 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:25.8527059Z [ 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:25.8529947Z [ 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:27.2893570Z [ 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:27.2896215Z [ 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:27.2897792Z [ 11%] Built target extension_data_loader 2024-08-22T20:42:27.2898493Z [ 11%] Built target xnnpack_backend 2024-08-22T20:42:27.2899133Z [ 11%] Built target etdump 2024-08-22T20:42:27.2899716Z [ 11%] Built target bundled_program 2024-08-22T20:42:27.2900739Z [ 11%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2024-08-22T20:42:27.2902216Z [ 11%] Built target util 2024-08-22T20:42:27.2903252Z [ 11%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2024-08-22T20:42:27.2905473Z [ 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:27.2907499Z [ 11%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/op_sdpa.cpp.o 2024-08-22T20:42:27.2909675Z [ 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:27.2912299Z [ 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:27.2914705Z [ 11%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/__/__/__/__/extension/parallel/thread_parallel.cpp.o 2024-08-22T20:42:27.2917352Z [ 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:27.2920130Z [ 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:27.2922218Z [ 11%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/blas/CPUBlas.cpp.o 2024-08-22T20:42:27.2924696Z [ 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:27.2926400Z [ 11%] Built target quantized_ops_lib 2024-08-22T20:42:27.2927861Z [ 11%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:42:27.2929099Z [ 11%] Linking CXX static library libgflags_nothreads.a 2024-08-22T20:42:27.2931103Z [ 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:27.2935142Z [ 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:27.2937619Z [ 11%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2024-08-22T20:42:27.2938793Z [ 11%] Built target gflags_nothreads_static 2024-08-22T20:42:27.2940609Z [ 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:27.2942611Z [ 11%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2024-08-22T20:42:27.2944850Z [ 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:27.2946446Z [ 13%] Built target portable_kernels 2024-08-22T20:42:27.2948230Z [ 13%] 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:27.2950268Z [ 13%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2024-08-22T20:42:27.2952522Z [ 13%] 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:27.2955128Z [ 13%] 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:27.2957702Z [ 13%] 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:27.2959681Z [ 13%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2024-08-22T20:42:27.2961881Z [ 13%] 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:27.2963607Z [ 13%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:42:27.2965542Z [ 13%] 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:27.2968528Z [ 13%] 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:27.2970051Z [ 14%] Built target portable_ops_lib 2024-08-22T20:42:27.2971549Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/examples/portable/executor_runner/executor_runner.cpp.o 2024-08-22T20:42:27.2974181Z [ 14%] 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:27.2976823Z [ 14%] 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:27.2978802Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2024-08-22T20:42:27.2980958Z [ 14%] 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:27.2983570Z [ 14%] 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:27.2986237Z [ 14%] 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:27.2988329Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-08-22T20:42:27.2990602Z [ 14%] 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:27.2993259Z [ 14%] 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:27.2996203Z [ 14%] 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:27.3006321Z [ 14%] 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:27.3008892Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/data_loader/file_data_loader.cpp.o 2024-08-22T20:42:27.3011459Z [ 14%] 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:27.3013037Z [ 14%] Built target quantized_ops_aot_lib 2024-08-22T20:42:27.3014809Z [ 14%] 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:27.3017436Z [ 14%] 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:27.3019421Z [ 14%] Linking CXX shared library _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:42:27.3021037Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:42:27.3023476Z [ 14%] 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:27.3026045Z [ 14%] 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:27.3028543Z [ 14%] 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:27.3030670Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs.cpp.o 2024-08-22T20:42:27.3032416Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2024-08-22T20:42:27.3034793Z [ 14%] 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:27.3037126Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_exp.cpp: In lambda function: 2024-08-22T20:42:27.3039701Z /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:27.3041600Z 39 | [](Vec x) { return x.exp(); }, out_data, in_data, numel); 2024-08-22T20:42:27.3042370Z | ^ 2024-08-22T20:42:27.3043691Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp: In lambda function: 2024-08-22T20:42:27.3046499Z /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:28.3732407Z 505 | [scaling_factor](Vec x, Vec y) { 2024-08-22T20:42:28.3733155Z | ^ 2024-08-22T20:42:28.3735033Z [ 14%] 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:28.3737862Z [ 14%] 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:28.3739891Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2024-08-22T20:42:28.3741116Z [ 14%] Linking CXX shared library libextension_module.so 2024-08-22T20:42:28.3742042Z [ 14%] Linking CXX static library libextension_module_static.a 2024-08-22T20:42:28.3743436Z [ 14%] Built target extension_module_static 2024-08-22T20:42:28.3746739Z [ 14%] 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:28.3748412Z [ 14%] Built target extension_module 2024-08-22T20:42:28.3749753Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs_portable.cpp.o 2024-08-22T20:42:28.3752320Z [ 14%] 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:28.3754803Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In lambda function: 2024-08-22T20:42:28.3757539Z /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:28.3759529Z 97 | [scale, offset](Vec x, Vec gamma, Vec beta) { 2024-08-22T20:42:28.3760247Z | ^ 2024-08-22T20:42:28.3761956Z [ 14%] 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:28.3764772Z [ 14%] 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:28.3767821Z [ 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:28.3770552Z [ 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:28.3773234Z [ 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:28.3775935Z [ 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:28.3778762Z [ 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:28.3781493Z [ 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:28.3784246Z [ 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:28.3787057Z [ 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:28.3789794Z [ 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:28.3792591Z [ 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:28.3795502Z [ 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:28.3798318Z [ 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:28.3801764Z [ 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:28.3804602Z [ 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:28.3808108Z [ 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:28.3811266Z [ 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:28.3814112Z [ 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:28.3816884Z [ 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:28.3819629Z [ 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:28.3822447Z [ 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:28.3825211Z [ 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:28.3827993Z [ 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:28.3830769Z [ 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:28.3833500Z [ 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:28.3836261Z [ 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:28.3839021Z [ 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:28.3840741Z [ 15%] Linking CXX executable xnn_executor_runner 2024-08-22T20:42:28.3842613Z [ 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:28.3845385Z [ 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:28.3848402Z [ 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:28.3851098Z [ 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:28.3853812Z [ 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:28.3856512Z [ 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:28.3858859Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/kernel/kernel_includes.h:21, 2024-08-22T20:42:28.3860731Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp:11: 2024-08-22T20:42:28.3862472Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp: In lambda function: 2024-08-22T20:42:28.3865035Z /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:28.3866831Z 32 | [](Vec x) { return x.neg(); }, 2024-08-22T20:42:28.3867447Z | ^ 2024-08-22T20:42:28.3869252Z /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:28.3871423Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:28.3872334Z | ^~~~~~~~~~~ 2024-08-22T20:42:28.3877516Z /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:28.3879395Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:28.3880204Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:28.3882178Z /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:28.3884158Z 1093 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2024-08-22T20:42:28.3885056Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:28.9418245Z /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:28.9420096Z 29 | ET_SWITCH_REAL_TYPES(in.scalar_type(), ctx, "neg.out", CTYPE, [&] { 2024-08-22T20:42:28.9420858Z | ^~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:28.9422370Z [ 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:28.9424970Z [ 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:28.9427692Z [ 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:28.9430416Z [ 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:28.9433088Z [ 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:28.9435845Z [ 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:28.9438670Z [ 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:28.9441824Z [ 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:28.9445368Z [ 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:28.9449172Z [ 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:28.9452645Z [ 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:28.9456208Z [ 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:28.9459670Z [ 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:28.9463018Z [ 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:28.9466958Z [ 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:28.9470602Z [ 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:28.9473961Z [ 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:28.9477377Z [ 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:28.9480703Z [ 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:28.9483616Z [ 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:28.9486239Z [ 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:28.9489140Z [ 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:28.9491776Z [ 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:28.9494425Z [ 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:28.9496987Z [ 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:28.9499531Z [ 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:28.9503377Z [ 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:28.9506014Z [ 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:28.9508601Z [ 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:28.9511205Z [ 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:28.9513844Z [ 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:28.9516562Z [ 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:28.9519229Z [ 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:28.9521853Z [ 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:28.9524419Z [ 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:28.9526869Z [ 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:28.9529660Z [ 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:28.9532757Z [ 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:28.9535597Z [ 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:28.9538334Z [ 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:28.9541084Z [ 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:28.9575320Z [ 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:28.9577703Z [ 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:28.9580234Z [ 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:28.9582951Z [ 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:28.9585633Z [ 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:28.9588399Z [ 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:28.9591016Z [ 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:28.9593656Z [ 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:28.9596365Z [ 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:28.9599033Z [ 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:29.5046127Z [ 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:29.5048471Z [ 16%] Built target xnn_executor_runner 2024-08-22T20:42:29.5050537Z [ 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:29.5053083Z [ 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:29.5055810Z [ 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:29.5058430Z [ 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:29.5061052Z [ 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:29.5063543Z [ 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:29.5066065Z [ 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:29.5068580Z [ 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:29.5071462Z [ 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:29.5074363Z [ 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:29.5077054Z [ 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:29.5079870Z [ 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:29.5082627Z [ 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:29.5085275Z [ 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:29.5088097Z [ 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:29.5090747Z [ 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:29.5093423Z [ 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:29.5096047Z [ 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:29.5098590Z [ 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:29.5101555Z [ 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:29.5104129Z [ 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:29.5106704Z [ 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:29.5109381Z [ 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:29.5112029Z [ 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:29.5115304Z [ 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:29.5117992Z [ 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:29.5120617Z [ 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:29.5123243Z [ 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:29.5125872Z [ 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:29.5128581Z [ 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:29.5131049Z [ 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:29.5133509Z [ 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:29.5136562Z [ 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:29.5139061Z [ 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:29.5141734Z [ 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:29.5144463Z [ 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:29.5147141Z [ 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:29.5149807Z [ 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:29.5152451Z [ 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:29.5155094Z [ 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:29.5157740Z [ 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:29.5160350Z [ 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:29.5162897Z [ 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:29.5165456Z [ 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:29.5168313Z [ 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:29.5170849Z [ 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:29.5173383Z [ 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:29.5175948Z [ 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:29.5178491Z [ 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:29.5181048Z [ 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:29.5183641Z [ 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:29.5185233Z [ 17%] Linking CXX static library libcustom_ops.a 2024-08-22T20:42:29.5187002Z [ 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:29.5189519Z [ 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:29.5192055Z [ 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:29.5193530Z [ 17%] Built target custom_ops 2024-08-22T20:42:29.5195166Z [ 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:29.9487152Z [ 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:29.9491601Z [ 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:29.9494057Z [ 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:29.9496439Z [ 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:29.9498970Z [ 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:29.9504383Z [ 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:29.9506871Z [ 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:29.9509477Z [ 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:29.9512236Z [ 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:29.9514922Z [ 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:29.9517688Z [ 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:29.9520382Z [ 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:29.9523112Z [ 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:29.9525921Z [ 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:29.9528760Z [ 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:29.9531052Z [ 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:29.9533555Z [ 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:29.9536035Z [ 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:29.9538621Z [ 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:29.9541409Z [ 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:29.9544050Z [ 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:29.9546720Z [ 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:29.9549343Z [ 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:29.9551914Z [ 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:29.9555030Z [ 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:29.9557703Z [ 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:29.9560260Z [ 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:29.9562788Z [ 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:29.9565173Z [ 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:29.9567761Z [ 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:29.9570388Z [ 18%] 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:29.9572882Z [ 18%] 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:29.9575605Z [ 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:29.9578297Z [ 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:29.9580967Z [ 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:29.9583455Z [ 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:29.9585979Z [ 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:29.9588608Z [ 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:29.9591173Z [ 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:29.9593668Z [ 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:29.9596421Z [ 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:29.9598940Z [ 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:29.9602013Z [ 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:29.9604843Z [ 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:29.9607833Z [ 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:29.9610662Z [ 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:29.9613432Z [ 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:29.9616637Z [ 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:29.9619585Z [ 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:29.9622053Z [ 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:29.9624441Z [ 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:29.9626890Z [ 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:29.9629433Z [ 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:29.9632005Z [ 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:29.9634651Z [ 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:29.9637153Z [ 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:29.9639742Z [ 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:30.4443249Z [ 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:30.4445774Z [ 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:30.4448497Z [ 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:30.4451096Z [ 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:30.4453685Z [ 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:30.4456043Z [ 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:30.4458612Z [ 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:30.4461180Z [ 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:30.4463751Z [ 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:30.4466071Z [ 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:30.4468464Z [ 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:30.4470880Z [ 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:30.4473316Z [ 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:30.4475774Z [ 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:30.4478485Z [ 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:30.4481033Z [ 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:30.4483385Z [ 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:30.4485856Z [ 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:30.4488611Z [ 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:30.4491122Z [ 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:30.4493842Z [ 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:30.4496334Z [ 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:30.4498951Z [ 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:30.4501825Z [ 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:30.4504437Z [ 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:30.4506945Z [ 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:30.4509548Z [ 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:30.4512063Z [ 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:30.4514291Z [ 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:30.4516595Z [ 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:30.4518941Z [ 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:30.4521308Z [ 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:30.4523976Z [ 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:30.4526277Z [ 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:30.4528886Z [ 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:30.4531208Z [ 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:30.4533643Z [ 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:30.4536247Z [ 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:30.4539528Z [ 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:30.4542489Z [ 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:30.4545251Z [ 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:30.4548004Z [ 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:30.4550448Z [ 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:30.4552770Z [ 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:30.4555450Z [ 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:30.4558018Z [ 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:30.4560571Z [ 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:30.4562928Z [ 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:30.4565341Z [ 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:30.4568016Z [ 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:30.4570594Z [ 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:30.4572912Z [ 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:30.4575520Z [ 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:30.4578024Z [ 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:30.4580755Z [ 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:30.4583698Z [ 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:30.8140303Z [ 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:30.8143094Z [ 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:30.8145501Z [ 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:30.8147937Z [ 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:30.8150388Z [ 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:30.8153504Z [ 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:30.8156445Z [ 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:30.8158989Z [ 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:30.8161538Z [ 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:30.8164045Z [ 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:30.8166658Z [ 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:30.8169356Z [ 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:30.8171942Z [ 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:30.8174332Z [ 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:30.8176950Z [ 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:30.8179371Z [ 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:30.8181952Z [ 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:30.8184574Z [ 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:30.8187243Z [ 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:30.8189899Z [ 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:30.8192719Z [ 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:30.8195646Z [ 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:30.8198547Z [ 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:30.8201930Z [ 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:30.8204778Z [ 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:30.8207953Z [ 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:30.8210792Z [ 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:30.8213601Z [ 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:30.8216411Z [ 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:30.8219754Z [ 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:30.8222294Z [ 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:30.8224871Z [ 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:30.8227723Z [ 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:30.8230297Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:30.8232387Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:30.8234191Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:11: 2024-08-22T20:42:30.8235967Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp: In lambda function: 2024-08-22T20:42:30.8238461Z /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:30.8240329Z 114 | [](Vec x, Vec y) { return x * y; }, 2024-08-22T20:42:30.8240994Z | ^ 2024-08-22T20:42:30.8242777Z /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:30.8244552Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:30.8245244Z | ^~~~~~~~~~~ 2024-08-22T20:42:30.8247035Z /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:30.8249069Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:30.8249842Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:30.8251661Z /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:30.8253761Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:30.8254669Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:30.8256621Z /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:30.8258558Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:30.8259398Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:30.8261356Z /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:30.8263332Z 1117 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2024-08-22T20:42:30.8264291Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:30.8265988Z /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:30.8267732Z 111 | ET_SWITCH_REALB_TYPES(out_type, ctx, "mul.out", CTYPE, [&]() { 2024-08-22T20:42:30.8268568Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:30.8270559Z [ 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:30.8274396Z [ 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:30.8277510Z [ 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:30.8280478Z [ 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:30.8283574Z [ 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:31.1235597Z [ 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:31.1238084Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:31.1240119Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:31.1241988Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:11: 2024-08-22T20:42:31.1243724Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp: In lambda function: 2024-08-22T20:42:31.1246262Z /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:31.1248561Z 105 | [alpha_val](Vec x, Vec y) { return x - Vec(alpha_val) * y; }, 2024-08-22T20:42:31.1249397Z | ^ 2024-08-22T20:42:31.1251197Z /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:31.1252939Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:31.1253677Z | ^~~~~~~~~~~ 2024-08-22T20:42:31.1255547Z /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:31.1257412Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:31.1258194Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:31.1260193Z /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:31.1262211Z 1093 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2024-08-22T20:42:31.1263108Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:31.1264907Z /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:31.1266631Z 98 | ET_SWITCH_REAL_TYPES(out_type, ctx, "sub.out", CTYPE, [&]() { 2024-08-22T20:42:31.1267475Z | ^~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:31.1269118Z [ 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:31.1271599Z [ 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:31.1274389Z [ 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:31.1276903Z [ 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:31.1279365Z [ 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:31.1282493Z [ 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:31.1285026Z [ 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:31.1287487Z [ 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:31.1290257Z [ 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:31.1292778Z [ 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:31.1295457Z [ 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:31.1298065Z [ 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:31.1300670Z [ 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:31.1303620Z [ 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:31.1306270Z [ 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:31.1308905Z [ 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:31.1311526Z [ 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:31.1314174Z [ 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:31.1316723Z [ 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:31.1319311Z [ 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:31.1321969Z [ 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:31.1324628Z [ 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:31.1327039Z [ 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:31.1329741Z [ 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:31.1332136Z [ 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:31.1334554Z [ 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:31.1336971Z [ 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:31.1339373Z [ 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:31.1342752Z [ 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:31.1345722Z [ 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:31.1348428Z [ 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:31.1350883Z [ 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:31.1353246Z [ 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:31.1355685Z [ 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:31.1358102Z [ 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:31.1360547Z [ 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:31.1363138Z [ 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:31.1365774Z [ 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:31.1368647Z [ 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:31.1371349Z [ 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:31.1374364Z [ 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:31.1377382Z [ 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:31.1380361Z [ 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:31.1383337Z [ 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:31.4592136Z [ 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:31.4594802Z [ 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:31.4597328Z [ 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:31.4599834Z [ 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:31.4602980Z [ 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:31.4605595Z [ 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:31.4608637Z [ 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:31.4611557Z [ 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:31.4614786Z [ 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:31.4618049Z [ 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:31.4621101Z [ 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:31.4623808Z [ 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:31.4626728Z [ 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:31.4629728Z [ 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:31.4632597Z [ 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:31.4635471Z [ 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:31.4638086Z [ 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:31.4640850Z [ 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:31.4643759Z [ 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:31.4646605Z [ 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:31.4649772Z [ 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:31.4652683Z [ 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:31.4655620Z [ 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:31.4658563Z [ 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:31.4661497Z [ 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:31.4664360Z [ 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:31.4667194Z [ 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:31.4670022Z [ 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:31.4672928Z [ 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:31.4675716Z [ 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:31.4680417Z [ 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:31.4683267Z [ 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:31.4686535Z [ 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:31.4689756Z [ 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:31.4692761Z [ 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:31.4695625Z [ 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:31.4698449Z [ 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:31.4704168Z [ 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:31.4707178Z [ 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:31.4710152Z [ 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:31.4713060Z [ 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:31.4715815Z [ 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:31.4718274Z [ 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:31.4721049Z [ 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:31.4723993Z [ 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:31.4726900Z [ 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:31.4729982Z [ 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:31.4732914Z [ 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:31.4737677Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:31.4739722Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:31.4741464Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:11: 2024-08-22T20:42:31.4743220Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp: In lambda function: 2024-08-22T20:42:31.7124792Z /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:31.7127193Z 102 | [alpha_val](Vec x, Vec y) { return x + Vec(alpha_val) * y; }, 2024-08-22T20:42:31.7128220Z | ^ 2024-08-22T20:42:31.7129933Z /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:31.7131625Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:31.7132321Z | ^~~~~~~~~~~ 2024-08-22T20:42:31.7134062Z /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:31.7135855Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:31.7136632Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:31.7138559Z /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:31.7140597Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:31.7141535Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:31.7143518Z /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:31.7145399Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:31.7146201Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:31.7148084Z /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:31.7150063Z 1117 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2024-08-22T20:42:31.7150973Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:31.7152574Z /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:31.7154186Z 95 | ET_SWITCH_REALB_TYPES(a_type, ctx, "add.out", CTYPE, [&]() { 2024-08-22T20:42:31.7154966Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:31.7156738Z [ 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:31.7159544Z [ 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:31.7162298Z [ 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:31.7165075Z [ 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:31.7168074Z [ 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:31.7170905Z [ 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:31.7173730Z [ 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:31.7177072Z [ 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:31.7179851Z [ 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:31.7183273Z [ 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:31.7186131Z [ 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:31.7188917Z [ 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:31.7191684Z [ 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:31.7194522Z [ 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:31.7197345Z [ 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:31.7200164Z [ 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:31.7203376Z [ 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:31.7206172Z [ 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:31.7209068Z [ 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:31.7211797Z [ 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:31.7214446Z [ 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:31.7216760Z [ 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:31.7219036Z [ 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:31.7221569Z [ 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:31.7223999Z [ 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:31.7226218Z [ 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:31.7228547Z [ 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:31.7230895Z [ 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:31.7233292Z [ 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:31.7235611Z [ 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:31.7237742Z [ 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:31.7240031Z [ 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:31.7243270Z [ 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:31.7245848Z [ 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:31.7248586Z [ 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:31.7251032Z [ 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:31.7253608Z [ 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:31.7256385Z [ 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:31.7259268Z [ 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:31.7262154Z [ 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:32.6470573Z [ 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:32.6473133Z [ 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:32.6475558Z [ 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:32.6478051Z [ 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:32.6480483Z [ 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:32.6482942Z [ 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:32.6485340Z [ 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:32.6487980Z [ 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:32.6490473Z [ 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:32.6493007Z [ 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:32.6495450Z [ 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:32.6497990Z [ 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:32.6500577Z [ 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:32.6503950Z [ 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:32.6506912Z [ 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:32.6509671Z [ 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:32.6512356Z [ 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:32.6514891Z [ 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:32.6517443Z [ 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:32.6520046Z [ 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:32.6522670Z [ 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:32.6525339Z [ 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:32.6528167Z [ 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:32.6531043Z [ 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:32.6533893Z [ 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:32.6536592Z [ 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:32.6539280Z [ 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:32.6541969Z [ 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:32.6544661Z [ 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:32.6547501Z [ 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:32.6550244Z [ 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:32.6553020Z [ 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:32.6555641Z [ 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:32.6558275Z [ 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:32.6561810Z [ 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:32.6564677Z [ 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:32.6567389Z [ 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:32.6570437Z [ 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:32.6573295Z [ 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:32.6576267Z [ 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:32.6579307Z [ 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:32.6582343Z [ 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:32.6585412Z [ 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:32.6588331Z [ 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:32.6591187Z [ 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:32.6594168Z [ 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:32.6597142Z [ 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:32.6599866Z [ 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:32.6603181Z [ 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:33.2355352Z [ 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:33.2358509Z [ 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:33.2361544Z [ 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:33.2364543Z [ 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:33.2367468Z [ 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:33.2370696Z [ 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:33.2374305Z [ 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:33.2377518Z [ 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:33.2380484Z [ 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:33.2383324Z [ 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:33.2386280Z [ 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:33.2389341Z [ 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:33.2392394Z [ 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:33.2395411Z [ 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:33.2398500Z [ 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:33.2402111Z [ 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:33.2405035Z [ 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:33.2408078Z [ 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:33.2410972Z [ 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:33.2413913Z [ 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:33.2416911Z [ 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:33.2419953Z [ 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:33.2422672Z [ 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:33.2425142Z [ 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:33.2427610Z [ 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:33.2430156Z [ 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:33.2433001Z [ 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:33.2436166Z [ 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:33.2439707Z [ 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:33.2443347Z [ 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:33.2446599Z [ 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:33.2450124Z [ 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:33.2453258Z [ 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:33.2456285Z [ 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:33.2459515Z [ 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:33.2462750Z [ 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:33.2465820Z [ 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:33.2468860Z [ 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:33.2471465Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:33.2473449Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:33.2475184Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp:11: 2024-08-22T20:42:33.2476864Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp: In lambda function: 2024-08-22T20:42:33.2479413Z /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:33.2481177Z 49 | [](Vec x, Vec y) { return x.le(y); }, 2024-08-22T20:42:33.2481860Z | ^ 2024-08-22T20:42:33.2483700Z /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:33.2485532Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:33.2486265Z | ^~~~~~~~~~~ 2024-08-22T20:42:33.2488440Z /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:33.2490236Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:33.2491030Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:33.2492988Z /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:33.2495055Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:33.2495981Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:33.2498077Z /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:33.2500473Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:33.2502156Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:33.2503955Z /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:33.2505431Z 45 | ET_SWITCH_REAL_TYPES_AND( 2024-08-22T20:42:34.0550308Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:34.0552266Z [ 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:34.0554806Z [ 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:34.0557387Z [ 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:34.0559993Z [ 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:34.0562546Z [ 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:34.0564981Z [ 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:34.0567823Z [ 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:34.0570483Z [ 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:34.0572637Z [ 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:34.0574611Z [ 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:34.0577113Z [ 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:34.0579951Z [ 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:34.0582787Z [ 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:34.0585656Z [ 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:34.0588562Z [ 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:34.0591515Z [ 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:34.0594376Z [ 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:34.0597574Z [ 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:34.0600610Z [ 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:34.0604590Z [ 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:34.0607396Z [ 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:34.0610474Z [ 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:34.0613389Z [ 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:34.0616284Z [ 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:34.0619350Z [ 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:34.0622348Z [ 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:34.0625456Z [ 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:34.0630530Z [ 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:34.0639516Z [ 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:34.0645209Z [ 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:34.0649414Z [ 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:34.0653314Z [ 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:34.0657445Z [ 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:34.0661769Z [ 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:34.0665550Z [ 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:34.0669763Z [ 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:34.0673837Z [ 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:34.0676702Z [ 24%] Built target portable_lib 2024-08-22T20:42:34.0679147Z [ 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:34.0683500Z [ 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:34.0689951Z [ 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:34.0693362Z [ 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:34.0696735Z [ 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:34.0700091Z [ 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:34.0704010Z [ 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:34.0707278Z [ 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:34.0710605Z [ 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:34.0712628Z [ 24%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-08-22T20:42:34.7412531Z [ 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:34.7415341Z [ 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:34.7418009Z [ 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:34.7420741Z [ 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:34.7423517Z [ 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:34.7426351Z [ 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:34.7430789Z [ 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:34.7433635Z [ 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:34.7436615Z [ 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:34.7439194Z [ 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:34.7441810Z [ 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:34.7445196Z [ 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:34.7448078Z [ 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:34.7450758Z [ 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:34.7453536Z [ 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:34.7456258Z [ 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:34.7458957Z [ 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:34.7461622Z [ 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:34.7464400Z [ 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:34.7467288Z [ 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:34.7469910Z [ 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:34.7472692Z [ 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:34.7475531Z [ 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:34.7478419Z [ 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:34.7481352Z [ 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:34.7484031Z [ 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:34.7486876Z [ 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:34.7490096Z [ 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:34.7492865Z [ 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:34.7495744Z [ 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:34.7498339Z [ 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:34.7500031Z [ 25%] Built target custom_ops_aot_lib 2024-08-22T20:42:34.7503284Z [ 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:34.7506293Z [ 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:34.7509012Z [ 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:34.7511892Z [ 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:34.7514892Z [ 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:34.7517645Z [ 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:34.7520394Z [ 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:34.7523277Z [ 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:34.7526016Z [ 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:34.7529247Z [ 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:34.7532201Z [ 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:34.7535044Z [ 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:34.7538151Z [ 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:34.7541342Z [ 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:34.7544460Z [ 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:34.7547193Z [ 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:34.7550217Z [ 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:35.2029683Z [ 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:35.2033040Z [ 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:35.2036269Z [ 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:35.2039646Z [ 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:35.2043330Z [ 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:35.2046807Z [ 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:35.2050580Z [ 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:35.2054092Z [ 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:35.2057594Z [ 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:35.2060854Z [ 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:35.2080926Z [ 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:35.2084474Z [ 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:35.2087887Z [ 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:35.2091287Z [ 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:35.2094691Z [ 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:35.2098027Z [ 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:35.2100505Z [ 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:35.2104136Z [ 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:35.2106733Z [ 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:35.2109325Z [ 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:35.2111801Z [ 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:35.2114843Z [ 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:35.2117324Z [ 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:35.2119636Z [ 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:35.2122607Z [ 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:35.2126508Z [ 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:35.2130098Z [ 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:35.2134879Z [ 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:35.2137650Z [ 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:35.2140288Z [ 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:35.2142830Z [ 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:35.2145219Z [ 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:35.2147818Z [ 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:35.2150408Z [ 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:35.2153037Z [ 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:35.2155640Z [ 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:35.2158306Z [ 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:35.2160983Z [ 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:35.2163699Z [ 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:35.2166297Z [ 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:35.2169153Z [ 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:35.2171597Z [ 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:35.2174081Z [ 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:35.2176959Z [ 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:35.2179970Z [ 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:35.2182963Z [ 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:35.2186051Z [ 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:35.2190619Z [ 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:35.2193652Z [ 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:35.2196896Z [ 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:35.2200069Z [ 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:35.2203452Z [ 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:36.0830440Z [ 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:36.0833179Z [ 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:36.0836489Z [ 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:36.0839645Z [ 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:36.0843054Z [ 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:36.0846187Z [ 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:36.0849692Z [ 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:36.0853073Z [ 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:36.0856270Z [ 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:36.0859657Z [ 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:36.0862955Z [ 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:36.0866182Z [ 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:36.0869510Z [ 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:36.0872573Z [ 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:36.0875884Z [ 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:36.0878863Z [ 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:36.0882178Z [ 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:36.0885160Z [ 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:36.0888375Z [ 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:36.0892114Z [ 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:36.0894676Z [ 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:36.0897116Z [ 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:36.0899551Z [ 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:36.0902442Z [ 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:36.0904821Z [ 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:36.0907287Z [ 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:36.0909730Z [ 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:36.0912131Z [ 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:36.0914572Z [ 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:36.0917148Z [ 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:36.0919582Z [ 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:36.0922066Z [ 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:36.0924492Z [ 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:36.0926976Z [ 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:36.0929600Z [ 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:36.0932520Z [ 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:36.0935572Z [ 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:36.0938669Z [ 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:36.0941733Z [ 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:36.0944829Z [ 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:36.0948645Z [ 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:36.0951551Z [ 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:36.0954265Z [ 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:36.0956988Z [ 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:36.0959575Z [ 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:36.0962360Z [ 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:36.0966114Z [ 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:36.0969354Z [ 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:36.0972315Z [ 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:36.0975486Z [ 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:36.6966873Z [ 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:36.6969855Z [ 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:36.6972542Z [ 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:36.6975264Z [ 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:36.6977959Z [ 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:36.6980705Z [ 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:36.6983556Z [ 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:36.6986535Z [ 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:36.6989389Z [ 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:36.6992002Z [ 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:36.6994631Z [ 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:36.6998065Z [ 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:36.7001372Z [ 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:36.7004113Z [ 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:36.7006842Z [ 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:36.7009806Z [ 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:36.7012525Z [ 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:36.7015254Z [ 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:36.7017961Z [ 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:36.7020607Z [ 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:36.7023057Z [ 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:36.7025986Z [ 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:36.7028501Z [ 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:36.7031025Z [ 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:36.7033502Z [ 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:36.7036082Z [ 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:36.7038902Z [ 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:36.7042925Z [ 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:36.7045450Z [ 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:36.7048313Z [ 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:36.7050814Z [ 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:36.7053632Z [ 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:36.7056317Z [ 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:36.7059376Z [ 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:36.7062560Z [ 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:36.7065252Z [ 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:36.7068117Z [ 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:36.7070520Z [ 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:36.7072768Z [ 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:36.7075393Z [ 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:36.7077471Z [ 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:36.7080074Z [ 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:36.7082928Z [ 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:36.7085884Z [ 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:36.7089023Z [ 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:36.7092032Z [ 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:36.7095113Z [ 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:36.7098000Z [ 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:36.7100815Z [ 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:36.7103981Z [ 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:36.7107073Z [ 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:37.1895804Z [ 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:37.1898877Z [ 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:37.1902198Z [ 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:37.1905275Z [ 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:37.1908647Z [ 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:37.1911870Z [ 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:37.1914698Z [ 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:37.1917535Z [ 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:37.1920252Z [ 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:37.1922986Z [ 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:37.1925668Z [ 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:37.1928440Z [ 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:37.1930977Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:37.1933005Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:37.1934785Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp:11: 2024-08-22T20:42:37.1936577Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp: In lambda function: 2024-08-22T20:42:37.1939085Z /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:37.1940924Z 64 | [](Vec x, Vec y) { return x / y; }, 2024-08-22T20:42:37.1941620Z | ^ 2024-08-22T20:42:37.1943349Z /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:37.1945113Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:37.1945843Z | ^~~~~~~~~~~ 2024-08-22T20:42:37.1947687Z /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:37.1949558Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:37.1950337Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:37.1952432Z /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:37.1954306Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:37.1955241Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:37.1957315Z /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:37.1959258Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:37.1960079Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:37.1961801Z /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:37.1963578Z 61 | ET_SWITCH_REAL_TYPES_AND(Bool, out_type, ctx, "div.out", CTYPE, [&]() { 2024-08-22T20:42:37.1964728Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:37.1966478Z [ 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:37.1969279Z [ 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:37.1972046Z [ 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:37.1974813Z [ 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:37.1977728Z [ 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:37.1980511Z [ 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:37.1983308Z [ 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:37.1986190Z [ 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:37.1989097Z [ 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:37.1991867Z [ 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:37.1994573Z [ 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:37.1997255Z [ 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:37.2000025Z [ 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:37.2006925Z [ 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:37.2010046Z [ 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:37.2013096Z [ 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:37.2016016Z [ 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:37.2019118Z [ 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:37.2022162Z [ 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:37.2025195Z [ 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:37.2027662Z [ 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:37.2029862Z [ 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:37.2032963Z [ 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:37.2035614Z [ 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:37.2038284Z [ 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:37.2040982Z [ 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:37.2043496Z [ 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:37.5362268Z [ 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:37.5364609Z [ 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:37.5366725Z [ 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:37.5369137Z [ 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:37.5371301Z [ 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:37.5373518Z [ 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:37.5375765Z [ 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:37.5377934Z [ 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:37.5380169Z [ 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:37.5382492Z [ 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:37.5384998Z [ 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:37.5387244Z [ 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:37.5389660Z [ 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:37.5392230Z [ 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:37.5394597Z [ 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:37.5396967Z [ 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:37.5399295Z [ 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:37.5401954Z [ 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:37.5405646Z [ 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:37.5408221Z [ 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:37.5410319Z [ 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:37.5411944Z [ 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:37.5413504Z [ 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:37.5415091Z [ 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:37.5416694Z [ 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:37.5418298Z [ 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:37.5419876Z [ 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:37.5421431Z [ 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:37.5423405Z [ 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:37.5425579Z [ 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:37.5427798Z [ 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:37.5430074Z [ 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:37.5432389Z [ 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:37.5434747Z [ 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:37.5437095Z [ 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:37.5439472Z [ 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:37.5441514Z [ 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:37.5443905Z [ 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:37.5446551Z [ 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:37.5449071Z [ 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:37.5451216Z [ 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:37.5453485Z [ 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:37.5455998Z [ 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:37.5458667Z [ 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:37.5461263Z [ 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:37.5463457Z [ 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:37.5465527Z [ 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:37.5467624Z [ 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:37.5470005Z [ 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:37.5472276Z [ 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:37.5474648Z [ 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:37.5476945Z [ 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:37.5479315Z [ 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:37.5481691Z [ 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:37.5484112Z [ 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:37.5486493Z [ 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:37.9900614Z [ 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:37.9907507Z [ 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:37.9910354Z [ 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:37.9913087Z [ 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:37.9915872Z [ 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:37.9918647Z [ 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:37.9921345Z [ 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:37.9923867Z [ 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:37.9926437Z [ 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:37.9929557Z [ 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:37.9932468Z [ 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:37.9934937Z [ 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:37.9937152Z [ 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:37.9939366Z [ 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:37.9941630Z [ 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:37.9944180Z [ 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:37.9947024Z [ 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:37.9949682Z [ 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:37.9952294Z [ 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:37.9954988Z [ 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:37.9957782Z [ 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:37.9960529Z [ 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:37.9963467Z [ 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:37.9966275Z [ 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:37.9969132Z [ 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:37.9971803Z [ 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:37.9974438Z [ 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:37.9977332Z [ 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:37.9980238Z [ 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:37.9983126Z [ 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:37.9986096Z [ 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:37.9988970Z [ 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:37.9992228Z [ 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:37.9995401Z [ 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:37.9998543Z [ 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:38.0003626Z [ 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:38.0006754Z [ 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:38.0009948Z [ 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:38.0013017Z [ 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:38.0016068Z [ 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:38.0019136Z [ 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:38.0021722Z [ 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:38.0024556Z [ 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:38.0027366Z [ 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:38.0030197Z [ 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:38.0033234Z [ 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:38.0036207Z [ 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:38.0039160Z [ 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:38.0041968Z [ 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:38.0044794Z [ 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:38.0047901Z [ 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:38.0050516Z [ 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:38.0053081Z [ 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:38.0055590Z [ 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:38.3501775Z [ 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:38.3504651Z [ 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:38.3507375Z [ 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:38.3510071Z [ 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:38.3512436Z [ 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:38.3514833Z [ 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:38.3517493Z [ 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:38.3520101Z [ 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:38.3522438Z [ 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:38.3524978Z [ 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:38.3527360Z [ 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:38.3529929Z [ 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:38.3532262Z [ 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:38.3534640Z [ 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:38.3536851Z [ 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:38.3538610Z [ 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:38.3540216Z [ 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:38.3541848Z [ 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:38.3543582Z [ 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:38.3545308Z [ 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:38.3547037Z [ 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:38.3548752Z [ 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:38.3550456Z [ 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:38.3552395Z [ 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:38.3555009Z [ 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:38.3557157Z [ 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:38.3559163Z [ 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:38.3561185Z [ 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:38.3563179Z [ 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:38.3565400Z [ 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:38.3568098Z [ 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:38.3570583Z [ 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:38.3573283Z [ 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:38.3575658Z [ 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:38.3577841Z [ 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:38.3580229Z [ 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:38.3582649Z [ 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:38.3585085Z [ 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:38.3587586Z [ 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:38.3590010Z [ 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:38.3592156Z [ 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:38.3594231Z [ 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:38.3596548Z [ 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:38.3599171Z [ 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:38.3602200Z [ 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:38.3604658Z [ 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:38.3607139Z [ 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:38.3610479Z [ 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:38.3613219Z [ 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:38.3615725Z [ 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:38.3618182Z [ 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:38.3620624Z [ 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:38.3623007Z [ 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:38.3625422Z [ 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:38.6795513Z [ 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:38.6798079Z [ 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:38.6800612Z [ 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:38.6804950Z [ 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:38.6807841Z [ 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:38.6810672Z [ 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:38.6813544Z [ 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:38.6816490Z [ 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:38.6819300Z [ 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:38.6822282Z [ 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:38.6825181Z [ 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:38.6828106Z [ 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:38.6831028Z [ 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:38.6833563Z [ 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:38.6836401Z [ 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:38.6839667Z [ 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:38.6842537Z [ 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:38.6845252Z [ 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:38.6848196Z [ 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:38.6850932Z [ 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:38.6853580Z [ 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:38.6856408Z [ 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:38.6859203Z [ 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:38.6862101Z [ 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:38.6865003Z [ 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:38.6867677Z [ 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:38.6870708Z [ 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:38.6873620Z [ 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:38.6876290Z [ 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:38.6878751Z [ 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:38.6881167Z [ 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:38.6883596Z [ 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:38.6885997Z [ 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:38.6888607Z [ 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:38.6890992Z [ 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:38.6893314Z [ 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:38.6895522Z [ 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:38.6898070Z [ 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:38.6900758Z [ 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:38.6904349Z [ 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:38.6906803Z [ 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:38.6909330Z [ 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:38.6911891Z [ 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:38.6914343Z [ 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:38.6916808Z [ 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:38.6919280Z [ 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:38.6921778Z [ 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:38.6924229Z [ 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:38.6926686Z [ 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:38.6929383Z [ 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:38.6931731Z [ 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:38.6934035Z [ 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:39.2650758Z [ 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:39.2655214Z [ 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:39.2658284Z [ 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:39.2661127Z [ 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:39.2663978Z [ 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:39.2666902Z [ 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:39.2669943Z [ 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:39.2673356Z [ 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:39.2676581Z [ 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:39.2679620Z [ 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:39.2682722Z [ 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:39.2685862Z [ 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:39.2689142Z [ 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:39.2692111Z [ 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:39.2694994Z [ 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:39.2697963Z [ 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:39.2700731Z [ 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:39.2703719Z [ 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:39.2706427Z [ 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:39.2709188Z [ 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:39.2712120Z [ 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:39.2715785Z [ 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:39.2719011Z [ 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:39.2722210Z [ 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:39.2725378Z [ 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:39.2728731Z [ 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:39.2731825Z [ 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:39.2734870Z [ 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:39.2737703Z [ 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:39.2741322Z [ 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:39.2744637Z [ 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:39.2747792Z [ 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:39.2751082Z [ 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:39.2754315Z [ 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:39.2757502Z [ 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:39.2760744Z [ 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:39.2763783Z [ 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:39.2766644Z [ 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:39.2769946Z [ 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:39.2772988Z [ 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:39.2776070Z [ 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:39.2779102Z [ 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:39.2782105Z [ 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:39.2785014Z [ 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:39.2788042Z [ 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:39.2791103Z [ 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:39.2794182Z [ 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:39.2797272Z [ 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:39.2800432Z [ 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:39.2804336Z [ 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:40.2200203Z [ 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:40.2203786Z [ 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:40.2206369Z [ 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:40.2209423Z [ 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:40.2212638Z [ 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:40.2215824Z [ 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:40.2218937Z [ 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:40.2222043Z [ 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:40.2225192Z [ 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:40.2228391Z [ 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:40.2231637Z [ 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:40.2234707Z [ 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:40.2237764Z [ 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:40.2240475Z [ 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:40.2243339Z [ 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:40.2245940Z [ 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:40.2249049Z [ 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:40.2251863Z [ 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:40.2254693Z [ 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:40.2257505Z [ 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:40.2260338Z [ 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:40.2263317Z [ 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:40.2266940Z [ 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:40.2269920Z [ 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:40.2272947Z [ 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:40.2279421Z [ 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:40.2282193Z [ 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:40.2285192Z [ 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:40.2288448Z [ 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:40.2291450Z [ 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:40.2294451Z [ 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:40.2297466Z [ 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:40.2300480Z [ 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:40.2303805Z [ 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:40.2306837Z [ 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:40.2309771Z [ 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:40.2312790Z [ 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:40.2315801Z [ 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:40.2318728Z [ 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:40.2321373Z [ 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:40.2323965Z [ 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:40.2326734Z [ 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:40.2329674Z [ 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:40.2332431Z [ 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:40.2335788Z [ 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:40.2338830Z [ 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:40.2341525Z [ 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:40.2344354Z [ 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:40.2347137Z [ 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:40.2349822Z [ 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:40.2352507Z [ 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:40.2355044Z [ 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:41.5519792Z [ 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:41.5522161Z [ 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:41.5524307Z [ 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:41.5526458Z [ 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:41.5528927Z [ 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:41.5531212Z [ 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:41.5533465Z [ 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:41.5535693Z [ 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:41.5538090Z [ 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:41.5540519Z [ 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:41.5542611Z [ 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:41.5544783Z [ 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:41.5546988Z [ 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:41.5549251Z [ 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:41.5551495Z [ 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:41.5554351Z [ 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:41.5557111Z [ 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:41.5559511Z [ 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:41.5561863Z [ 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:41.5564257Z [ 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:41.5566637Z [ 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:41.5569269Z [ 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:41.5571981Z [ 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:41.5574292Z [ 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:41.5576599Z [ 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:41.5579123Z [ 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:41.5581585Z [ 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:41.5584123Z [ 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:41.5586658Z [ 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:41.5589240Z [ 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:41.5591875Z [ 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:41.5594434Z [ 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:41.5596901Z [ 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:41.5599312Z [ 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:41.5602090Z [ 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:41.5604571Z [ 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:41.5607148Z [ 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:41.5609615Z [ 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:41.5612320Z [ 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:41.5614863Z [ 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:41.5617182Z [ 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:41.5619798Z [ 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:41.5622102Z [ 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:41.5624324Z [ 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:41.5626686Z [ 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:41.5628974Z [ 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:41.5631558Z [ 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:41.5634086Z [ 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:41.5636409Z [ 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:41.5638797Z [ 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:41.5641320Z [ 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:41.5644065Z [ 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:41.5646809Z [ 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:41.5649560Z [ 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:41.5652024Z [ 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:42.1329550Z [ 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:42.1332097Z [ 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:42.1334267Z [ 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:42.1336427Z [ 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:42.1339036Z [ 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:42.1341734Z [ 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:42.1344346Z [ 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:42.1347428Z [ 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:42.1350641Z [ 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:42.1353318Z [ 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:42.1355847Z [ 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:42.1358300Z [ 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:42.1360952Z [ 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:42.1363670Z [ 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:42.1366430Z [ 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:42.1369360Z [ 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:42.1371905Z [ 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:42.1374441Z [ 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:42.1377013Z [ 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:42.1379559Z [ 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:42.1382056Z [ 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:42.1384522Z [ 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:42.1387171Z [ 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:42.1389801Z [ 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:42.1392403Z [ 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:42.1395055Z [ 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:42.1397724Z [ 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:42.1400423Z [ 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:42.1407250Z [ 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:42.1410099Z [ 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:42.1412761Z [ 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:42.1415880Z [ 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:42.1418865Z [ 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:42.1421470Z [ 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:42.1423998Z [ 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:42.1426529Z [ 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:42.1429050Z [ 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:42.1431588Z [ 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:42.1433834Z [ 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:42.1436283Z [ 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:42.1438812Z [ 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:42.1441409Z [ 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:42.1444067Z [ 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:42.1446507Z [ 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:42.1449347Z [ 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:42.1452051Z [ 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:42.1454773Z [ 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:42.1457487Z [ 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:42.1459641Z [ 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:42.1463290Z [ 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:42.1465893Z [ 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:42.1468476Z [ 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:42.1471105Z [ 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:42.1473693Z [ 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:42.1476309Z [ 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:42.1482555Z [ 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:42.1486855Z [ 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:42.1490632Z [ 36%] 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:42.6622366Z [ 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:42.6624989Z [ 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:42.6627583Z [ 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:42.6630159Z [ 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:42.6632720Z [ 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:42.6635314Z [ 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:42.6637929Z [ 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:42.6640495Z [ 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:42.6642848Z [ 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:42.6645439Z [ 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:42.6648565Z [ 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:42.6651019Z [ 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:42.6653368Z [ 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:42.6656042Z [ 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:42.6658669Z [ 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:42.6661388Z [ 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:42.6664086Z [ 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:42.6666663Z [ 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:42.6669444Z [ 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:42.6671947Z [ 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:42.6674302Z [ 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:42.6677173Z [ 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:42.6679756Z [ 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:42.6682039Z [ 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:42.6684493Z [ 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:42.6686910Z [ 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:42.6689390Z [ 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:42.6691722Z [ 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:42.6694189Z [ 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:42.6696709Z [ 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:42.6699223Z [ 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:42.6704409Z [ 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:42.6706892Z [ 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:42.6709507Z [ 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:42.6712327Z [ 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:42.6715222Z [ 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:42.6718066Z [ 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:42.6720909Z [ 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:42.6723691Z [ 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:42.6726449Z [ 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:42.6729260Z [ 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:42.6731863Z [ 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:42.6734473Z [ 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:42.6736953Z [ 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:42.6739405Z [ 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:42.6741923Z [ 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:42.6745257Z [ 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:42.6748522Z [ 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:42.6751510Z [ 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:42.6754423Z [ 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:42.6757323Z [ 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:42.6760063Z [ 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:42.6762628Z [ 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:42.6765136Z [ 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:42.6767951Z [ 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:42.6770559Z [ 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:42.6773010Z [ 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:42.6775477Z [ 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:43.4007275Z [ 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:43.4010718Z [ 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:43.4013899Z [ 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:43.4017121Z [ 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:43.4020390Z [ 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:43.4023653Z [ 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:43.4026686Z [ 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:43.4030034Z [ 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:43.4033197Z [ 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:43.4036227Z [ 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:43.4039449Z [ 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:43.4042838Z [ 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:43.4046105Z [ 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:43.4049726Z [ 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:43.4052879Z [ 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:43.4056274Z [ 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:43.4059515Z [ 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:43.4063018Z [ 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:43.4066197Z [ 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:43.4069561Z [ 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:43.4072665Z [ 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:43.4076042Z [ 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:43.4079160Z [ 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:43.4082314Z [ 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:43.4085523Z [ 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:43.4089045Z [ 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:43.4092372Z [ 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:43.4095709Z [ 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:43.4098977Z [ 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:43.4102719Z [ 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:43.4105795Z [ 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:43.4109002Z [ 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:43.4112052Z [ 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:43.4115248Z [ 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:43.4118067Z [ 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:43.4120936Z [ 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:43.4123984Z [ 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:43.4126688Z [ 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:43.4129439Z [ 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:43.4132119Z [ 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:43.4134846Z [ 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:43.4137802Z [ 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:43.4141055Z [ 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:43.4144063Z [ 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:43.4147191Z [ 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:43.4150566Z [ 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:43.4153810Z [ 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:43.4159103Z [ 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:43.4162705Z [ 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:43.4166029Z [ 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:43.4169576Z [ 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:43.4172979Z [ 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:44.0098363Z [ 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:44.0101574Z [ 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:44.0104273Z [ 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:44.0107220Z [ 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:44.0110979Z [ 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:44.0113746Z [ 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:44.0116503Z [ 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:44.0119167Z [ 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:44.0121570Z [ 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:44.0123931Z [ 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:44.0126448Z [ 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:44.0129040Z [ 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:44.0131438Z [ 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:44.0133658Z [ 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:44.0136040Z [ 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:44.0138531Z [ 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:44.0140702Z [ 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:44.0142915Z [ 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:44.0145226Z [ 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:44.0147462Z [ 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:44.0149872Z [ 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:44.0152251Z [ 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:44.0154671Z [ 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:44.0157251Z [ 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:44.0160180Z [ 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:44.0163098Z [ 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:44.0166029Z [ 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:44.0169670Z [ 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:44.0172611Z [ 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:44.0175399Z [ 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:44.0178193Z [ 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:44.0180989Z [ 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:44.0183805Z [ 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:44.0186634Z [ 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:44.0189319Z [ 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:44.0192269Z [ 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:44.0195438Z [ 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:44.0198539Z [ 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:44.0202050Z [ 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:44.0205239Z [ 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:44.0208467Z [ 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:44.0211489Z [ 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:44.0214374Z [ 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:44.0217315Z [ 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:44.0220388Z [ 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:44.0223367Z [ 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:44.0226430Z [ 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:44.0229361Z [ 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:44.0232897Z [ 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:44.0236322Z [ 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:44.0239526Z [ 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:44.0242390Z [ 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:44.0244892Z [ 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:44.0247411Z [ 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:44.5556385Z [ 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:44.5558837Z [ 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:44.5561321Z [ 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:44.5563684Z [ 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:44.5565936Z [ 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:44.5568415Z [ 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:44.5570607Z [ 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:44.5572898Z [ 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:44.5575258Z [ 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:44.5577684Z [ 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:44.5580046Z [ 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:44.5582520Z [ 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:44.5584988Z [ 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:44.5587386Z [ 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:44.5589834Z [ 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:44.5592531Z [ 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:44.5595357Z [ 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:44.5598116Z [ 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:44.5601834Z [ 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:44.5604998Z [ 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:44.5608135Z [ 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:44.5610964Z [ 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:44.5613979Z [ 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:44.5616924Z [ 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:44.5619797Z [ 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:44.5622782Z [ 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:44.5625870Z [ 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:44.5628930Z [ 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:44.5632037Z [ 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:44.5635083Z [ 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:44.5638192Z [ 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:44.5641216Z [ 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:44.5644233Z [ 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:44.5647307Z [ 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:44.5650682Z [ 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:44.5653948Z [ 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:44.5657260Z [ 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:44.5660503Z [ 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:44.5663736Z [ 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:44.5666974Z [ 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:44.5671071Z [ 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:44.5674267Z [ 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:44.5677268Z [ 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:44.5680155Z [ 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:44.5682754Z [ 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:44.5685441Z [ 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:44.5688315Z [ 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:44.5690917Z [ 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:44.5693469Z [ 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:44.5696054Z [ 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:44.5698652Z [ 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:44.5701608Z [ 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:45.6799488Z [ 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:45.6805953Z [ 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:45.6809476Z [ 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:45.6812763Z [ 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:45.6816017Z [ 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:45.6819244Z [ 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:45.6822484Z [ 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:45.6825718Z [ 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:45.6829538Z [ 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:45.6832923Z [ 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:45.6835997Z [ 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:45.6839037Z [ 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:45.6842111Z [ 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:45.6845151Z [ 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:45.6848396Z [ 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:45.6851480Z [ 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:45.6854550Z [ 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:45.6857395Z [ 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:45.6860032Z [ 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:45.6862653Z [ 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:45.6865285Z [ 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:45.6868119Z [ 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:45.6871155Z [ 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:45.6874209Z [ 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:45.6877044Z [ 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:45.6879869Z [ 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:45.6882745Z [ 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:45.6885733Z [ 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:45.6889191Z [ 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:45.6892420Z [ 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:45.6896014Z [ 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:45.6899352Z [ 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:45.6903129Z [ 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:45.6906490Z [ 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:45.6909973Z [ 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:45.6913402Z [ 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:45.6916651Z [ 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:45.6919906Z [ 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:45.6923081Z [ 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:45.6926361Z [ 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:45.6929817Z [ 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:45.6932839Z [ 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:45.6935988Z [ 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:45.6939171Z [ 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:45.6942373Z [ 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:45.6945493Z [ 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:45.6948545Z [ 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:45.6951782Z [ 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:46.4599394Z [ 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:46.4602973Z [ 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:46.4606560Z [ 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:46.4609976Z [ 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:46.4613027Z [ 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:46.4616097Z [ 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:46.4619152Z [ 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:46.4622207Z [ 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:46.4625529Z [ 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:46.4628645Z [ 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:46.4631770Z [ 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:46.4634728Z [ 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:46.4637747Z [ 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:46.4640920Z [ 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:46.4644199Z [ 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:46.4647269Z [ 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:46.4650712Z [ 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:46.4653619Z [ 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:46.4656782Z [ 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:46.4659919Z [ 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:46.4663065Z [ 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:46.4666249Z [ 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:46.4669370Z [ 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:46.4672696Z [ 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:46.4675875Z [ 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:46.4679072Z [ 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:46.4682132Z [ 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:46.4685286Z [ 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:46.4688697Z [ 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:46.4691879Z [ 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:46.4694890Z [ 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:46.4698076Z [ 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:46.4703491Z [ 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:46.4706576Z [ 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:46.4709760Z [ 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:46.4712959Z [ 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:46.4716075Z [ 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:46.4719086Z [ 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:46.4722101Z [ 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:46.4725038Z [ 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:46.4728244Z [ 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:46.4731135Z [ 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:46.4734282Z [ 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:46.4737180Z [ 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:46.4740653Z [ 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:46.4743848Z [ 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:46.4746748Z [ 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:46.4750964Z [ 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:46.4753851Z [ 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:47.2912362Z [ 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:47.2916101Z [ 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:47.2919194Z [ 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:47.2922541Z [ 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:47.2925689Z [ 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:47.2929354Z [ 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:47.2932467Z [ 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:47.2935385Z [ 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:47.2938668Z [ 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:47.2941728Z [ 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:47.2944550Z [ 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:47.2947626Z [ 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:47.2950604Z [ 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:47.2953972Z [ 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:47.2957120Z [ 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:47.2960632Z [ 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:47.2963812Z [ 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:47.2966695Z [ 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:47.2971328Z [ 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:47.2974648Z [ 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:47.2977813Z [ 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:47.2980804Z [ 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:47.2983780Z [ 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:47.2987478Z [ 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:47.2990700Z [ 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:47.2994178Z [ 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:47.2997700Z [ 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:47.3002017Z [ 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:47.3004941Z [ 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:47.3008477Z [ 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:47.3012033Z [ 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:47.3015022Z [ 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:47.3019003Z [ 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:47.3021290Z [ 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:47.3023892Z [ 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:47.3026502Z [ 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:47.3029106Z [ 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:47.3031646Z [ 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:47.3034349Z [ 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:47.3037340Z [ 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:47.3040475Z [ 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:47.3043237Z [ 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:47.3045719Z [ 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:47.3048569Z [ 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:47.3051485Z [ 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:47.3054391Z [ 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:47.3057272Z [ 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:47.3060153Z [ 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:47.3063011Z [ 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:47.3065698Z [ 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:47.3068144Z [ 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:47.3070984Z [ 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:47.3073884Z [ 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:47.9264121Z [ 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:47.9266994Z [ 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:47.9269751Z [ 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:47.9272390Z [ 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:47.9275059Z [ 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:47.9277773Z [ 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:47.9280564Z [ 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:47.9283377Z [ 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:47.9286163Z [ 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:47.9289702Z [ 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:47.9292849Z [ 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:47.9295669Z [ 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:47.9298475Z [ 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:47.9301588Z [ 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:47.9304023Z [ 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:47.9307011Z [ 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:47.9309999Z [ 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:47.9313027Z [ 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:47.9316188Z [ 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:47.9319354Z [ 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:47.9322442Z [ 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:47.9325312Z [ 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:47.9328220Z [ 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:47.9330670Z [ 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:47.9333122Z [ 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:47.9335551Z [ 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:47.9337985Z [ 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:47.9340374Z [ 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:47.9342727Z [ 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:47.9345044Z [ 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:47.9347414Z [ 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:47.9350215Z [ 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:47.9352799Z [ 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:47.9355193Z [ 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:47.9357607Z [ 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:47.9359893Z [ 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:47.9362276Z [ 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:47.9364683Z [ 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:47.9367113Z [ 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:47.9369577Z [ 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:47.9371675Z [ 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:47.9373803Z [ 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:47.9376027Z [ 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:47.9378380Z [ 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:47.9380541Z [ 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:47.9382473Z [ 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:47.9384816Z [ 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:47.9387275Z [ 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:47.9389864Z [ 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:47.9392262Z [ 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:47.9394534Z [ 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:47.9396869Z [ 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:47.9399069Z [ 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:49.0379807Z [ 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:49.0383211Z [ 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:49.0386191Z [ 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:49.0388672Z [ 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:49.0391015Z [ 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:49.0393719Z [ 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:49.0396749Z [ 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:49.0399352Z [ 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:49.0402435Z [ 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:49.0404699Z [ 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:49.0406576Z [ 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:49.0409046Z [ 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:49.0411634Z [ 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:49.0414356Z [ 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:49.0417369Z [ 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:49.0420354Z [ 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:49.0423145Z [ 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:49.0425982Z [ 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:49.0428839Z [ 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:49.0431684Z [ 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:49.0434532Z [ 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:49.0437373Z [ 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:49.0440197Z [ 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:49.0443053Z [ 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:49.0445959Z [ 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:49.0449652Z [ 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:49.0452534Z [ 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:49.0455404Z [ 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:49.0458278Z [ 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:49.0461133Z [ 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:49.0463963Z [ 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:49.0466866Z [ 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:49.0469785Z [ 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:49.0472671Z [ 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:49.0475546Z [ 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:49.0478443Z [ 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:49.0481428Z [ 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:49.0484426Z [ 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:49.0487390Z [ 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:49.0490557Z [ 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:49.0493533Z [ 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:49.0496264Z [ 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:49.0498676Z [ 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:49.0501324Z [ 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:49.0503326Z [ 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:49.0505271Z [ 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:49.0507460Z [ 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:49.0510165Z [ 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:49.0513763Z [ 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:49.0516736Z [ 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:49.0519712Z [ 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:49.0522706Z [ 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:49.0525369Z [ 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:49.0527986Z [ 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:49.0530859Z [ 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:49.6813809Z [ 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:49.6817002Z [ 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:49.6820106Z [ 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:49.6823189Z [ 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:49.6826260Z [ 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:49.6829269Z [ 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:49.6832349Z [ 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:49.6835517Z [ 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:49.6838521Z [ 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:49.6841717Z [ 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:49.6844706Z [ 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:49.6847321Z [ 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:49.6849936Z [ 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:49.6852467Z [ 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:49.6854965Z [ 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:49.6858501Z [ 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:49.6861272Z [ 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:49.6863929Z [ 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:49.6866617Z [ 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:49.6869395Z [ 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:49.6872370Z [ 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:49.6875252Z [ 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:49.6877846Z [ 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:49.6880197Z [ 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:49.6882448Z [ 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:49.6884888Z [ 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:49.6887430Z [ 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:49.6890126Z [ 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:49.6892515Z [ 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:49.6894886Z [ 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:49.6897378Z [ 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:49.6900112Z [ 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:49.6904087Z [ 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:49.6906805Z [ 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:49.6909560Z [ 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:49.6912324Z [ 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:49.6915075Z [ 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:49.6917789Z [ 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:49.6920977Z [ 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:49.6923826Z [ 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:49.6926543Z [ 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:49.6929308Z [ 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:49.6931890Z [ 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:49.6934505Z [ 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:49.6937120Z [ 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:49.6939813Z [ 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:49.6942607Z [ 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:49.6945453Z [ 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:49.6948452Z [ 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:49.6951349Z [ 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:49.6954200Z [ 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:49.6957180Z [ 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:49.6960307Z [ 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:49.6963196Z [ 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:50.3719938Z [ 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:50.3724339Z [ 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:50.3727419Z [ 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:50.3730687Z [ 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:50.3733852Z [ 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:50.3736979Z [ 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:50.3740107Z [ 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:50.3743534Z [ 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:50.3746811Z [ 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:50.3749734Z [ 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:50.3752623Z [ 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:50.3755448Z [ 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:50.3758348Z [ 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:50.3761071Z [ 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:50.3763623Z [ 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:50.3765744Z [ 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:50.3768267Z [ 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:50.3770501Z [ 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:50.3772746Z [ 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:50.3775002Z [ 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:50.3777185Z [ 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:50.3779356Z [ 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:50.3781529Z [ 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:50.3783639Z [ 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:50.3785745Z [ 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:50.3787877Z [ 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:50.3790029Z [ 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:50.3792171Z [ 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:50.3794307Z [ 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:50.3796399Z [ 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:50.3798784Z [ 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:50.3801461Z [ 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:50.3803522Z [ 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:50.3805489Z [ 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:50.3807727Z [ 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:50.3809838Z [ 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:50.3811931Z [ 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:50.3814004Z [ 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:50.3816116Z [ 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:50.3818471Z [ 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:50.3820881Z [ 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:50.3823349Z [ 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:50.3825848Z [ 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:50.3828359Z [ 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:50.3830909Z [ 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:50.3833286Z [ 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:50.3835606Z [ 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:50.3837937Z [ 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:50.3840186Z [ 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:50.3842413Z [ 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:50.3844678Z [ 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:50.3847180Z [ 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:50.3849841Z [ 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:50.3853388Z [ 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:50.9525878Z [ 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:50.9529404Z [ 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:50.9532478Z [ 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:50.9535452Z [ 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:50.9538640Z [ 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:50.9541686Z [ 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:50.9544617Z [ 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:50.9547758Z [ 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:50.9550821Z [ 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:50.9553870Z [ 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:50.9557054Z [ 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:50.9559983Z [ 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:50.9562873Z [ 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:50.9565990Z [ 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:50.9569016Z [ 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:50.9571847Z [ 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:50.9574768Z [ 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:50.9577528Z [ 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:50.9580513Z [ 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:50.9583351Z [ 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:50.9587012Z [ 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:50.9589982Z [ 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:50.9592513Z [ 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:50.9594802Z [ 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:50.9597125Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse41.c.o 2024-08-22T20:42:50.9599384Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse41.c.o 2024-08-22T20:42:50.9602616Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse41.c.o 2024-08-22T20:42:50.9604873Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse41.c.o 2024-08-22T20:42:50.9607471Z [ 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:50.9610521Z [ 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:50.9613843Z [ 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:50.9616812Z [ 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:50.9620043Z [ 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:50.9623236Z [ 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:50.9626425Z [ 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:50.9629572Z [ 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:50.9632674Z [ 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:50.9635826Z [ 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:50.9638907Z [ 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:50.9641968Z [ 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:50.9645019Z [ 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:50.9648441Z [ 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:50.9652139Z [ 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:50.9655654Z [ 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:50.9658955Z [ 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:50.9662201Z [ 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:50.9665483Z [ 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:50.9668848Z [ 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:50.9671968Z [ 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:50.9674981Z [ 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:52.1291649Z [ 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:52.1294896Z [ 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:52.1298050Z [ 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:52.1301776Z [ 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:52.1304843Z [ 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:52.1307993Z [ 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:52.1311340Z [ 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:52.1314662Z [ 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:52.1317913Z [ 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:52.1321265Z [ 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:52.1324568Z [ 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:52.1328104Z [ 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:52.1331450Z [ 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:52.1335639Z [ 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:52.1338846Z [ 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:52.1341866Z [ 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:52.1345112Z [ 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:52.1348077Z [ 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:52.1351482Z [ 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:52.1354544Z [ 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:52.1357575Z [ 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:52.1360461Z [ 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:52.1363314Z [ 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:52.1366253Z [ 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:52.1369456Z [ 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:52.1372315Z [ 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:52.1375267Z [ 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:52.1378221Z [ 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:52.1381099Z [ 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:52.1384536Z [ 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:52.1387959Z [ 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:52.1390871Z [ 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:52.1393657Z [ 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:52.1396230Z [ 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:52.1399069Z [ 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:52.1402209Z [ 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:52.1404928Z [ 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:52.1408213Z [ 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:52.1411328Z [ 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:52.1414464Z [ 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:52.1417367Z [ 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:52.1420202Z [ 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:52.1423176Z [ 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:52.1426514Z [ 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:52.1429921Z [ 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:52.1433445Z [ 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:52.1436645Z [ 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:52.1439973Z [ 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:52.1443288Z [ 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:53.2831807Z [ 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:53.2834745Z [ 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:53.2837607Z [ 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:53.2840361Z [ 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:53.2843303Z [ 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:42:53.2846426Z [ 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:42:53.2850511Z [ 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:42:53.2853390Z [ 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:42:53.2856194Z [ 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:42:53.2859336Z [ 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:42:53.2862697Z [ 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:42:53.2866184Z [ 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:42:53.2869516Z [ 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:42:53.2872715Z [ 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:42:53.2875927Z [ 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:42:53.2879139Z [ 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:42:53.2882384Z [ 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:42:53.2885465Z [ 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:42:53.2888932Z [ 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:42:53.2892160Z [ 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:42:53.2895266Z [ 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:42:53.2898658Z [ 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:42:53.2903365Z [ 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:42:53.2906569Z [ 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:42:53.2909523Z [ 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:42:53.2912539Z [ 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:42:53.2916226Z [ 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:42:53.2919745Z [ 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:42:53.2922705Z [ 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:42:53.2925825Z [ 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:42:53.2929013Z [ 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:42:53.2932181Z [ 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:42:53.2935114Z [ 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:42:53.2938205Z [ 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:42:53.2941320Z [ 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:42:53.2944413Z [ 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:42:53.2947227Z [ 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:42:53.2950270Z [ 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:42:53.2953187Z [ 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:42:53.2956207Z [ 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:42:53.2959218Z [ 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:42:53.2962295Z [ 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:42:53.2965335Z [ 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:42:53.2968720Z [ 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:42:53.2971738Z [ 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:42:53.2974664Z [ 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:42:53.2977506Z [ 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:42:54.0931688Z [ 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:42:54.0934660Z [ 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:42:54.0937314Z [ 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:42:54.0939872Z [ 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:42:54.0942403Z [ 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:42:54.0946454Z [ 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:42:54.0949023Z [ 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:42:54.0951699Z [ 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:42:54.0954327Z [ 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:42:54.0956882Z [ 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:42:54.0959443Z [ 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:42:54.0961929Z [ 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:42:54.0964396Z [ 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:42:54.0966967Z [ 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:42:54.0969620Z [ 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:42:54.0971981Z [ 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:42:54.0974475Z [ 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:42:54.0977067Z [ 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:42:54.0979660Z [ 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:42:54.0982253Z [ 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:42:54.0984817Z [ 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:42:54.0987894Z [ 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:42:54.0990280Z [ 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:42:54.0992779Z [ 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:42:54.0995229Z [ 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:42:54.0997821Z [ 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:42:54.1000363Z [ 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:42:54.1003427Z [ 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:42:54.1005823Z [ 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:42:54.1008406Z [ 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:42:54.1010806Z [ 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:42:54.1013230Z [ 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:42:54.1015724Z [ 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:42:54.1018327Z [ 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:42:54.1020971Z [ 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:42:54.1023415Z [ 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:42:54.1025919Z [ 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:42:54.1028501Z [ 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:42:54.1031027Z [ 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:42:54.1033504Z [ 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:42:54.1035909Z [ 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:42:54.1038426Z [ 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:42:54.1041217Z [ 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:42:54.1044613Z [ 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:42:54.1046850Z [ 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:42:54.1049271Z [ 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:42:54.1051480Z [ 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:42:54.1053701Z [ 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:42:54.1055885Z [ 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:42:54.1058772Z [ 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:42:54.1061227Z [ 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:42:55.3289913Z [ 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:42:55.3292465Z [ 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:42:55.3294896Z [ 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:42:55.3297365Z [ 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:42:55.3299715Z [ 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:42:55.3302215Z [ 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:42:55.3304522Z [ 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:42:55.3307433Z [ 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:42:55.3310522Z [ 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:42:55.3313649Z [ 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:42:55.3316755Z [ 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:42:55.3319990Z [ 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:42:55.3323118Z [ 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:42:55.3326201Z [ 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:42:55.3329495Z [ 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:42:55.3333388Z [ 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:42:55.3336576Z [ 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:42:55.3339801Z [ 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:42:55.3342982Z [ 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:42:55.3346070Z [ 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:42:55.3349045Z [ 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:42:55.3352009Z [ 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:42:55.3355039Z [ 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:42:55.3358002Z [ 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:42:55.3361091Z [ 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:42:55.3364085Z [ 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:42:55.3367096Z [ 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:42:55.3370204Z [ 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:42:55.3372723Z [ 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:42:55.3375339Z [ 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:42:55.3377834Z [ 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:42:55.3380176Z [ 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:42:55.3382916Z [ 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:42:55.3385933Z [ 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:42:55.3388698Z [ 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:42:55.3391102Z [ 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:42:55.3394209Z [ 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:42:55.3397062Z [ 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:42:55.3399746Z [ 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:42:55.3402569Z [ 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:42:55.3405244Z [ 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:42:55.3408199Z [ 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:42:55.3411078Z [ 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:42:55.3414036Z [ 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:42:55.3416980Z [ 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:42:55.3420015Z [ 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:42:55.3423002Z [ 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:42:55.3426020Z [ 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:42:55.3429042Z [ 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:42:55.3432057Z [ 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:42:55.3435044Z [ 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:42:56.1960319Z [ 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:42:56.1962946Z [ 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:42:56.1965546Z [ 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:42:56.1968369Z [ 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:42:56.1971234Z [ 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:42:56.1973918Z [ 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:42:56.1976356Z [ 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:42:56.1978791Z [ 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:42:56.1982072Z [ 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:42:56.1984630Z [ 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:42:56.1987188Z [ 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:42:56.1989660Z [ 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:42:56.1992181Z [ 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:42:56.1994634Z [ 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:42:56.1997088Z [ 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:42:56.1999463Z [ 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:42:56.2002321Z [ 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:42:56.2004743Z [ 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:42:56.2007149Z [ 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:42:56.2009735Z [ 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:42:56.2012138Z [ 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:42:56.2014541Z [ 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:42:56.2017123Z [ 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:42:56.2019743Z [ 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:42:56.2022045Z [ 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:42:56.2024382Z [ 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:42:56.2026989Z [ 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:42:56.2029573Z [ 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:42:56.2031838Z [ 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:42:56.2034334Z [ 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:42:56.2036929Z [ 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:42:56.2039255Z [ 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:42:56.2041635Z [ 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:42:56.2045679Z [ 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:42:56.2048325Z [ 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:42:56.2050660Z [ 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:42:56.2053012Z [ 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:42:56.2055364Z [ 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:42:56.2057712Z [ 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:42:56.2060092Z [ 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:42:56.2062288Z [ 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:42:56.2064315Z [ 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:42:56.2066305Z [ 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:42:56.2068403Z [ 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:42:56.2070523Z [ 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:42:56.2072599Z [ 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:42:56.2074697Z [ 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:42:56.2076858Z [ 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:42:56.2078816Z [ 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:42:56.2081179Z [ 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:42:56.2083522Z [ 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:42:56.2085801Z [ 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:42:56.2089092Z [ 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:42:57.5312727Z [ 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:42:57.5315939Z [ 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:42:57.5318969Z [ 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:42:57.5322008Z [ 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:42:57.5324918Z [ 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:42:57.5328332Z [ 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:42:57.5333672Z [ 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:42:57.5336632Z [ 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:42:57.5339532Z [ 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:42:57.5342657Z [ 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:42:57.5346560Z [ 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:42:57.5349405Z [ 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:42:57.5352265Z [ 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:42:57.5355000Z [ 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:42:57.5357788Z [ 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:42:57.5360570Z [ 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:42:57.5363377Z [ 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:42:57.5366244Z [ 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:42:57.5369518Z [ 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:42:57.5372306Z [ 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:42:57.5375098Z [ 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:42:57.5377894Z [ 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:42:57.5380540Z [ 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:42:57.5383799Z [ 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:42:57.5386345Z [ 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:42:57.5388891Z [ 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:42:57.5391420Z [ 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:42:57.5394148Z [ 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:42:57.5397023Z [ 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:42:57.5403664Z [ 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:42:57.5407954Z [ 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:42:57.5410928Z [ 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:42:57.5413915Z [ 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:42:57.5416876Z [ 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:42:57.5419746Z [ 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:42:57.5422539Z [ 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:42:57.5425322Z [ 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:42:57.5428142Z [ 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:42:57.5430918Z [ 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:42:57.5433715Z [ 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:42:57.5436545Z [ 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:42:57.5439347Z [ 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:42:57.5442048Z [ 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:42:57.5444653Z [ 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:42:57.5447267Z [ 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:42:57.5450731Z [ 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:42:57.5453750Z [ 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:42:57.5456647Z [ 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:42:57.5459526Z [ 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:42:57.5462417Z [ 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:42:57.5465260Z [ 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:42:57.5468127Z [ 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:42:57.5470973Z [ 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:42:57.5473811Z [ 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:42:59.1816253Z [ 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:42:59.1818644Z [ 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:42:59.1820972Z [ 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:42:59.1823347Z [ 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:42:59.1825756Z [ 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:42:59.1828165Z [ 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:42:59.1830521Z [ 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:42:59.1832890Z [ 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:42:59.1835228Z [ 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:42:59.1837718Z [ 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:42:59.1840215Z [ 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:42:59.1842739Z [ 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:42:59.1845250Z [ 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:42:59.1847869Z [ 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:42:59.1851163Z [ 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:42:59.1853900Z [ 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:42:59.1856410Z [ 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:42:59.1858765Z [ 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:42:59.1861409Z [ 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:42:59.1864128Z [ 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:42:59.1866783Z [ 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:42:59.1869555Z [ 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:42:59.1872165Z [ 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:42:59.1874598Z [ 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:42:59.1877250Z [ 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:42:59.1880080Z [ 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:42:59.1882907Z [ 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:42:59.1885964Z [ 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:42:59.1889067Z [ 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:42:59.1891733Z [ 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:42:59.1894179Z [ 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:42:59.1896677Z [ 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:42:59.1899133Z [ 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:42:59.1902106Z [ 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:42:59.1904590Z [ 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:42:59.1906993Z [ 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:42:59.1910044Z [ 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:42:59.1912438Z [ 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:42:59.1914824Z [ 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:42:59.1917256Z [ 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:42:59.1919547Z [ 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:42:59.1921655Z [ 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:42:59.1923740Z [ 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:42:59.1925896Z [ 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:42:59.1928182Z [ 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:42:59.1930352Z [ 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:42:59.1932432Z [ 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:42:59.1934551Z [ 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:42:59.1936642Z [ 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:42:59.1938738Z [ 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:42:59.1940826Z [ 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:42:59.1942945Z [ 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:42:59.1944993Z [ 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:00.6694086Z [ 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:00.6696132Z [ 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:00.6698369Z [ 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:00.6700807Z [ 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:00.6703804Z [ 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:00.6706044Z [ 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:00.6708356Z [ 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:00.6710589Z [ 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:00.6712865Z [ 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:00.6715271Z [ 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:00.6717765Z [ 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:00.6720022Z [ 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:00.6721958Z [ 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:00.6723888Z [ 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:00.6725633Z [ 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:00.6727421Z [ 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:00.6729591Z [ 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:00.6731987Z [ 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:00.6734571Z [ 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:00.6737239Z [ 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:00.6739523Z [ 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:00.6741817Z [ 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:00.6744115Z [ 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:00.6746086Z [ 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:00.6747962Z [ 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:00.6750149Z [ 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:00.6752500Z [ 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:00.6754989Z [ 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:00.6757378Z [ 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:00.6759360Z [ 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:00.6761474Z [ 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:00.6763548Z [ 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:00.6765892Z [ 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:00.6768651Z [ 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:00.6771124Z [ 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:00.6773361Z [ 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:00.6775733Z [ 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:00.6778283Z [ 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:00.6780710Z [ 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:00.6782862Z [ 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:00.6785161Z [ 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:00.6787607Z [ 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:00.6790202Z [ 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:00.6792782Z [ 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:00.6795401Z [ 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:00.6797717Z [ 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:00.6800025Z [ 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:00.6802926Z [ 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:00.6805428Z [ 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:00.6808257Z [ 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:00.6810866Z [ 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:00.6813198Z [ 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:00.6815627Z [ 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:00.6818260Z [ 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:00.6821531Z [ 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:00.6824631Z [ 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:00.6827335Z [ 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:02.1321614Z [ 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:02.1324238Z [ 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:02.1326828Z [ 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:02.1329743Z [ 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:02.1331943Z [ 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:02.1334141Z [ 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:02.1336411Z [ 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:02.1338556Z [ 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:02.1340695Z [ 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:02.1342866Z [ 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:02.1344856Z [ 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:02.1346779Z [ 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:02.1348757Z [ 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:02.1351022Z [ 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:02.1353367Z [ 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:02.1355864Z [ 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:02.1358242Z [ 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:02.1361357Z [ 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:02.1363823Z [ 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:02.1366313Z [ 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:02.1368956Z [ 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:02.1371914Z [ 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:02.1374641Z [ 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:02.1377097Z [ 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:02.1379590Z [ 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:02.1382236Z [ 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:02.1384937Z [ 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:02.1387733Z [ 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:02.1390619Z [ 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:02.1393468Z [ 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:02.1396297Z [ 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:02.1399104Z [ 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:02.1403126Z [ 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:02.1405939Z [ 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:02.1408940Z [ 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:02.1411626Z [ 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:02.1414446Z [ 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:02.1417026Z [ 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:02.1420172Z [ 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:02.1423119Z [ 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:02.1425823Z [ 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:02.1428552Z [ 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:02.1431112Z [ 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:02.1433674Z [ 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:02.1437008Z [ 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:02.1440076Z [ 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:02.1442424Z [ 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:02.1445533Z [ 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:02.1447817Z [ 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:02.1449916Z [ 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:02.1452715Z [ 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:02.1456002Z [ 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:02.1458880Z [ 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:02.1462001Z [ 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:02.1465293Z [ 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:03.3828405Z [ 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:03.3831734Z [ 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:03.3834877Z [ 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:03.3838043Z [ 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:03.3841228Z [ 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:03.3844347Z [ 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:03.3847446Z [ 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:03.3850790Z [ 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:03.3853776Z [ 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:03.3856639Z [ 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:03.3859822Z [ 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:03.3863026Z [ 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:03.3865934Z [ 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:03.3868815Z [ 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:03.3871773Z [ 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:03.3874861Z [ 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:03.3877831Z [ 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:03.3880706Z [ 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:03.3883694Z [ 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:03.3886786Z [ 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:03.3890038Z [ 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:03.3893153Z [ 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:03.3896244Z [ 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:03.3899010Z [ 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:03.3902324Z [ 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:03.3905248Z [ 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:03.3908234Z [ 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:03.3911185Z [ 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:03.3914198Z [ 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:03.3917165Z [ 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:03.3920148Z [ 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:03.3923106Z [ 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:03.3926837Z [ 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:03.3930038Z [ 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:03.3932858Z [ 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:03.3935839Z [ 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:03.3938638Z [ 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:03.3941595Z [ 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:03.3944506Z [ 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:03.3947213Z [ 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:03.3949562Z [ 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:03.3951799Z [ 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:03.3954025Z [ 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:03.3956617Z [ 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:03.3959027Z [ 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:03.3961104Z [ 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:03.3963154Z [ 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:03.3965473Z [ 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:03.3967749Z [ 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:03.3969837Z [ 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:03.3971906Z [ 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:03.3973934Z [ 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:04.6335336Z [ 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:04.6338270Z [ 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:04.6341216Z [ 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:04.6344607Z [ 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:04.6347758Z [ 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:04.6350658Z [ 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:04.6353626Z [ 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:04.6356631Z [ 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:04.6359650Z [ 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:04.6362695Z [ 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:04.6365731Z [ 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:04.6368911Z [ 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:04.6371984Z [ 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:04.6375167Z [ 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:04.6378379Z [ 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:04.6381537Z [ 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:04.6384758Z [ 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:04.6387946Z [ 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:04.6391125Z [ 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:04.6394282Z [ 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:04.6397414Z [ 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:04.6400508Z [ 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:04.6407948Z [ 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:04.6410895Z [ 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:04.6414065Z [ 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:04.6418392Z [ 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:04.6421587Z [ 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:04.6424767Z [ 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:04.6427922Z [ 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:04.6437279Z [ 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:04.6440581Z [ 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:04.6443870Z [ 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:04.6446854Z [ 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:04.6449976Z [ 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:04.6453011Z [ 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:04.6456054Z [ 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:04.6458857Z [ 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:04.6461847Z [ 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:04.6464903Z [ 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:04.6467776Z [ 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:04.6470595Z [ 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:04.6473499Z [ 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:04.6476578Z [ 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:04.6479579Z [ 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:04.6482516Z [ 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:04.6485510Z [ 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:04.6489342Z [ 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:04.6492304Z [ 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:04.6495326Z [ 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:04.6498369Z [ 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:05.7479826Z [ 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:05.7483043Z [ 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:05.7486154Z [ 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:05.7489331Z [ 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:05.7492123Z [ 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:05.7494803Z [ 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:05.7497439Z [ 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:05.7500071Z [ 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:05.7503394Z [ 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:05.7506704Z [ 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:05.7510062Z [ 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:05.7513446Z [ 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:05.7516826Z [ 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:05.7520197Z [ 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:05.7523392Z [ 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:05.7526722Z [ 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:05.7530140Z [ 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:05.7533809Z [ 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:05.7537324Z [ 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:05.7540591Z [ 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:05.7543818Z [ 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:05.7547004Z [ 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:05.7550181Z [ 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:05.7553387Z [ 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:05.7556621Z [ 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:05.7559911Z [ 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:05.7563115Z [ 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:05.7566208Z [ 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:05.7569546Z [ 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:05.7572628Z [ 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:05.7575755Z [ 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:05.7578841Z [ 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:05.7581451Z [ 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:05.7584178Z [ 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:05.7587223Z [ 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:05.7590336Z [ 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:05.7593089Z [ 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:05.7595752Z [ 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:05.7598925Z [ 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:05.7602612Z [ 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:05.7605739Z [ 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:05.7608842Z [ 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:05.7611308Z [ 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:05.7613897Z [ 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:05.7616777Z [ 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:05.7619665Z [ 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:05.7622515Z [ 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:05.7625091Z [ 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:05.7627643Z [ 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:06.5930124Z [ 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:06.5933089Z [ 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:06.5935744Z [ 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:06.5939021Z [ 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:06.5942208Z [ 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:06.5945415Z [ 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:06.5948580Z [ 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:06.5951722Z [ 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:06.5954966Z [ 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:06.5957563Z [ 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:06.5960753Z [ 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:06.5964193Z [ 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:06.5967343Z [ 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:06.5970606Z [ 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:06.5973477Z [ 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:06.5976301Z [ 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:06.5979037Z [ 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:06.5982029Z [ 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:06.5984966Z [ 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:06.5987593Z [ 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:06.5990107Z [ 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:06.5992715Z [ 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:06.5995105Z [ 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:06.5997312Z [ 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:06.5999531Z [ 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:06.6002268Z [ 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:06.6004594Z [ 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:06.6006935Z [ 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:06.6009520Z [ 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:06.6011932Z [ 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:06.6014283Z [ 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:06.6016577Z [ 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:06.6019678Z [ 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:06.6021996Z [ 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:06.6023997Z [ 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:06.6026121Z [ 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:06.6028492Z [ 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:06.6030859Z [ 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:06.6033050Z [ 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:06.6035048Z [ 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:06.6037188Z [ 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:06.6039536Z [ 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:06.6041713Z [ 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:06.6043914Z [ 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:06.6046104Z [ 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:06.6048556Z [ 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:06.6050564Z [ 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:06.6052805Z [ 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:06.6055260Z [ 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:06.6057748Z [ 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:06.6060205Z [ 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:06.6062518Z [ 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:07.6111246Z [ 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:07.6113536Z [ 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:07.6116480Z [ 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:07.6120081Z [ 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:07.6123352Z [ 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:07.6126481Z [ 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:07.6129714Z [ 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:07.6132862Z [ 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:07.6135938Z [ 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:07.6138877Z [ 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:07.6141824Z [ 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:07.6144947Z [ 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:07.6147835Z [ 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:07.6150848Z [ 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:07.6153832Z [ 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:07.6156696Z [ 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:07.6159306Z [ 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:07.6161680Z [ 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:07.6164071Z [ 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:07.6166602Z [ 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:07.6169409Z [ 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:07.6172340Z [ 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:07.6175262Z [ 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:07.6178733Z [ 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:07.6181548Z [ 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:07.6184632Z [ 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:07.6187978Z [ 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:07.6190847Z [ 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:07.6193604Z [ 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:07.6196423Z [ 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:07.6199251Z [ 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:07.6204168Z [ 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:07.6206974Z [ 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:07.6209877Z [ 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:07.6212647Z [ 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:07.6215468Z [ 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:07.6218341Z [ 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:07.6221190Z [ 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:07.6224069Z [ 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:07.6226906Z [ 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:07.6229825Z [ 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:07.6232694Z [ 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:07.6235528Z [ 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:07.6238343Z [ 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:07.6241150Z [ 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:07.6243929Z [ 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:07.6246360Z [ 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:07.6249418Z [ 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:07.6252549Z [ 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:07.6255265Z [ 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:07.6257949Z [ 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:07.6260730Z [ 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:08.6092717Z [ 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:08.6095648Z [ 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:08.6098532Z [ 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:08.6101525Z [ 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:08.6104033Z [ 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:08.6107163Z [ 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:08.6109955Z [ 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:08.6112873Z [ 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:08.6115816Z [ 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:08.6118742Z [ 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:08.6121551Z [ 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:08.6124461Z [ 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:08.6127321Z [ 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:08.6129935Z [ 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:08.6132686Z [ 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:08.6135481Z [ 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:08.6138217Z [ 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:08.6140792Z [ 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:08.6144403Z [ 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:08.6147251Z [ 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:08.6149919Z [ 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:08.6152279Z [ 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:08.6154499Z [ 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:08.6156931Z [ 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:08.6159453Z [ 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:08.6162089Z [ 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:08.6164540Z [ 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:08.6167102Z [ 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:08.6171457Z [ 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:08.6174105Z [ 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:08.6177143Z [ 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:08.6180258Z [ 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:08.6183365Z [ 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:08.6186092Z [ 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:08.6188516Z [ 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:08.6190911Z [ 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:08.6193371Z [ 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:08.6195923Z [ 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:08.6198700Z [ 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:08.6203758Z [ 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:08.6206683Z [ 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:08.6210071Z [ 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:08.6213104Z [ 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:08.6215837Z [ 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:08.6218567Z [ 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:08.6221497Z [ 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:08.6224386Z [ 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:08.6227199Z [ 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:08.6230172Z [ 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:08.6233099Z [ 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:08.6236043Z [ 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:08.6239051Z [ 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:08.6242006Z [ 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:08.6245087Z [ 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:09.9266350Z [ 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:09.9268728Z [ 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:09.9271088Z [ 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:09.9273301Z [ 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:09.9275455Z [ 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:09.9277675Z [ 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:09.9279664Z [ 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:09.9281887Z [ 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:09.9284172Z [ 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:09.9286433Z [ 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:09.9289147Z [ 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:09.9291572Z [ 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:09.9293910Z [ 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:09.9296326Z [ 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:09.9298201Z [ 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:09.9299987Z [ 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:09.9302508Z [ 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:09.9304768Z [ 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:09.9307046Z [ 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:09.9309432Z [ 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:09.9311644Z [ 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:09.9313791Z [ 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:09.9315925Z [ 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:09.9318138Z [ 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:09.9320419Z [ 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:09.9322908Z [ 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:09.9325294Z [ 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:09.9327478Z [ 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:09.9329938Z [ 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:09.9332183Z [ 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:09.9334345Z [ 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:09.9336524Z [ 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:09.9338686Z [ 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:09.9341372Z [ 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:09.9343704Z [ 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:09.9345881Z [ 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:09.9348060Z [ 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:09.9350282Z [ 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:09.9352331Z [ 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:09.9354527Z [ 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:09.9356786Z [ 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:09.9359193Z [ 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:09.9361347Z [ 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:09.9363555Z [ 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:09.9365739Z [ 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:09.9368233Z [ 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:09.9370537Z [ 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:09.9372720Z [ 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:09.9374865Z [ 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:09.9377123Z [ 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:09.9379387Z [ 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:09.9381678Z [ 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:09.9384218Z [ 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:09.9386546Z [ 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:09.9388719Z [ 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:09.9390980Z [ 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:11.1643423Z [ 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:11.1646490Z [ 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:11.1649738Z [ 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:11.1652096Z [ 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:11.1654619Z [ 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:11.1656844Z [ 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:11.1659318Z [ 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:11.1661709Z [ 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:11.1663820Z [ 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:11.1665636Z [ 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:11.1667717Z [ 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:11.1669955Z [ 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:11.1672390Z [ 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:11.1674607Z [ 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:11.1676852Z [ 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:11.1679225Z [ 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:11.1681779Z [ 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:11.1684211Z [ 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:11.1686402Z [ 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:11.1689070Z [ 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:11.1691991Z [ 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:11.1694929Z [ 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:11.1697415Z [ 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:11.1699984Z [ 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:11.1703435Z [ 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:11.1707276Z [ 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:11.1710195Z [ 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:11.1712630Z [ 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:11.1714947Z [ 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:11.1717598Z [ 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:11.1720572Z [ 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:11.1723490Z [ 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:11.1726215Z [ 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:11.1728742Z [ 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:11.1731389Z [ 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:11.1734355Z [ 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:11.1737187Z [ 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:11.1739746Z [ 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:11.1742565Z [ 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:11.1745420Z [ 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:11.1747924Z [ 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:11.1750492Z [ 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:11.1753321Z [ 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:11.1756235Z [ 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:11.1759148Z [ 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:11.1761847Z [ 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:11.1764708Z [ 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:11.1767880Z [ 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:11.1770827Z [ 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:11.1773500Z [ 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:11.1775689Z [ 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:11.1777770Z [ 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:11.1780134Z [ 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:11.1782449Z [ 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:12.5083883Z [ 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:12.5086567Z [ 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:12.5089669Z [ 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:12.5092495Z [ 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:12.5095266Z [ 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:12.5098227Z [ 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:12.5103795Z [ 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:12.5106931Z [ 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:12.5110128Z [ 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:12.5113342Z [ 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:12.5116471Z [ 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:12.5119595Z [ 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:12.5122738Z [ 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:12.5125890Z [ 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:12.5130732Z [ 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:12.5134519Z [ 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:12.5137757Z [ 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:12.5140893Z [ 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:12.5144049Z [ 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:12.5147179Z [ 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:12.5150381Z [ 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:12.5153553Z [ 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:12.5156768Z [ 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:12.5159965Z [ 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:12.5163106Z [ 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:12.5166346Z [ 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:12.5169711Z [ 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:12.5172892Z [ 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:12.5176060Z [ 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:12.5179229Z [ 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:12.5182357Z [ 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:12.5185521Z [ 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:12.5188640Z [ 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:12.5191815Z [ 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:12.5194970Z [ 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:12.5198147Z [ 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:12.5202198Z [ 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:12.5205247Z [ 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:12.5208563Z [ 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:12.5211621Z [ 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:12.5214647Z [ 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:12.5217700Z [ 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:12.5220259Z [ 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:12.5222852Z [ 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:12.5225584Z [ 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:12.5228471Z [ 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:12.5231355Z [ 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:12.5234342Z [ 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:12.5237395Z [ 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:13.9062137Z [ 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:13.9065406Z [ 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:13.9068725Z [ 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:13.9072008Z [ 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:13.9075254Z [ 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:13.9078413Z [ 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:13.9081665Z [ 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:13.9085347Z [ 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:13.9088962Z [ 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:13.9092213Z [ 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:13.9095287Z [ 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:13.9098437Z [ 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:13.9101656Z [ 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:13.9104645Z [ 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:13.9107723Z [ 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:13.9110685Z [ 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:13.9113784Z [ 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:13.9116878Z [ 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:13.9120036Z [ 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:13.9123160Z [ 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:13.9126275Z [ 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:13.9129568Z [ 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:13.9132676Z [ 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:13.9135789Z [ 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:13.9138957Z [ 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:13.9142010Z [ 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:13.9145093Z [ 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:13.9148131Z [ 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:13.9151681Z [ 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:13.9154895Z [ 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:13.9157941Z [ 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:13.9160800Z [ 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:13.9163504Z [ 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:13.9166262Z [ 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:13.9169364Z [ 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:13.9172053Z [ 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:13.9175025Z [ 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:13.9177953Z [ 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:13.9180954Z [ 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:13.9183883Z [ 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:13.9186901Z [ 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:13.9189851Z [ 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:13.9192787Z [ 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:13.9195754Z [ 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:13.9198703Z [ 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:13.9202005Z [ 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:13.9205002Z [ 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:13.9208115Z [ 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:13.9211042Z [ 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:15.3223433Z [ 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:15.3227204Z [ 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:15.3230421Z [ 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:15.3233340Z [ 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:15.3236054Z [ 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:15.3238759Z [ 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:15.3241275Z [ 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:15.3243608Z [ 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:15.3246201Z [ 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:15.3249243Z [ 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:15.3251910Z [ 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:15.3254353Z [ 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:15.3257182Z [ 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:15.3260230Z [ 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:15.3263339Z [ 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:15.3266206Z [ 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:15.3268923Z [ 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:15.3271816Z [ 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:15.3274859Z [ 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:15.3277536Z [ 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:15.3280107Z [ 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:15.3282850Z [ 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:15.3285778Z [ 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:15.3288869Z [ 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:15.3291620Z [ 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:15.3294106Z [ 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:15.3296731Z [ 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:15.3299338Z [ 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:15.3303154Z [ 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:15.3305933Z [ 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:15.3308656Z [ 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:15.3311095Z [ 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:15.3313597Z [ 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:15.3316349Z [ 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:15.3318987Z [ 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:15.3321406Z [ 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:15.3324064Z [ 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:15.3326766Z [ 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:15.3329410Z [ 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:15.3332062Z [ 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:15.3334858Z [ 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:15.3337659Z [ 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:15.3340147Z [ 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:15.3342713Z [ 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:15.3345446Z [ 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:15.3348758Z [ 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:15.3352881Z [ 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:15.3355592Z [ 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:15.3358530Z [ 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:15.3361450Z [ 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:15.3364242Z [ 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:15.3366739Z [ 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:16.8083887Z [ 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:16.8086942Z [ 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:16.8090125Z [ 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:16.8093081Z [ 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:16.8096098Z [ 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:16.8099111Z [ 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:16.8102592Z [ 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:16.8105563Z [ 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:16.8108528Z [ 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:16.8111497Z [ 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:16.8114489Z [ 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:16.8119396Z [ 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:16.8122399Z [ 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:16.8125381Z [ 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:16.8128418Z [ 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:16.8132039Z [ 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:16.8134933Z [ 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:16.8137789Z [ 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:16.8140345Z [ 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:16.8143027Z [ 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:16.8145885Z [ 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:16.8148725Z [ 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:16.8151505Z [ 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:16.8154187Z [ 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:16.8156891Z [ 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:16.8159648Z [ 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:16.8162292Z [ 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:16.8164998Z [ 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:16.8168030Z [ 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:16.8170508Z [ 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:16.8173249Z [ 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:16.8175924Z [ 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:16.8178818Z [ 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:16.8181602Z [ 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:16.8184518Z [ 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:16.8187481Z [ 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:16.8190368Z [ 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:16.8193488Z [ 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:16.8196632Z [ 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:16.8199638Z [ 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:16.8203860Z [ 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:16.8206771Z [ 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:16.8209822Z [ 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:16.8212702Z [ 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:16.8215456Z [ 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:16.8218381Z [ 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:16.8221042Z [ 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:16.8223725Z [ 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:16.8226347Z [ 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:16.8228856Z [ 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:16.8231372Z [ 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:16.8233891Z [ 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:18.2271556Z [ 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:18.2274448Z [ 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:18.2277350Z [ 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:18.2280167Z [ 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:18.2283014Z [ 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:18.2285824Z [ 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:18.2288882Z [ 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:18.2292065Z [ 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:18.2295047Z [ 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:18.2297757Z [ 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:18.2302201Z [ 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:18.2304475Z [ 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:18.2306922Z [ 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:18.2309599Z [ 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:18.2314235Z [ 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:18.2317054Z [ 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:18.2320082Z [ 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:18.2323157Z [ 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:18.2326285Z [ 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:18.2329661Z [ 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:18.2332738Z [ 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:18.2335827Z [ 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:18.2338933Z [ 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:18.2341812Z [ 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:18.2344402Z [ 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:18.2347110Z [ 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:18.2350076Z [ 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:18.2353136Z [ 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:18.2356247Z [ 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:18.2359846Z [ 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:18.2364585Z [ 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:18.2367108Z [ 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:18.2370296Z [ 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:18.2373255Z [ 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:18.2376199Z [ 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:18.2379177Z [ 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:18.2382118Z [ 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:18.2385068Z [ 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:18.2387987Z [ 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:18.2390715Z [ 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:18.2393636Z [ 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:18.2396529Z [ 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:18.2399392Z [ 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:18.2402497Z [ 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:18.2405168Z [ 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:18.2407454Z [ 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:18.2409749Z [ 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:18.2411855Z [ 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:18.2414365Z [ 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:18.2417027Z [ 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:18.2419503Z [ 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:18.2422259Z [ 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:19.5455263Z [ 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:19.5458365Z [ 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:19.5461336Z [ 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:19.5464307Z [ 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:19.5472925Z [ 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:19.5475913Z [ 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:19.5478932Z [ 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:19.5481972Z [ 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:19.5484999Z [ 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:19.5488298Z [ 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:19.5491212Z [ 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:19.5494002Z [ 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:19.5496633Z [ 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:19.5499028Z [ 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:19.5501719Z [ 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:19.5504278Z [ 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:19.5506991Z [ 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:19.5509823Z [ 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:19.5512618Z [ 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:19.5515434Z [ 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:19.5518288Z [ 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:19.5521165Z [ 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:19.5524829Z [ 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:19.5527936Z [ 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:19.5530676Z [ 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:19.5533562Z [ 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:19.5536355Z [ 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:19.5539228Z [ 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:19.5542076Z [ 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:19.5544905Z [ 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:19.5547739Z [ 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:19.5550603Z [ 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:19.5554936Z [ 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:19.5557800Z [ 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:19.5560684Z [ 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:19.5563673Z [ 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:19.5566678Z [ 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:19.5569895Z [ 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:19.5572922Z [ 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:19.5575948Z [ 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:19.5578927Z [ 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:19.5581938Z [ 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:19.5584893Z [ 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:19.5587857Z [ 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:19.5591158Z [ 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:19.5594347Z [ 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:19.5597337Z [ 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:19.5600365Z [ 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:19.5605411Z [ 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:19.5608489Z [ 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:19.5611336Z [ 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:19.5613735Z [ 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:20.8951149Z [ 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:20.8953541Z [ 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:20.8956029Z [ 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:20.8958552Z [ 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:20.8961083Z [ 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:20.8963526Z [ 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:20.8965892Z [ 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:20.8968510Z [ 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:20.8970974Z [ 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:20.8973338Z [ 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:20.8975891Z [ 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:20.8978293Z [ 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:20.8980654Z [ 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:20.8982986Z [ 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:20.8985864Z [ 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:20.8988418Z [ 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:20.8990818Z [ 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:20.8993233Z [ 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:20.8995745Z [ 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:20.8998236Z [ 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:20.9000728Z [ 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:20.9004831Z [ 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:20.9007456Z [ 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:20.9010436Z [ 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:20.9012909Z [ 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:20.9015707Z [ 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:20.9018476Z [ 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:20.9021049Z [ 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:20.9023665Z [ 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:20.9026138Z [ 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:20.9028699Z [ 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:20.9031177Z [ 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:20.9033446Z [ 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:20.9035557Z [ 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:20.9037657Z [ 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:20.9039882Z [ 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:20.9042673Z [ 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:20.9044899Z [ 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:20.9047121Z [ 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:20.9049714Z [ 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:20.9056398Z [ 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:20.9059140Z [ 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:20.9061949Z [ 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:20.9064694Z [ 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:20.9067499Z [ 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:20.9070402Z [ 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:20.9073396Z [ 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:20.9076103Z [ 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:20.9078804Z [ 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:20.9081538Z [ 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:20.9084308Z [ 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:22.1730005Z [ 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:22.1732868Z [ 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:22.1735600Z [ 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:22.1738351Z [ 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:22.1741152Z [ 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:22.1743863Z [ 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:22.1747151Z [ 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:22.1749869Z [ 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:22.1752569Z [ 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:22.1755216Z [ 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:22.1757788Z [ 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:22.1760509Z [ 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:22.1763096Z [ 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:22.1765864Z [ 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:22.1768967Z [ 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:22.1773314Z [ 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:22.1776122Z [ 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:22.1779020Z [ 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:22.1781937Z [ 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:22.1784579Z [ 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:22.1787511Z [ 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:22.1790612Z [ 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:22.1793713Z [ 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:22.1796755Z [ 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:22.1799810Z [ 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:22.1803857Z [ 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:22.1806990Z [ 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:22.1810204Z [ 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:22.1813246Z [ 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:22.1816279Z [ 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:22.1819273Z [ 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:22.1822173Z [ 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:22.1825224Z [ 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:22.1828365Z [ 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:22.1833209Z [ 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:22.1836044Z [ 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:22.1839003Z [ 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:22.1842149Z [ 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:22.1845057Z [ 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:22.1848312Z [ 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:22.1851294Z [ 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:22.1854300Z [ 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:22.1857069Z [ 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:22.1860194Z [ 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:22.1863291Z [ 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:22.1866292Z [ 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:22.1869058Z [ 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:22.1871755Z [ 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:22.1874462Z [ 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:23.3247763Z [ 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:23.3250506Z [ 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:23.3253261Z [ 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:23.3255745Z [ 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:23.3258393Z [ 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:23.3260852Z [ 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:23.3263408Z [ 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:23.3265902Z [ 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:23.3268330Z [ 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:23.3271130Z [ 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:23.3273828Z [ 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:23.3276257Z [ 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:23.3279056Z [ 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:23.3281996Z [ 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:23.3285005Z [ 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:23.3288338Z [ 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:23.3291370Z [ 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:23.3294329Z [ 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:23.3297206Z [ 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:23.3299956Z [ 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:23.3303063Z [ 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:23.3306729Z [ 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:23.3309840Z [ 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:23.3312928Z [ 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:23.3315931Z [ 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:23.3319044Z [ 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:23.3322272Z [ 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:23.3325417Z [ 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:23.3328607Z [ 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:23.3331755Z [ 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:23.3334856Z [ 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:23.3337779Z [ 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:23.3340492Z [ 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:23.3343226Z [ 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:23.3346000Z [ 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:23.3348856Z [ 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:23.3351977Z [ 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:23.3354751Z [ 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:23.3357646Z [ 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:23.3360501Z [ 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:23.3363399Z [ 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:23.3366201Z [ 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:23.3369363Z [ 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:23.3372119Z [ 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:23.3374762Z [ 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:23.3377572Z [ 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:23.3380415Z [ 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:23.3383205Z [ 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:23.3385999Z [ 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:23.3388837Z [ 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:23.3391545Z [ 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:24.4914525Z [ 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:24.4921510Z [ 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:24.4924638Z [ 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:24.4927918Z [ 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:24.4931192Z [ 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:24.4934158Z [ 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:24.4936947Z [ 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:24.4940068Z [ 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:24.4943193Z [ 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:24.4946368Z [ 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:24.4949249Z [ 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:24.4952076Z [ 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:24.4955602Z [ 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:24.4959119Z [ 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:24.4962405Z [ 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:24.4965269Z [ 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:24.4968351Z [ 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:24.4971570Z [ 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:24.4974916Z [ 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:24.4977746Z [ 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:24.4980629Z [ 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:24.4983416Z [ 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:24.4985844Z [ 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:24.4991581Z [ 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:24.4994295Z [ 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:24.4996731Z [ 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:24.4999276Z [ 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:24.5002529Z [ 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:24.5005361Z [ 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:24.5008440Z [ 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:24.5011267Z [ 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:24.5013625Z [ 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:24.5016245Z [ 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:24.5019003Z [ 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:24.5022610Z [ 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:24.5025189Z [ 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:24.5027538Z [ 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:24.5030151Z [ 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:24.5032882Z [ 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:24.5035815Z [ 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:24.5038856Z [ 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:24.5041935Z [ 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:24.5044986Z [ 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:24.5048289Z [ 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:24.5051343Z [ 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:24.5054411Z [ 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:24.5057461Z [ 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:24.5060275Z [ 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:24.5064283Z [ 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:25.7309184Z [ 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:25.7312415Z [ 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:25.7315505Z [ 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:25.7318595Z [ 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:25.7321696Z [ 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:25.7324802Z [ 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:25.7328660Z [ 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:25.7338444Z [ 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:25.7341614Z [ 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:25.7344700Z [ 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:25.7347834Z [ 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:25.7350849Z [ 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:25.7353795Z [ 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:25.7356280Z [ 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:25.7358801Z [ 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:25.7361427Z [ 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:25.7364177Z [ 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:25.7447770Z [ 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:25.7450962Z [ 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:25.7453286Z [ 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:25.7455933Z [ 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:25.7458746Z [ 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:25.7461254Z [ 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:25.7463921Z [ 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:25.7466562Z [ 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:25.7469373Z [ 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:25.7472445Z [ 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:25.7475013Z [ 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:25.7478355Z [ 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:25.7481306Z [ 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:25.7484195Z [ 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:25.7486682Z [ 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:25.7489764Z [ 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:25.7494260Z [ 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:25.7497314Z [ 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:25.7500068Z [ 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:25.7502878Z [ 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:25.7505656Z [ 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:25.7508395Z [ 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:25.7511018Z [ 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:25.7513232Z [ 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:25.7515319Z [ 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:25.7517669Z [ 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:25.7520194Z [ 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:25.7522574Z [ 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:25.7524766Z [ 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:25.7527340Z [ 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:25.7530483Z [ 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:25.7533090Z [ 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:25.7535704Z [ 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:25.7539337Z [ 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:26.9263521Z [ 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:26.9266186Z [ 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:26.9268661Z [ 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:26.9271359Z [ 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:26.9274388Z [ 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:26.9277024Z [ 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:26.9279578Z [ 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:26.9282306Z [ 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:26.9285031Z [ 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:26.9288038Z [ 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:26.9290866Z [ 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:26.9293715Z [ 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:26.9296547Z [ 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:26.9299451Z [ 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:26.9302553Z [ 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:26.9305310Z [ 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:26.9308164Z [ 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:26.9311040Z [ 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:26.9313867Z [ 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:26.9316992Z [ 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:26.9320389Z [ 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:26.9324577Z [ 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:26.9328145Z [ 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:26.9331480Z [ 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:26.9334829Z [ 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:26.9338200Z [ 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:26.9341555Z [ 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:26.9344887Z [ 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:26.9348289Z [ 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:26.9351640Z [ 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:26.9355000Z [ 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:26.9358066Z [ 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:26.9360893Z [ 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:26.9363729Z [ 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:26.9366536Z [ 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:26.9369692Z [ 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:26.9372500Z [ 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:26.9375316Z [ 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:26.9378126Z [ 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:26.9380940Z [ 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:26.9383723Z [ 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:26.9386392Z [ 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:26.9389378Z [ 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:26.9391725Z [ 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:26.9394128Z [ 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:26.9612905Z [ 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:26.9615756Z [ 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:26.9618593Z [ 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:26.9621378Z [ 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:26.9624176Z [ 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:26.9627028Z [ 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:28.1758885Z [ 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:28.1761939Z [ 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:28.1764945Z [ 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:28.1768095Z [ 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:28.1771023Z [ 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:28.1773942Z [ 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:28.1776864Z [ 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:28.1779808Z [ 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:28.1782777Z [ 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:28.1785693Z [ 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:28.1788464Z [ 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:28.1790929Z [ 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:28.1793181Z [ 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:28.1796100Z [ 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:28.1799026Z [ 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:28.1802726Z [ 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:28.1805339Z [ 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:28.1808170Z [ 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:28.1811442Z [ 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:28.1814348Z [ 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:28.1817242Z [ 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:28.1820381Z [ 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:28.1823445Z [ 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:28.1826263Z [ 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:28.1829079Z [ 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:28.1832231Z [ 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:28.1835333Z [ 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:28.1838410Z [ 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:28.1841508Z [ 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:28.1844581Z [ 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:28.1847927Z [ 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:28.1851043Z [ 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:28.1854033Z [ 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:28.1856942Z [ 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:28.1859841Z [ 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:28.1863068Z [ 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:28.1866214Z [ 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:28.1869093Z [ 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:28.1871926Z [ 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:28.1874678Z [ 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:28.1877543Z [ 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:28.1880447Z [ 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:28.1883347Z [ 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:28.1886215Z [ 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:28.1889279Z [ 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:28.1892188Z [ 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:28.1894553Z [ 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:28.1897447Z [ 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:28.1900295Z [ 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:28.1903704Z [ 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:28.1906568Z [ 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:28.1909404Z [ 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:28.1912240Z [ 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:29.3807149Z [ 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:29.3809757Z [ 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:29.3812110Z [ 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:29.3814577Z [ 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:29.3817015Z [ 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:29.3820306Z [ 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:29.3822791Z [ 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:29.3825277Z [ 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:29.3827706Z [ 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:29.3830402Z [ 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:29.3833196Z [ 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:29.3835767Z [ 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:29.3838200Z [ 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:29.3840664Z [ 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:29.3843120Z [ 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:29.3845592Z [ 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:29.3848348Z [ 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:29.3850950Z [ 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:29.3853668Z [ 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:29.3856348Z [ 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:29.3859004Z [ 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:29.3861616Z [ 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:29.3864328Z [ 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:29.3867097Z [ 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:29.3869844Z [ 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:29.3872648Z [ 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:29.3875861Z [ 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:29.3878821Z [ 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:29.3881649Z [ 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:29.3884429Z [ 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:29.3887449Z [ 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:29.3890633Z [ 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:29.3893522Z [ 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:29.3896577Z [ 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:29.3899562Z [ 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:29.3903089Z [ 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:29.3906231Z [ 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:29.3909400Z [ 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:29.3912631Z [ 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:29.3915721Z [ 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:29.3918780Z [ 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:29.3921805Z [ 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:29.3924755Z [ 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:29.3928213Z [ 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:29.3931089Z [ 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:29.3933854Z [ 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:29.3936826Z [ 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:29.3940690Z [ 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:29.3943612Z [ 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:30.5139582Z [ 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:30.5143059Z [ 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:30.5146483Z [ 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:30.5149986Z [ 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:30.5153393Z [ 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:30.5156405Z [ 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:30.5160074Z [ 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:30.5163339Z [ 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:30.5166748Z [ 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:30.5170410Z [ 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:30.5173814Z [ 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:30.5177248Z [ 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:30.5180652Z [ 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:30.5184036Z [ 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:30.5187343Z [ 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:30.5190671Z [ 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:30.5193973Z [ 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:30.5197803Z [ 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:30.5204739Z [ 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:30.5208328Z [ 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:30.5211674Z [ 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:30.5214999Z [ 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:30.5218338Z [ 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:30.5221803Z [ 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:30.5225169Z [ 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:30.5228342Z [ 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:30.5231147Z [ 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:30.5234053Z [ 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:30.5237283Z [ 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:30.5240666Z [ 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:30.5245642Z [ 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:30.5249119Z [ 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:30.5252315Z [ 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:30.5255303Z [ 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:30.5258390Z [ 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:30.5261430Z [ 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:30.5264510Z [ 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:30.5267599Z [ 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:30.5271439Z [ 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:30.5274547Z [ 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:30.5277601Z [ 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:30.5280726Z [ 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:30.5283847Z [ 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:30.5286962Z [ 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:30.5290285Z [ 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:30.5293409Z [ 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:30.5296471Z [ 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:31.7499905Z [ 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:31.7504971Z [ 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:31.7508216Z [ 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:31.7511330Z [ 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:31.7514406Z [ 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:31.7517538Z [ 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:31.7520638Z [ 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:31.7523870Z [ 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:31.7527024Z [ 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:31.7530404Z [ 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:31.7533610Z [ 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:31.7536746Z [ 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:31.7540375Z [ 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:31.7543854Z [ 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:31.7547040Z [ 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:31.7549943Z [ 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:31.7552503Z [ 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:31.7555023Z [ 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:31.7557520Z [ 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:31.7560073Z [ 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:31.7562652Z [ 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:31.7564872Z [ 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:31.7567377Z [ 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:31.7570088Z [ 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:31.7572631Z [ 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:31.7575111Z [ 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:31.7577702Z [ 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:31.7580408Z [ 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:31.7582836Z [ 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:31.7584967Z [ 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:31.7586831Z [ 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:31.7588914Z [ 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:31.7591081Z [ 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:31.7593654Z [ 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:31.7596492Z [ 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:31.7599378Z [ 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:31.7603339Z [ 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:31.7606455Z [ 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:31.7609218Z [ 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:31.7611772Z [ 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:31.7614496Z [ 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:31.7618835Z [ 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:31.7621827Z [ 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:31.7624749Z [ 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:31.7627414Z [ 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:31.7629957Z [ 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:31.7632576Z [ 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:31.7635296Z [ 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:31.7638229Z [ 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:31.7641267Z [ 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:31.7644424Z [ 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:31.7647853Z [ 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:31.7650378Z [ 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:31.7653670Z [ 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:33.0637366Z [ 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:33.0640399Z [ 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:33.0643095Z [ 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:33.0645763Z [ 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:33.0649393Z [ 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:33.0652202Z [ 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:33.0654963Z [ 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:33.0657819Z [ 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:33.0660396Z [ 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:33.0663073Z [ 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:33.0665949Z [ 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:33.0668516Z [ 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:33.0671189Z [ 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:33.0674038Z [ 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:33.0676775Z [ 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:33.0679350Z [ 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:33.0682159Z [ 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:33.0685008Z [ 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:33.0687383Z [ 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:33.0690511Z [ 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:33.0693206Z [ 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:33.0695747Z [ 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:33.0698400Z [ 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:33.0701572Z [ 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:33.0704079Z [ 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:33.0706841Z [ 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:33.0710139Z [ 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:33.0712804Z [ 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:33.0715604Z [ 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:33.0718227Z [ 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:33.0721051Z [ 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:33.0723840Z [ 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:33.0726818Z [ 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:33.0730213Z [ 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:33.0733597Z [ 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:33.0736671Z [ 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:33.0739500Z [ 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:33.0742666Z [ 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:33.0745690Z [ 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:33.0748445Z [ 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:33.0751350Z [ 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:33.0754239Z [ 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:33.0757286Z [ 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:33.0760280Z [ 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:33.0763059Z [ 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:33.0766127Z [ 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:33.0769637Z [ 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:33.0773929Z [ 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:33.0776748Z [ 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:34.4918679Z [ 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:34.4922191Z [ 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:34.4925790Z [ 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:34.4929492Z [ 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:34.4932869Z [ 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:34.4935915Z [ 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:34.4938730Z [ 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:34.4941496Z [ 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:34.4944068Z [ 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:34.4946665Z [ 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:34.4949416Z [ 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:34.4952632Z [ 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:34.4955729Z [ 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:34.4958924Z [ 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:34.4962158Z [ 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:34.4965420Z [ 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:34.4968610Z [ 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:34.4971039Z [ 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:34.4974343Z [ 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:34.4977039Z [ 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:34.4979805Z [ 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:34.4982970Z [ 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:34.4986179Z [ 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:34.4989438Z [ 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:34.4992698Z [ 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:34.4995849Z [ 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:34.4998698Z [ 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:34.5001575Z [ 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:34.5004204Z [ 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:34.5006859Z [ 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:34.5009799Z [ 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:34.5012422Z [ 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:34.5016455Z [ 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:34.5019081Z [ 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:34.5021983Z [ 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:34.5025308Z [ 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:34.5028686Z [ 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:34.5032258Z [ 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:34.5036008Z [ 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:34.5040108Z [ 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:34.5044080Z [ 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:34.5047864Z [ 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:34.5051388Z [ 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:34.5055020Z [ 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:34.5058543Z [ 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:34.5061948Z [ 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:34.5065555Z [ 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:34.5069236Z [ 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:36.0951666Z [ 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:36.0954710Z [ 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:36.0957640Z [ 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:36.0960609Z [ 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:36.0963527Z [ 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:36.0966333Z [ 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:36.0969232Z [ 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:36.0972136Z [ 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:36.0975090Z [ 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:36.0978011Z [ 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:36.0981274Z [ 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:36.0984437Z [ 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:36.0987415Z [ 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:36.0990337Z [ 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:36.0993075Z [ 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:36.0995816Z [ 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:36.0998602Z [ 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:36.1001713Z [ 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:36.1004446Z [ 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:36.1007198Z [ 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:36.1010152Z [ 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:36.1012934Z [ 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:36.1015596Z [ 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:36.1018198Z [ 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:36.1020926Z [ 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:36.1023731Z [ 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:36.1026477Z [ 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:36.1029133Z [ 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:36.1031889Z [ 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:36.1034671Z [ 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:36.1037739Z [ 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:36.1040637Z [ 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:36.1043206Z [ 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:36.1045600Z [ 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:36.1048168Z [ 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:36.1050566Z [ 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:36.1053017Z [ 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:36.1055467Z [ 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:36.1058229Z [ 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:36.1061029Z [ 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:36.1064083Z [ 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:36.1067059Z [ 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:36.1069962Z [ 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:36.1072765Z [ 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:36.1075698Z [ 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:36.1078666Z [ 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:36.1081626Z [ 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:37.5082296Z [ 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:37.5084603Z [ 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:37.5086830Z [ 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:37.5089342Z [ 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:37.5091404Z [ 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:37.5093702Z [ 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:37.5096686Z [ 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:37.5099200Z [ 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:37.5102585Z [ 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:37.5105317Z [ 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:37.5108160Z [ 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:37.5111129Z [ 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:37.5114136Z [ 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:37.5116788Z [ 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:37.5119670Z [ 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:37.5122583Z [ 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:37.5125552Z [ 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:37.5129032Z [ 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:37.5132037Z [ 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:37.5134928Z [ 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:37.5137852Z [ 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:37.5140851Z [ 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:37.5143326Z [ 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:37.5145512Z [ 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:37.5147763Z [ 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:37.5150158Z [ 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:37.5152630Z [ 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:37.5154906Z [ 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:37.5158169Z [ 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:37.5160571Z [ 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:37.5163073Z [ 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:37.5165581Z [ 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:37.5168428Z [ 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:37.5170826Z [ 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:37.5173137Z [ 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:37.5175568Z [ 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:37.5178495Z [ 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:37.5181445Z [ 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:37.5183862Z [ 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:37.5186253Z [ 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:37.5188642Z [ 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:37.5191041Z [ 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:37.5193250Z [ 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:37.5195336Z [ 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:37.5197372Z [ 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:37.5199352Z [ 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:37.5201973Z [ 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:37.5204023Z [ 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:37.5206327Z [ 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:37.5209161Z [ 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:37.5211935Z [ 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:37.5215271Z [ 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:37.5217914Z [ 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:37.5220630Z [ 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:38.9199548Z [ 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:38.9202547Z [ 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:38.9205280Z [ 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:38.9208139Z [ 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:38.9210778Z [ 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:38.9213167Z [ 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:38.9215553Z [ 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:38.9217941Z [ 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:38.9220398Z [ 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:38.9222856Z [ 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:38.9225418Z [ 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:38.9228027Z [ 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:38.9230664Z [ 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:38.9233274Z [ 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:38.9235977Z [ 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:38.9238576Z [ 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:38.9240910Z [ 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:38.9243284Z [ 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:38.9245697Z [ 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:38.9248770Z [ 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:38.9251493Z [ 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:38.9253999Z [ 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:38.9256555Z [ 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:38.9259023Z [ 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:38.9261458Z [ 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:38.9263981Z [ 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:38.9266399Z [ 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:38.9269102Z [ 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:38.9271752Z [ 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:38.9274288Z [ 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:38.9276960Z [ 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:38.9279639Z [ 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:38.9282384Z [ 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:38.9285170Z [ 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:38.9288168Z [ 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:38.9290995Z [ 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:38.9293817Z [ 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:38.9296330Z [ 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:38.9300163Z [ 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:38.9302950Z [ 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:38.9305245Z [ 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:38.9307812Z [ 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:38.9310625Z [ 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:38.9313586Z [ 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:38.9316785Z [ 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:38.9319600Z [ 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:38.9322364Z [ 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:38.9325348Z [ 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:38.9328625Z [ 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:38.9331587Z [ 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:38.9334352Z [ 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:39.9886226Z [ 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:39.9889712Z [ 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:39.9893028Z [ 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:39.9896226Z [ 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:39.9899331Z [ 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:39.9902779Z [ 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:39.9905903Z [ 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:39.9908980Z [ 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:39.9912074Z [ 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:39.9915189Z [ 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:39.9918324Z [ 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:39.9921958Z [ 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:39.9925395Z [ 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:39.9928740Z [ 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:39.9931794Z [ 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:39.9935184Z [ 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:39.9938892Z [ 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:39.9942474Z [ 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:39.9946121Z [ 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:39.9949755Z [ 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:39.9953374Z [ 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:39.9957028Z [ 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:39.9960687Z [ 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:39.9964331Z [ 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:39.9968186Z [ 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:39.9971877Z [ 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:39.9975521Z [ 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:39.9978552Z [ 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:39.9980706Z [ 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:39.9982842Z [ 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:39.9985097Z [ 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:39.9987764Z [ 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:39.9990480Z [ 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:39.9993158Z [ 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:39.9995817Z [ 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:39.9998436Z [ 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:40.0001417Z [ 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:40.0004088Z [ 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:40.0006815Z [ 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:40.0009740Z [ 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:40.0012481Z [ 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:40.0015215Z [ 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:40.0017848Z [ 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:40.0020421Z [ 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:40.0023045Z [ 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:40.0025675Z [ 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:40.0028300Z [ 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:40.0031007Z [ 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:40.0033811Z [ 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:40.0036637Z [ 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:41.1084723Z [ 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:41.1087455Z [ 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:41.1090164Z [ 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:41.1092439Z [ 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:41.1096149Z [ 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:41.1099883Z [ 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:41.1114158Z [ 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:41.1116340Z [ 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:41.1118491Z [ 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:41.1120619Z [ 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:41.1122757Z [ 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:41.1124942Z [ 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:41.1127146Z [ 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:41.1129543Z [ 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:41.1131858Z [ 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:41.1134165Z [ 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:41.1136388Z [ 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:41.1138607Z [ 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:41.1140841Z [ 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:41.1143075Z [ 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:41.1145358Z [ 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:41.1147539Z [ 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:41.1149696Z [ 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:41.1151879Z [ 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:41.1154092Z [ 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:41.1156290Z [ 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:41.1158532Z [ 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:41.1160811Z [ 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:41.1163567Z [ 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:41.1165898Z [ 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:41.1168264Z [ 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:41.1170555Z [ 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:41.1172914Z [ 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:41.1175258Z [ 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:41.1177660Z [ 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:41.1180020Z [ 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:41.1182387Z [ 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:41.1184836Z [ 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:41.1187237Z [ 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:41.1189547Z [ 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:41.1191748Z [ 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:41.1193871Z [ 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:41.1196001Z [ 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:41.1199252Z [ 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:41.1201741Z [ 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:41.1204008Z [ 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:41.1206275Z [ 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:41.1208658Z [ 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:41.1210964Z [ 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:41.1213294Z [ 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:41.1215587Z [ 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:41.1218216Z [ 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:41.1220633Z [ 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:41.1222742Z [ 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:41.1224921Z [ 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:42.1438298Z [ 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:42.1448001Z [ 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:42.1450466Z [ 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:42.1452982Z [ 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:42.1455392Z [ 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:42.1457905Z [ 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:42.1460099Z [ 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:42.1462833Z [ 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:42.1465635Z [ 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:42.1468682Z [ 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:42.1471411Z [ 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:42.1473944Z [ 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:42.1476747Z [ 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:42.1479912Z [ 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:42.1482655Z [ 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:42.1485159Z [ 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:42.1488166Z [ 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:42.1491388Z [ 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:42.1494846Z [ 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:42.1497627Z [ 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:42.1500521Z [ 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:42.1503906Z [ 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:42.1506788Z [ 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:42.1509133Z [ 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:42.1511803Z [ 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:42.1514683Z [ 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:42.1517707Z [ 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:42.1520685Z [ 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:42.1523267Z [ 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:42.1525640Z [ 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:42.1528168Z [ 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:42.1531029Z [ 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:42.1533940Z [ 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:42.1537030Z [ 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:42.1539720Z [ 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:42.1542139Z [ 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:42.1544807Z [ 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:42.1547939Z [ 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:42.1550942Z [ 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:42.1554335Z [ 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:42.1557418Z [ 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:42.1560572Z [ 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:42.1563178Z [ 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:42.1565984Z [ 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:42.1569397Z [ 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:42.1572657Z [ 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:42.1575517Z [ 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:42.1579381Z [ 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:42.1582208Z [ 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:43.2328296Z [ 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:43.2331462Z [ 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:43.2334660Z [ 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:43.2337752Z [ 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:43.2340816Z [ 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:43.2343931Z [ 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:43.2347090Z [ 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:43.2350231Z [ 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:43.2353417Z [ 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:43.2356517Z [ 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:43.2360191Z [ 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:43.2363577Z [ 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:43.2366806Z [ 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:43.2370203Z [ 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:43.2373449Z [ 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:43.2376649Z [ 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:43.2379963Z [ 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:43.2383323Z [ 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:43.2386677Z [ 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:43.2390032Z [ 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:43.2393359Z [ 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:43.2396764Z [ 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:43.2400048Z [ 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:43.2403337Z [ 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:43.2406619Z [ 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:43.2409892Z [ 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:43.2412859Z [ 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:43.2416002Z [ 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:43.2419408Z [ 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:43.2422827Z [ 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:43.2426286Z [ 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:43.2430439Z [ 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:43.2433578Z [ 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:43.2436457Z [ 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:43.2439212Z [ 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:43.2441920Z [ 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:43.2444483Z [ 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:43.2447105Z [ 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:43.2449961Z [ 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:43.2452524Z [ 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:43.2455081Z [ 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:43.2457783Z [ 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:43.2460564Z [ 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:43.2463333Z [ 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:43.2466118Z [ 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:43.2468736Z [ 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:43.2471264Z [ 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:43.2473906Z [ 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:43.2476606Z [ 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:43.2479125Z [ 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:44.2350089Z [ 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:44.2352975Z [ 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:44.2355738Z [ 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:44.2358378Z [ 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:44.2361822Z [ 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:44.2364529Z [ 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:44.2367270Z [ 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:44.2370304Z [ 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:44.2373187Z [ 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:44.2375711Z [ 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:44.2378204Z [ 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:44.2380800Z [ 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:44.2383273Z [ 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:44.2386015Z [ 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:44.2388869Z [ 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:44.2391382Z [ 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:44.2394255Z [ 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:44.2397052Z [ 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:44.2399756Z [ 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:44.2404178Z [ 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:44.2406966Z [ 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:44.2409942Z [ 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:44.2412278Z [ 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:44.2414846Z [ 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:44.2417205Z [ 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:44.2419807Z [ 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:44.2422300Z [ 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:44.2424826Z [ 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:44.2427351Z [ 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:44.2429879Z [ 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:44.2432205Z [ 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:44.2434680Z [ 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:44.2437006Z [ 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:44.2439700Z [ 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:44.2442613Z [ 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:44.2445676Z [ 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:44.2449070Z [ 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:44.2452271Z [ 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:44.2455560Z [ 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:44.2458788Z [ 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:44.2461832Z [ 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:44.2465073Z [ 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:44.2468294Z [ 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:44.2471531Z [ 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:44.2474727Z [ 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:44.2477958Z [ 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:44.2481152Z [ 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:44.2484674Z [ 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:44.2488301Z [ 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:44.2491564Z [ 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:44.2494831Z [ 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:45.1766849Z [ 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:45.1770401Z [ 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:45.1773536Z [ 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:45.1776670Z [ 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:45.1781332Z [ 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:45.1784519Z [ 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:45.1787339Z [ 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:45.1790175Z [ 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:45.1792927Z [ 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:45.1795625Z [ 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:45.1798331Z [ 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:45.1800752Z [ 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:45.1803675Z [ 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:45.1806441Z [ 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:45.1809799Z [ 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:45.1813220Z [ 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:45.1816559Z [ 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:45.1819720Z [ 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:45.1823834Z [ 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:45.1827216Z [ 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:45.1830506Z [ 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:45.1832946Z [ 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:45.1836339Z [ 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:45.1839827Z [ 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:45.1843264Z [ 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:45.1846779Z [ 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:45.1850483Z [ 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:45.1854026Z [ 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:45.1857555Z [ 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:45.1861052Z [ 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:45.1864547Z [ 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:45.1868070Z [ 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:45.1871586Z [ 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:45.1874721Z [ 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:45.1877602Z [ 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:45.1880562Z [ 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:45.1883668Z [ 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:45.1887167Z [ 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:45.1891005Z [ 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:45.1894547Z [ 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:45.1898066Z [ 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:45.1901936Z [ 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:45.1905337Z [ 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:45.1908824Z [ 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:45.1912212Z [ 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:45.1915740Z [ 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:45.1919252Z [ 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:46.0970563Z [ 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:46.0975952Z [ 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:46.0979824Z [ 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:46.0983850Z [ 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:46.0990923Z [ 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:46.0994925Z [ 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:46.1005250Z [ 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:46.1009224Z [ 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:46.1013082Z [ 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:46.1017463Z [ 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:46.1023638Z [ 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:46.1027378Z [ 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:46.1031239Z [ 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:46.1035791Z [ 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:46.1039582Z [ 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:46.1046528Z [ 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:46.1050454Z [ 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:46.1057340Z [ 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:46.1061175Z [ 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:46.1068079Z [ 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:46.1071910Z [ 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:46.1078626Z [ 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:46.1082517Z [ 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:46.1089811Z [ 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:46.1093677Z [ 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:46.1100546Z [ 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:46.1104793Z [ 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:46.1107881Z [ 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:46.1110531Z [ 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:46.1113627Z [ 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:46.1116565Z [ 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:46.1119549Z [ 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:46.1122696Z [ 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:46.1125887Z [ 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:46.1129282Z [ 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:46.1132680Z [ 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:46.1136035Z [ 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:46.1139219Z [ 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:46.1144815Z [ 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:46.1147791Z [ 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:46.1150966Z [ 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:46.1154079Z [ 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:46.1157196Z [ 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:46.1160338Z [ 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:46.1163553Z [ 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:46.1166824Z [ 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:47.1463918Z [ 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:47.1467546Z [ 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:47.1470240Z [ 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:47.1472968Z [ 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:47.1477074Z [ 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:47.1480139Z [ 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:47.1483040Z [ 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:47.1485703Z [ 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:47.1488622Z [ 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:47.1491228Z [ 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:47.1493745Z [ 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:47.1496264Z [ 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:47.1498776Z [ 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:47.1501617Z [ 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:47.1504188Z [ 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:47.1506787Z [ 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:47.1509333Z [ 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:47.1511880Z [ 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:47.1514757Z [ 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:47.1517361Z [ 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:47.1519978Z [ 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:47.1522954Z [ 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:47.1526089Z [ 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:47.1529139Z [ 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:47.1531598Z [ 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:47.1534428Z [ 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:47.1537317Z [ 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:47.1539862Z [ 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:47.1542393Z [ 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:47.1544980Z [ 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:47.1547545Z [ 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:47.1550086Z [ 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:47.1552685Z [ 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:47.1555340Z [ 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:47.1558088Z [ 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:47.1560815Z [ 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:47.1563557Z [ 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:47.1566455Z [ 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:47.1569666Z [ 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:47.1572432Z [ 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:47.1575091Z [ 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:47.1577787Z [ 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:47.1580345Z [ 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:47.1582919Z [ 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:47.1585706Z [ 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:47.1588189Z [ 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:47.1591372Z [ 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:47.1594301Z [ 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:48.3696543Z [ 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:48.3699752Z [ 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:48.3703213Z [ 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:48.3706288Z [ 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:48.3709290Z [ 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:48.3712234Z [ 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:48.3714966Z [ 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:48.3718097Z [ 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:48.3721100Z [ 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:48.3724133Z [ 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:48.3727331Z [ 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:48.3730653Z [ 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:48.3733714Z [ 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:48.3736815Z [ 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:48.3739985Z [ 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:48.3742955Z [ 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:48.3746012Z [ 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:48.3749180Z [ 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:48.3752711Z [ 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:48.3756105Z [ 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:48.3759053Z [ 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:48.3761989Z [ 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:48.3765302Z [ 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:48.3768845Z [ 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:48.3772447Z [ 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:48.3775334Z [ 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:48.3778049Z [ 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:48.3780635Z [ 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:48.3783249Z [ 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:48.3785914Z [ 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:48.3788395Z [ 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:48.3790964Z [ 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:48.3793554Z [ 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:48.3796069Z [ 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:48.3798651Z [ 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:48.3801640Z [ 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:48.3804178Z [ 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:48.3806909Z [ 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:48.3809663Z [ 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:48.3812675Z [ 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:48.3815644Z [ 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:48.3818243Z [ 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:48.3820814Z [ 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:48.3823447Z [ 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:48.3826105Z [ 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:48.3828693Z [ 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:48.3831354Z [ 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:48.3833952Z [ 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:49.4697949Z [ 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:49.4703302Z [ 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:49.4706984Z [ 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:49.4710685Z [ 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:49.4718054Z [ 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:49.4721300Z [ 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:49.4724589Z [ 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:49.4731946Z [ 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:49.4735609Z [ 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:49.4739309Z [ 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:49.4747196Z [ 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:49.4751267Z [ 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:49.4757998Z [ 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:49.4761440Z [ 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:49.4765058Z [ 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:49.4771587Z [ 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:49.4775236Z [ 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:49.4781507Z [ 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:49.4784632Z [ 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:49.4787740Z [ 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:49.4790514Z [ 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:49.4793279Z [ 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:49.4795847Z [ 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:49.4798498Z [ 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:49.4801429Z [ 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:49.4803668Z [ 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:49.4806116Z [ 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:49.4809534Z [ 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:49.4812850Z [ 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:49.4816478Z [ 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:49.4820106Z [ 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:49.4823731Z [ 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:49.4827794Z [ 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:49.4831289Z [ 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:49.4834605Z [ 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:49.4837896Z [ 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:49.4841183Z [ 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:49.4844479Z [ 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:49.4847926Z [ 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:49.4851020Z [ 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:49.4853997Z [ 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:49.4857007Z [ 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:49.4860053Z [ 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:49.4862978Z [ 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:49.4866052Z [ 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:49.4875893Z [ 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:49.4879087Z [ 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:49.4882305Z [ 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:50.6408447Z [ 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:50.6411229Z [ 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:50.6413909Z [ 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:50.6416695Z [ 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:50.6421860Z [ 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:50.6429131Z [ 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:50.6435113Z [ 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:50.6440191Z [ 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:50.6444354Z [ 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:50.6448657Z [ 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:50.6453087Z [ 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:50.6457367Z [ 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:50.6461709Z [ 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:50.6466076Z [ 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:50.6470478Z [ 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:50.6474830Z [ 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:50.6479482Z [ 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:50.6484022Z [ 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:50.6488570Z [ 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:50.6492878Z [ 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:50.6497257Z [ 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:50.6501992Z [ 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:50.6506318Z [ 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:50.6510670Z [ 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:50.6515077Z [ 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:50.6519448Z [ 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:50.6524327Z [ 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:50.6528893Z [ 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:50.6533424Z [ 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:50.6537689Z [ 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:50.6541826Z [ 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:50.6545938Z [ 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:50.6567013Z [ 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:50.6570285Z [ 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:50.6573585Z [ 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:50.6576923Z [ 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:50.6580154Z [ 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:50.6583308Z [ 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:50.6586579Z [ 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:50.6589749Z [ 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:50.6592850Z [ 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:50.6595994Z [ 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:50.6599964Z [ 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:50.6604083Z [ 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:50.6606811Z [ 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:50.6609732Z [ 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:50.6612488Z [ 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:50.6616113Z [ 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:50.6619155Z [ 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:51.7820033Z [ 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:51.7835397Z [ 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:51.7838196Z [ 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:51.7840806Z [ 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:51.7843498Z [ 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:51.7846186Z [ 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:51.7849281Z [ 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:51.7852151Z [ 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:51.7855035Z [ 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:51.7858024Z [ 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:51.7860969Z [ 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:51.7863911Z [ 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:51.7866868Z [ 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:51.7869833Z [ 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:51.7872904Z [ 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:51.7875871Z [ 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:51.7878560Z [ 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:51.7881259Z [ 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:51.7884151Z [ 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:51.7887141Z [ 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:51.7891404Z [ 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:51.7894337Z [ 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:51.7899136Z [ 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:51.7903493Z [ 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:51.7906404Z [ 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:51.7912571Z [ 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:51.7915108Z [ 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:51.7917509Z [ 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:51.7920343Z [ 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:51.7923353Z [ 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:51.7926329Z [ 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:51.7929400Z [ 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:51.7932410Z [ 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:51.7935452Z [ 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:51.7938549Z [ 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:51.7941586Z [ 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:51.7944630Z [ 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:51.7947666Z [ 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:51.7950609Z [ 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:51.7953602Z [ 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:51.7956610Z [ 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:51.7959714Z [ 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:51.7963484Z [ 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:51.7966255Z [ 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:51.7969234Z [ 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:51.7971938Z [ 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:51.7974684Z [ 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:51.7977428Z [ 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:51.7980172Z [ 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:51.7982910Z [ 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:51.7986025Z [ 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:51.7989179Z [ 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:52.8055787Z [ 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:52.8059210Z [ 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:52.8062472Z [ 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:52.8065697Z [ 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:52.8068926Z [ 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:43:52.8072131Z [ 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:43:52.8075362Z [ 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:43:52.8078659Z [ 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:43:52.8081875Z [ 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:43:52.8085099Z [ 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:43:52.8088556Z [ 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:43:52.8092621Z [ 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:43:52.8096102Z [ 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:43:52.8099484Z [ 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:43:52.8102985Z [ 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:43:52.8106198Z [ 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:43:52.8109483Z [ 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:43:52.8112746Z [ 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:43:52.8116021Z [ 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:43:52.8119250Z [ 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:43:52.8122458Z [ 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:43:52.8125701Z [ 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:43:52.8129161Z [ 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:43:52.8132351Z [ 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:43:52.8135607Z [ 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:43:52.8138849Z [ 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:43:52.8142013Z [ 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:43:52.8145240Z [ 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:43:52.8148493Z [ 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:43:52.8151751Z [ 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:43:52.8155043Z [ 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:43:52.8158327Z [ 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:43:52.8162245Z [ 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:43:52.8165525Z [ 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:43:52.8169100Z [ 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:43:52.8172355Z [ 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:43:52.8175625Z [ 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:43:52.8178939Z [ 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:43:52.8182193Z [ 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:43:52.8185441Z [ 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:43:52.8188710Z [ 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:43:52.8191976Z [ 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:43:52.8195275Z [ 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:43:52.8198517Z [ 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:43:52.8202819Z [ 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:43:52.8205640Z [ 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:43:52.8208497Z [ 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:43:53.9031540Z [ 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:43:53.9034588Z [ 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:43:53.9037310Z [ 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:43:53.9040269Z [ 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:43:53.9043150Z [ 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:43:53.9046529Z [ 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:43:53.9049741Z [ 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:43:53.9052326Z [ 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:43:53.9055279Z [ 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:43:53.9058308Z [ 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:43:53.9060695Z [ 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:43:53.9063522Z [ 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:43:53.9066307Z [ 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:43:53.9068698Z [ 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:43:53.9071562Z [ 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:43:53.9074279Z [ 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:43:53.9077273Z [ 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:43:53.9080281Z [ 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:43:53.9083492Z [ 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:43:53.9086802Z [ 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:43:53.9090346Z [ 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:43:53.9093710Z [ 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:43:53.9097028Z [ 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:43:53.9100194Z [ 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:43:53.9103767Z [ 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:43:53.9107585Z [ 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:43:53.9111193Z [ 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:43:53.9114586Z [ 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:43:53.9117825Z [ 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:43:53.9121129Z [ 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:43:53.9124426Z [ 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:43:53.9127953Z [ 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:43:53.9131302Z [ 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:43:53.9134618Z [ 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:43:53.9137947Z [ 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:43:53.9141232Z [ 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:43:53.9144413Z [ 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:43:53.9147626Z [ 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:43:53.9150865Z [ 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:43:53.9154079Z [ 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:43:53.9157321Z [ 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:43:53.9160497Z [ 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:43:53.9163600Z [ 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:43:53.9166177Z [ 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:43:53.9169117Z [ 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:43:53.9171925Z [ 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:43:53.9175761Z [ 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:43:55.0048567Z [ 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:43:55.0051693Z [ 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:43:55.0054487Z [ 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:43:55.0057478Z [ 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:43:55.0060731Z [ 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:43:55.0063779Z [ 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:43:55.0067020Z [ 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:43:55.0069963Z [ 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:43:55.0072652Z [ 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:43:55.0075627Z [ 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:43:55.0078834Z [ 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:43:55.0081871Z [ 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:43:55.0084556Z [ 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:43:55.0087680Z [ 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:43:55.0090858Z [ 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:43:55.0093628Z [ 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:43:55.0096428Z [ 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:43:55.0099557Z [ 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:43:55.0102780Z [ 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:43:55.0107456Z [ 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:43:55.0110877Z [ 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:43:55.0114127Z [ 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:43:55.0117320Z [ 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:43:55.0120515Z [ 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:43:55.0123697Z [ 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:43:55.0126700Z [ 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:43:55.0130111Z [ 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:43:55.0133355Z [ 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:43:55.0136601Z [ 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:43:55.0139876Z [ 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:43:55.0143076Z [ 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:43:55.0146254Z [ 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:43:55.0149471Z [ 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:43:55.0152693Z [ 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:43:55.0155840Z [ 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:43:55.0158967Z [ 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:43:55.0161956Z [ 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:43:55.0165124Z [ 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:43:55.0168371Z [ 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:43:55.0171364Z [ 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:43:55.0174641Z [ 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:43:55.0177642Z [ 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:43:55.0180899Z [ 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:43:55.0184069Z [ 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:43:55.0186845Z [ 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:43:55.0189719Z [ 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:43:55.0192868Z [ 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:43:56.0594261Z [ 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:43:56.0597171Z [ 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:43:56.0600171Z [ 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:43:56.0604305Z [ 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:43:56.0607241Z [ 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:43:56.0610659Z [ 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:43:56.0613754Z [ 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:43:56.0616792Z [ 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:43:56.0620228Z [ 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:43:56.0623461Z [ 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:43:56.0626568Z [ 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:43:56.0630014Z [ 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:43:56.0633292Z [ 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:43:56.0637299Z [ 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:43:56.0640755Z [ 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:43:56.0644119Z [ 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:43:56.0647830Z [ 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:43:56.0651216Z [ 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:43:56.0654617Z [ 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:43:56.0657726Z [ 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:43:56.0660954Z [ 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:43:56.0664082Z [ 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:43:56.0667209Z [ 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:43:56.0670651Z [ 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:43:56.0674084Z [ 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:43:56.0677183Z [ 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:43:56.0680204Z [ 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:43:56.0683592Z [ 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:43:56.0687055Z [ 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:43:56.0690943Z [ 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:43:56.0694396Z [ 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:43:56.0697810Z [ 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:43:56.0701831Z [ 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:43:56.0705703Z [ 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:43:56.0709142Z [ 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:43:56.0712294Z [ 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:43:56.0715535Z [ 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:43:56.0718973Z [ 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:43:56.0722363Z [ 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:43:56.0725692Z [ 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:43:56.0729404Z [ 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:43:56.0732695Z [ 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:43:56.0735912Z [ 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:43:56.0738986Z [ 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:43:56.0742245Z [ 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:43:56.0745361Z [ 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:43:56.0748578Z [ 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:43:57.1531947Z [ 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:43:57.1535493Z [ 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:43:57.1538705Z [ 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:43:57.1541912Z [ 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:43:57.1545097Z [ 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:43:57.1548284Z [ 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:43:57.1551459Z [ 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:43:57.1556132Z [ 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:43:57.1559357Z [ 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:43:57.1562534Z [ 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:43:57.1565711Z [ 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:43:57.1569160Z [ 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:43:57.1572269Z [ 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:43:57.1575489Z [ 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:43:57.1577906Z [ 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:43:57.1580909Z [ 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:43:57.1584115Z [ 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:43:57.1587193Z [ 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:43:57.1590195Z [ 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:43:57.1598924Z [ 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:43:57.1603867Z [ 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:43:57.1608366Z [ 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:43:57.1612709Z [ 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:43:57.1616996Z [ 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:43:57.1621359Z [ 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:43:57.1625681Z [ 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:43:57.1630010Z [ 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:43:57.1634254Z [ 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:43:57.1639419Z [ 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:43:57.1643021Z [ 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:43:57.1646326Z [ 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:43:57.1649511Z [ 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:43:57.1652808Z [ 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:43:57.1656040Z [ 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:43:57.1659317Z [ 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:43:57.1662623Z [ 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:43:57.1666233Z [ 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:43:57.1669529Z [ 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:43:57.1672780Z [ 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:43:57.1676031Z [ 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:43:57.1679295Z [ 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:43:57.1682581Z [ 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:43:57.1685797Z [ 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:43:57.1689222Z [ 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:43:57.1692817Z [ 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:43:57.1696058Z [ 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:43:57.1699300Z [ 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:43:57.1702979Z [ 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:43:58.2689040Z [ 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:43:58.2692525Z [ 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:43:58.2695657Z [ 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:43:58.2698722Z [ 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:43:58.2702619Z [ 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:43:58.2705620Z [ 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:43:58.2708704Z [ 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:43:58.2712010Z [ 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:43:58.2715375Z [ 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:43:58.2718802Z [ 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:43:58.2722035Z [ 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:43:58.2725239Z [ 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:43:58.2728531Z [ 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:43:58.2731689Z [ 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:43:58.2734844Z [ 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:43:58.2738086Z [ 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:43:58.2741162Z [ 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:43:58.2744136Z [ 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:43:58.2747327Z [ 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:43:58.2750548Z [ 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:43:58.2753795Z [ 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:43:58.2757516Z [ 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:43:58.2761003Z [ 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:43:58.2763971Z [ 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:43:58.2767147Z [ 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:43:58.2770591Z [ 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:43:58.2773648Z [ 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:43:58.2776599Z [ 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:43:58.2779724Z [ 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:43:58.2782899Z [ 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:43:58.2786206Z [ 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:43:58.2789216Z [ 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:43:58.2792115Z [ 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:43:58.2794940Z [ 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:43:58.2797768Z [ 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:43:58.2800655Z [ 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:43:58.2804414Z [ 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:43:58.2807362Z [ 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:43:58.2810534Z [ 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:43:58.2813716Z [ 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:43:58.2816885Z [ 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:43:58.2819996Z [ 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:43:58.2823553Z [ 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:43:58.2826820Z [ 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:43:58.2829919Z [ 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:43:58.2833167Z [ 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:43:58.2836331Z [ 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:43:58.2839458Z [ 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:43:58.2842576Z [ 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:43:59.3470669Z [ 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:43:59.3473468Z [ 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:43:59.3476344Z [ 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:43:59.3479392Z [ 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:43:59.3482384Z [ 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:43:59.3485020Z [ 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:43:59.3487944Z [ 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:43:59.3490708Z [ 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:43:59.3493487Z [ 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:43:59.3496394Z [ 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:43:59.3499187Z [ 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:43:59.3502615Z [ 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:43:59.3505653Z [ 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:43:59.3508407Z [ 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:43:59.3512179Z [ 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:43:59.3514881Z [ 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:43:59.3517542Z [ 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:43:59.3520245Z [ 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:43:59.3522990Z [ 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:43:59.3525785Z [ 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:43:59.3528724Z [ 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:43:59.3531652Z [ 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:43:59.3534493Z [ 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:43:59.3537338Z [ 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:43:59.3540168Z [ 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:43:59.3543035Z [ 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:43:59.3546179Z [ 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:43:59.3548966Z [ 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:43:59.3551837Z [ 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:43:59.3554844Z [ 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:43:59.3557824Z [ 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:43:59.3560903Z [ 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:43:59.3564017Z [ 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:43:59.3566998Z [ 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:43:59.3570899Z [ 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:43:59.3573947Z [ 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:43:59.3576937Z [ 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:43:59.3579939Z [ 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:43:59.3582925Z [ 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:43:59.3585983Z [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:43:59.3588973Z [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:43:59.3591946Z [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:43:59.3595135Z [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:43:59.3598000Z [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:43:59.3601840Z [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:43:59.3604973Z [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:18.7391368Z [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:18.7394139Z [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:18.7396906Z [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:18.7399020Z [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:18.7401414Z [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:18.7403501Z [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:18.7405622Z [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:18.7407779Z [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:18.7410942Z [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:18.7413067Z [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:18.7415313Z [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:18.7417380Z [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:18.7419446Z [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:18.7422118Z [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:18.7424589Z [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:18.7426655Z [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:18.7428862Z [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:18.7430920Z [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:18.7432969Z [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:18.7434675Z [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:18.7436494Z [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:18.7437951Z [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:18.7439411Z [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:18.7440934Z [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:18.7442926Z [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:18.7444438Z [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:18.7445948Z [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:18.7447636Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/vlog.c.o 2024-08-22T20:44:18.7448525Z [100%] Built target microkernels-all 2024-08-22T20:44:18.7449043Z [100%] Linking CXX static library liboptimized_kernels.a 2024-08-22T20:44:18.7449561Z [100%] Built target optimized_kernels 2024-08-22T20:44:18.7450105Z [100%] Generating selected_operators.yaml for optimized_ops_lib 2024-08-22T20:44:18.7450804Z [100%] Merging kernel yaml files 2024-08-22T20:44:18.7451463Z [100%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2024-08-22T20:44:18.7452101Z [100%] Generating code for kernel registration 2024-08-22T20:44:18.7452708Z [100%] Generating code for kernel registration 2024-08-22T20:44:18.7453884Z [100%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:44:18.7455626Z [100%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:44:18.7456771Z [100%] Linking CXX static library liboptimized_ops_lib.a 2024-08-22T20:44:18.7457293Z [100%] Built target optimized_ops_lib 2024-08-22T20:44:18.7457861Z [100%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2024-08-22T20:44:18.7458467Z [100%] Built target optimized_native_cpu_ops_lib 2024-08-22T20:44:18.7459406Z [100%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2024-08-22T20:44:18.7460544Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2024-08-22T20:44:18.7461633Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:44:18.7462623Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2024-08-22T20:44:18.7463628Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2024-08-22T20:44:18.7464727Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2024-08-22T20:44:18.7465610Z [100%] Linking CXX executable executor_runner 2024-08-22T20:44:18.7466079Z [100%] Built target executor_runner 2024-08-22T20:44:18.7466489Z Install the project... 2024-08-22T20:44:18.7466939Z -- Install configuration: "Release" 2024-08-22T20:44:18.7467672Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-config.cmake 2024-08-22T20:44:18.7468552Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libcpuinfo.a 2024-08-22T20:44:18.7469433Z -- Installing: /pytorch/torchchat/et-build/install/include/cpuinfo.h 2024-08-22T20:44:18.7470319Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets.cmake 2024-08-22T20:44:18.7471428Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets-release.cmake 2024-08-22T20:44:18.7472421Z -- Installing: /pytorch/torchchat/et-build/install/lib64/pkgconfig/libcpuinfo.pc 2024-08-22T20:44:18.7473350Z -- Installing: /pytorch/torchchat/et-build/install/include/pthreadpool.h 2024-08-22T20:44:18.7474171Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libpthreadpool.a 2024-08-22T20:44:18.7475009Z -- Installing: /pytorch/torchchat/et-build/install/include/fxdiv.h 2024-08-22T20:44:18.7475848Z -- Installing: /pytorch/torchchat/et-build/install/lib/libportable_kernels.a 2024-08-22T20:44:18.7476781Z -- Installing: /pytorch/torchchat/et-build/install/lib/libportable_ops_lib.a 2024-08-22T20:44:18.7477865Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/portable/Functions.h 2024-08-22T20:44:18.7479138Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/portable/NativeFunctions.h 2024-08-22T20:44:18.7480269Z -- Installing: /pytorch/torchchat/et-build/install/lib/libeigen_blas.a 2024-08-22T20:44:18.7481046Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcpublas.a 2024-08-22T20:44:18.7481847Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_kernels.a 2024-08-22T20:44:18.7482706Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_ops_lib.a 2024-08-22T20:44:18.7483800Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/optimized/Functions.h 2024-08-22T20:44:18.7485153Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/optimized/NativeFunctions.h 2024-08-22T20:44:18.7486196Z -- Up-to-date: /pytorch/torchchat/et-build/install/lib/libcpublas.a 2024-08-22T20:44:18.7487116Z -- Installing: /pytorch/torchchat/et-build/install/lib/libquantized_kernels.a 2024-08-22T20:44:18.7488222Z -- Installing: /pytorch/torchchat/et-build/install/lib/libquantized_ops_lib.a 2024-08-22T20:44:18.7489220Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/quantized/Functions.h 2024-08-22T20:44:18.7815652Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/quantized/NativeFunctions.h 2024-08-22T20:44:18.7817208Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_native_cpu_ops_lib.a 2024-08-22T20:44:18.7818360Z -- Installing: /pytorch/torchchat/et-build/install/lib/Functions.h 2024-08-22T20:44:18.7819387Z -- Installing: /pytorch/torchchat/et-build/install/lib/NativeFunctions.h 2024-08-22T20:44:18.7820481Z -- Installing: /pytorch/torchchat/et-build/install/lib/libexecutorch.a 2024-08-22T20:44:18.7821600Z -- Installing: /pytorch/torchchat/et-build/install/lib/libexecutorch_no_prim_ops.a 2024-08-22T20:44:18.7822629Z -- Installing: /pytorch/torchchat/et-build/install/lib/cmake/ExecuTorch/executorch-config.cmake 2024-08-22T20:44:18.7823629Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_data_loader.a 2024-08-22T20:44:18.7824518Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_module.so 2024-08-22T20:44:18.7825415Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_module_static.a 2024-08-22T20:44:18.7826235Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16.h 2024-08-22T20:44:18.7827013Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/bitcasts.h 2024-08-22T20:44:18.7827814Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/fp16.h 2024-08-22T20:44:18.7828600Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/psimd.h 2024-08-22T20:44:18.7829419Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/__init__.py 2024-08-22T20:44:18.7830234Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/avx.py 2024-08-22T20:44:18.7831006Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/avx2.py 2024-08-22T20:44:18.7831764Z -- Installing: /pytorch/torchchat/et-build/install/include/psimd.h 2024-08-22T20:44:18.7832528Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libXNNPACK.a 2024-08-22T20:44:18.7833302Z -- Installing: /pytorch/torchchat/et-build/install/include/xnnpack.h 2024-08-22T20:44:18.7834123Z -- Installing: /pytorch/torchchat/et-build/install/include/experiments-config.h 2024-08-22T20:44:18.7834987Z -- Installing: /pytorch/torchchat/et-build/install/lib/libxnnpack_backend.a 2024-08-22T20:44:18.7836171Z -- 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:18.7837595Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libetdump.a 2024-08-22T20:44:18.7838974Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libflatccrt.a 2024-08-22T20:44:18.7840412Z -- Installing: /pytorch/torchchat/et-build/install/executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:44:18.7842098Z -- 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:18.7843392Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcustom_ops.a 2024-08-22T20:44:18.7844233Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcustom_ops_aot_lib.so 2024-08-22T20:44:18.7845354Z -- Set non-toolchain portion of runtime path of "/pytorch/torchchat/et-build/install/lib/libcustom_ops_aot_lib.so" to "" 2024-08-22T20:44:18.7846506Z creating pip-out/lib.linux-x86_64-cpython-311 2024-08-22T20:44:18.7847171Z creating pip-out/lib.linux-x86_64-cpython-311/executorch 2024-08-22T20:44:18.7848253Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/data 2024-08-22T20:44:18.7849009Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin 2024-08-22T20:44:18.7850014Z 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:18.7850779Z running build_py 2024-08-22T20:44:18.7851313Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends 2024-08-22T20:44:18.7852093Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:18.7853045Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:18.7854159Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:18.7855296Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:18.7856435Z copying backends/arm/arm_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:18.7857601Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:18.7858735Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:18.7859702Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:18.7860776Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:18.7862058Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:18.7863349Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:18.7864647Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:18.7865726Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm 2024-08-22T20:44:18.7866808Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm 2024-08-22T20:44:18.7867862Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:18.7868934Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:18.7870219Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:18.7871559Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:18.7872890Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:18.7874292Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:18.7875769Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:18.7877147Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:18.7878469Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:18.7879771Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:18.7881087Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:18.7882447Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:18.7883555Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-08-22T20:44:18.7884562Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-08-22T20:44:18.7885757Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-08-22T20:44:18.7886793Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-08-22T20:44:18.7887943Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-08-22T20:44:18.7889195Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-08-22T20:44:18.7890232Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple 2024-08-22T20:44:18.7891098Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-08-22T20:44:18.7892158Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-08-22T20:44:18.7893417Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-08-22T20:44:18.7894499Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml 2024-08-22T20:44:18.7895462Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:18.7896740Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:18.7898297Z 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:18.7899614Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition 2024-08-22T20:44:18.7901201Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition 2024-08-22T20:44:18.7902817Z 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:18.7904139Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:18.7905426Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:18.7907005Z 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:18.7960186Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test 2024-08-22T20:44:18.7961977Z 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:18.7964076Z 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:18.7965387Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime 2024-08-22T20:44:18.7966467Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:44:18.7968050Z 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:18.7969416Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:18.7970723Z 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:18.7972448Z 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:18.7974068Z 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:18.7975652Z 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:18.7977212Z 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:18.7978972Z 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:18.7980537Z 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:18.7982145Z 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:18.7983695Z 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:18.7985200Z 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:18.7986681Z 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:18.7989848Z 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:18.7991359Z 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:18.7992870Z 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:18.7994395Z 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:18.7995896Z 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:18.7997372Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:18.7998859Z 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:18.8000100Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition 2024-08-22T20:44:18.8001631Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition 2024-08-22T20:44:18.8003181Z 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:18.8004467Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-08-22T20:44:18.8006093Z 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:18.8008018Z 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:18.8009289Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:44:18.8010444Z 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:18.8011866Z 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:18.8013499Z 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:18.8015064Z 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:18.8016505Z 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:18.8018999Z 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:18.8020161Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/utils 2024-08-22T20:44:18.8021340Z 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:18.8022472Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8023639Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8024974Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8026303Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8027664Z copying backends/arm/operators/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8029000Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8030333Z copying backends/arm/operators/op_dequant.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8031641Z copying backends/arm/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8032952Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8034285Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8035679Z copying backends/arm/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8037015Z copying backends/arm/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8038346Z copying backends/arm/operators/op_output.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8039676Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8041026Z copying backends/arm/operators/op_placeholder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8042381Z copying backends/arm/operators/op_quant.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8043714Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8045045Z copying backends/arm/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8046351Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8047731Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8049143Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8050841Z copying backends/arm/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:18.8052191Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:44:18.8053510Z 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:18.8054943Z copying backends/arm/passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:44:18.8056279Z 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:18.8093450Z copying backends/arm/passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:44:18.8094960Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:18.8096205Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:18.8097745Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:18.8099270Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:18.8100666Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:18.8102313Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-08-22T20:44:18.8103480Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-08-22T20:44:18.8104737Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-08-22T20:44:18.8106121Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:18.8107903Z 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:18.8109994Z 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:18.8112014Z 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:18.8114044Z 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:18.8116165Z 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:18.8118207Z 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:18.8120262Z 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:18.8122294Z 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:18.8124264Z 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:18.8125681Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/misc 2024-08-22T20:44:18.8126963Z 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:18.8128584Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/models 2024-08-22T20:44:18.8129974Z 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:18.8131320Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:18.8132558Z 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:18.8133902Z 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:18.8135327Z 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:18.8136751Z 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:18.8138149Z 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:18.8139611Z 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:18.8140932Z 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:18.8142361Z 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:18.8143876Z 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:18.8145304Z 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:18.8146712Z 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:18.8148137Z 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:18.8149503Z 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:18.8150952Z 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:18.8152371Z 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:18.8153578Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/passes 2024-08-22T20:44:18.8154835Z 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:18.8156093Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-08-22T20:44:18.8157378Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-08-22T20:44:18.8158793Z 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:18.8159956Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil 2024-08-22T20:44:18.8161142Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil 2024-08-22T20:44:18.8162403Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party 2024-08-22T20:44:18.8163557Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:44:18.8165117Z 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:18.8166844Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python 2024-08-22T20:44:18.8168587Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:44:18.8170481Z 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:18.8176038Z 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:18.8177896Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:18.8179841Z 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:18.8182145Z 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:18.8184324Z 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:18.8186633Z 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:18.8188822Z 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:18.8191052Z 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:18.8193180Z 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:18.8207214Z 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:18.8210200Z 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:18.8212417Z 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:18.8214625Z 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:18.8216746Z 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:18.8218860Z 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:18.8220915Z 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:18.8222957Z 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:18.8225375Z 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:18.8227490Z 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:18.8229606Z 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:18.8231896Z 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:18.8234382Z 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:18.8236834Z 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:18.8239269Z 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:18.8241745Z 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:18.8244190Z 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:18.8246646Z 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:18.8248993Z 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:18.8251064Z 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:18.8253147Z 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:18.8255268Z 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:18.8257386Z 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:18.8259580Z 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:18.8261703Z 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:18.8263832Z 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:18.8265942Z 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:18.8267604Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test 2024-08-22T20:44:18.8268961Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:44:18.8270743Z 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:18.8272649Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:44:18.8274470Z 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:18.8275944Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence 2024-08-22T20:44:18.8276828Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:18.8277930Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:18.8279186Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:18.8280464Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:18.8281801Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:18.8283181Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:18.8284502Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:18.8285641Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-08-22T20:44:18.8286809Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-08-22T20:44:18.8288299Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-08-22T20:44:18.8289488Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:18.8290800Z 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:18.8292347Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:18.8293887Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:18.8295472Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:18.8296835Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:44:18.8298455Z 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:18.8300444Z 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:18.8302262Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:18.8333719Z 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:18.8336026Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:18.8338146Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:18.8339736Z 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:18.8341617Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:18.8343422Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:18.8345039Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:18.8346615Z 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:18.8348168Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:18.8349705Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:18.8350950Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8352137Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8353565Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8355068Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8356486Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8357869Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8359256Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8360665Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8362107Z 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:18.8363579Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8364998Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8366415Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8368059Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8369476Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8370921Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8372386Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8373822Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8375414Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8376846Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8378284Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8379767Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8381196Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8382630Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8384030Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8385466Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8386846Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8388256Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8389742Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8391186Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8392599Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8394046Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8395483Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8396902Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8398341Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8399773Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8401591Z 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:18.8403191Z 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:18.8404727Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8406149Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8407717Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8409201Z 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:18.8410627Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8412288Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8413975Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8415456Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8416957Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8418567Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8420025Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8421567Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8423013Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8424443Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8425953Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8485090Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:18.8486685Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-08-22T20:44:18.8488515Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-08-22T20:44:18.8490293Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-08-22T20:44:18.8491651Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8493102Z 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:18.8494764Z copying backends/qualcomm/passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8496421Z copying backends/qualcomm/passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8498038Z 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:18.8499754Z 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:18.8501635Z 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:18.8503326Z copying backends/qualcomm/passes/convert_prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8504856Z copying backends/qualcomm/passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8506450Z copying backends/qualcomm/passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8508062Z copying backends/qualcomm/passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8509661Z copying backends/qualcomm/passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8511276Z copying backends/qualcomm/passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8512802Z copying backends/qualcomm/passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8514247Z copying backends/qualcomm/passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8515712Z copying backends/qualcomm/passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8517510Z copying backends/qualcomm/passes/recompose_pixel_shuffle.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8519287Z copying backends/qualcomm/passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8520966Z copying backends/qualcomm/passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8522518Z copying backends/qualcomm/passes/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8523962Z copying backends/qualcomm/passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8525488Z copying backends/qualcomm/passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8526998Z copying backends/qualcomm/passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:18.8528366Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:18.8529734Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:18.8531354Z copying backends/qualcomm/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:18.8532698Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-08-22T20:44:18.8534288Z 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:18.8536203Z 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:18.8537620Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:44:18.8538848Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:44:18.8540276Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:44:18.8541714Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:44:18.8542909Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-08-22T20:44:18.8544159Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-08-22T20:44:18.8545523Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-08-22T20:44:18.8546714Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/test 2024-08-22T20:44:18.8548091Z 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:18.8549444Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-08-22T20:44:18.8550878Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-08-22T20:44:18.8552575Z copying backends/vulkan/partitioner/supported_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-08-22T20:44:18.8553823Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes 2024-08-22T20:44:18.8555083Z copying backends/vulkan/passes/custom_ops_defs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes 2024-08-22T20:44:18.8556642Z copying backends/vulkan/passes/test_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes 2024-08-22T20:44:18.8557849Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime 2024-08-22T20:44:18.8559040Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime 2024-08-22T20:44:18.8560314Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:18.8561715Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:18.8563408Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:18.8565103Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:18.8566419Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:44:18.8567729Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:44:18.8569241Z 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:18.8570743Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:44:18.8571993Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests 2024-08-22T20:44:18.8573236Z 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:18.8574843Z 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:18.8576248Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:44:18.8577678Z 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:18.8579385Z 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:18.8580758Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party 2024-08-22T20:44:18.8581791Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/volk 2024-08-22T20:44:18.8609356Z 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:18.8611077Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-08-22T20:44:18.8612604Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:18.8614674Z 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:18.8616713Z 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:18.8619168Z 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:18.8621376Z 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:18.8623590Z 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:18.8625631Z 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:18.8627793Z 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:18.8629577Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:44:18.8631475Z 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:18.8633225Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-08-22T20:44:18.8634618Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-08-22T20:44:18.8636186Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:44:18.8638319Z 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:18.8640134Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8641447Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8642889Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8644299Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8645810Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8647267Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8648872Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8650309Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8651742Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8653240Z 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:18.8654722Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8656215Z 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:18.8657880Z 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:18.8659455Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8660865Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8662309Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8663810Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8665261Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8666711Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8668226Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8669723Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8671172Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8672625Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8674061Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8675489Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8676934Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8678375Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8679806Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8681300Z 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:18.8682778Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8684202Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8685649Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8687098Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8688703Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8690126Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8691580Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8693022Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8694515Z 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:18.8696042Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8697535Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8698983Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8700458Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8702218Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8703629Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8739829Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:18.8741920Z 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:18.8743665Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-08-22T20:44:18.8745489Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-08-22T20:44:18.8747968Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-08-22T20:44:18.8750012Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:18.8752083Z copying backends/xnnpack/passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:18.8754483Z copying backends/xnnpack/passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:18.8756886Z copying backends/xnnpack/passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:18.8759264Z copying backends/xnnpack/passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:18.8761647Z 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:18.8764085Z copying backends/xnnpack/passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:18.8766448Z copying backends/xnnpack/passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:18.8768964Z copying backends/xnnpack/passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:18.8771175Z copying backends/xnnpack/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:18.8773543Z 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:18.8776157Z 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:18.8778616Z 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:18.8780636Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:18.8782864Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:18.8785744Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:18.8787721Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-08-22T20:44:18.8789622Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-08-22T20:44:18.8791967Z 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:18.8794105Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party 2024-08-22T20:44:18.8796318Z 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:18.8798799Z 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:18.8801112Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:18.8803074Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:18.8805337Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:18.8807061Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:18.8809253Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:18.8811152Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:18.8813197Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:18.8815576Z 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:18.8816916Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:18.8818211Z 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:18.8820427Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:18.8822885Z 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:18.8825424Z 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:18.8827943Z 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:18.8830463Z 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:18.8832720Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:18.8834282Z 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:18.8835840Z 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:18.8837338Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:18.8838878Z 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:18.8841474Z 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:18.8843921Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:18.8845818Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8847578Z copying backends/xnnpack/test/ops/abs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8848948Z copying backends/xnnpack/test/ops/add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8850349Z copying backends/xnnpack/test/ops/avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8851799Z copying backends/xnnpack/test/ops/bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8853214Z copying backends/xnnpack/test/ops/cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8854575Z copying backends/xnnpack/test/ops/ceil.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8855958Z copying backends/xnnpack/test/ops/clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8857356Z copying backends/xnnpack/test/ops/conv1d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8858755Z copying backends/xnnpack/test/ops/conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8860259Z copying backends/xnnpack/test/ops/div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8862441Z copying backends/xnnpack/test/ops/elu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8864685Z copying backends/xnnpack/test/ops/floor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8866956Z copying backends/xnnpack/test/ops/hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8869114Z copying backends/xnnpack/test/ops/hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8870730Z 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:18.8880813Z copying backends/xnnpack/test/ops/linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8883020Z 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:18.8885147Z copying backends/xnnpack/test/ops/maximum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8887305Z copying backends/xnnpack/test/ops/maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8889606Z 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:18.8891830Z copying backends/xnnpack/test/ops/minimum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8894066Z copying backends/xnnpack/test/ops/multiply.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8896339Z copying backends/xnnpack/test/ops/negate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8898548Z copying backends/xnnpack/test/ops/permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8901170Z copying backends/xnnpack/test/ops/pow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8903209Z copying backends/xnnpack/test/ops/prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8905269Z 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:18.8907710Z copying backends/xnnpack/test/ops/relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8909930Z copying backends/xnnpack/test/ops/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8912159Z copying backends/xnnpack/test/ops/sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8914184Z 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:18.8916515Z copying backends/xnnpack/test/ops/softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8918761Z copying backends/xnnpack/test/ops/sqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8920849Z copying backends/xnnpack/test/ops/square.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8923178Z 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:18.8925349Z copying backends/xnnpack/test/ops/sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:18.8927224Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:18.8929468Z 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:18.8932124Z 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:18.8934715Z 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:18.8937453Z 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:18.8940018Z 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:18.8942620Z 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:18.8944791Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization 2024-08-22T20:44:18.8947162Z 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:18.8949867Z 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:18.8952016Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:18.8954016Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:18.8956389Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:18.8958401Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:44:18.8960705Z 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:18.8963026Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:44:18.8965260Z 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:18.8967666Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:44:18.8969905Z 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:18.8971378Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:44:18.8972853Z 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:18.8974313Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include 2024-08-22T20:44:18.8975521Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:18.8977089Z 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:18.8978964Z 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:18.8980830Z 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:18.8982299Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test 2024-08-22T20:44:18.8983481Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:44:18.8985055Z 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:18.8986525Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK 2024-08-22T20:44:18.8987670Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:44:18.8989328Z 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:18.8991322Z 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:18.8992850Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:18.8994606Z 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:18.8996728Z 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:18.8998675Z 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:18.9000667Z 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:18.9003060Z 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:18.9005201Z 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:18.9211403Z 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:18.9213914Z 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:18.9216993Z 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:18.9220308Z 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:18.9222344Z 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:18.9224280Z 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:18.9226226Z 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:18.9228278Z 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:18.9230420Z 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:18.9232515Z 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:18.9234523Z 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:18.9236495Z 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:18.9238490Z 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:18.9240512Z 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:18.9242502Z 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:18.9244465Z 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:18.9246423Z 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:18.9248560Z 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:18.9250497Z 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:18.9252694Z 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:18.9254642Z 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:18.9256586Z 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:18.9258684Z 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:18.9260718Z 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:18.9262798Z 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:18.9264841Z 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:18.9267059Z 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:18.9270189Z 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:18.9273330Z 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:18.9276570Z 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:18.9279801Z 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:18.9282675Z 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:18.9285712Z 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:18.9288873Z 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:18.9291904Z 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:18.9295155Z 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:18.9298103Z 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:18.9301625Z 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:18.9304376Z 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:18.9308083Z 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:18.9311354Z 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:18.9314583Z 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:18.9317916Z 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:18.9320821Z 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:18.9323485Z 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:18.9326292Z 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:18.9328923Z 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:18.9395485Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:18.9398198Z 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:18.9400655Z 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:18.9403181Z 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:18.9405093Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-08-22T20:44:18.9406611Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:44:18.9408535Z 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:18.9409952Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples 2024-08-22T20:44:18.9410777Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:44:18.9411853Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:44:18.9413158Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:44:18.9414411Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:44:18.9415674Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-08-22T20:44:18.9417027Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-08-22T20:44:18.9418674Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-08-22T20:44:18.9419953Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-08-22T20:44:18.9421091Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-08-22T20:44:18.9422589Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-08-22T20:44:18.9424026Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:18.9425500Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:18.9427094Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:18.9428568Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-08-22T20:44:18.9429901Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-08-22T20:44:18.9431513Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-08-22T20:44:18.9432819Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-08-22T20:44:18.9434228Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-08-22T20:44:18.9435762Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-08-22T20:44:18.9436933Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:18.9438152Z copying examples/models/llama2/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:18.9439648Z copying examples/models/llama2/export_llama.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:18.9441024Z copying examples/models/llama2/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:18.9442571Z copying examples/models/llama2/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:18.9444090Z copying examples/models/llama2/llama_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:18.9445505Z copying examples/models/llama2/rope.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:18.9446914Z copying examples/models/llama2/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:18.9448573Z copying examples/models/llama2/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:18.9450044Z copying examples/models/llama2/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:18.9451512Z copying examples/models/llama2/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:18.9452905Z copying examples/models/llama2/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:18.9454083Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:44:18.9455248Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:44:18.9456644Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:44:18.9458039Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:44:18.9459144Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-08-22T20:44:18.9460499Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-08-22T20:44:18.9462024Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-08-22T20:44:18.9463355Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:18.9464682Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:18.9466189Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:18.9467463Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:18.9468773Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:18.9470274Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:18.9471539Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi-3-mini 2024-08-22T20:44:18.9472751Z 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:18.9474300Z 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:18.9475634Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi3-mini-lora 2024-08-22T20:44:18.9477021Z 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:18.9478234Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-08-22T20:44:18.9479443Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-08-22T20:44:18.9480753Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-08-22T20:44:18.9481918Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test 2024-08-22T20:44:18.9483089Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test 2024-08-22T20:44:18.9484383Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test 2024-08-22T20:44:18.9485659Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-08-22T20:44:18.9486927Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-08-22T20:44:18.9488801Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-08-22T20:44:18.9490056Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-08-22T20:44:18.9491271Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-08-22T20:44:18.9492686Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-08-22T20:44:18.9493905Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-08-22T20:44:18.9495104Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-08-22T20:44:18.9546126Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-08-22T20:44:18.9547725Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:18.9549369Z copying examples/models/llama2/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:18.9551756Z 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:18.9553920Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:44:18.9556242Z copying examples/models/llama2/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:44:18.9558940Z 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:18.9561764Z copying examples/models/llama2/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:44:18.9564517Z 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:18.9566635Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/runner 2024-08-22T20:44:18.9568891Z copying examples/models/llama2/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/runner 2024-08-22T20:44:18.9571201Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:18.9573636Z 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:18.9576543Z 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:18.9579422Z 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:18.9582217Z 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:18.9584280Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tests 2024-08-22T20:44:18.9586406Z 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:18.9588451Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-08-22T20:44:18.9590432Z copying examples/models/llama2/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-08-22T20:44:18.9592423Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:18.9594547Z 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:18.9597155Z 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:18.9599369Z 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:18.9601735Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/test 2024-08-22T20:44:18.9603691Z 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:18.9605123Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9606413Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9608062Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9609646Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9611384Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9613080Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9614153Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9615131Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9616365Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9617968Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9619469Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9620975Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9622453Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9623932Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9625371Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9626810Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9628227Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9629654Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9631105Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9632679Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9634301Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9635874Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9637399Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9638836Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:18.9640248Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:18.9641853Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:18.9643633Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:18.9645519Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:18.9647388Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:18.9649395Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:18.9650969Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:18.9652610Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:18.9654511Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:18.9656383Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:18.9658175Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:18.9659947Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:18.9661457Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:18.9662957Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:18.9664492Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:18.9666217Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:18.9667777Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:18.9669311Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-08-22T20:44:18.9670877Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-08-22T20:44:18.9672842Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-08-22T20:44:18.9674336Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:44:18.9675773Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:44:18.9677421Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:44:18.9679080Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:44:18.9680562Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:44:18.9682143Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:44:18.9683901Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:44:18.9685336Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:44:18.9686861Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9688548Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9691251Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9693024Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9695030Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9696948Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9699038Z 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:18.9701285Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9703278Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9705350Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9707077Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9708915Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9710887Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9712508Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9714478Z 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:18.9716660Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9718751Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9720799Z 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:18.9722757Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9724752Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9726482Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9728233Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9730146Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9732047Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9734039Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9736003Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9738044Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9740099Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:18.9741741Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:44:18.9743274Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:44:18.9745100Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:44:18.9746887Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:44:18.9748376Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:18.9749838Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:18.9751583Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:18.9753311Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:18.9755016Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:18.9756712Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:18.9758367Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:18.9760052Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:18.9761530Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9763041Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9764836Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9766733Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9768660Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9770220Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9772048Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9773826Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9775551Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9777515Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9779689Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9781588Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9783485Z 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:18.9785669Z 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:18.9787485Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9789313Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9791080Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9792924Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9794841Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9796706Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9798556Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9800368Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9801896Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9802965Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9804349Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9806083Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9808060Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9809883Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9811674Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:18.9813292Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:18.9815001Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:18.9816986Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:18.9818453Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:18.9820442Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:18.9822157Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:18.9823881Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:18.9825578Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:18.9826879Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:18.9828178Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:18.9829364Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:18.9831109Z 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:18.9833115Z 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:18.9835867Z 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:18.9837969Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:18.9839826Z 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:18.9842140Z 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:18.9844401Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:18.9846549Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:18.9848790Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:18.9850912Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:18.9853083Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:18.9855221Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:18.9857365Z 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:18.9859308Z 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:18.9861319Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:18.9863453Z 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:18.9865031Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:18.9866444Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:18.9868140Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:18.9870190Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:18.9871910Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos 2024-08-22T20:44:18.9873462Z 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:18.9874960Z 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:18.9876167Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:18.9877523Z 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:18.9879080Z 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:18.9880650Z 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:18.9882015Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend 2024-08-22T20:44:18.9883185Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend 2024-08-22T20:44:18.9884244Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-08-22T20:44:18.9885283Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-08-22T20:44:18.9886343Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/test 2024-08-22T20:44:18.9887639Z 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:18.9888788Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend/test 2024-08-22T20:44:18.9890042Z 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:18.9891225Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-08-22T20:44:18.9892361Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-08-22T20:44:18.9893670Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-08-22T20:44:18.9894782Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:18.9895995Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:18.9897384Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:18.9898766Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:18.9899884Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-08-22T20:44:18.9901340Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-08-22T20:44:18.9902675Z 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:18.9903799Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-08-22T20:44:18.9904924Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-08-22T20:44:18.9906238Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-08-22T20:44:18.9907354Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test 2024-08-22T20:44:18.9908534Z 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:18.9909942Z 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:18.9911111Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/test 2024-08-22T20:44:18.9912326Z 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:18.9913442Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/test 2024-08-22T20:44:18.9914442Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/test 2024-08-22T20:44:18.9915495Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/test 2024-08-22T20:44:18.9916745Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/test 2024-08-22T20:44:18.9918601Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:44:18.9920266Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:44:18.9922529Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:44:18.9924606Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:44:18.9926495Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/test 2024-08-22T20:44:18.9928553Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/test 2024-08-22T20:44:18.9929962Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension 2024-08-22T20:44:18.9931311Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util 2024-08-22T20:44:18.9933113Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util 2024-08-22T20:44:18.9935136Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util 2024-08-22T20:44:18.9936729Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:44:18.9937865Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:44:18.9939841Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:44:18.9941763Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:44:18.9942839Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings 2024-08-22T20:44:18.9943965Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings 2024-08-22T20:44:18.9945619Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree 2024-08-22T20:44:19.0021366Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree 2024-08-22T20:44:19.0022972Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converters 2024-08-22T20:44:19.0024777Z 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:19.0026281Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm 2024-08-22T20:44:19.0027152Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:19.0028227Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:19.0029490Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:19.0030825Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:19.0032174Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:19.0033292Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer 2024-08-22T20:44:19.0034428Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer 2024-08-22T20:44:19.0035767Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer 2024-08-22T20:44:19.0036906Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party 2024-08-22T20:44:19.0037941Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:44:19.0039521Z 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:19.0041330Z 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:19.0042744Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:44:19.0044300Z 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:19.0045927Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:44:19.0047687Z 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:19.0049637Z 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:19.0051109Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2 2024-08-22T20:44:19.0052169Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:44:19.0053590Z 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:19.0054110Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:19.0054924Z 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:19.0055765Z 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:19.0056567Z 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:19.0057064Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:19.0057909Z 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:19.0058738Z 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:19.0059521Z 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:19.0060099Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:44:19.0061059Z 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:19.0061596Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece 2024-08-22T20:44:19.0062170Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:44:19.0063095Z 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:19.0063730Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:44:19.0064783Z 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:19.0066148Z 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:19.0066906Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src 2024-08-22T20:44:19.0067692Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:19.0069030Z 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:19.0070224Z 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:19.0071481Z 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:19.0072716Z 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:19.0073182Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer/test 2024-08-22T20:44:19.0073928Z 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:19.0074382Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-08-22T20:44:19.0075195Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-08-22T20:44:19.0076001Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-08-22T20:44:19.0076437Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/test 2024-08-22T20:44:19.0077045Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/test 2024-08-22T20:44:19.0077355Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk 2024-08-22T20:44:19.0077750Z copying sdk/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk 2024-08-22T20:44:19.0078154Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:44:19.0078738Z copying sdk/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:44:19.0079311Z copying sdk/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:44:19.0079869Z copying sdk/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:44:19.0080267Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-08-22T20:44:19.0080839Z copying sdk/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-08-22T20:44:19.0081393Z copying sdk/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-08-22T20:44:19.0081772Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:19.0082287Z copying sdk/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:19.0082787Z copying sdk/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:19.0083150Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-08-22T20:44:19.0083643Z copying sdk/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-08-22T20:44:19.0156926Z copying sdk/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-08-22T20:44:19.0157453Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:19.0158374Z copying sdk/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:19.0159115Z copying sdk/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:19.0159855Z copying sdk/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:19.0160678Z copying sdk/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:19.0161233Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool 2024-08-22T20:44:19.0162130Z 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:19.0162851Z 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:19.0163302Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:44:19.0163970Z copying sdk/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:44:19.0164717Z 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:19.0165227Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:19.0165918Z copying sdk/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:19.0166345Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-08-22T20:44:19.0167041Z 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:19.0167879Z 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:19.0168552Z 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:19.0168977Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/util 2024-08-22T20:44:19.0169628Z 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:19.0170104Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/test 2024-08-22T20:44:19.0170853Z 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:19.0171348Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:44:19.0172162Z 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:19.0172546Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/tests 2024-08-22T20:44:19.0173156Z copying sdk/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/tests 2024-08-22T20:44:19.0173549Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/tests 2024-08-22T20:44:19.0174169Z copying sdk/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/tests 2024-08-22T20:44:19.0174579Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:44:19.0175227Z copying sdk/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:44:19.0175964Z copying sdk/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:44:19.0176712Z copying sdk/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:44:19.0177034Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-08-22T20:44:19.0177495Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-08-22T20:44:19.0178005Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-08-22T20:44:19.0178359Z creating pip-out/lib.linux-x86_64-cpython-311/serializer 2024-08-22T20:44:19.0179087Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/serializer 2024-08-22T20:44:19.0179851Z 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:19.0180122Z creating pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0180947Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0181621Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0182327Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0183037Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0183760Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0184455Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0185169Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0185828Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0186520Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0187297Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0188014Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0188701Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0189424Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0190054Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0190739Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0191446Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0192143Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0192866Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0193572Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0194338Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0195104Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0195812Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0196513Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0197257Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0197954Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0199856Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0200554Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0201596Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0202367Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0203098Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.0203859Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.3637038Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.3639104Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.3640688Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:19.3641512Z running egg_info 2024-08-22T20:44:19.3641885Z creating executorch.egg-info 2024-08-22T20:44:19.3642336Z writing executorch.egg-info/PKG-INFO 2024-08-22T20:44:19.3642978Z writing dependency_links to executorch.egg-info/dependency_links.txt 2024-08-22T20:44:19.3643733Z writing entry points to executorch.egg-info/entry_points.txt 2024-08-22T20:44:19.3644406Z writing requirements to executorch.egg-info/requires.txt 2024-08-22T20:44:19.3645152Z writing top-level names to executorch.egg-info/top_level.txt 2024-08-22T20:44:19.3645831Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:44:19.3646486Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:44:19.3647037Z adding license file 'LICENSE' 2024-08-22T20:44:19.3647706Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:44:19.3648869Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-08-22T20:44:19.3650273Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:44:19.3651866Z 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:19.3653468Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:19.3654902Z copying backends/qualcomm/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-08-22T20:44:19.3656276Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot 2024-08-22T20:44:19.3657204Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot/ir 2024-08-22T20:44:19.3658516Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot/ir 2024-08-22T20:44:19.3659943Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:19.3661178Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph 2024-08-22T20:44:19.3662318Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops 2024-08-22T20:44:19.3663406Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:19.3664878Z 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:19.3666702Z 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:19.3668496Z 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:19.3670402Z 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:19.3672352Z 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:19.3674343Z 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:19.3676243Z 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:19.3678167Z 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:19.3679997Z 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:19.3681868Z 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:19.3683782Z 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:19.3685820Z 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:19.3687831Z 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:19.3689825Z 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:19.3691786Z 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:19.3693840Z 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:19.3695845Z 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:19.3697909Z 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:19.3700088Z 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:19.3702213Z 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:19.3704072Z 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:19.3706097Z 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:19.3708121Z 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:19.3710085Z 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:19.3711981Z 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:19.3713903Z 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:19.3715863Z 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:19.3717749Z 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:19.3719623Z 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:19.3721554Z 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:19.3723416Z 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:19.3725266Z 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:19.3727198Z 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:19.3729200Z 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:19.3731163Z 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:19.3733083Z 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:19.3735047Z 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:19.3760017Z 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:19.3762507Z 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:19.3764576Z 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:19.3766822Z 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:19.3768968Z 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:19.3771065Z 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:19.3773088Z 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:19.3775000Z 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:19.3776936Z 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:19.3778892Z 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:19.3780812Z 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:19.3782731Z 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:19.3784663Z 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:19.3786165Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/glsl 2024-08-22T20:44:19.3787471Z 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:19.3788719Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools 2024-08-22T20:44:19.3789742Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo 2024-08-22T20:44:19.3790854Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:19.3792326Z 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:19.3794211Z 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:19.3796053Z 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:19.3797845Z 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:19.3799596Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:19.3801475Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:19.3803192Z 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:19.3804950Z 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:19.3806846Z 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:19.3809053Z 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:19.3810606Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:44:19.3812253Z 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:19.3814312Z 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:19.3815864Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:19.3817508Z 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:19.3819528Z 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:19.3821509Z 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:19.3823510Z 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:19.3825557Z 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:19.3827560Z 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:19.3829680Z 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:19.3831861Z 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:19.3833953Z 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:19.3835988Z 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:19.3838040Z 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:19.3840186Z 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:19.3842286Z 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:19.3844319Z 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:19.3846359Z 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:19.3848429Z 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:19.3850546Z 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:19.3852684Z 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:19.3854679Z 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:19.3856734Z 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:19.3858770Z 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:19.3874980Z 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:19.3877529Z 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:19.3879552Z 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:19.3881565Z 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:19.3883638Z 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:19.3885667Z 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:19.3887675Z 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:19.3889612Z 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:19.3891585Z 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:19.3893599Z 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:19.3895557Z 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:19.3897540Z 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:19.3899544Z 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:19.3901850Z 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:19.3903871Z 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:19.3905919Z 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:19.3909009Z 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:19.3911106Z 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:19.3913090Z 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:19.3915159Z 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:19.3917112Z 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:19.3919057Z 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:19.3920957Z 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:19.3922891Z 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:19.3924834Z 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:19.3926892Z 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:19.3929077Z 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:19.3931029Z 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:19.3933045Z 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:19.3935044Z 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:19.3936957Z 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:19.3938909Z 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:19.3940855Z 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:19.3942871Z 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:19.3944888Z 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:19.3946785Z 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:19.3948757Z 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:19.3950706Z 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:19.3952888Z 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:19.3954931Z 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:19.3956981Z 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:19.3959066Z 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:19.3961050Z 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:19.3963058Z 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:19.3965150Z 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:19.3967126Z 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:19.3969391Z 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:19.3971563Z 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:19.3973696Z 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:19.3992524Z 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:19.3995156Z 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:19.3997220Z 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:19.3999315Z 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:19.4001699Z 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:19.4003838Z 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:19.4005816Z 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:19.4007979Z 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:19.4009995Z 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:19.4011981Z 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:19.4014368Z 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:19.4016519Z 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:19.4018566Z 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:19.4020682Z 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:19.4022723Z 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:19.4024775Z 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:19.4026796Z 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:19.4028822Z 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:19.4030925Z 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:19.4032991Z 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:19.4034998Z 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:19.4037036Z 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:19.4039122Z 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:19.4041213Z 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:19.4043266Z 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:19.4045272Z 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:19.4047277Z 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:19.4049473Z 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:19.4051527Z 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:19.4053605Z 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:19.4055637Z 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:19.4057813Z 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:19.4059802Z 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:19.4061696Z 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:19.4063756Z 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:19.4065810Z 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:19.4067834Z 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:19.4071010Z 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:19.4073009Z 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:19.4075017Z 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:19.4077064Z 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:19.4079077Z 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:19.4081052Z 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:19.4082986Z 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:19.4085016Z 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:19.4087063Z 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:19.4089158Z 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:19.4091184Z 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:19.4093201Z 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:19.4102419Z 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:19.4104776Z 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:19.4106853Z 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:19.4109019Z 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:19.4111182Z 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:19.4113183Z 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:19.4115338Z 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:19.4117257Z 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:19.4119259Z 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:19.4121312Z 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:19.4123295Z 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:19.4125286Z 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:19.4127268Z 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:19.4129435Z 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:19.4131502Z 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:19.4133518Z 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:19.4135470Z 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:19.4137579Z 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:19.4139523Z 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:19.4141495Z 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:19.4143495Z 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:19.4145574Z 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:19.4147711Z 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:19.4149781Z 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:19.4151925Z 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:19.4154342Z 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:19.4156645Z 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:19.4158779Z 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:19.4161086Z 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:19.4163338Z 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:19.4165508Z 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:19.4167745Z 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:19.4169889Z 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:19.4172100Z 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:19.4174272Z 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:19.4176433Z 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:19.4178624Z 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:19.4180707Z 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:19.4182877Z 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:19.4184943Z 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:19.4187079Z 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:19.4189188Z 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:19.4191337Z 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:19.4193581Z 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:19.4195896Z 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:19.4198213Z 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:19.4201126Z 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:19.4203507Z 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:19.4205868Z 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:19.4213717Z 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:19.4215927Z 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:19.4218078Z 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:19.4220348Z 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:19.4222534Z 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:19.4224707Z 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:19.4226761Z 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:19.4228698Z 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:19.4230670Z 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:19.4232738Z 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:19.4234924Z 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:19.4237174Z 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:19.4239329Z 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:19.4241413Z 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:19.4243496Z 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:19.4245592Z 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:19.4247748Z 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:19.4250029Z 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:19.4251983Z 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:19.4253884Z 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:19.4255986Z 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:19.4257953Z 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:19.4259994Z 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:19.4262044Z 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:19.4264066Z 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:19.4266124Z 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:19.4268246Z 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:19.4270434Z 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:19.4272613Z 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:19.4274714Z 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:19.4276748Z 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:19.4278682Z 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:19.4280696Z 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:19.4282691Z 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:19.4284653Z 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:19.4286617Z 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:19.4288694Z 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:19.4290698Z 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:19.4292676Z 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:19.4294544Z 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:19.4296469Z 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:19.4298309Z 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:19.4300292Z 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:19.4303004Z 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:19.4304980Z 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:19.4306952Z 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:19.4308855Z 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:19.5408437Z 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:19.5411010Z 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:19.5412971Z 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:19.5414849Z 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:19.5416870Z 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:19.5418880Z 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:19.5420786Z 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:19.5422674Z 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:19.5424556Z 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:19.5426409Z 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:19.5428296Z 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:19.5430378Z 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:19.5432357Z 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:19.5434190Z 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:19.5436143Z 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:19.5438007Z 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:19.5439868Z 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:19.5441707Z 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:19.5443549Z 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:19.5445410Z 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:19.5447278Z 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:19.5449289Z 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:19.5451123Z 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:19.5452915Z 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:19.5454744Z 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:19.5456559Z 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:19.5458345Z 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:19.5460162Z 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:19.5461644Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-08-22T20:44:19.5462818Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:19.5464472Z 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:19.5466459Z 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:19.5468428Z 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:19.5470503Z 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:19.5472120Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-08-22T20:44:19.5473086Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-08-22T20:44:19.5473939Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-08-22T20:44:19.5474965Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-08-22T20:44:19.5476053Z copying sdk/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:19.5477168Z copying sdk/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:19.5478498Z 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:19.5479987Z 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:19.5481229Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:19.5482297Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:19.5483642Z 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:19.5485238Z 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:19.5486382Z running build_ext 2024-08-22T20:44:19.5488295Z 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:19.5490882Z 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:19.5493838Z 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:19.5495669Z installing to pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:44:19.5496105Z running install 2024-08-22T20:44:19.5496405Z running install_lib 2024-08-22T20:44:19.5496800Z creating pip-out/bdist.linux-x86_64 2024-08-22T20:44:19.5497285Z creating pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:44:19.5497856Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2024-08-22T20:44:19.5498499Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2024-08-22T20:44:19.5499185Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2024-08-22T20:44:19.5500311Z 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:19.5502109Z 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:19.5503210Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2024-08-22T20:44:19.5503942Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:44:19.5505145Z 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:19.5506812Z 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:19.5508819Z 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:19.5510576Z 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:19.5512337Z 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:19.5514186Z 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:19.5515492Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:19.5516977Z 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:19.5518931Z 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:19.5520865Z 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:19.5522836Z 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:19.5524786Z 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:19.5526788Z 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:19.5528871Z 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:19.5530796Z 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:19.5532799Z 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:19.5534759Z 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:19.5536782Z 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:19.5538730Z 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:19.5540684Z 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:19.5542651Z 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:19.5544687Z 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:19.5546671Z 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:19.5548613Z 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:19.5550743Z 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:19.5552701Z 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:19.5554674Z 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:19.5556677Z 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:19.5558005Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:44:19.5559583Z 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:19.5561633Z 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:19.5563579Z 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:19.5565578Z 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:19.5567153Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:44:19.5569093Z 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:19.5571351Z 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:19.5573286Z 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:19.5575207Z 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:19.5576737Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:19.5578654Z 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:19.5581272Z 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:19.5583878Z 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:19.5586416Z 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:19.5589061Z 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:19.5591698Z 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:19.5594328Z 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:19.5596931Z 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:19.5599499Z 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:19.5601428Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-08-22T20:44:19.5602828Z 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:19.5604658Z 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:19.5606067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2024-08-22T20:44:19.5607635Z 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:19.5609110Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2024-08-22T20:44:19.5610663Z 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:19.5612166Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:19.5613653Z 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:19.5615587Z 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:19.5617490Z 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:19.5619515Z 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:19.5621488Z 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:19.5623449Z 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:19.5625413Z 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:19.5627414Z 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:19.5629435Z 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:19.5631406Z 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:19.5633585Z 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:19.5635691Z 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:19.5637911Z 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:19.5640482Z 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:19.5642439Z 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:19.5643881Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2024-08-22T20:44:19.5645489Z 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:19.5646984Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2024-08-22T20:44:19.5648558Z 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:19.5650592Z 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:19.5652054Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2024-08-22T20:44:19.5653572Z 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:19.5655016Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2024-08-22T20:44:19.5656230Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:44:19.5658084Z 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:19.5659976Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2024-08-22T20:44:19.5661357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:44:19.5663609Z 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:19.5666555Z 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:19.5668807Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:19.5671022Z 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:19.5674025Z 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:19.5677035Z 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:19.5680045Z 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:19.5682914Z 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:19.5685863Z 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:19.5688946Z 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:19.5691736Z 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:19.5694530Z 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:19.5697544Z 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:19.5700448Z 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:19.5703619Z 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:19.5706606Z 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:19.5709363Z 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:19.5712140Z 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:19.5714995Z 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:19.5718187Z 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:19.5721195Z 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:19.5724261Z 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:19.5727183Z 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:19.5730267Z 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:19.5733012Z 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:19.5736039Z 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:19.5738788Z 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:19.5741592Z 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:19.5744444Z 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:19.5747167Z 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:19.5749936Z 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:19.5752785Z 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:19.5755552Z 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:19.5758409Z 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:19.5761377Z 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:19.5764474Z 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:19.5767578Z 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:19.5769753Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2024-08-22T20:44:19.5771115Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:44:19.5773271Z 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:19.5775423Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:44:19.5777656Z 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:19.5779728Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:44:19.5781747Z 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:19.5783428Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:44:19.5784807Z 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:19.5786765Z 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:19.5787747Z 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:19.5788676Z 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:19.5789301Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:44:19.5790654Z 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:19.5792049Z 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:19.5792541Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:19.5793814Z 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:19.5794890Z 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:19.5796042Z 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:19.5797102Z 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:19.5798316Z 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:19.5799555Z 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:19.5800717Z 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:19.5802273Z 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:19.5803458Z 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:19.5804573Z 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:19.5804960Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2024-08-22T20:44:19.5805955Z 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:19.5806485Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:19.5807520Z 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:19.5808720Z 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:19.5809816Z 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:19.5810791Z 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:19.5811942Z 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:19.5813118Z 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:19.5814288Z 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:19.5815496Z 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:19.5816609Z 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:19.5817698Z 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:19.5818945Z 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:19.5820151Z 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:19.5821242Z 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:19.5822754Z 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:19.5823758Z 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:19.5824930Z 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:19.5826058Z 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:19.5827321Z 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:19.5828490Z 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:19.5829659Z 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:19.5830871Z 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:19.5831859Z 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:19.5832990Z 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:19.5834185Z 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:19.5835326Z 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:19.5836477Z 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:19.5837617Z 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:19.5838780Z 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:19.5839904Z 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:19.5841178Z 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:19.5842232Z 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:19.5843375Z 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:19.5844491Z 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:19.5845737Z 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:19.5846993Z 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:19.5848334Z 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:19.5849653Z 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:19.5850714Z 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:19.5851828Z 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:19.5852892Z 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:19.5854077Z 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:19.5855147Z 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:19.5856283Z 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:19.5857348Z 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:19.5858607Z 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:19.5859808Z 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:19.5860874Z 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:19.5862079Z 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:19.5863239Z 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:19.5864336Z 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:19.5865510Z 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:19.5866714Z 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:19.5867204Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2024-08-22T20:44:19.5868443Z 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:19.5869764Z 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:19.5870265Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:19.5871458Z 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:19.5872862Z 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:19.5874008Z 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:19.5875194Z 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:19.5876380Z 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:19.5877713Z 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:19.5878836Z 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:19.5880148Z 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:19.5881216Z 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:19.5882306Z 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:19.5883680Z 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:19.5884662Z 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:19.5885790Z 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:19.5887025Z 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:19.5888401Z 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:19.5889595Z 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:19.5890885Z 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:19.5892069Z 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:19.5893231Z 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:19.5894664Z 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:19.5895840Z 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:19.5897059Z 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:19.5897499Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:19.5898789Z 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:19.5899874Z 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:19.5900390Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:44:19.5901830Z 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:19.5918708Z 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:19.5919995Z 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:19.5920614Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:44:19.5921596Z 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:19.5922761Z 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:19.5923813Z 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:19.5924382Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2024-08-22T20:44:19.5925495Z 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:19.5926558Z 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:19.5927074Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2024-08-22T20:44:19.5927642Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2024-08-22T20:44:19.5928754Z 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:19.5929291Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:19.5930219Z 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:19.5931325Z 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:19.5932677Z 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:19.5933811Z 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:19.5935065Z 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:19.5936158Z 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:19.5937296Z 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:19.5938356Z 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:19.5939413Z 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:19.5940492Z 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:19.5941581Z 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:19.5942110Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2024-08-22T20:44:19.5943313Z 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:19.5943723Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2024-08-22T20:44:19.5944648Z 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:19.5945791Z 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:19.5946345Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2024-08-22T20:44:19.5947521Z 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:19.5948682Z 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:19.5949118Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/passes 2024-08-22T20:44:19.5950364Z 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:19.5951393Z 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:19.5951902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2024-08-22T20:44:19.5952980Z 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:19.5953456Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2024-08-22T20:44:19.5954213Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2024-08-22T20:44:19.5954983Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:19.5956358Z 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:19.5957807Z 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:19.5959215Z 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:19.5960536Z 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:19.5961844Z 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:19.5963304Z 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:19.5964588Z 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:19.5965894Z 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:19.5967292Z 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:19.5968695Z 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:19.5970110Z 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:19.5971656Z 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:19.6006297Z 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:19.6008113Z 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:19.6009535Z 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:19.6011127Z 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:19.6012500Z 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:19.6014229Z 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:19.6015900Z 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:19.6017421Z 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:19.6018707Z 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:19.6020282Z 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:19.6021697Z 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:19.6023230Z 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:19.6024634Z 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:19.6026160Z 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:19.6027595Z 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:19.6029038Z 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:19.6030470Z 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:19.6031968Z 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:19.6033398Z 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:19.6034859Z 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:19.6036370Z 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:19.6037854Z 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:19.6039401Z 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:19.6040996Z 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:19.6042487Z 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:19.6043896Z 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:19.6045126Z 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:19.6046640Z 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:19.6048240Z 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:19.6049685Z 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:19.6051250Z 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:19.6052760Z 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:19.6054291Z 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:19.6055723Z 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:19.6057112Z 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:19.6058626Z 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:19.6060145Z 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:19.6061494Z 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:19.6062106Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:44:19.6063346Z 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:19.6064510Z 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:19.6089884Z 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:19.6091311Z 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:19.6091965Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:44:19.6093245Z 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:19.6094527Z 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:19.6095764Z 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:19.6096263Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2024-08-22T20:44:19.6097489Z 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:19.6098745Z 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:19.6099298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:44:19.6100651Z 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:19.6102302Z 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:19.6102753Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2024-08-22T20:44:19.6104001Z 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:19.6104526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2024-08-22T20:44:19.6105134Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2024-08-22T20:44:19.6106268Z 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:19.6106810Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-08-22T20:44:19.6107586Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:19.6109112Z 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:19.6110580Z 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:19.6112125Z 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:19.6113951Z 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:19.6115544Z 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:19.6117155Z 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:19.6118721Z 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:19.6119571Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:44:19.6121097Z 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:19.6121895Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-08-22T20:44:19.6122610Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-08-22T20:44:19.6123486Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:44:19.6125263Z 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:19.6125734Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2024-08-22T20:44:19.6126303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2024-08-22T20:44:19.6126907Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:19.6128242Z 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:19.6129587Z 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:19.6130928Z 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:19.6132238Z 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:19.6132702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2024-08-22T20:44:19.6133631Z 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:19.6134710Z 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:19.6135216Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:19.6136448Z 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:19.6137690Z 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:19.6138746Z 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:19.6139810Z 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:19.6140956Z 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:19.6141991Z 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:19.6143041Z 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:19.6144128Z 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:19.6171533Z 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:19.6172732Z 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:19.6173919Z 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:19.6175008Z 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:19.6176219Z 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:19.6177205Z 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:19.6178460Z 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:19.6179548Z 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:19.6180743Z 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:19.6181939Z 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:19.6183224Z 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:19.6184305Z 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:19.6185480Z 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:19.6186912Z 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:19.6188135Z 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:19.6189352Z 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:19.6190691Z 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:19.6191935Z 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:19.6193000Z 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:19.6194274Z 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:19.6195557Z 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:19.6196728Z 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:19.6198006Z 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:19.6199242Z 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:19.6200383Z 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:19.6201844Z 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:19.6202992Z 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:19.6204077Z 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:19.6205385Z 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:19.6206428Z 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:19.6207689Z 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:19.6208926Z 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:19.6209941Z 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:19.6211236Z 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:19.6212575Z 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:19.6213659Z 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:19.6214929Z 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:19.6215392Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2024-08-22T20:44:19.6216558Z 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:19.6217810Z 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:19.6218303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:19.6219468Z 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:19.6220748Z 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:19.6221300Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:19.6222385Z 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:19.6223658Z 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:19.6224944Z 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:19.6226200Z 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:19.6259180Z 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:19.6260553Z 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:19.6261644Z 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:19.6262768Z 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:19.6263759Z 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:19.6265023Z 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:19.6266285Z 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:19.6267554Z 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:19.6268075Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:44:19.6269494Z 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:19.6270738Z 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:19.6271880Z 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:19.6273117Z 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:19.6273537Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2024-08-22T20:44:19.6274586Z 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:19.6275730Z 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:19.6276219Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:19.6277457Z 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:19.6278513Z 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:19.6279705Z 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:19.6280825Z 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:19.6282012Z 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:19.6283088Z 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:19.6284330Z 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:19.6285473Z 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:19.6286673Z 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:19.6287905Z 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:19.6289202Z 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:19.6290542Z 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:19.6291560Z 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:19.6292103Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:19.6293199Z 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:19.6294172Z 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:19.6295413Z 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:19.6296636Z 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:19.6297654Z 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:19.6298762Z 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:19.6299783Z 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:19.6301135Z 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:19.6302304Z 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:19.6303440Z 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:19.6304497Z 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:19.6305585Z 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:19.6306673Z 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:19.6307758Z 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:19.6308829Z 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:19.6309892Z 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:19.6310968Z 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:19.6312082Z 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:19.6360664Z 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:19.6361994Z 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:19.6363185Z 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:19.6364152Z 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:19.6365106Z 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:19.6366077Z 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:19.6367175Z 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:19.6368364Z 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:19.6369612Z 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:19.6370617Z 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:19.6371561Z 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:19.6372677Z 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:19.6373690Z 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:19.6374773Z 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:19.6375874Z 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:19.6376984Z 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:19.6378079Z 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:19.6379101Z 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:19.6379649Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:19.6380815Z 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:19.6382084Z 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:19.6383461Z 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:19.6384698Z 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:19.6386079Z 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:19.6387290Z 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:19.6387849Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2024-08-22T20:44:19.6389015Z 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:19.6390275Z 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:19.6390737Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:19.6391708Z 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:19.6392845Z 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:19.6393295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2024-08-22T20:44:19.6394546Z 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:19.6395658Z 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:19.6396135Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:44:19.6397353Z 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:19.6397887Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2024-08-22T20:44:19.6398523Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:19.6399807Z 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:19.6401291Z 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:19.6402667Z 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:19.6403183Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2024-08-22T20:44:19.6403883Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:44:19.6405408Z 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:19.6406631Z 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:19.6407233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:44:19.6408609Z 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:19.6409719Z 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:19.6410297Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:44:19.6411493Z 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:19.6412094Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:19.6442485Z 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:19.6445219Z 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:19.6448325Z 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:19.6450202Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-08-22T20:44:19.6451468Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:44:19.6453335Z 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:19.6455919Z 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:19.6458297Z 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:19.6460119Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:44:19.6462133Z 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:19.6464733Z 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:19.6466364Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2024-08-22T20:44:19.6467535Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:44:19.6469814Z 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:19.6472507Z 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:19.6474411Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:19.6476518Z 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:19.6479239Z 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:19.6481801Z 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:19.6484413Z 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:19.6487063Z 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:19.6489783Z 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:19.6492480Z 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:19.6495184Z 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:19.6497883Z 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:19.6500561Z 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:19.6503537Z 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:19.6506055Z 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:19.6508593Z 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:19.6511300Z 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:19.6514754Z 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:19.6518135Z 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:19.6521232Z 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:19.6524017Z 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:19.6527064Z 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:19.6530143Z 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:19.6533069Z 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:19.6535888Z 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:19.6538735Z 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:19.6541686Z 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:19.6544446Z 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:19.6547374Z 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:19.6550200Z 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:19.6552827Z 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:19.6555661Z 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:19.6558414Z 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:19.6561347Z 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:19.6564373Z 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:19.6567099Z 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:19.6570096Z 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:19.6572726Z 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:19.6575536Z 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:19.6578214Z 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:19.6580990Z 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:19.6583638Z 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:19.6586857Z 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:19.6589689Z 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:19.6592498Z 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:19.6595175Z 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:19.6598073Z 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:19.6601056Z 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:19.6603973Z 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:19.6606699Z 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:19.6609792Z 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:19.6612610Z 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:19.6615327Z 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:19.6617988Z 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:19.6620534Z 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:19.6623168Z 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:19.6625042Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:44:19.6626941Z 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:19.6629443Z 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:19.6631296Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:19.6633250Z 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:19.6635855Z 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:19.6638507Z 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:19.6641045Z 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:19.6643621Z 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:19.6646342Z 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:19.6649159Z 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:19.6652016Z 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:19.6654828Z 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:19.6657579Z 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:19.6660362Z 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:19.6663813Z 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:19.6666834Z 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:19.6669515Z 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:19.6672108Z 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:19.6674722Z 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:19.6677268Z 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:19.6679865Z 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:19.6682455Z 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:19.6685042Z 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:19.6687764Z 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:19.6690425Z 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:19.6693089Z 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:19.6695639Z 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:19.6698192Z 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:19.6701086Z 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:19.6703860Z 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:19.6706367Z 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:19.6709156Z 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:19.6711707Z 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:19.6714384Z 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:19.6716882Z 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:19.6719529Z 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:19.6722216Z 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:19.6724742Z 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:19.6727289Z 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:19.6729981Z 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:19.6732601Z 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:19.6735270Z 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:19.6737757Z 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:19.6740598Z 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:19.6743748Z 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:19.6746519Z 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:19.6749327Z 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:19.6752067Z 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:19.6754865Z 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:19.6757620Z 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:19.6760301Z 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:19.6762874Z 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:19.6765459Z 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:19.6768198Z 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:19.6770690Z 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:19.6773292Z 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:19.6775761Z 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:19.6778360Z 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:19.6780970Z 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:19.6783510Z 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:19.6786150Z 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:19.6788908Z 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:19.6791460Z 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:19.6794117Z 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:19.6796813Z 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:19.6799400Z 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:19.6802327Z 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:19.6804856Z 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:19.6807694Z 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:19.6810415Z 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:19.6813329Z 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:19.6816312Z 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:19.6819102Z 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:19.6821991Z 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:19.6824828Z 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:19.6827983Z 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:19.6830621Z 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:19.6833439Z 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:19.6836312Z 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:19.6839219Z 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:19.6842653Z 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:19.6845696Z 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:19.6848616Z 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:19.6851562Z 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:19.6854460Z 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:19.6857247Z 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:19.6859985Z 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:19.6862699Z 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:19.6865576Z 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:19.6868236Z 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:19.6870977Z 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:19.6873873Z 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:19.6876700Z 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:19.6879572Z 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:19.6882374Z 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:19.6885263Z 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:19.6888208Z 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:19.6891213Z 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:19.6894056Z 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:19.6896919Z 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:19.6899828Z 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:19.6903283Z 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:19.6906179Z 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:19.6908826Z 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:19.6911378Z 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:19.6914051Z 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:19.6916755Z 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:19.6919362Z 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:19.6922057Z 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:19.6924684Z 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:19.6927382Z 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:19.6930125Z 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:19.6932803Z 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:19.6935518Z 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:19.6938201Z 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:19.6941204Z 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:19.6943896Z 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:19.6946722Z 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:19.6949435Z 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:19.6952076Z 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:19.6954771Z 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:19.6957550Z 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:19.6960195Z 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:19.6962856Z 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:19.6965486Z 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:19.6968314Z 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:19.6971195Z 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:19.6973965Z 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:19.6976435Z 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:19.6978843Z 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:19.6981362Z 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:19.6983863Z 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:19.6986553Z 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:19.6989059Z 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:19.6991561Z 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:19.6994120Z 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:19.6996607Z 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:19.6999102Z 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:19.7001865Z 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:19.7004396Z 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:19.7006905Z 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:19.7009503Z 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:19.7011971Z 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:19.7014391Z 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:19.7016821Z 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:19.7019264Z 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:19.7021685Z 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:19.7024198Z 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:19.7026729Z 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:19.7029321Z 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:19.7031949Z 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:19.7034519Z 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:19.7037124Z 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:19.7039527Z 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:19.7041998Z 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:19.7044451Z 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:19.7046879Z 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:19.7049501Z 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:19.7052016Z 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:19.7054463Z 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:19.7057437Z 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:19.7060120Z 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:19.7062608Z 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:19.7064993Z 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:19.7067439Z 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:19.7069948Z 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:19.7072572Z 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:19.7075410Z 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:19.7078066Z 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:19.7080702Z 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:19.7083539Z 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:19.7086450Z 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:19.7089419Z 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:19.7092194Z 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:19.7095082Z 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:19.7098046Z 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:19.7101241Z 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:19.7103940Z 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:19.7106390Z 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:19.7108960Z 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:19.7111625Z 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:19.7114695Z 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:19.7117774Z 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:19.7121011Z 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:19.7123903Z 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:19.7126747Z 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:19.7129815Z 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:19.7132625Z 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:19.7135582Z 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:19.7138303Z 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:19.7140951Z 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:19.7143516Z 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:19.7146083Z 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:19.7149244Z 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:19.7152257Z 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:19.7154858Z 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:19.7157491Z 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:19.7160145Z 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:19.7162866Z 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:19.7165666Z 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:19.7168785Z 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:19.7171397Z 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:19.7174005Z 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:19.7176624Z 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:19.7179231Z 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:19.7181768Z 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:19.7184322Z 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:19.7212398Z 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:19.7214933Z 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:19.7217412Z 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:19.7219830Z 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:19.7222206Z 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:19.7224584Z 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:19.7227072Z 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:19.7229593Z 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:19.7232115Z 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:19.7234645Z 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:19.7237400Z 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:19.7239802Z 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:19.7242278Z 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:19.7244704Z 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:19.7247121Z 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:19.7249833Z 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:19.7252997Z 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:19.7256041Z 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:19.7258557Z 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:19.7261127Z 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:19.7263642Z 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:19.7266123Z 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:19.7268647Z 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:19.7271075Z 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:19.7273528Z 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:19.7276028Z 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:19.7278475Z 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:19.7281222Z 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:19.7283656Z 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:19.7286174Z 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:19.7288835Z 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:19.7291259Z 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:19.7293696Z 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:19.7296176Z 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:19.7298569Z 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:19.7301355Z 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:19.7303820Z 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:19.7306212Z 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:19.7308701Z 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:19.7310466Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-08-22T20:44:19.7311639Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:19.7313645Z 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:19.7316249Z 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:19.7318860Z 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:19.7320560Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:44:19.7322080Z 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:19.7324326Z 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:19.7326324Z 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:19.7328387Z 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:19.7329855Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2024-08-22T20:44:19.7330664Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2024-08-22T20:44:19.7332069Z 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:19.7333937Z 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:19.7335386Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:19.7336982Z 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:19.7339175Z 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:19.7341294Z 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:19.7343426Z 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:19.7345586Z 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:19.7347746Z 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:19.7349925Z 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:19.7352185Z 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:19.7354332Z 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:19.7356431Z 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:19.7358530Z 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:19.7360648Z 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:19.7362850Z 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:19.7365144Z 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:19.7367804Z 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:19.7369992Z 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:19.7372154Z 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:19.7374307Z 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:19.7375783Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2024-08-22T20:44:19.7377369Z 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:19.7379480Z 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:19.7381062Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:44:19.7382774Z 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:19.7385063Z 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:19.7387302Z 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:19.7388850Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:44:19.7390276Z 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:19.7392290Z 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:19.7394363Z 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:19.7396482Z 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:19.7398512Z 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:19.7400551Z 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:19.7402399Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2024-08-22T20:44:19.7404077Z 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:19.7405482Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2024-08-22T20:44:19.7406443Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:19.7408300Z 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:19.7410656Z 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:19.7412285Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2024-08-22T20:44:19.7414005Z 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:19.7416206Z 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:19.7417834Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:19.7419465Z 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:19.7421713Z 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:19.7423252Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2024-08-22T20:44:19.7424846Z 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:19.7427071Z 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:19.7428656Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2024-08-22T20:44:19.7429700Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:44:19.7431544Z 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:19.7433146Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2024-08-22T20:44:19.7434020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:19.7435435Z 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:19.7437281Z 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:19.7440884Z 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:19.7442819Z 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:19.7444768Z 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:19.7446688Z 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:19.7448229Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:19.7449854Z 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:19.7452223Z 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:19.7454388Z 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:19.7456644Z 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:19.7458656Z 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:19.7460045Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2024-08-22T20:44:19.7461526Z 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:19.7463551Z 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:19.7464855Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2024-08-22T20:44:19.7465703Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:44:19.7466969Z 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:19.7469178Z 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:19.7471443Z 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:19.7472996Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2024-08-22T20:44:19.7474566Z 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:19.7476569Z 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:19.7478170Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2024-08-22T20:44:19.7479736Z 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:19.7481870Z 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:19.7483445Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:19.7485101Z 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:19.7487069Z 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:19.7488803Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2024-08-22T20:44:19.7490380Z 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:19.7492455Z 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:19.7494174Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2024-08-22T20:44:19.7495882Z 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:19.7498041Z 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:19.7499580Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:19.7501347Z 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:19.7503417Z 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:19.7505456Z 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:19.7507609Z 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:19.7509647Z 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:19.7511544Z 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:19.7513481Z 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:19.7515499Z 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:19.7517617Z 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:19.7521109Z 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:19.7523198Z 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:19.7524844Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:19.7526548Z 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:19.7529083Z 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:19.7530773Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:44:19.7532619Z 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:19.7535000Z 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:19.7537429Z 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:19.7540248Z 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:19.7541921Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/runner 2024-08-22T20:44:19.7543510Z 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:19.7545327Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:19.7547240Z 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:19.7549865Z 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:19.7552299Z 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:19.7554836Z 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:19.7556564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tests 2024-08-22T20:44:19.7558296Z 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:19.7559827Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer 2024-08-22T20:44:19.7561563Z 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:19.7563252Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:19.7564954Z 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:19.7567287Z 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:19.7569729Z 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:19.7572245Z 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:19.7573983Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:44:19.7575411Z 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:19.7577592Z 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:19.7579568Z 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:19.7581013Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2024-08-22T20:44:19.7582792Z 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:19.7584720Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2024-08-22T20:44:19.7586539Z 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:19.7588561Z 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:19.7589962Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:19.7591443Z 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:19.7593488Z 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:19.7595095Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:19.7596689Z 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:19.7598818Z 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:19.7600333Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2024-08-22T20:44:19.7602214Z 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:19.7604463Z 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:19.7606177Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi3-mini-lora 2024-08-22T20:44:19.7608025Z 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:19.7609468Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2024-08-22T20:44:19.7611022Z 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:19.7612967Z 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:19.7614460Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2024-08-22T20:44:19.7615862Z 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:19.7617817Z 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:19.7619252Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2024-08-22T20:44:19.7620886Z 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:19.7623068Z 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:19.7624747Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2024-08-22T20:44:19.7626484Z 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:19.7628491Z 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:19.7630061Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2024-08-22T20:44:19.7631583Z 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:19.7633618Z 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:19.7635074Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:19.7636194Z 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:19.7637703Z 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:19.7639339Z 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:19.7640930Z 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:19.7642519Z 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:19.7643918Z 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:19.7645457Z 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:19.7647068Z 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:19.7648571Z 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:19.7650129Z 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:19.7651743Z 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:19.7653290Z 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:19.7654040Z 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:19.7654816Z 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:19.7655511Z 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:19.7656207Z 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:19.7656964Z 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:19.7657642Z 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:19.7658568Z 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:19.7659407Z 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:19.7660201Z 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:19.7661009Z 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:19.7661880Z 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:19.7662287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:19.7663082Z 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:19.7663919Z 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:19.7664854Z 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:19.7665791Z 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:19.7666632Z 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:19.7667112Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:44:19.7668054Z 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:19.7668995Z 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:19.7669903Z 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:19.7670888Z 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:19.7671886Z 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:19.7672723Z 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:19.7673128Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:44:19.7674012Z 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:19.7675020Z 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:19.7675856Z 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:19.7676646Z 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:19.7677534Z 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:19.7678029Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:19.7679356Z 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:19.7680886Z 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:19.7682208Z 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:19.7682673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:19.7683735Z 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:19.7684877Z 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:19.7685858Z 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:19.7686877Z 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:19.7687885Z 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:19.7688976Z 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:19.7689899Z 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:19.7690817Z 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:19.7691731Z 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:19.7692672Z 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:19.7693581Z 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:19.7694530Z 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:19.7695449Z 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:19.7696332Z 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:19.7697233Z 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:19.7698093Z 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:19.7698511Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2024-08-22T20:44:19.7699513Z 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:19.7700583Z 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:19.7701481Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:19.7702607Z 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:19.7703670Z 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:19.7704774Z 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:19.7705122Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:44:19.7705908Z 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:19.7706683Z 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:19.7707470Z 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:19.7708250Z 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:19.7708600Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2024-08-22T20:44:19.7709407Z 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:19.7710183Z 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:19.7710594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2024-08-22T20:44:19.7711470Z 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:19.7711887Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2024-08-22T20:44:19.7712910Z 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:19.7713286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2024-08-22T20:44:19.7714131Z 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:19.7714528Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2024-08-22T20:44:19.7715438Z 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:19.7716343Z 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:19.7719259Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:19.7720238Z 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:19.7721213Z 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:19.7722223Z 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:19.7722674Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2024-08-22T20:44:19.7723556Z 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:19.7724530Z 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:19.7725016Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2024-08-22T20:44:19.7726015Z 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:19.7726428Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2024-08-22T20:44:19.7727334Z 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:19.7728389Z 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:19.7728786Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2024-08-22T20:44:19.7729747Z 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:19.7730718Z 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:19.7731575Z 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:19.7731961Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2024-08-22T20:44:19.7732893Z 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:19.7733213Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:44:19.7733954Z 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:19.7734721Z 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:19.7735519Z 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:19.7735870Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2024-08-22T20:44:19.7736691Z 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:19.7737049Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:44:19.7737846Z 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:19.7738729Z 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:19.7739508Z 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:19.7739880Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2024-08-22T20:44:19.7740831Z 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:19.7741167Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:19.7742025Z 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:19.7742868Z 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:19.7743784Z 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:19.7744652Z 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:19.7745550Z 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:19.7746471Z 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:19.7747313Z 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:19.7748183Z 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:19.7749085Z 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:19.7749887Z 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:19.7750726Z 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:19.7751598Z 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:19.7752416Z 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:19.7753369Z 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:19.7754264Z 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:19.7755137Z 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:19.7756038Z 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:19.7756882Z 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:19.7757772Z 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:19.7758606Z 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:19.7759436Z 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:19.7760242Z 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:19.7761174Z 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:19.7762034Z 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:19.7762930Z 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:19.7763815Z 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:19.7764683Z 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:19.7765052Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:44:19.7765857Z 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:19.7766658Z 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:19.7767628Z 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:19.7768001Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:44:19.7768835Z 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:19.7769749Z 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:19.7770632Z 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:19.7770967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:19.7771713Z 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:19.7772524Z 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:19.7970995Z 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:19.7972150Z 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:19.7973171Z 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:19.7974010Z 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:19.7974878Z 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:19.7975491Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:19.7976324Z 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:19.7977266Z 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:19.7978356Z 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:19.7979316Z 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:19.7980249Z 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:19.7981223Z 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:19.7982091Z 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:19.7982949Z 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:19.7983934Z 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:19.7984907Z 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:19.7985803Z 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:19.7986778Z 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:19.7987730Z 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:19.7988656Z 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:19.7989548Z 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:19.7990434Z 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:19.7991336Z 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:19.7992236Z 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:19.7993167Z 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:19.7994066Z 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:19.7994851Z 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:19.7995660Z 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:19.7996624Z 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:19.7997506Z 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:19.7998337Z 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:19.7999335Z 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:19.8000245Z 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:19.8001384Z 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:19.8001902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:44:19.8002876Z 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:19.8003793Z 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:19.8004731Z 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:19.8005687Z 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:19.8006164Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2024-08-22T20:44:19.8007190Z 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:19.8007722Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2024-08-22T20:44:19.8008165Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2024-08-22T20:44:19.8009129Z 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:19.8010108Z 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:19.8010505Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:44:19.8011485Z 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:19.8012468Z 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:19.8013406Z 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:19.8013869Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2024-08-22T20:44:19.8014960Z 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:19.8015420Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2024-08-22T20:44:19.8016349Z 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:19.8016821Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2024-08-22T20:44:19.8017968Z 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:19.8019094Z 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:19.8020342Z 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:19.8020872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2024-08-22T20:44:19.8061002Z 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:19.8061606Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2024-08-22T20:44:19.8062905Z 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:19.8063393Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2024-08-22T20:44:19.8063867Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:44:19.8064875Z 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:19.8065864Z 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:19.8066874Z 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:19.8067886Z 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:19.8068357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2024-08-22T20:44:19.8069341Z 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:19.8070360Z 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:19.8070841Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2024-08-22T20:44:19.8071943Z 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:19.8072424Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party 2024-08-22T20:44:19.8072944Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:44:19.8074157Z 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:19.8075325Z 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:19.8075928Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:44:19.8077261Z 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:19.8077969Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:44:19.8079286Z 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:19.8080658Z 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:19.8081254Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2 2024-08-22T20:44:19.8081872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:44:19.8083135Z 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:19.8083701Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:19.8084896Z 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:19.8086064Z 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:19.8087215Z 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:19.8088036Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:44:19.8089352Z 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:19.8089888Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:19.8091121Z 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:19.8092301Z 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:19.8093474Z 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:19.8094012Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece 2024-08-22T20:44:19.8094622Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:44:19.8095949Z 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:19.8096599Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:44:19.8097971Z 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:19.8099420Z 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:19.8100181Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src 2024-08-22T20:44:19.8101162Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:19.8102743Z 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:19.8104520Z 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:19.8106145Z 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:19.8107867Z 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:19.8108180Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk 2024-08-22T20:44:19.8108912Z 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:19.8109373Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:44:19.8110342Z 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:19.8111272Z 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:19.8112184Z 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:19.8166882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:44:19.8168334Z 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:19.8169712Z 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:19.8170287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema/test 2024-08-22T20:44:19.8171425Z 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:19.8172722Z 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:19.8173751Z 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:19.8174204Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:19.8175250Z 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:19.8175733Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:44:19.8176997Z 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:19.8178071Z 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:19.8179154Z 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:19.8179683Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:44:19.8180641Z 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:19.8181670Z 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:19.8182693Z 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:19.8183173Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/util 2024-08-22T20:44:19.8184095Z 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:19.8184471Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/debug_format 2024-08-22T20:44:19.8185405Z 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:19.8186241Z 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:19.8186589Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:44:19.8187461Z 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:19.8188245Z 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:19.8188628Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump/tests 2024-08-22T20:44:19.8189587Z 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:19.8190436Z 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:19.8191273Z 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:19.8191665Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord 2024-08-22T20:44:19.8192444Z 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:19.8193227Z 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:19.8193656Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord/tests 2024-08-22T20:44:19.8194605Z 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:19.8194959Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:44:19.8195907Z 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:19.8196726Z 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:19.8197564Z 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:19.8198546Z 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:19.8198990Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:44:19.8200013Z 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:19.8201194Z 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:19.8202372Z 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:19.8202785Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/size_analysis_tool 2024-08-22T20:44:19.8203715Z 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:19.8204764Z 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:19.8205118Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2024-08-22T20:44:19.8205841Z 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:19.8206727Z 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:19.8207043Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-08-22T20:44:19.8207905Z 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:19.8208725Z 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:19.8209361Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/executorch 2024-08-22T20:44:19.8209635Z creating pip-out/bdist.linux-x86_64/wheel/serializer 2024-08-22T20:44:19.8210250Z copying pip-out/lib.linux-x86_64-cpython-311/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/serializer 2024-08-22T20:44:19.8211003Z 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:19.8211258Z creating pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8211969Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8212589Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8213231Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8213835Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8214455Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8215129Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8573652Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8574480Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8575293Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8576318Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8577041Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8577741Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8578359Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8579013Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8579699Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8580310Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8580919Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8581612Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8582234Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8582848Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8583430Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8584122Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8584717Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8585354Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8586047Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8586625Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8587214Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8587796Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8588453Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8589096Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8589747Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8590379Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8591018Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8591574Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:19.8591714Z running install_egg_info 2024-08-22T20:44:19.8592373Z 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:19.8592511Z running install_scripts 2024-08-22T20:44:19.8593072Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.4.0a0+9129892.dist-info/WHEEL 2024-08-22T20:44:19.8593985Z creating '/tmp/pip-wheel-gpccb06p/.tmp-bcq4ny3s/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:19.8594238Z adding 'executorch/version.py' 2024-08-22T20:44:19.8594649Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2024-08-22T20:44:19.8595034Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2024-08-22T20:44:19.8595468Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2024-08-22T20:44:19.8595867Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2024-08-22T20:44:19.8596196Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2024-08-22T20:44:19.8596595Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2024-08-22T20:44:19.8597058Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2024-08-22T20:44:19.8597493Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2024-08-22T20:44:19.8597869Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2024-08-22T20:44:19.8598123Z adding 'executorch/backends/apple/mps/__init__.py' 2024-08-22T20:44:19.8598420Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2024-08-22T20:44:19.8598730Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2024-08-22T20:44:19.8599076Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2024-08-22T20:44:19.8599409Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2024-08-22T20:44:19.8599721Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2024-08-22T20:44:19.8600054Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2024-08-22T20:44:19.8600421Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2024-08-22T20:44:19.8600764Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2024-08-22T20:44:19.8601438Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2024-08-22T20:44:19.8601780Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2024-08-22T20:44:19.8602141Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2024-08-22T20:44:19.8602473Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2024-08-22T20:44:19.8602867Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2024-08-22T20:44:19.8603176Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2024-08-22T20:44:19.8603520Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2024-08-22T20:44:19.8603833Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2024-08-22T20:44:19.8604152Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2024-08-22T20:44:19.8604473Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2024-08-22T20:44:19.8604785Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2024-08-22T20:44:19.8605106Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2024-08-22T20:44:19.8605541Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2024-08-22T20:44:19.8605937Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2024-08-22T20:44:19.8606354Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2024-08-22T20:44:19.8606681Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2024-08-22T20:44:19.8606966Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2024-08-22T20:44:19.8607316Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2024-08-22T20:44:19.8607941Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2024-08-22T20:44:19.8608288Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2024-08-22T20:44:19.8608757Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2024-08-22T20:44:19.8609073Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2024-08-22T20:44:19.8609367Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2024-08-22T20:44:19.8609603Z adding 'executorch/backends/arm/arm_backend.py' 2024-08-22T20:44:19.8609864Z adding 'executorch/backends/arm/arm_partitioner.py' 2024-08-22T20:44:19.8610167Z adding 'executorch/backends/arm/arm_vela.py' 2024-08-22T20:44:19.8610411Z adding 'executorch/backends/arm/tosa_mapping.py' 2024-08-22T20:44:19.8610719Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2024-08-22T20:44:19.8611090Z adding 'executorch/backends/arm/tosa_utils.py' 2024-08-22T20:44:19.8611373Z adding 'executorch/backends/arm/operators/__init__.py' 2024-08-22T20:44:19.8611672Z adding 'executorch/backends/arm/operators/node_visitor.py' 2024-08-22T20:44:19.8611938Z adding 'executorch/backends/arm/operators/op_add.py' 2024-08-22T20:44:19.8612286Z adding 'executorch/backends/arm/operators/op_addmm.py' 2024-08-22T20:44:19.8612597Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2024-08-22T20:44:19.8612978Z adding 'executorch/backends/arm/operators/op_batch_norm.py' 2024-08-22T20:44:19.8613273Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2024-08-22T20:44:19.8613563Z adding 'executorch/backends/arm/operators/op_dequant.py' 2024-08-22T20:44:19.8613828Z adding 'executorch/backends/arm/operators/op_div.py' 2024-08-22T20:44:19.8614092Z adding 'executorch/backends/arm/operators/op_full.py' 2024-08-22T20:44:19.8614388Z adding 'executorch/backends/arm/operators/op_get_item.py' 2024-08-22T20:44:19.8614681Z adding 'executorch/backends/arm/operators/op_hardtanh.py' 2024-08-22T20:44:19.8614979Z adding 'executorch/backends/arm/operators/op_mean_dim.py' 2024-08-22T20:44:19.8615303Z adding 'executorch/backends/arm/operators/op_output.py' 2024-08-22T20:44:19.8615583Z adding 'executorch/backends/arm/operators/op_permute.py' 2024-08-22T20:44:19.8615897Z adding 'executorch/backends/arm/operators/op_placeholder.py' 2024-08-22T20:44:19.8616179Z adding 'executorch/backends/arm/operators/op_quant.py' 2024-08-22T20:44:19.8616460Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2024-08-22T20:44:19.8616751Z adding 'executorch/backends/arm/operators/op_softmax.py' 2024-08-22T20:44:19.8617096Z adding 'executorch/backends/arm/operators/op_sub.py' 2024-08-22T20:44:19.8617369Z adding 'executorch/backends/arm/operators/op_view.py' 2024-08-22T20:44:19.8617804Z adding 'executorch/backends/arm/passes/annotate_channels_last_dim_order_pass.py' 2024-08-22T20:44:19.8618111Z adding 'executorch/backends/arm/passes/arm_pass_manager.py' 2024-08-22T20:44:19.8618410Z adding 'executorch/backends/arm/passes/remove_clone_pass.py' 2024-08-22T20:44:19.8618739Z adding 'executorch/backends/arm/passes/tag_io_quant_pass.py' 2024-08-22T20:44:19.8619072Z adding 'executorch/backends/arm/quantizer/__init__.py' 2024-08-22T20:44:19.8825658Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2024-08-22T20:44:19.8826022Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2024-08-22T20:44:19.8826483Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2024-08-22T20:44:19.8827071Z adding 'executorch/backends/arm/quantizer/quantization_annotation/__init__.py' 2024-08-22T20:44:19.8827815Z adding 'executorch/backends/arm/quantizer/quantization_annotation/adaptive_ang_pool2d_annotator.py' 2024-08-22T20:44:19.8828492Z adding 'executorch/backends/arm/quantizer/quantization_annotation/add_annotator.py' 2024-08-22T20:44:19.8829122Z adding 'executorch/backends/arm/quantizer/quantization_annotation/conv_annotator.py' 2024-08-22T20:44:19.8829758Z adding 'executorch/backends/arm/quantizer/quantization_annotation/linear_annotator.py' 2024-08-22T20:44:19.8830452Z adding 'executorch/backends/arm/quantizer/quantization_annotation/max_pool2d_annotator.py' 2024-08-22T20:44:19.8831193Z adding 'executorch/backends/arm/quantizer/quantization_annotation/mul_annotator.py' 2024-08-22T20:44:19.8831855Z adding 'executorch/backends/arm/quantizer/quantization_annotation/sigmoid_annotator.py' 2024-08-22T20:44:19.8832355Z adding 'executorch/backends/arm/quantizer/quantization_annotation/sub_annotator.py' 2024-08-22T20:44:19.8832591Z adding 'executorch/backends/arm/test/common.py' 2024-08-22T20:44:19.8832864Z adding 'executorch/backends/arm/test/runner_utils.py' 2024-08-22T20:44:19.8833315Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2024-08-22T20:44:19.8833770Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2024-08-22T20:44:19.8834234Z adding 'executorch/backends/arm/test/ops/test_add.py' 2024-08-22T20:44:19.8834568Z adding 'executorch/backends/arm/test/ops/test_avg_pool.py' 2024-08-22T20:44:19.8834901Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2024-08-22T20:44:19.8835309Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2024-08-22T20:44:19.8835776Z adding 'executorch/backends/arm/test/ops/test_conv.py' 2024-08-22T20:44:19.8836093Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2024-08-22T20:44:19.8836431Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2024-08-22T20:44:19.8836697Z adding 'executorch/backends/arm/test/ops/test_div.py' 2024-08-22T20:44:19.8836978Z adding 'executorch/backends/arm/test/ops/test_full.py' 2024-08-22T20:44:19.8837293Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2024-08-22T20:44:19.8837692Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2024-08-22T20:44:19.8838020Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2024-08-22T20:44:19.8838306Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2024-08-22T20:44:19.8838565Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2024-08-22T20:44:19.8838842Z adding 'executorch/backends/arm/test/ops/test_view.py' 2024-08-22T20:44:19.8839209Z adding 'executorch/backends/arm/test/passes/test_tag_io_quant_pass.py' 2024-08-22T20:44:19.8839511Z adding 'executorch/backends/arm/test/tester/__init__.py' 2024-08-22T20:44:19.8839918Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2024-08-22T20:44:19.8840246Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2024-08-22T20:44:19.8840620Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2024-08-22T20:44:19.8841145Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2024-08-22T20:44:19.8841836Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2024-08-22T20:44:19.8842474Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2024-08-22T20:44:19.8842943Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2024-08-22T20:44:19.8843442Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2024-08-22T20:44:19.8844111Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2024-08-22T20:44:19.8844633Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2024-08-22T20:44:19.8845131Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2024-08-22T20:44:19.8845640Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2024-08-22T20:44:19.8846088Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2024-08-22T20:44:19.8846590Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2024-08-22T20:44:19.8847236Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2024-08-22T20:44:19.8848063Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2024-08-22T20:44:19.8848663Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2024-08-22T20:44:19.8849188Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2024-08-22T20:44:19.8849769Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2024-08-22T20:44:19.8850266Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2024-08-22T20:44:19.8850883Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2024-08-22T20:44:19.8851543Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2024-08-22T20:44:19.8852157Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2024-08-22T20:44:19.8852679Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2024-08-22T20:44:19.8853191Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2024-08-22T20:44:19.8853877Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2024-08-22T20:44:19.8854398Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2024-08-22T20:44:19.8854888Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2024-08-22T20:44:19.8855404Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2024-08-22T20:44:19.8856046Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2024-08-22T20:44:19.8856534Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2024-08-22T20:44:19.8857031Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2024-08-22T20:44:19.8857503Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2024-08-22T20:44:19.8858104Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2024-08-22T20:44:19.8858685Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2024-08-22T20:44:19.8859241Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2024-08-22T20:44:19.8859793Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2024-08-22T20:44:19.8860379Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2024-08-22T20:44:19.8860840Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2024-08-22T20:44:19.8861258Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2024-08-22T20:44:19.8861790Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2024-08-22T20:44:19.8862411Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2024-08-22T20:44:19.8862689Z adding 'executorch/backends/cadence/aot/__init__.py' 2024-08-22T20:44:19.8862947Z adding 'executorch/backends/cadence/aot/compiler.py' 2024-08-22T20:44:19.8863245Z adding 'executorch/backends/cadence/aot/export_example.py' 2024-08-22T20:44:19.8863591Z adding 'executorch/backends/cadence/aot/functions.yaml' 2024-08-22T20:44:19.8863998Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2024-08-22T20:44:19.8864269Z adding 'executorch/backends/cadence/aot/passes.py' 2024-08-22T20:44:19.8864508Z adding 'executorch/backends/cadence/aot/utils.py' 2024-08-22T20:44:19.8864847Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2024-08-22T20:44:19.8865178Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2024-08-22T20:44:19.8865504Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2024-08-22T20:44:19.8865852Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2024-08-22T20:44:19.8866328Z adding 'executorch/backends/cadence/utils/gen_header.py' 2024-08-22T20:44:19.8866669Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2024-08-22T20:44:19.8866951Z adding 'executorch/backends/example/example_backend.py' 2024-08-22T20:44:19.8867258Z adding 'executorch/backends/example/example_partitioner.py' 2024-08-22T20:44:19.8867596Z adding 'executorch/backends/example/example_quantizer.py' 2024-08-22T20:44:19.8867957Z adding 'executorch/backends/example/test_example_delegate.py' 2024-08-22T20:44:19.8868609Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2024-08-22T20:44:19.8869152Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2024-08-22T20:44:19.8869567Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2024-08-22T20:44:19.8869876Z adding 'executorch/backends/example/example_operators/add.py' 2024-08-22T20:44:19.8870435Z adding 'executorch/backends/example/example_operators/conv2d.py' 2024-08-22T20:44:19.8870870Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2024-08-22T20:44:19.8871211Z adding 'executorch/backends/example/example_operators/dropout.py' 2024-08-22T20:44:19.8871549Z adding 'executorch/backends/example/example_operators/flatten.py' 2024-08-22T20:44:19.8871894Z adding 'executorch/backends/example/example_operators/linear.py' 2024-08-22T20:44:19.8872297Z adding 'executorch/backends/example/example_operators/op_base.py' 2024-08-22T20:44:19.8872706Z adding 'executorch/backends/example/example_operators/ops.py' 2024-08-22T20:44:19.8873040Z adding 'executorch/backends/example/example_operators/utils.py' 2024-08-22T20:44:19.8873317Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2024-08-22T20:44:19.8873583Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2024-08-22T20:44:19.9123326Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2024-08-22T20:44:19.9123799Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2024-08-22T20:44:19.9124208Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2024-08-22T20:44:19.9124640Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2024-08-22T20:44:19.9125108Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2024-08-22T20:44:19.9125491Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2024-08-22T20:44:19.9125866Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2024-08-22T20:44:19.9126263Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2024-08-22T20:44:19.9126659Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2024-08-22T20:44:19.9127048Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2024-08-22T20:44:19.9127648Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2024-08-22T20:44:19.9128084Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2024-08-22T20:44:19.9128473Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2024-08-22T20:44:19.9128799Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2024-08-22T20:44:19.9129100Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2024-08-22T20:44:19.9129398Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2024-08-22T20:44:19.9129732Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2024-08-22T20:44:19.9130059Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2024-08-22T20:44:19.9130375Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2024-08-22T20:44:19.9130706Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2024-08-22T20:44:19.9131008Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2024-08-22T20:44:19.9131350Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2024-08-22T20:44:19.9131646Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2024-08-22T20:44:19.9132124Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2024-08-22T20:44:19.9132439Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2024-08-22T20:44:19.9132717Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2024-08-22T20:44:19.9133008Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2024-08-22T20:44:19.9133287Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2024-08-22T20:44:19.9133729Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2024-08-22T20:44:19.9134035Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2024-08-22T20:44:19.9134385Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2024-08-22T20:44:19.9134699Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2024-08-22T20:44:19.9134994Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2024-08-22T20:44:19.9135326Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2024-08-22T20:44:19.9135697Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2024-08-22T20:44:19.9136006Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2024-08-22T20:44:19.9136340Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2024-08-22T20:44:19.9136645Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2024-08-22T20:44:19.9136992Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2024-08-22T20:44:19.9137360Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2024-08-22T20:44:19.9137646Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2024-08-22T20:44:19.9137951Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2024-08-22T20:44:19.9138236Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2024-08-22T20:44:19.9138569Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2024-08-22T20:44:19.9138857Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2024-08-22T20:44:19.9139151Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2024-08-22T20:44:19.9139472Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2024-08-22T20:44:19.9139793Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2024-08-22T20:44:19.9140179Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2024-08-22T20:44:19.9140554Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2024-08-22T20:44:19.9140890Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2024-08-22T20:44:19.9141167Z adding 'executorch/backends/qualcomm/builders/utils.py' 2024-08-22T20:44:19.9141487Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2024-08-22T20:44:19.9141842Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2024-08-22T20:44:19.9142230Z adding 'executorch/backends/qualcomm/passes/annotate_and_quant_scalar.py' 2024-08-22T20:44:19.9142577Z adding 'executorch/backends/qualcomm/passes/annotate_decomposed.py' 2024-08-22T20:44:19.9142943Z adding 'executorch/backends/qualcomm/passes/annotate_quant_attrs.py' 2024-08-22T20:44:19.9143261Z adding 'executorch/backends/qualcomm/passes/build_quant_io.py' 2024-08-22T20:44:19.9143675Z adding 'executorch/backends/qualcomm/passes/convert_binary_op_with_scalar.py' 2024-08-22T20:44:19.9144031Z adding 'executorch/backends/qualcomm/passes/convert_bmm_to_matmul.py' 2024-08-22T20:44:19.9144483Z adding 'executorch/backends/qualcomm/passes/convert_interpolate_with_upsample2d.py' 2024-08-22T20:44:19.9144801Z adding 'executorch/backends/qualcomm/passes/convert_prelu.py' 2024-08-22T20:44:19.9145168Z adding 'executorch/backends/qualcomm/passes/convert_to_linear.py' 2024-08-22T20:44:19.9145509Z adding 'executorch/backends/qualcomm/passes/decompose_silu.py' 2024-08-22T20:44:19.9145796Z adding 'executorch/backends/qualcomm/passes/fold_qdq.py' 2024-08-22T20:44:19.9146196Z adding 'executorch/backends/qualcomm/passes/fuse_consecutive_transpose.py' 2024-08-22T20:44:19.9146583Z adding 'executorch/backends/qualcomm/passes/i64_to_i32.py' 2024-08-22T20:44:19.9146905Z adding 'executorch/backends/qualcomm/passes/insert_io_qdq.py' 2024-08-22T20:44:19.9147243Z adding 'executorch/backends/qualcomm/passes/insert_requantize.py' 2024-08-22T20:44:19.9147584Z adding 'executorch/backends/qualcomm/passes/layout_transform.py' 2024-08-22T20:44:19.9147959Z adding 'executorch/backends/qualcomm/passes/recompose_pixel_shuffle.py' 2024-08-22T20:44:19.9148398Z adding 'executorch/backends/qualcomm/passes/recompose_pixel_unshuffle.py' 2024-08-22T20:44:19.9148755Z adding 'executorch/backends/qualcomm/passes/reduce_dynamic_range.py' 2024-08-22T20:44:19.9149131Z adding 'executorch/backends/qualcomm/passes/remove_redundancy.py' 2024-08-22T20:44:19.9149479Z adding 'executorch/backends/qualcomm/passes/replace_inf_buffer.py' 2024-08-22T20:44:19.9149758Z adding 'executorch/backends/qualcomm/passes/utils.py' 2024-08-22T20:44:19.9150064Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2024-08-22T20:44:19.9150392Z adding 'executorch/backends/qualcomm/quantizer/utils.py' 2024-08-22T20:44:19.9150822Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_schema.py' 2024-08-22T20:44:19.9151265Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_serialize.py' 2024-08-22T20:44:19.9151595Z adding 'executorch/backends/qualcomm/serialization/schema.fbs' 2024-08-22T20:44:19.9151863Z adding 'executorch/backends/qualcomm/tests/models.py' 2024-08-22T20:44:19.9152195Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2024-08-22T20:44:19.9152465Z adding 'executorch/backends/qualcomm/tests/utils.py' 2024-08-22T20:44:19.9152747Z adding 'executorch/backends/qualcomm/utils/constants.py' 2024-08-22T20:44:19.9153005Z adding 'executorch/backends/qualcomm/utils/utils.py' 2024-08-22T20:44:19.9153275Z adding 'executorch/backends/transforms/__init__.py' 2024-08-22T20:44:19.9153584Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2024-08-22T20:44:19.9153899Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2024-08-22T20:44:19.9154196Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2024-08-22T20:44:19.9154576Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2024-08-22T20:44:19.9154930Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2024-08-22T20:44:19.9155254Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2024-08-22T20:44:19.9155535Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2024-08-22T20:44:19.9155837Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2024-08-22T20:44:19.9156137Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2024-08-22T20:44:19.9156376Z adding 'executorch/backends/transforms/utils.py' 2024-08-22T20:44:19.9156826Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2024-08-22T20:44:19.9157066Z adding 'executorch/backends/vulkan/__init__.py' 2024-08-22T20:44:19.9157351Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2024-08-22T20:44:19.9157695Z adding 'executorch/backends/vulkan/partitioner/supported_ops.py' 2024-08-22T20:44:19.9158059Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2024-08-22T20:44:19.9158374Z adding 'executorch/backends/vulkan/passes/custom_ops_defs.py' 2024-08-22T20:44:19.9158682Z adding 'executorch/backends/vulkan/passes/test_custom_ops.py' 2024-08-22T20:44:19.9158984Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2024-08-22T20:44:19.9159395Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive.yaml' 2024-08-22T20:44:19.9159824Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2024-08-22T20:44:19.9160190Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2024-08-22T20:44:19.9160596Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2024-08-22T20:44:19.9161037Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2024-08-22T20:44:19.9161427Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2024-08-22T20:44:19.9161789Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2024-08-22T20:44:19.9162155Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2024-08-22T20:44:19.9162601Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2024-08-22T20:44:19.9162986Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2024-08-22T20:44:19.9163486Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2024-08-22T20:44:19.9163997Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2024-08-22T20:44:19.9164470Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2024-08-22T20:44:19.9164904Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2024-08-22T20:44:19.9165357Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2024-08-22T20:44:19.9165909Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2024-08-22T20:44:19.9166367Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2024-08-22T20:44:19.9436337Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2024-08-22T20:44:19.9436898Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2024-08-22T20:44:19.9437407Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2024-08-22T20:44:19.9437985Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2024-08-22T20:44:19.9438612Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2024-08-22T20:44:19.9439170Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml' 2024-08-22T20:44:19.9439793Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml' 2024-08-22T20:44:19.9440196Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2024-08-22T20:44:19.9440633Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2024-08-22T20:44:19.9441055Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_tensor.yaml' 2024-08-22T20:44:19.9441417Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2024-08-22T20:44:19.9441820Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2024-08-22T20:44:19.9442269Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2024-08-22T20:44:19.9442654Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2024-08-22T20:44:19.9443055Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2024-08-22T20:44:19.9443481Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2024-08-22T20:44:19.9443907Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2024-08-22T20:44:19.9444352Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2024-08-22T20:44:19.9444790Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2024-08-22T20:44:19.9445227Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2024-08-22T20:44:19.9445669Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2024-08-22T20:44:19.9446092Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2024-08-22T20:44:19.9446510Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2024-08-22T20:44:19.9447004Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml' 2024-08-22T20:44:19.9447694Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml' 2024-08-22T20:44:19.9448212Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml' 2024-08-22T20:44:19.9448644Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml' 2024-08-22T20:44:19.9449019Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml' 2024-08-22T20:44:19.9449519Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml' 2024-08-22T20:44:19.9449934Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tensor_to_nchw.yaml' 2024-08-22T20:44:19.9450380Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2024-08-22T20:44:19.9450839Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2024-08-22T20:44:19.9451192Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2024-08-22T20:44:19.9451506Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2024-08-22T20:44:19.9451960Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2024-08-22T20:44:19.9452345Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2024-08-22T20:44:19.9452757Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2024-08-22T20:44:19.9453080Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2024-08-22T20:44:19.9453416Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2024-08-22T20:44:19.9453794Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2024-08-22T20:44:19.9454114Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2024-08-22T20:44:19.9454409Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2024-08-22T20:44:19.9454778Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_tests.py' 2024-08-22T20:44:19.9455115Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen.py' 2024-08-22T20:44:19.9455495Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen_base.py' 2024-08-22T20:44:19.9455977Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2024-08-22T20:44:19.9456435Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2024-08-22T20:44:19.9456908Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2024-08-22T20:44:19.9457363Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2024-08-22T20:44:19.9457786Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2024-08-22T20:44:19.9458213Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2024-08-22T20:44:19.9458688Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2024-08-22T20:44:19.9459184Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2024-08-22T20:44:19.9459802Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2024-08-22T20:44:19.9460132Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2024-08-22T20:44:19.9460531Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2024-08-22T20:44:19.9460944Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2024-08-22T20:44:19.9461304Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2024-08-22T20:44:19.9461666Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2024-08-22T20:44:19.9461906Z adding 'executorch/backends/xnnpack/__init__.py' 2024-08-22T20:44:19.9462207Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2024-08-22T20:44:19.9462511Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2024-08-22T20:44:19.9462832Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2024-08-22T20:44:19.9463177Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2024-08-22T20:44:19.9463463Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2024-08-22T20:44:19.9463757Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2024-08-22T20:44:19.9464116Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2024-08-22T20:44:19.9464398Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2024-08-22T20:44:19.9464747Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2024-08-22T20:44:19.9465051Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2024-08-22T20:44:19.9465445Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2024-08-22T20:44:19.9465843Z adding 'executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py' 2024-08-22T20:44:19.9466129Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2024-08-22T20:44:19.9466529Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2024-08-22T20:44:19.9466970Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2024-08-22T20:44:19.9467253Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2024-08-22T20:44:19.9467549Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2024-08-22T20:44:19.9467879Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2024-08-22T20:44:19.9468190Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2024-08-22T20:44:19.9468519Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2024-08-22T20:44:19.9468825Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2024-08-22T20:44:19.9469229Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2024-08-22T20:44:19.9469535Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2024-08-22T20:44:19.9469870Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2024-08-22T20:44:19.9470175Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2024-08-22T20:44:19.9470497Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2024-08-22T20:44:19.9470799Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2024-08-22T20:44:19.9471109Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2024-08-22T20:44:19.9471416Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2024-08-22T20:44:19.9471719Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2024-08-22T20:44:19.9472020Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2024-08-22T20:44:19.9472412Z adding 'executorch/backends/xnnpack/operators/op_quantize_per_tensor.py' 2024-08-22T20:44:19.9472701Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2024-08-22T20:44:19.9472989Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2024-08-22T20:44:19.9473296Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2024-08-22T20:44:19.9473603Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2024-08-22T20:44:19.9473947Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2024-08-22T20:44:19.9474247Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2024-08-22T20:44:19.9474543Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2024-08-22T20:44:19.9474882Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2024-08-22T20:44:19.9475180Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2024-08-22T20:44:19.9475561Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2024-08-22T20:44:19.9475983Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2024-08-22T20:44:19.9476268Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2024-08-22T20:44:19.9476571Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2024-08-22T20:44:19.9476899Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2024-08-22T20:44:19.9477184Z adding 'executorch/backends/xnnpack/partition/configs.py' 2024-08-22T20:44:19.9477607Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2024-08-22T20:44:19.9477963Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2024-08-22T20:44:19.9478270Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2024-08-22T20:44:19.9478558Z adding 'executorch/backends/xnnpack/passes/__init__.py' 2024-08-22T20:44:19.9479034Z adding 'executorch/backends/xnnpack/passes/channels_last_tagged_reshape_pass.py' 2024-08-22T20:44:19.9479504Z adding 'executorch/backends/xnnpack/passes/conv1d_unsqueeze_pass.py' 2024-08-22T20:44:19.9695216Z adding 'executorch/backends/xnnpack/passes/convert_to_linear.py' 2024-08-22T20:44:19.9695634Z adding 'executorch/backends/xnnpack/passes/convert_to_sdpa.py' 2024-08-22T20:44:19.9696107Z adding 'executorch/backends/xnnpack/passes/convert_to_upsample_bilinear2d.py' 2024-08-22T20:44:19.9696455Z adding 'executorch/backends/xnnpack/passes/fuse_activation_pass.py' 2024-08-22T20:44:19.9697126Z adding 'executorch/backends/xnnpack/passes/fuse_batch_norm_with_conv.py' 2024-08-22T20:44:19.9697577Z adding 'executorch/backends/xnnpack/passes/prelu_reshape_pass.py' 2024-08-22T20:44:19.9698079Z adding 'executorch/backends/xnnpack/passes/remove_getitem_op.py' 2024-08-22T20:44:19.9698576Z adding 'executorch/backends/xnnpack/passes/tag_implicit_q_dq_pass.py' 2024-08-22T20:44:19.9699005Z adding 'executorch/backends/xnnpack/passes/xnnpack_pass.py' 2024-08-22T20:44:19.9699493Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2024-08-22T20:44:19.9699865Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2024-08-22T20:44:19.9700388Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2024-08-22T20:44:19.9701496Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2024-08-22T20:44:19.9701951Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2024-08-22T20:44:19.9702339Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2024-08-22T20:44:19.9702663Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2024-08-22T20:44:19.9702955Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2024-08-22T20:44:19.9703293Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2024-08-22T20:44:19.9703636Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2024-08-22T20:44:19.9703976Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2024-08-22T20:44:19.9704338Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2024-08-22T20:44:19.9704704Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2024-08-22T20:44:19.9705122Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2024-08-22T20:44:19.9705457Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2024-08-22T20:44:19.9705825Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2024-08-22T20:44:19.9706197Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2024-08-22T20:44:19.9706571Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2024-08-22T20:44:19.9706910Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2024-08-22T20:44:19.9707170Z adding 'executorch/backends/xnnpack/test/ops/abs.py' 2024-08-22T20:44:19.9707464Z adding 'executorch/backends/xnnpack/test/ops/add.py' 2024-08-22T20:44:19.9707810Z adding 'executorch/backends/xnnpack/test/ops/avgpool2d.py' 2024-08-22T20:44:19.9708114Z adding 'executorch/backends/xnnpack/test/ops/bilinear2d.py' 2024-08-22T20:44:19.9708379Z adding 'executorch/backends/xnnpack/test/ops/cat.py' 2024-08-22T20:44:19.9708712Z adding 'executorch/backends/xnnpack/test/ops/ceil.py' 2024-08-22T20:44:19.9708994Z adding 'executorch/backends/xnnpack/test/ops/clamp.py' 2024-08-22T20:44:19.9709279Z adding 'executorch/backends/xnnpack/test/ops/conv1d.py' 2024-08-22T20:44:19.9709622Z adding 'executorch/backends/xnnpack/test/ops/conv2d.py' 2024-08-22T20:44:19.9710038Z adding 'executorch/backends/xnnpack/test/ops/div.py' 2024-08-22T20:44:19.9710392Z adding 'executorch/backends/xnnpack/test/ops/elu.py' 2024-08-22T20:44:19.9710675Z adding 'executorch/backends/xnnpack/test/ops/floor.py' 2024-08-22T20:44:19.9710992Z adding 'executorch/backends/xnnpack/test/ops/hardswish.py' 2024-08-22T20:44:19.9711341Z adding 'executorch/backends/xnnpack/test/ops/hardtanh.py' 2024-08-22T20:44:19.9711785Z adding 'executorch/backends/xnnpack/test/ops/leaky_relu.py' 2024-08-22T20:44:19.9712128Z adding 'executorch/backends/xnnpack/test/ops/linear.py' 2024-08-22T20:44:19.9712494Z adding 'executorch/backends/xnnpack/test/ops/max_dim.py' 2024-08-22T20:44:19.9712845Z adding 'executorch/backends/xnnpack/test/ops/maximum.py' 2024-08-22T20:44:19.9713159Z adding 'executorch/backends/xnnpack/test/ops/maxpool2d.py' 2024-08-22T20:44:19.9713477Z adding 'executorch/backends/xnnpack/test/ops/mean_dim.py' 2024-08-22T20:44:19.9713865Z adding 'executorch/backends/xnnpack/test/ops/minimum.py' 2024-08-22T20:44:19.9714161Z adding 'executorch/backends/xnnpack/test/ops/multiply.py' 2024-08-22T20:44:19.9714509Z adding 'executorch/backends/xnnpack/test/ops/negate.py' 2024-08-22T20:44:19.9714823Z adding 'executorch/backends/xnnpack/test/ops/permute.py' 2024-08-22T20:44:19.9715125Z adding 'executorch/backends/xnnpack/test/ops/pow.py' 2024-08-22T20:44:19.9715395Z adding 'executorch/backends/xnnpack/test/ops/prelu.py' 2024-08-22T20:44:19.9715817Z adding 'executorch/backends/xnnpack/test/ops/quantize_per_tensor.py' 2024-08-22T20:44:19.9716092Z adding 'executorch/backends/xnnpack/test/ops/relu.py' 2024-08-22T20:44:19.9716358Z adding 'executorch/backends/xnnpack/test/ops/sdpa.py' 2024-08-22T20:44:19.9716709Z adding 'executorch/backends/xnnpack/test/ops/sigmoid.py' 2024-08-22T20:44:19.9717012Z adding 'executorch/backends/xnnpack/test/ops/slice_copy.py' 2024-08-22T20:44:19.9717305Z adding 'executorch/backends/xnnpack/test/ops/softmax.py' 2024-08-22T20:44:19.9717635Z adding 'executorch/backends/xnnpack/test/ops/sqrt.py' 2024-08-22T20:44:19.9717968Z adding 'executorch/backends/xnnpack/test/ops/square.py' 2024-08-22T20:44:19.9718325Z adding 'executorch/backends/xnnpack/test/ops/static_constant_pad.py' 2024-08-22T20:44:19.9718595Z adding 'executorch/backends/xnnpack/test/ops/sub.py' 2024-08-22T20:44:19.9719098Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2024-08-22T20:44:19.9719563Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2024-08-22T20:44:19.9720055Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2024-08-22T20:44:19.9720479Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2024-08-22T20:44:19.9720942Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2024-08-22T20:44:19.9721376Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2024-08-22T20:44:19.9721855Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2024-08-22T20:44:19.9722311Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2024-08-22T20:44:19.9722619Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2024-08-22T20:44:19.9722920Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2024-08-22T20:44:19.9723396Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2024-08-22T20:44:19.9723874Z adding 'executorch/backends/xnnpack/third-party/generate-xnnpack-wrappers.py' 2024-08-22T20:44:19.9724233Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2024-08-22T20:44:19.9724639Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2024-08-22T20:44:19.9725123Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2024-08-22T20:44:19.9725509Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2024-08-22T20:44:19.9726041Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2024-08-22T20:44:19.9726487Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2024-08-22T20:44:19.9726873Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2024-08-22T20:44:19.9727208Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2024-08-22T20:44:19.9727846Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml' 2024-08-22T20:44:19.9728342Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml' 2024-08-22T20:44:19.9728961Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py' 2024-08-22T20:44:19.9729421Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2024-08-22T20:44:19.9729961Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml' 2024-08-22T20:44:19.9730405Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml' 2024-08-22T20:44:19.9731007Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml' 2024-08-22T20:44:19.9731496Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2024-08-22T20:44:19.9731956Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml' 2024-08-22T20:44:19.9732405Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml' 2024-08-22T20:44:19.9732885Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml' 2024-08-22T20:44:19.9733409Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml' 2024-08-22T20:44:19.9733858Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2024-08-22T20:44:19.9734457Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml' 2024-08-22T20:44:19.9735020Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml' 2024-08-22T20:44:19.9735508Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2024-08-22T20:44:19.9735974Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml' 2024-08-22T20:44:19.9736508Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2024-08-22T20:44:19.9737071Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2024-08-22T20:44:19.9737519Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2024-08-22T20:44:19.9738029Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml' 2024-08-22T20:44:19.9738567Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml' 2024-08-22T20:44:19.9739018Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml' 2024-08-22T20:44:19.9739531Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2024-08-22T20:44:19.9740015Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2024-08-22T20:44:19.9740502Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2024-08-22T20:44:19.9740931Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml' 2024-08-22T20:44:19.9741447Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2024-08-22T20:44:19.9741921Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml' 2024-08-22T20:44:19.9742454Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml' 2024-08-22T20:44:19.9871113Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml' 2024-08-22T20:44:19.9871633Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml' 2024-08-22T20:44:19.9872426Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2024-08-22T20:44:19.9872848Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2024-08-22T20:44:19.9873297Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2024-08-22T20:44:19.9873776Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2024-08-22T20:44:19.9874381Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2024-08-22T20:44:19.9874900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2024-08-22T20:44:19.9875477Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml' 2024-08-22T20:44:19.9876035Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml' 2024-08-22T20:44:19.9876571Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml' 2024-08-22T20:44:19.9877215Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml' 2024-08-22T20:44:19.9877799Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml' 2024-08-22T20:44:19.9878276Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml' 2024-08-22T20:44:19.9878858Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml' 2024-08-22T20:44:19.9879284Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml' 2024-08-22T20:44:19.9879790Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml' 2024-08-22T20:44:19.9880214Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml' 2024-08-22T20:44:19.9880618Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml' 2024-08-22T20:44:19.9881033Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml' 2024-08-22T20:44:19.9881547Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml' 2024-08-22T20:44:19.9882031Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml' 2024-08-22T20:44:19.9882516Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml' 2024-08-22T20:44:19.9882972Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml' 2024-08-22T20:44:19.9883447Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2024-08-22T20:44:19.9883847Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml' 2024-08-22T20:44:19.9884396Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml' 2024-08-22T20:44:19.9884803Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml' 2024-08-22T20:44:19.9885214Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml' 2024-08-22T20:44:19.9885693Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml' 2024-08-22T20:44:19.9886098Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml' 2024-08-22T20:44:19.9886553Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml' 2024-08-22T20:44:19.9886976Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml' 2024-08-22T20:44:19.9887544Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml' 2024-08-22T20:44:19.9887990Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml' 2024-08-22T20:44:19.9888417Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml' 2024-08-22T20:44:19.9888875Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml' 2024-08-22T20:44:19.9889363Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml' 2024-08-22T20:44:19.9889806Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml' 2024-08-22T20:44:19.9890290Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml' 2024-08-22T20:44:19.9890821Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2024-08-22T20:44:19.9891286Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml' 2024-08-22T20:44:19.9891716Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2024-08-22T20:44:19.9892288Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2024-08-22T20:44:19.9892828Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml' 2024-08-22T20:44:19.9893404Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml' 2024-08-22T20:44:19.9893971Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml' 2024-08-22T20:44:19.9894446Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml' 2024-08-22T20:44:19.9895052Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2024-08-22T20:44:19.9895536Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml' 2024-08-22T20:44:19.9895977Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml' 2024-08-22T20:44:19.9896441Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml' 2024-08-22T20:44:19.9897000Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2024-08-22T20:44:19.9897427Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml' 2024-08-22T20:44:19.9897865Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2024-08-22T20:44:19.9898371Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2024-08-22T20:44:19.9898773Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2024-08-22T20:44:19.9899243Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2024-08-22T20:44:19.9899706Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2024-08-22T20:44:19.9900208Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2024-08-22T20:44:19.9900650Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml' 2024-08-22T20:44:19.9901359Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2024-08-22T20:44:19.9901902Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2024-08-22T20:44:19.9902340Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2024-08-22T20:44:19.9902799Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml' 2024-08-22T20:44:19.9903267Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml' 2024-08-22T20:44:19.9903803Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2024-08-22T20:44:19.9904215Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml' 2024-08-22T20:44:19.9904694Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2024-08-22T20:44:19.9905224Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2024-08-22T20:44:19.9905765Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2024-08-22T20:44:19.9906201Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2024-08-22T20:44:19.9906626Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml' 2024-08-22T20:44:19.9907057Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml' 2024-08-22T20:44:19.9907611Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2024-08-22T20:44:19.9908170Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2024-08-22T20:44:19.9908743Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2024-08-22T20:44:19.9909198Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2024-08-22T20:44:19.9909594Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2024-08-22T20:44:19.9910121Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2024-08-22T20:44:19.9910602Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2024-08-22T20:44:19.9911125Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2024-08-22T20:44:19.9911525Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml' 2024-08-22T20:44:19.9912044Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml' 2024-08-22T20:44:19.9912579Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml' 2024-08-22T20:44:19.9912972Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml' 2024-08-22T20:44:19.9913454Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml' 2024-08-22T20:44:19.9913959Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml' 2024-08-22T20:44:19.9914367Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml' 2024-08-22T20:44:19.9914769Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml' 2024-08-22T20:44:19.9915175Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml' 2024-08-22T20:44:19.9915613Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml' 2024-08-22T20:44:19.9916045Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml' 2024-08-22T20:44:19.9916439Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml' 2024-08-22T20:44:19.9916882Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml' 2024-08-22T20:44:19.9917319Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml' 2024-08-22T20:44:19.9917787Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml' 2024-08-22T20:44:19.9918255Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml' 2024-08-22T20:44:20.0057074Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml' 2024-08-22T20:44:20.0057519Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml' 2024-08-22T20:44:20.0058309Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml' 2024-08-22T20:44:20.0058754Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml' 2024-08-22T20:44:20.0059307Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml' 2024-08-22T20:44:20.0059990Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml' 2024-08-22T20:44:20.0060524Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml' 2024-08-22T20:44:20.0061036Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml' 2024-08-22T20:44:20.0061591Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml' 2024-08-22T20:44:20.0062095Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml' 2024-08-22T20:44:20.0062606Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml' 2024-08-22T20:44:20.0063100Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml' 2024-08-22T20:44:20.0063590Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2024-08-22T20:44:20.0063986Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml' 2024-08-22T20:44:20.0064656Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml' 2024-08-22T20:44:20.0065174Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml' 2024-08-22T20:44:20.0065599Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml' 2024-08-22T20:44:20.0066047Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml' 2024-08-22T20:44:20.0066670Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml' 2024-08-22T20:44:20.0067113Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml' 2024-08-22T20:44:20.0067731Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml' 2024-08-22T20:44:20.0068221Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml' 2024-08-22T20:44:20.0068772Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml' 2024-08-22T20:44:20.0069370Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml' 2024-08-22T20:44:20.0069908Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml' 2024-08-22T20:44:20.0070326Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml' 2024-08-22T20:44:20.0070915Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2024-08-22T20:44:20.0071436Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2024-08-22T20:44:20.0071866Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml' 2024-08-22T20:44:20.0072265Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml' 2024-08-22T20:44:20.0072738Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml' 2024-08-22T20:44:20.0073211Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml' 2024-08-22T20:44:20.0073615Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml' 2024-08-22T20:44:20.0074056Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml' 2024-08-22T20:44:20.0074568Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml' 2024-08-22T20:44:20.0074975Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml' 2024-08-22T20:44:20.0075434Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml' 2024-08-22T20:44:20.0075944Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml' 2024-08-22T20:44:20.0076353Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml' 2024-08-22T20:44:20.0076757Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml' 2024-08-22T20:44:20.0077240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml' 2024-08-22T20:44:20.0077846Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2024-08-22T20:44:20.0078368Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2024-08-22T20:44:20.0078944Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2024-08-22T20:44:20.0079567Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2024-08-22T20:44:20.0080085Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2024-08-22T20:44:20.0080691Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2024-08-22T20:44:20.0081313Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2024-08-22T20:44:20.0081895Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml' 2024-08-22T20:44:20.0082610Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:44:20.0083351Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml' 2024-08-22T20:44:20.0083975Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:44:20.0084541Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml' 2024-08-22T20:44:20.0085092Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml' 2024-08-22T20:44:20.0085640Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml' 2024-08-22T20:44:20.0086248Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml' 2024-08-22T20:44:20.0086766Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml' 2024-08-22T20:44:20.0087596Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:44:20.0088283Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:44:20.0088819Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml' 2024-08-22T20:44:20.0089465Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2024-08-22T20:44:20.0089961Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml' 2024-08-22T20:44:20.0090481Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2024-08-22T20:44:20.0090982Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml' 2024-08-22T20:44:20.0091483Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml' 2024-08-22T20:44:20.0091882Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml' 2024-08-22T20:44:20.0092347Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml' 2024-08-22T20:44:20.0092893Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml' 2024-08-22T20:44:20.0093385Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml' 2024-08-22T20:44:20.0093863Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml' 2024-08-22T20:44:20.0094342Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml' 2024-08-22T20:44:20.0094918Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml' 2024-08-22T20:44:20.0095555Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml' 2024-08-22T20:44:20.0096299Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:44:20.0096908Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml' 2024-08-22T20:44:20.0097556Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:44:20.0098152Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml' 2024-08-22T20:44:20.0098665Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml' 2024-08-22T20:44:20.0099275Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml' 2024-08-22T20:44:20.0099969Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml' 2024-08-22T20:44:20.0100496Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2024-08-22T20:44:20.0101286Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2024-08-22T20:44:20.0101883Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2024-08-22T20:44:20.0102495Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2024-08-22T20:44:20.0103179Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml' 2024-08-22T20:44:20.0103695Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml' 2024-08-22T20:44:20.0104095Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml' 2024-08-22T20:44:20.0104515Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml' 2024-08-22T20:44:20.0104998Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml' 2024-08-22T20:44:20.0105635Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml' 2024-08-22T20:44:20.0106145Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml' 2024-08-22T20:44:20.0106728Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml' 2024-08-22T20:44:20.0107391Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml' 2024-08-22T20:44:20.1742603Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml' 2024-08-22T20:44:20.1743611Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml' 2024-08-22T20:44:20.1744538Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2024-08-22T20:44:20.1745524Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml' 2024-08-22T20:44:20.1746464Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml' 2024-08-22T20:44:20.1747477Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml' 2024-08-22T20:44:20.1748569Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml' 2024-08-22T20:44:20.1749539Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml' 2024-08-22T20:44:20.1750485Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml' 2024-08-22T20:44:20.1751448Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2024-08-22T20:44:20.1752373Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2024-08-22T20:44:20.1753320Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml' 2024-08-22T20:44:20.1754263Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2024-08-22T20:44:20.1755144Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml' 2024-08-22T20:44:20.1756035Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml' 2024-08-22T20:44:20.1756947Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml' 2024-08-22T20:44:20.1757891Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml' 2024-08-22T20:44:20.1758808Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml' 2024-08-22T20:44:20.1759688Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml' 2024-08-22T20:44:20.1760622Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml' 2024-08-22T20:44:20.1761769Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml' 2024-08-22T20:44:20.1762856Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml' 2024-08-22T20:44:20.1763780Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml' 2024-08-22T20:44:20.1764673Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2024-08-22T20:44:20.1765655Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml' 2024-08-22T20:44:20.1766560Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml' 2024-08-22T20:44:20.1767804Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml' 2024-08-22T20:44:20.1769023Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml' 2024-08-22T20:44:20.1770157Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml' 2024-08-22T20:44:20.1771426Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py' 2024-08-22T20:44:20.1772817Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py' 2024-08-22T20:44:20.1774109Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2024-08-22T20:44:20.1775463Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py' 2024-08-22T20:44:20.1776554Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py' 2024-08-22T20:44:20.1777651Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2024-08-22T20:44:20.1778870Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2024-08-22T20:44:20.1780306Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2024-08-22T20:44:20.1781608Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2024-08-22T20:44:20.1782925Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2024-08-22T20:44:20.1784056Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py' 2024-08-22T20:44:20.1785149Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py' 2024-08-22T20:44:20.1786219Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py' 2024-08-22T20:44:20.1787517Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py' 2024-08-22T20:44:20.1788978Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py' 2024-08-22T20:44:20.1790145Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py' 2024-08-22T20:44:20.1791298Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py' 2024-08-22T20:44:20.1792501Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2024-08-22T20:44:20.1793740Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2024-08-22T20:44:20.1794842Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2024-08-22T20:44:20.1795935Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2024-08-22T20:44:20.1796944Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2024-08-22T20:44:20.1797954Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py' 2024-08-22T20:44:20.1798973Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py' 2024-08-22T20:44:20.1800111Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py' 2024-08-22T20:44:20.1801380Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py' 2024-08-22T20:44:20.1802465Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py' 2024-08-22T20:44:20.1803662Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py' 2024-08-22T20:44:20.1804843Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2024-08-22T20:44:20.1806167Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2024-08-22T20:44:20.1807329Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2024-08-22T20:44:20.1808566Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2024-08-22T20:44:20.1809706Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py' 2024-08-22T20:44:20.1810744Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2024-08-22T20:44:20.1811951Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py' 2024-08-22T20:44:20.1813075Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py' 2024-08-22T20:44:20.1814275Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2024-08-22T20:44:20.1815455Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py' 2024-08-22T20:44:20.1816576Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py' 2024-08-22T20:44:20.1817811Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py' 2024-08-22T20:44:20.1818908Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py' 2024-08-22T20:44:20.1820240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py' 2024-08-22T20:44:20.1821294Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2024-08-22T20:44:20.1822416Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2024-08-22T20:44:20.1823554Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2024-08-22T20:44:20.1824644Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py' 2024-08-22T20:44:20.1825779Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py' 2024-08-22T20:44:20.1826832Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2024-08-22T20:44:20.1827846Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py' 2024-08-22T20:44:20.1828783Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2024-08-22T20:44:20.1829727Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2024-08-22T20:44:20.1830657Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2024-08-22T20:44:20.1831527Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2024-08-22T20:44:20.1832376Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2024-08-22T20:44:20.1833171Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2024-08-22T20:44:20.1834038Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2024-08-22T20:44:20.1834957Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2024-08-22T20:44:20.1835919Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2024-08-22T20:44:20.1836983Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2024-08-22T20:44:20.1838066Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2024-08-22T20:44:20.1839015Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2024-08-22T20:44:20.1839865Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2024-08-22T20:44:20.1840603Z adding 'executorch/backends/xnnpack/utils/configs.py' 2024-08-22T20:44:20.1841263Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2024-08-22T20:44:20.1841900Z adding 'executorch/backends/xnnpack/utils/utils.py' 2024-08-22T20:44:20.1842595Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2024-08-22T20:44:20.1843226Z adding 'executorch/data/bin/__init__.py' 2024-08-22T20:44:20.2257985Z adding 'executorch/data/bin/flatc' 2024-08-22T20:44:20.2258613Z adding 'executorch/examples/models/__init__.py' 2024-08-22T20:44:20.2259348Z adding 'executorch/examples/models/model_base.py' 2024-08-22T20:44:20.2260195Z adding 'executorch/examples/models/model_factory.py' 2024-08-22T20:44:20.2260930Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2024-08-22T20:44:20.2261607Z adding 'executorch/examples/models/deeplab_v3/model.py' 2024-08-22T20:44:20.2262240Z adding 'executorch/examples/models/edsr/__init__.py' 2024-08-22T20:44:20.2262837Z adding 'executorch/examples/models/edsr/model.py' 2024-08-22T20:44:20.2263707Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2024-08-22T20:44:20.2264591Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2024-08-22T20:44:20.2265421Z adding 'executorch/examples/models/inception_v3/__init__.py' 2024-08-22T20:44:20.2266221Z adding 'executorch/examples/models/inception_v3/model.py' 2024-08-22T20:44:20.2266970Z adding 'executorch/examples/models/inception_v4/__init__.py' 2024-08-22T20:44:20.2267797Z adding 'executorch/examples/models/inception_v4/model.py' 2024-08-22T20:44:20.2268679Z adding 'executorch/examples/models/llama2/__init__.py' 2024-08-22T20:44:20.2269403Z adding 'executorch/examples/models/llama2/eval_llama.py' 2024-08-22T20:44:20.2270158Z adding 'executorch/examples/models/llama2/eval_llama_lib.py' 2024-08-22T20:44:20.2270855Z adding 'executorch/examples/models/llama2/export_llama.py' 2024-08-22T20:44:20.2271559Z adding 'executorch/examples/models/llama2/export_llama_lib.py' 2024-08-22T20:44:20.2272251Z adding 'executorch/examples/models/llama2/fairseq2.py' 2024-08-22T20:44:20.2273007Z adding 'executorch/examples/models/llama2/install_requirement_helper.py' 2024-08-22T20:44:20.2273759Z adding 'executorch/examples/models/llama2/llama_test.py' 2024-08-22T20:44:20.2274487Z adding 'executorch/examples/models/llama2/llama_transformer.py' 2024-08-22T20:44:20.2275243Z adding 'executorch/examples/models/llama2/model.py' 2024-08-22T20:44:20.2275923Z adding 'executorch/examples/models/llama2/rope.py' 2024-08-22T20:44:20.2276678Z adding 'executorch/examples/models/llama2/custom_ops/__init__.py' 2024-08-22T20:44:20.2277535Z adding 'executorch/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.so' 2024-08-22T20:44:20.2278425Z adding 'executorch/examples/models/llama2/custom_ops/sdpa_with_kv_cache.py' 2024-08-22T20:44:20.2279382Z adding 'executorch/examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py' 2024-08-22T20:44:20.2280320Z adding 'executorch/examples/models/llama2/evaluate/__init__.py' 2024-08-22T20:44:20.2281148Z adding 'executorch/examples/models/llama2/evaluate/eager_eval.py' 2024-08-22T20:44:20.2281924Z adding 'executorch/examples/models/llama2/experimental/generate.py' 2024-08-22T20:44:20.2282764Z adding 'executorch/examples/models/llama2/experimental/load_gguf_q4_0.py' 2024-08-22T20:44:20.2283679Z adding 'executorch/examples/models/llama2/experimental/subclass.py' 2024-08-22T20:44:20.2284623Z adding 'executorch/examples/models/llama2/experimental/test_subclass.py' 2024-08-22T20:44:20.2285536Z adding 'executorch/examples/models/llama2/runner/generation.py' 2024-08-22T20:44:20.2286380Z adding 'executorch/examples/models/llama2/source_transformation/__init__.py' 2024-08-22T20:44:20.2287548Z adding 'executorch/examples/models/llama2/source_transformation/quantize.py' 2024-08-22T20:44:20.2288624Z adding 'executorch/examples/models/llama2/source_transformation/rope.py' 2024-08-22T20:44:20.2289611Z adding 'executorch/examples/models/llama2/source_transformation/sdpa.py' 2024-08-22T20:44:20.2290615Z adding 'executorch/examples/models/llama2/tests/test_simple_sdpa.py' 2024-08-22T20:44:20.2291454Z adding 'executorch/examples/models/llama2/tokenizer/tiktoken.py' 2024-08-22T20:44:20.2292224Z adding 'executorch/examples/models/llava/__init__.py' 2024-08-22T20:44:20.2292880Z adding 'executorch/examples/models/llava/export_llava.py' 2024-08-22T20:44:20.2293506Z adding 'executorch/examples/models/llava/model.py' 2024-08-22T20:44:20.2294245Z adding 'executorch/examples/models/llava/test/test_llava.py' 2024-08-22T20:44:20.2295085Z adding 'executorch/examples/models/mobilebert/__init__.py' 2024-08-22T20:44:20.2295900Z adding 'executorch/examples/models/mobilebert/model.py' 2024-08-22T20:44:20.2296588Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2024-08-22T20:44:20.2297260Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2024-08-22T20:44:20.2297939Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2024-08-22T20:44:20.2298663Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2024-08-22T20:44:20.2299319Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2024-08-22T20:44:20.2300031Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2024-08-22T20:44:20.2301277Z adding 'executorch/examples/models/phi3-mini-lora/export_model.py' 2024-08-22T20:44:20.2302029Z adding 'executorch/examples/models/resnet/__init__.py' 2024-08-22T20:44:20.2302654Z adding 'executorch/examples/models/resnet/model.py' 2024-08-22T20:44:20.2303261Z adding 'executorch/examples/models/test/__init__.py' 2024-08-22T20:44:20.2303984Z adding 'executorch/examples/models/test/test_export.py' 2024-08-22T20:44:20.2304686Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2024-08-22T20:44:20.2305399Z adding 'executorch/examples/models/torchvision_vit/model.py' 2024-08-22T20:44:20.2306081Z adding 'executorch/examples/models/toy_model/__init__.py' 2024-08-22T20:44:20.2306724Z adding 'executorch/examples/models/toy_model/model.py' 2024-08-22T20:44:20.2307385Z adding 'executorch/examples/models/wav2letter/__init__.py' 2024-08-22T20:44:20.2308048Z adding 'executorch/examples/models/wav2letter/model.py' 2024-08-22T20:44:20.2308605Z adding 'executorch/exir/__init__.py' 2024-08-22T20:44:20.2309079Z adding 'executorch/exir/common.py' 2024-08-22T20:44:20.2309560Z adding 'executorch/exir/control_flow.py' 2024-08-22T20:44:20.2310060Z adding 'executorch/exir/delegate.py' 2024-08-22T20:44:20.2310571Z adding 'executorch/exir/dim_order_utils.py' 2024-08-22T20:44:20.2311098Z adding 'executorch/exir/dynamic_shape.py' 2024-08-22T20:44:20.2311595Z adding 'executorch/exir/error.py' 2024-08-22T20:44:20.2312053Z adding 'executorch/exir/graph.py' 2024-08-22T20:44:20.2312527Z adding 'executorch/exir/graph_module.py' 2024-08-22T20:44:20.2313087Z adding 'executorch/exir/lowered_backend_module.py' 2024-08-22T20:44:20.2313626Z adding 'executorch/exir/memory.py' 2024-08-22T20:44:20.2314123Z adding 'executorch/exir/memory_planning.py' 2024-08-22T20:44:20.2314638Z adding 'executorch/exir/pass_base.py' 2024-08-22T20:44:20.2315136Z adding 'executorch/exir/pass_manager.py' 2024-08-22T20:44:20.2315738Z adding 'executorch/exir/print_program.py' 2024-08-22T20:44:20.2316333Z adding 'executorch/exir/scalar_type.py' 2024-08-22T20:44:20.2316832Z adding 'executorch/exir/schema.py' 2024-08-22T20:44:20.2317296Z adding 'executorch/exir/sym_util.py' 2024-08-22T20:44:20.2317767Z adding 'executorch/exir/tensor.py' 2024-08-22T20:44:20.2318231Z adding 'executorch/exir/tracer.py' 2024-08-22T20:44:20.2318691Z adding 'executorch/exir/types.py' 2024-08-22T20:44:20.2319158Z adding 'executorch/exir/version.py' 2024-08-22T20:44:20.2319620Z adding 'executorch/exir/wrap.py' 2024-08-22T20:44:20.2320122Z adding 'executorch/exir/_serialize/__init__.py' 2024-08-22T20:44:20.2320676Z adding 'executorch/exir/_serialize/_cord.py' 2024-08-22T20:44:20.2321243Z adding 'executorch/exir/_serialize/_dataclass.py' 2024-08-22T20:44:20.2321839Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2024-08-22T20:44:20.2322424Z adding 'executorch/exir/_serialize/_program.py' 2024-08-22T20:44:20.2322994Z adding 'executorch/exir/_serialize/program.fbs' 2024-08-22T20:44:20.2323575Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2024-08-22T20:44:20.2324189Z adding 'executorch/exir/_serialize/test/__init__.py' 2024-08-22T20:44:20.2324806Z adding 'executorch/exir/_serialize/test/test_cord.py' 2024-08-22T20:44:20.2325454Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2024-08-22T20:44:20.2326215Z adding 'executorch/exir/_serialize/test/test_program.py' 2024-08-22T20:44:20.2326841Z adding 'executorch/exir/backend/backend_api.py' 2024-08-22T20:44:20.2327559Z adding 'executorch/exir/backend/backend_details.py' 2024-08-22T20:44:20.2328334Z adding 'executorch/exir/backend/compile_spec_schema.py' 2024-08-22T20:44:20.2329052Z adding 'executorch/exir/backend/partitioner.py' 2024-08-22T20:44:20.2329594Z adding 'executorch/exir/backend/utils.py' 2024-08-22T20:44:20.2330468Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2024-08-22T20:44:20.2331476Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2024-08-22T20:44:20.2332523Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2024-08-22T20:44:20.2333497Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2024-08-22T20:44:20.2334421Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2024-08-22T20:44:20.2335471Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2024-08-22T20:44:20.2336286Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2024-08-22T20:44:20.2337041Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2024-08-22T20:44:20.2337760Z adding 'executorch/exir/backend/test/test_backends.py' 2024-08-22T20:44:20.2338430Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2024-08-22T20:44:20.2339217Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2024-08-22T20:44:20.2340084Z adding 'executorch/exir/backend/test/test_compatibility.py' 2024-08-22T20:44:20.2340805Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2024-08-22T20:44:20.2341559Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2024-08-22T20:44:20.2342296Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2024-08-22T20:44:20.2343054Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2024-08-22T20:44:20.2343783Z adding 'executorch/exir/backend/test/test_partitioner.py' 2024-08-22T20:44:20.2344421Z adding 'executorch/exir/backend/test/test_passes.py' 2024-08-22T20:44:20.2345037Z adding 'executorch/exir/backend/test/test_utils.py' 2024-08-22T20:44:20.2345831Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2024-08-22T20:44:20.2346717Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2024-08-22T20:44:20.2347598Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2024-08-22T20:44:20.2348529Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2024-08-22T20:44:20.2349345Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2024-08-22T20:44:20.2349962Z adding 'executorch/exir/capture/__init__.py' 2024-08-22T20:44:20.2350499Z adding 'executorch/exir/capture/_capture.py' 2024-08-22T20:44:20.2351137Z adding 'executorch/exir/capture/_config.py' 2024-08-22T20:44:20.2351809Z adding 'executorch/exir/capture/_unlift.py' 2024-08-22T20:44:20.2352375Z adding 'executorch/exir/dialects/__init__.py' 2024-08-22T20:44:20.2352957Z adding 'executorch/exir/dialects/_ops.py' 2024-08-22T20:44:20.2353605Z adding 'executorch/exir/dialects/backend/_ops.py' 2024-08-22T20:44:20.2354375Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2024-08-22T20:44:20.2355035Z adding 'executorch/exir/dialects/edge/_ops.py' 2024-08-22T20:44:20.2355614Z adding 'executorch/exir/dialects/edge/edge.yaml' 2024-08-22T20:44:20.2356211Z adding 'executorch/exir/dialects/edge/arg/model.py' 2024-08-22T20:44:20.2356987Z adding 'executorch/exir/dialects/edge/arg/type.py' 2024-08-22T20:44:20.2357682Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2024-08-22T20:44:20.7952277Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2024-08-22T20:44:20.7953156Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2024-08-22T20:44:20.7953876Z adding 'executorch/exir/dialects/edge/op/api.py' 2024-08-22T20:44:20.7954890Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2024-08-22T20:44:20.7955845Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2024-08-22T20:44:20.7956707Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2024-08-22T20:44:20.7957511Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2024-08-22T20:44:20.7958386Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2024-08-22T20:44:20.7959364Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2024-08-22T20:44:20.7960098Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2024-08-22T20:44:20.7960844Z adding 'executorch/exir/emit/__init__.py' 2024-08-22T20:44:20.7961492Z adding 'executorch/exir/emit/_emit_program.py' 2024-08-22T20:44:20.7962041Z adding 'executorch/exir/emit/_emitter.py' 2024-08-22T20:44:20.7962618Z adding 'executorch/exir/emit/test/test_emit.py' 2024-08-22T20:44:20.7963249Z adding 'executorch/exir/operator/convert.py' 2024-08-22T20:44:20.7963958Z adding 'executorch/exir/operator/manip.py' 2024-08-22T20:44:20.7964498Z adding 'executorch/exir/operator/util.py' 2024-08-22T20:44:20.7965199Z adding 'executorch/exir/operator/test/test_operator.py' 2024-08-22T20:44:20.7965790Z adding 'executorch/exir/passes/__init__.py' 2024-08-22T20:44:20.7966466Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2024-08-22T20:44:20.7967228Z adding 'executorch/exir/passes/const_prop_pass.py' 2024-08-22T20:44:20.7968067Z adding 'executorch/exir/passes/constant_prop_pass.py' 2024-08-22T20:44:20.7968756Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2024-08-22T20:44:20.7969463Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2024-08-22T20:44:20.7970237Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2024-08-22T20:44:20.7970962Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2024-08-22T20:44:20.7971791Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2024-08-22T20:44:20.7972578Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2024-08-22T20:44:20.7973231Z adding 'executorch/exir/passes/memory_planning_pass.py' 2024-08-22T20:44:20.7973907Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2024-08-22T20:44:20.7974630Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2024-08-22T20:44:20.7975291Z adding 'executorch/exir/passes/pass_registry.py' 2024-08-22T20:44:20.7976007Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2024-08-22T20:44:20.7976676Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2024-08-22T20:44:20.7977403Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2024-08-22T20:44:20.7978166Z adding 'executorch/exir/passes/remove_noop_pass.py' 2024-08-22T20:44:20.7978844Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2024-08-22T20:44:20.7979651Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2024-08-22T20:44:20.7980484Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2024-08-22T20:44:20.7981214Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2024-08-22T20:44:20.7981970Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2024-08-22T20:44:20.7982732Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2024-08-22T20:44:20.7983358Z adding 'executorch/exir/passes/spec_prop_pass.py' 2024-08-22T20:44:20.7983982Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2024-08-22T20:44:20.7984617Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2024-08-22T20:44:20.7985290Z adding 'executorch/exir/program/__init__.py' 2024-08-22T20:44:20.7985897Z adding 'executorch/exir/program/_fake_program.py' 2024-08-22T20:44:20.7986548Z adding 'executorch/exir/program/_program.py' 2024-08-22T20:44:20.7987252Z adding 'executorch/exir/program/test/__init__.py' 2024-08-22T20:44:20.7987892Z adding 'executorch/exir/program/test/test_fake_program.py' 2024-08-22T20:44:20.7988785Z adding 'executorch/exir/program/test/test_program.py' 2024-08-22T20:44:20.7989387Z adding 'executorch/exir/serde/__init__.py' 2024-08-22T20:44:20.7989965Z adding 'executorch/exir/serde/export_serialize.py' 2024-08-22T20:44:20.7990561Z adding 'executorch/exir/serde/schema.py' 2024-08-22T20:44:20.7991237Z adding 'executorch/exir/serde/schema_check.py' 2024-08-22T20:44:20.7991796Z adding 'executorch/exir/serde/serialize.py' 2024-08-22T20:44:20.7992379Z adding 'executorch/exir/serde/union.py' 2024-08-22T20:44:20.7992892Z adding 'executorch/exir/serde/upgrade.py' 2024-08-22T20:44:20.7993541Z adding 'executorch/exir/tests/asr_joiner.py' 2024-08-22T20:44:20.7994193Z adding 'executorch/exir/tests/common.py' 2024-08-22T20:44:20.7994771Z adding 'executorch/exir/tests/control_flow_models.py' 2024-08-22T20:44:20.7995623Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2024-08-22T20:44:20.7996203Z adding 'executorch/exir/tests/models.py' 2024-08-22T20:44:20.7996833Z adding 'executorch/exir/tests/test_arg_validator.py' 2024-08-22T20:44:20.7997433Z adding 'executorch/exir/tests/test_capture.py' 2024-08-22T20:44:20.7997989Z adding 'executorch/exir/tests/test_common.py' 2024-08-22T20:44:20.7998554Z adding 'executorch/exir/tests/test_delegate.py' 2024-08-22T20:44:20.7999193Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2024-08-22T20:44:20.8000025Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2024-08-22T20:44:20.8000686Z adding 'executorch/exir/tests/test_error.py' 2024-08-22T20:44:20.8001695Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2024-08-22T20:44:20.8002540Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2024-08-22T20:44:20.8003411Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2024-08-22T20:44:20.8004124Z adding 'executorch/exir/tests/test_memory_planning.py' 2024-08-22T20:44:20.8004896Z adding 'executorch/exir/tests/test_op_convert.py' 2024-08-22T20:44:20.8005492Z adding 'executorch/exir/tests/test_pass_infra.py' 2024-08-22T20:44:20.8006121Z adding 'executorch/exir/tests/test_passes.py' 2024-08-22T20:44:20.8006713Z adding 'executorch/exir/tests/test_print_program.py' 2024-08-22T20:44:20.8007349Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2024-08-22T20:44:20.8008160Z adding 'executorch/exir/tests/test_quantization.py' 2024-08-22T20:44:20.8008796Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2024-08-22T20:44:20.8009389Z adding 'executorch/exir/tests/test_serde.py' 2024-08-22T20:44:20.8009939Z adding 'executorch/exir/tests/test_tensor.py' 2024-08-22T20:44:20.8010498Z adding 'executorch/exir/tests/test_tracer.py' 2024-08-22T20:44:20.8011080Z adding 'executorch/exir/tests/test_verification.py' 2024-08-22T20:44:20.8011669Z adding 'executorch/exir/tests/transformer.py' 2024-08-22T20:44:20.8012269Z adding 'executorch/exir/verification/arg_validator.py' 2024-08-22T20:44:20.8012888Z adding 'executorch/exir/verification/dev_html.py' 2024-08-22T20:44:20.8013503Z adding 'executorch/exir/verification/interpreter.py' 2024-08-22T20:44:20.8014109Z adding 'executorch/exir/verification/verifier.py' 2024-08-22T20:44:20.8014759Z adding 'executorch/exir/verification/test/test_verifier.py' 2024-08-22T20:44:20.8015429Z adding 'executorch/extension/export_util/__init__.py' 2024-08-22T20:44:20.8016048Z adding 'executorch/extension/export_util/utils.py' 2024-08-22T20:44:20.8016682Z adding 'executorch/extension/gguf_util/convert_main.py' 2024-08-22T20:44:20.8017308Z adding 'executorch/extension/gguf_util/converter.py' 2024-08-22T20:44:20.8017927Z adding 'executorch/extension/gguf_util/load_gguf.py' 2024-08-22T20:44:20.8018751Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2024-08-22T20:44:20.8019549Z adding 'executorch/extension/llm/export/__init__.py' 2024-08-22T20:44:20.8020177Z adding 'executorch/extension/llm/export/builder.py' 2024-08-22T20:44:20.8020836Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2024-08-22T20:44:20.8021626Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2024-08-22T20:44:20.8022379Z adding 'executorch/extension/llm/third-party/abseil-cpp/conanfile.py' 2024-08-22T20:44:20.8023220Z adding 'executorch/extension/llm/third-party/abseil-cpp/create_lts.py' 2024-08-22T20:44:20.8024289Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2024-08-22T20:44:20.8025461Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/copts.py' 2024-08-22T20:44:20.8026474Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py' 2024-08-22T20:44:20.8027491Z adding 'executorch/extension/llm/third-party/re2/benchlog/benchplot.py' 2024-08-22T20:44:20.8028282Z adding 'executorch/extension/llm/third-party/re2/python/re2.py' 2024-08-22T20:44:20.8029052Z adding 'executorch/extension/llm/third-party/re2/python/re2_test.py' 2024-08-22T20:44:20.8029835Z adding 'executorch/extension/llm/third-party/re2/python/setup.py' 2024-08-22T20:44:20.8030869Z adding 'executorch/extension/llm/third-party/re2/python/toolchains/generate.py' 2024-08-22T20:44:20.8031855Z adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_casefold.py' 2024-08-22T20:44:20.8032755Z adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_groups.py' 2024-08-22T20:44:20.8033568Z adding 'executorch/extension/llm/third-party/re2/re2/unicode.py' 2024-08-22T20:44:20.8034475Z adding 'executorch/extension/llm/third-party/sentencepiece/python/setup.py' 2024-08-22T20:44:20.8035594Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2024-08-22T20:44:20.8036743Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2024-08-22T20:44:20.8038168Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2024-08-22T20:44:20.8039482Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2024-08-22T20:44:20.8040761Z adding 'executorch/extension/llm/third-party/sentencepiece/python/test/__init__.py' 2024-08-22T20:44:20.8041797Z adding 'executorch/extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py' 2024-08-22T20:44:20.8042833Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2024-08-22T20:44:20.8043498Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2024-08-22T20:44:20.8044227Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2024-08-22T20:44:20.8045241Z adding 'executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so' 2024-08-22T20:44:20.8046122Z adding 'executorch/extension/pybindings/portable_lib.py' 2024-08-22T20:44:20.8046804Z adding 'executorch/extension/pybindings/test/make_test.py' 2024-08-22T20:44:20.8047875Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2024-08-22T20:44:20.8048568Z adding 'executorch/extension/pytree/__init__.py' 2024-08-22T20:44:20.8049161Z adding 'executorch/extension/pytree/test/test.py' 2024-08-22T20:44:20.8049707Z adding 'executorch/schema/program.fbs' 2024-08-22T20:44:20.8050324Z adding 'executorch/schema/scalar_type.fbs' 2024-08-22T20:44:20.8050922Z adding 'executorch/sdk/__init__.py' 2024-08-22T20:44:20.8051448Z adding 'executorch/sdk/bundled_program/config.py' 2024-08-22T20:44:20.8052042Z adding 'executorch/sdk/bundled_program/core.py' 2024-08-22T20:44:20.8052640Z adding 'executorch/sdk/bundled_program/version.py' 2024-08-22T20:44:20.8053283Z adding 'executorch/sdk/bundled_program/schema/__init__.py' 2024-08-22T20:44:25.2477540Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.fbs' 2024-08-22T20:44:25.2478863Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.py' 2024-08-22T20:44:25.2481332Z adding 'executorch/sdk/bundled_program/schema/scalar_type.fbs' 2024-08-22T20:44:25.2482261Z adding 'executorch/sdk/bundled_program/schema/test/test_schema.py' 2024-08-22T20:44:25.2483584Z adding 'executorch/sdk/bundled_program/serialize/__init__.py' 2024-08-22T20:44:25.2484648Z adding 'executorch/sdk/bundled_program/serialize/bundled_program_schema.fbs' 2024-08-22T20:44:25.2485716Z adding 'executorch/sdk/bundled_program/serialize/scalar_type.fbs' 2024-08-22T20:44:25.2486831Z adding 'executorch/sdk/bundled_program/serialize/test/test_serialize.py' 2024-08-22T20:44:25.2488159Z adding 'executorch/sdk/bundled_program/test/test_bundle_data.py' 2024-08-22T20:44:25.2488943Z adding 'executorch/sdk/bundled_program/test/test_config.py' 2024-08-22T20:44:25.2489862Z adding 'executorch/sdk/bundled_program/test/test_end2end.py' 2024-08-22T20:44:25.2490621Z adding 'executorch/sdk/bundled_program/util/test_util.py' 2024-08-22T20:44:25.2491450Z adding 'executorch/sdk/debug_format/base_schema.py' 2024-08-22T20:44:25.2492232Z adding 'executorch/sdk/debug_format/et_schema.py' 2024-08-22T20:44:25.2493055Z adding 'executorch/sdk/etdump/etdump_schema_flatcc.fbs' 2024-08-22T20:44:25.2493988Z adding 'executorch/sdk/etdump/scalar_type.fbs' 2024-08-22T20:44:25.2494724Z adding 'executorch/sdk/etdump/schema_flatcc.py' 2024-08-22T20:44:25.2495313Z adding 'executorch/sdk/etdump/serialize.py' 2024-08-22T20:44:25.2495997Z adding 'executorch/sdk/etdump/tests/serialize_test.py' 2024-08-22T20:44:25.2496588Z adding 'executorch/sdk/etrecord/__init__.py' 2024-08-22T20:44:25.2497144Z adding 'executorch/sdk/etrecord/_etrecord.py' 2024-08-22T20:44:25.2497740Z adding 'executorch/sdk/etrecord/tests/etrecord_test.py' 2024-08-22T20:44:25.2498342Z adding 'executorch/sdk/inspector/__init__.py' 2024-08-22T20:44:25.2498910Z adding 'executorch/sdk/inspector/_inspector.py' 2024-08-22T20:44:25.2499500Z adding 'executorch/sdk/inspector/_inspector_utils.py' 2024-08-22T20:44:25.2500116Z adding 'executorch/sdk/inspector/inspector_cli.py' 2024-08-22T20:44:25.2500774Z adding 'executorch/sdk/inspector/tests/event_blocks_test.py' 2024-08-22T20:44:25.2501746Z adding 'executorch/sdk/inspector/tests/inspector_test.py' 2024-08-22T20:44:25.2502462Z adding 'executorch/sdk/inspector/tests/inspector_utils_test.py' 2024-08-22T20:44:25.2503206Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool.py' 2024-08-22T20:44:25.2503968Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool_test.py' 2024-08-22T20:44:25.2504684Z adding 'executorch/util/activation_memory_profiler.py' 2024-08-22T20:44:25.2505293Z adding 'executorch/util/python_profiler.py' 2024-08-22T20:44:25.2505798Z adding 'serializer/__init__.py' 2024-08-22T20:44:25.2506256Z adding 'serializer/tosa_serializer.py' 2024-08-22T20:44:25.2506821Z adding 'tosa/ArithmeticRightShiftAttribute.py' 2024-08-22T20:44:25.2507346Z adding 'tosa/Attribute.py' 2024-08-22T20:44:25.2507760Z adding 'tosa/AxisAttribute.py' 2024-08-22T20:44:25.2508205Z adding 'tosa/ClampAttribute.py' 2024-08-22T20:44:25.2508665Z adding 'tosa/CondIfAttribute.py' 2024-08-22T20:44:25.2509116Z adding 'tosa/ConvAttribute.py' 2024-08-22T20:44:25.2509566Z adding 'tosa/CustomAttribute.py' 2024-08-22T20:44:25.2509998Z adding 'tosa/DType.py' 2024-08-22T20:44:25.2510388Z adding 'tosa/FFTAttribute.py' 2024-08-22T20:44:25.2510864Z adding 'tosa/FullyConnectedAttribute.py' 2024-08-22T20:44:25.2511367Z adding 'tosa/MatMulAttribute.py' 2024-08-22T20:44:25.2511809Z adding 'tosa/MulAttribute.py' 2024-08-22T20:44:25.2512251Z adding 'tosa/NegateAttribute.py' 2024-08-22T20:44:25.2512676Z adding 'tosa/Op.py' 2024-08-22T20:44:25.2513055Z adding 'tosa/PadAttribute.py' 2024-08-22T20:44:25.2513495Z adding 'tosa/PoolAttribute.py' 2024-08-22T20:44:25.2513932Z adding 'tosa/RFFTAttribute.py' 2024-08-22T20:44:25.2514381Z adding 'tosa/RescaleAttribute.py' 2024-08-22T20:44:25.2514856Z adding 'tosa/ReshapeAttribute.py' 2024-08-22T20:44:25.2515327Z adding 'tosa/ResizeAttribute.py' 2024-08-22T20:44:25.2515773Z adding 'tosa/ResizeMode.py' 2024-08-22T20:44:25.2516203Z adding 'tosa/SliceAttribute.py' 2024-08-22T20:44:25.2516660Z adding 'tosa/TableAttribute.py' 2024-08-22T20:44:25.2517255Z adding 'tosa/TileAttribute.py' 2024-08-22T20:44:25.2517717Z adding 'tosa/TosaBasicBlock.py' 2024-08-22T20:44:25.2518154Z adding 'tosa/TosaGraph.py' 2024-08-22T20:44:25.2518561Z adding 'tosa/TosaOperator.py' 2024-08-22T20:44:25.2518991Z adding 'tosa/TosaRegion.py' 2024-08-22T20:44:25.2519398Z adding 'tosa/TosaTensor.py' 2024-08-22T20:44:25.2519923Z adding 'tosa/TransposeAttribute.py' 2024-08-22T20:44:25.2520443Z adding 'tosa/TransposeConvAttribute.py' 2024-08-22T20:44:25.2520924Z adding 'tosa/Version.py' 2024-08-22T20:44:25.2521342Z adding 'tosa/WhileLoopAttribute.py' 2024-08-22T20:44:25.2521868Z adding 'tosa/__init__.py' 2024-08-22T20:44:25.2522386Z adding 'executorch-0.4.0a0+9129892.dist-info/LICENSE' 2024-08-22T20:44:25.2523022Z adding 'executorch-0.4.0a0+9129892.dist-info/METADATA' 2024-08-22T20:44:25.2523658Z adding 'executorch-0.4.0a0+9129892.dist-info/WHEEL' 2024-08-22T20:44:25.2524407Z adding 'executorch-0.4.0a0+9129892.dist-info/entry_points.txt' 2024-08-22T20:44:25.2525128Z adding 'executorch-0.4.0a0+9129892.dist-info/top_level.txt' 2024-08-22T20:44:25.2525786Z adding 'executorch-0.4.0a0+9129892.dist-info/RECORD' 2024-08-22T20:44:25.2526356Z removing pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:44:25.2527012Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2024-08-22T20:44:25.2528623Z Created wheel for executorch: filename=executorch-0.4.0a0+9129892-cp311-cp311-linux_x86_64.whl size=6627773 sha256=a7292610a99f5da4b661d7518c2d90c3e01abf2eee7f028953ddc9aa260ebcbe 2024-08-22T20:44:25.2530381Z Stored in directory: /tmp/pip-ephem-wheel-cache-3btwy_m8/wheels/e9/73/cf/b35b0df9d958439bcdb9e4686e628be8ceca468170ac82a737 2024-08-22T20:44:25.2531303Z Successfully built executorch 2024-08-22T20:44:25.2532408Z Installing collected packages: sortedcontainers, flatbuffers, pluggy, parameterized, iniconfig, hypothesis, expecttest, execnet, pytest, pytest-xdist, executorch 2024-08-22T20:44:25.2533425Z Attempting uninstall: pluggy 2024-08-22T20:44:25.2533857Z Found existing installation: pluggy 1.0.0 2024-08-22T20:44:25.2534356Z Uninstalling pluggy-1.0.0: 2024-08-22T20:44:25.2535117Z Removing file or directory /opt/conda/lib/python3.11/site-packages/pluggy-1.0.0.dist-info/ 2024-08-22T20:44:25.2536073Z Removing file or directory /opt/conda/lib/python3.11/site-packages/pluggy/ 2024-08-22T20:44:25.2536801Z Successfully uninstalled pluggy-1.0.0 2024-08-22T20:44:25.2537315Z changing mode of /opt/conda/bin/hypothesis to 755 2024-08-22T20:44:25.2537851Z changing mode of /opt/conda/bin/py.test to 755 2024-08-22T20:44:25.2538361Z changing mode of /opt/conda/bin/pytest to 755 2024-08-22T20:44:25.2538861Z changing mode of /opt/conda/bin/flatc to 755 2024-08-22T20:44:25.2540591Z 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:25.2543466Z 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:25.2544920Z + pip3 list 2024-08-22T20:44:25.2545227Z Package Version 2024-08-22T20:44:25.2545686Z ------------------------- ---------------------- 2024-08-22T20:44:25.2546155Z absl-py 2.1.0 2024-08-22T20:44:25.2546526Z accelerate 0.33.0 2024-08-22T20:44:25.2546912Z aiohappyeyeballs 2.4.0 2024-08-22T20:44:25.2547293Z aiohttp 3.10.5 2024-08-22T20:44:25.2547655Z aiosignal 1.3.1 2024-08-22T20:44:25.2548022Z altair 5.4.0 2024-08-22T20:44:25.2548442Z anaconda-anon-usage 0.4.4 2024-08-22T20:44:25.2548859Z anaconda-client 1.12.3 2024-08-22T20:44:25.2549238Z attrs 23.1.0 2024-08-22T20:44:25.2549670Z beautifulsoup4 4.12.3 2024-08-22T20:44:25.2550037Z blinker 1.8.2 2024-08-22T20:44:25.2550404Z blobfile 2.1.1 2024-08-22T20:44:25.2550761Z boltons 23.0.0 2024-08-22T20:44:25.2551130Z brotlipy 0.7.0 2024-08-22T20:44:25.2551497Z cachetools 5.5.0 2024-08-22T20:44:25.2551860Z certifi 2024.7.4 2024-08-22T20:44:25.2552286Z cffi 1.15.1 2024-08-22T20:44:25.2552649Z chardet 4.0.0 2024-08-22T20:44:25.2553061Z charset-normalizer 2.0.4 2024-08-22T20:44:25.2553433Z click 8.1.7 2024-08-22T20:44:25.2553835Z cmake 3.30.2 2024-08-22T20:44:25.2554195Z colorama 0.4.6 2024-08-22T20:44:25.2554555Z conda 23.5.2 2024-08-22T20:44:25.2554970Z conda-build 24.3.0 2024-08-22T20:44:25.2555387Z conda-content-trust 0.1.3 2024-08-22T20:44:25.2555850Z conda_index 0.5.0 2024-08-22T20:44:25.2556280Z conda-libmamba-solver 23.5.0 2024-08-22T20:44:25.2556715Z conda-package-handling 2.1.0 2024-08-22T20:44:25.2557108Z conda_package_streaming 0.8.0 2024-08-22T20:44:25.2557491Z cryptography 39.0.1 2024-08-22T20:44:25.2557860Z DataProperty 1.0.1 2024-08-22T20:44:25.2558235Z datasets 2.21.0 2024-08-22T20:44:25.2558612Z defusedxml 0.7.1 2024-08-22T20:44:25.2558967Z dill 0.3.8 2024-08-22T20:44:25.2559331Z evaluate 0.4.2 2024-08-22T20:44:25.2559696Z execnet 2.1.1 2024-08-22T20:44:25.2560076Z executorch 0.4.0a0+9129892 2024-08-22T20:44:25.2560493Z expecttest 0.2.1 2024-08-22T20:44:25.2560871Z fastjsonschema 2.16.2 2024-08-22T20:44:25.2561238Z filelock 3.13.1 2024-08-22T20:44:25.2561603Z Flask 3.0.3 2024-08-22T20:44:25.2561969Z flatbuffers 24.3.25 2024-08-22T20:44:25.2562350Z frozenlist 1.4.1 2024-08-22T20:44:25.2562717Z fsspec 2024.6.1 2024-08-22T20:44:25.2563093Z gguf 0.9.1 2024-08-22T20:44:25.2563446Z gitdb 4.0.11 2024-08-22T20:44:25.2563817Z GitPython 3.1.43 2024-08-22T20:44:25.2564242Z huggingface-hub 0.24.6 2024-08-22T20:44:25.2564617Z hypothesis 6.111.1 2024-08-22T20:44:25.2564997Z idna 3.4 2024-08-22T20:44:25.2565355Z iniconfig 2.0.0 2024-08-22T20:44:25.2565717Z itsdangerous 2.2.0 2024-08-22T20:44:25.2566081Z Jinja2 3.1.4 2024-08-22T20:44:25.2566446Z joblib 1.4.2 2024-08-22T20:44:25.2566800Z jsonlines 4.0.0 2024-08-22T20:44:25.2567170Z jsonpatch 1.32 2024-08-22T20:44:25.2567540Z jsonpointer 2.1 2024-08-22T20:44:25.2568020Z jsonschema 4.19.2 2024-08-22T20:44:25.2568475Z jsonschema-specifications 2023.7.1 2024-08-22T20:44:25.2568881Z jupyter_core 5.7.2 2024-08-22T20:44:25.2569290Z libarchive-c 2.9 2024-08-22T20:44:25.2569652Z libmambapy 1.4.1 2024-08-22T20:44:25.2570012Z lm_eval 0.4.2 2024-08-22T20:44:25.2570362Z lxml 4.9.4 2024-08-22T20:44:25.2570771Z markdown-it-py 3.0.0 2024-08-22T20:44:25.2571144Z MarkupSafe 2.1.3 2024-08-22T20:44:25.2571509Z mbstrdecoder 1.1.3 2024-08-22T20:44:25.2571872Z mdurl 0.1.2 2024-08-22T20:44:25.2572229Z menuinst 2.1.2 2024-08-22T20:44:25.2572635Z more-itertools 10.1.0 2024-08-22T20:44:25.2573016Z mpmath 1.3.0 2024-08-22T20:44:25.2573383Z multidict 6.0.5 2024-08-22T20:44:25.2573746Z multiprocess 0.70.16 2024-08-22T20:44:25.2574125Z narwhals 1.5.2 2024-08-22T20:44:25.2574484Z nbformat 5.9.2 2024-08-22T20:44:25.2574839Z networkx 3.3 2024-08-22T20:44:25.2575258Z ninja 1.11.1.1 2024-08-22T20:44:25.2575634Z nltk 3.9.1 2024-08-22T20:44:25.2575986Z numexpr 2.10.1 2024-08-22T20:44:25.2576355Z numpy 1.26.4 2024-08-22T20:44:25.2576782Z nvidia-cublas-cu12 12.1.3.1 2024-08-22T20:44:25.2577225Z nvidia-cuda-cupti-cu12 12.1.105 2024-08-22T20:44:25.2577733Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-08-22T20:44:25.2578188Z nvidia-cuda-runtime-cu12 12.1.105 2024-08-22T20:44:25.2578627Z nvidia-cudnn-cu12 9.1.0.70 2024-08-22T20:44:25.2579066Z nvidia-cufft-cu12 11.0.2.54 2024-08-22T20:44:25.2579575Z nvidia-curand-cu12 10.3.2.106 2024-08-22T20:44:25.2580037Z nvidia-cusolver-cu12 11.4.5.107 2024-08-22T20:44:25.2580503Z nvidia-cusparse-cu12 12.1.0.106 2024-08-22T20:44:40.7589468Z nvidia-nccl-cu12 2.21.5 2024-08-22T20:44:40.7590175Z nvidia-nvjitlink-cu12 12.6.20 2024-08-22T20:44:40.7591134Z nvidia-nvtx-cu12 12.1.105 2024-08-22T20:44:40.7591642Z packaging 23.0 2024-08-22T20:44:40.7592133Z pandas 2.2.2 2024-08-22T20:44:40.7592615Z parameterized 0.9.0 2024-08-22T20:44:40.7593107Z pathvalidate 3.2.0 2024-08-22T20:44:40.7593573Z peft 0.12.0 2024-08-22T20:44:40.7594041Z pillow 10.4.0 2024-08-22T20:44:40.7594546Z pip 23.1.2 2024-08-22T20:44:40.7595026Z pkginfo 1.10.0 2024-08-22T20:44:40.7595457Z platformdirs 3.10.0 2024-08-22T20:44:40.7595883Z pluggy 1.5.0 2024-08-22T20:44:40.7596345Z portalocker 2.10.1 2024-08-22T20:44:40.7596853Z protobuf 5.27.3 2024-08-22T20:44:40.7597328Z psutil 5.9.0 2024-08-22T20:44:40.7597816Z pyarrow 17.0.0 2024-08-22T20:44:40.7598301Z pybind11 2.13.5 2024-08-22T20:44:40.7598781Z pycosat 0.6.4 2024-08-22T20:44:40.7599276Z pycparser 2.21 2024-08-22T20:44:40.7599773Z pycryptodomex 3.20.0 2024-08-22T20:44:40.7600257Z pydeck 0.9.1 2024-08-22T20:44:40.7600688Z Pygments 2.18.0 2024-08-22T20:44:40.7601437Z pyOpenSSL 23.0.0 2024-08-22T20:44:40.7601957Z PySocks 1.7.1 2024-08-22T20:44:40.7602440Z pytablewriter 1.2.0 2024-08-22T20:44:40.7602936Z pytest 8.3.2 2024-08-22T20:44:40.7603476Z pytest-xdist 3.6.1 2024-08-22T20:44:40.7603923Z python-dateutil 2.9.0.post0 2024-08-22T20:44:40.7604411Z pytorch-triton 3.0.0+dedb7bdf33 2024-08-22T20:44:40.7604834Z pytz 2024.1 2024-08-22T20:44:40.7605208Z PyYAML 6.0.1 2024-08-22T20:44:40.7605577Z referencing 0.30.2 2024-08-22T20:44:40.7605942Z regex 2024.7.24 2024-08-22T20:44:40.7606327Z requests 2.32.3 2024-08-22T20:44:40.7606750Z requests-toolbelt 1.0.0 2024-08-22T20:44:40.7607118Z rich 13.7.1 2024-08-22T20:44:40.7607810Z rouge-score 0.1.2 2024-08-22T20:44:40.7608247Z rpds-py 0.10.6 2024-08-22T20:44:40.7608744Z ruamel.yaml 0.17.21 2024-08-22T20:44:40.7609275Z sacrebleu 2.4.3 2024-08-22T20:44:40.7609709Z safetensors 0.4.4 2024-08-22T20:44:40.7610149Z scikit-learn 1.5.1 2024-08-22T20:44:40.7610537Z scipy 1.14.1 2024-08-22T20:44:40.7610969Z sentencepiece 0.2.0 2024-08-22T20:44:40.7611368Z setuptools 67.8.0 2024-08-22T20:44:40.7611800Z six 1.16.0 2024-08-22T20:44:40.7612165Z smmap 5.0.1 2024-08-22T20:44:40.7612521Z snakeviz 2.2.0 2024-08-22T20:44:40.7612894Z sortedcontainers 2.4.0 2024-08-22T20:44:40.7613341Z soupsieve 2.5 2024-08-22T20:44:40.7613756Z sqlitedict 2.1.0 2024-08-22T20:44:40.7614124Z streamlit 1.37.1 2024-08-22T20:44:40.7614653Z sympy 1.13.1 2024-08-22T20:44:40.7615020Z tabledata 1.3.3 2024-08-22T20:44:40.7615381Z tabulate 0.9.0 2024-08-22T20:44:40.7615738Z tcolorpy 0.1.6 2024-08-22T20:44:40.7616089Z tenacity 8.5.0 2024-08-22T20:44:40.7616451Z threadpoolctl 3.5.0 2024-08-22T20:44:40.7616906Z tiktoken 0.7.0 2024-08-22T20:44:40.7617281Z timm 1.0.7 2024-08-22T20:44:40.7617774Z tokenizers 0.19.1 2024-08-22T20:44:40.7618286Z toml 0.10.2 2024-08-22T20:44:40.7618817Z tomli 2.0.1 2024-08-22T20:44:40.7619305Z toolz 0.12.0 2024-08-22T20:44:40.7619713Z torch 2.5.0.dev20240716+cpu 2024-08-22T20:44:40.7620157Z torchao 0.4.0+gite11201a 2024-08-22T20:44:40.7620616Z torchaudio 2.4.0.dev20240716+cpu 2024-08-22T20:44:40.7621139Z torchsr 1.0.4 2024-08-22T20:44:40.7621544Z torchvision 0.20.0.dev20240716+cpu 2024-08-22T20:44:40.7621996Z tornado 6.4.1 2024-08-22T20:44:40.7622356Z tqdm 4.66.5 2024-08-22T20:44:40.7622798Z tqdm-multiprocess 0.0.11 2024-08-22T20:44:40.7623178Z traitlets 5.14.3 2024-08-22T20:44:40.7623548Z transformers 4.42.4 2024-08-22T20:44:40.7623914Z typepy 1.3.2 2024-08-22T20:44:40.7624283Z typing_extensions 4.12.2 2024-08-22T20:44:40.7624651Z tzdata 2024.1 2024-08-22T20:44:40.7625008Z urllib3 1.26.16 2024-08-22T20:44:40.7625383Z watchdog 4.0.2 2024-08-22T20:44:40.7625744Z Werkzeug 3.0.4 2024-08-22T20:44:40.7626102Z wheel 0.38.4 2024-08-22T20:44:40.7626474Z word2number 1.1 2024-08-22T20:44:40.7626828Z xxhash 3.5.0 2024-08-22T20:44:40.7627182Z yarl 1.9.4 2024-08-22T20:44:40.7627554Z zstandard 0.19.0 2024-08-22T20:44:40.7627918Z zstd 1.5.5.1 2024-08-22T20:44:40.7628264Z + popd 2024-08-22T20:44:40.7628559Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:44:40.7628948Z + popd 2024-08-22T20:44:40.7629202Z /pytorch/torchchat 2024-08-22T20:44:40.7629599Z + echo ::endgroup:: 2024-08-22T20:44:40.7630394Z ##[endgroup] 2024-08-22T20:44:40.7630831Z + echo '::group::## Introduction' 2024-08-22T20:44:40.7631436Z ##[group]## Introduction 2024-08-22T20:44:40.7631813Z + echo ::endgroup:: 2024-08-22T20:44:40.7632310Z ##[endgroup] 2024-08-22T20:44:40.7632750Z + echo '::group::## Supported Quantization Schemes' 2024-08-22T20:44:40.7633457Z ##[group]## Supported Quantization Schemes 2024-08-22T20:44:40.7633881Z + echo ::endgroup:: 2024-08-22T20:44:40.7634378Z ##[endgroup] 2024-08-22T20:44:40.7634761Z + echo '::group::## Quantization API' 2024-08-22T20:44:40.7635371Z ##[group]## Quantization API 2024-08-22T20:44:40.7635728Z + echo ::endgroup:: 2024-08-22T20:44:40.7636223Z ##[endgroup] 2024-08-22T20:44:40.7636589Z + echo '::group::## Examples' 2024-08-22T20:44:40.7637212Z ##[group]## Examples 2024-08-22T20:44:40.7637507Z + false 2024-08-22T20:44:40.7638284Z + python3 generate.py stories15M --prompt 'Hello, my name is' --quantize '{"embedding" : {"bitwidth": 8, "groupsize": 0}}' 2024-08-22T20:44:40.7638957Z 2024-08-22T20:44:40.7639209Z Downloading builder script: 0% 0.00/5.67k [00:00 2024-08-22T20:44:40.7678565Z export_main(args) 2024-08-22T20:44:40.7678973Z File "/pytorch/torchchat/export.py", line 124, in main 2024-08-22T20:44:40.7679466Z model = _initialize_model( 2024-08-22T20:44:40.7679829Z ^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:40.7680371Z File "/pytorch/torchchat/build/builder.py", line 514, in _initialize_model 2024-08-22T20:44:40.7681012Z quantize_model( 2024-08-22T20:44:40.7681560Z File "/pytorch/torchchat/quantization/quantize.py", line 109, in quantize_model 2024-08-22T20:44:40.7682252Z model = quant_handler.quantize(model) 2024-08-22T20:44:40.7682722Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:40.7683554Z File "/opt/conda/lib/python3.11/site-packages/torchao/quantization/GPTQ.py", line 743, in quantize 2024-08-22T20:44:40.7684370Z state_dict = self._create_quantized_state_dict(model) 2024-08-22T20:44:40.7684886Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:40.7685830Z File "/opt/conda/lib/python3.11/site-packages/torch/utils/_contextlib.py", line 116, in decorate_context 2024-08-22T20:44:40.7686595Z return func(*args, **kwargs) 2024-08-22T20:44:40.7686968Z ^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:40.7687969Z File "/opt/conda/lib/python3.11/site-packages/torchao/quantization/GPTQ.py", line 696, in _create_quantized_state_dict 2024-08-22T20:44:40.7688828Z in_features % self.groupsize == 0 2024-08-22T20:44:40.7689384Z AssertionError: require in_features:288 % self.groupsize:256 == 0 2024-08-22T20:44:40.7690133Z ##[endgroup] 2024-08-22T20:44:40.7690431Z + echo ::group::Completion 2024-08-22T20:44:40.7690987Z ##[group]Completion 2024-08-22T20:44:40.7691409Z + echo 'tests complete' 2024-08-22T20:44:40.7691786Z tests complete 2024-08-22T20:44:40.7692182Z + echo '*******************************************' 2024-08-22T20:44:40.7692631Z ******************************************* 2024-08-22T20:44:40.7693035Z + echo ::endgroup:: 2024-08-22T20:44:40.7693541Z ##[endgroup] 2024-08-22T20:44:40.7742179Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2024-08-22T20:44:40.7742647Z with: 2024-08-22T20:44:40.7743039Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:40.7743561Z fail-on-empty: false 2024-08-22T20:44:40.7743874Z env: 2024-08-22T20:44:40.7744184Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:40.7744649Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:40.7745026Z PR_NUMBER: 1044 2024-08-22T20:44:40.7747039Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:40.7749331Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:40.7750098Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:40.7750816Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:40.7751433Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:40.7751957Z ##[endgroup] 2024-08-22T20:44:40.8449989Z Prepare all required actions 2024-08-22T20:44:40.8488014Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-08-22T20:44:40.8488494Z with: 2024-08-22T20:44:40.8488938Z directory: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-08-22T20:44:40.8489678Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:40.8490224Z env: 2024-08-22T20:44:40.8490547Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:40.8491035Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:40.8491430Z PR_NUMBER: 1044 2024-08-22T20:44:40.8493503Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:40.8495893Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:40.8496670Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:40.8497399Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:40.8498020Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:40.8498493Z ##[endgroup] 2024-08-22T20:44:40.8518952Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:40.8520013Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:40.8533805Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:40.8534307Z env: 2024-08-22T20:44:40.8534625Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:40.8535089Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:40.8535481Z PR_NUMBER: 1044 2024-08-22T20:44:40.8537504Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:40.8539773Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:40.8540547Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:40.8541282Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:40.8541896Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:40.8542558Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:40.8543291Z DIRECTORY: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-08-22T20:44:40.8543843Z ##[endgroup] 2024-08-22T20:44:40.8759601Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2024-08-22T20:44:41.0832877Z latest: Pulling from tool/alpine 2024-08-22T20:44:41.0833356Z 540db60ca938: Pulling fs layer 2024-08-22T20:44:41.2001326Z 540db60ca938: Download complete 2024-08-22T20:44:41.3175220Z 540db60ca938: Pull complete 2024-08-22T20:44:41.3276133Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:44:41.3313936Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:44:43.6870814Z Prepare all required actions 2024-08-22T20:44:43.6907254Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-08-22T20:44:43.6907749Z with: 2024-08-22T20:44:43.6908107Z directory: /home/ec2-user/actions-runner/_work/_temp 2024-08-22T20:44:43.6908765Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:43.6909330Z env: 2024-08-22T20:44:43.6909655Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:43.6910120Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:43.6910494Z PR_NUMBER: 1044 2024-08-22T20:44:43.6912613Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:43.6914895Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:43.6915663Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:43.6916400Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:43.6917022Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:43.6917601Z ##[endgroup] 2024-08-22T20:44:43.6937615Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:43.6938584Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:43.6949201Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:43.6949700Z env: 2024-08-22T20:44:43.6950019Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:43.6950482Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:43.6950962Z PR_NUMBER: 1044 2024-08-22T20:44:43.6952973Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:43.6955231Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:43.6955999Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:43.6956731Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:43.6957339Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:43.6957997Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:43.6958654Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2024-08-22T20:44:43.6959118Z ##[endgroup] 2024-08-22T20:44:44.6628533Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2024-08-22T20:44:44.6629370Z # Only do these steps if we actually want to upload an artifact 2024-08-22T20:44:44.6630028Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2024-08-22T20:44:44.6630814Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2024-08-22T20:44:44.6631718Z  # attempt to just grab whatever is in there and scoop it all up 2024-08-22T20:44:44.6632449Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2024-08-22T20:44:44.6633082Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:44:44.6633549Z  fi 2024-08-22T20:44:44.6633944Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2024-08-22T20:44:44.6634606Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:44:44.6635166Z  fi 2024-08-22T20:44:44.6635799Z  # Set to fail upload step if there are no files for upload and expected files for upload 2024-08-22T20:44:44.6636636Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2024-08-22T20:44:44.6637154Z fi 2024-08-22T20:44:44.6637432Z  2024-08-22T20:44:44.6637707Z upload_docs=0 2024-08-22T20:44:44.6638289Z # Check if there are files in the documentation folder to upload, note that 2024-08-22T20:44:44.6638947Z # empty folders do not count 2024-08-22T20:44:44.6639578Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2024-08-22T20:44:44.6640448Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2024-08-22T20:44:44.6641192Z  # upload will probably not work correctly 2024-08-22T20:44:44.6641674Z  upload_docs=1 2024-08-22T20:44:44.6642010Z fi 2024-08-22T20:44:44.6642449Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:44:44.6651453Z shell: /usr/bin/bash -e {0} 2024-08-22T20:44:44.6651808Z env: 2024-08-22T20:44:44.6652139Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:44.6652598Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:44.6652978Z PR_NUMBER: 1044 2024-08-22T20:44:44.6655020Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:44.6657431Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:44.6658215Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:44.6659026Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:44.6659651Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:44.6660151Z UPLOAD_ARTIFACT_NAME: 2024-08-22T20:44:44.6660485Z ##[endgroup] 2024-08-22T20:44:44.6761187Z Prepare all required actions 2024-08-22T20:44:44.6799316Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2024-08-22T20:44:44.6799801Z with: 2024-08-22T20:44:44.6800054Z env: 2024-08-22T20:44:44.6800376Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:44.6801095Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:44.6801570Z PR_NUMBER: 1044 2024-08-22T20:44:44.6803596Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:44.6805877Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:44.6806676Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:44.6807396Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:44.6808087Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:44.6808564Z ##[endgroup] 2024-08-22T20:44:44.6829453Z ##[group]Run set -eou pipefail 2024-08-22T20:44:44.6829861Z set -eou pipefail 2024-08-22T20:44:44.6830211Z  2024-08-22T20:44:44.6830723Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-08-22T20:44:44.6831358Z for _ in $(seq 1440); do 2024-08-22T20:44:44.6831828Z  # Break if no ssh session exists anymore 2024-08-22T20:44:44.6832329Z  if [ "$(who)" = "" ]; then 2024-08-22T20:44:44.6832730Z  break 2024-08-22T20:44:44.6833043Z  fi 2024-08-22T20:44:44.6833353Z  echo "." 2024-08-22T20:44:44.6833684Z  sleep 5 2024-08-22T20:44:44.6834009Z done 2024-08-22T20:44:44.6843086Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:44.6843566Z env: 2024-08-22T20:44:44.6843886Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:44.6844345Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:44.6844711Z PR_NUMBER: 1044 2024-08-22T20:44:44.6846717Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:44.6849105Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:44.6849870Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:44.6850605Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:44.6851224Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:44.6851817Z ##[endgroup] 2024-08-22T20:44:44.6880456Z Holding runner for 2 hours until all ssh sessions have logged out 2024-08-22T20:44:44.6940885Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:44:44.6941643Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:44:44.6942228Z # shellcheck disable=SC2046 2024-08-22T20:44:44.6942685Z docker stop $(docker ps -q) || true 2024-08-22T20:44:44.6943153Z # Prune all of the docker images 2024-08-22T20:44:44.6943599Z docker system prune -af 2024-08-22T20:44:44.6952258Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:44.6952753Z env: 2024-08-22T20:44:44.6953078Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:44.6953530Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:44.6954108Z PR_NUMBER: 1044 2024-08-22T20:44:44.6956138Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:44.6958423Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:44.6959196Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:44.6959922Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:44.6960538Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:44.6961019Z ##[endgroup] 2024-08-22T20:44:55.9412679Z 6948f22013d3 2024-08-22T20:44:59.4318160Z Deleted Containers: 2024-08-22T20:44:59.4318789Z 6948f22013d3d60c2c1841cb7d4ce7645bd5eca4b11e6e681d75e3f1c448cbfa 2024-08-22T20:44:59.4319233Z 2024-08-22T20:45:04.9220804Z Deleted Images: 2024-08-22T20:45:04.9221588Z untagged: pytorch/conda-builder:cuda12.1 2024-08-22T20:45:04.9222654Z untagged: pytorch/conda-builder@sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:45:04.9223657Z deleted: sha256:ca6cb5e15adf1287624fd5ee41e98e3482f9ba8e8eb49b94e1c89149740d589e 2024-08-22T20:45:04.9224614Z deleted: sha256:7ea5160e27b147a9b8579d1ecaa57d793582bf5bc915c7f8cdbfb0e9d6cb07a7 2024-08-22T20:45:04.9225730Z deleted: sha256:b62ea2cf6a5771e822ce3339bbcc153c9d1d567d410908f8c8bb6364538d5ce4 2024-08-22T20:45:04.9226568Z deleted: sha256:e2aa7aeae6883178dc9137b7198de0dd0e488fe2f3c2350041d78a21c5268174 2024-08-22T20:45:04.9227568Z deleted: sha256:7d64cbcd3947a1e0aa1abd5a9d734cd961aea4c0ec4635ea3294e37e96f69830 2024-08-22T20:45:04.9228560Z deleted: sha256:3eb08d55a9f629f97e2e1c0cf20ff802536c0d341d9ba38f949500fdc3329dc9 2024-08-22T20:45:04.9229404Z deleted: sha256:617916537dafd2cb5f4e62e43d1fffecd492f1dbdd557b93a8d4a3d8516f182a 2024-08-22T20:45:04.9230345Z deleted: sha256:e39e75923171030569887b5cbf74f952383a76c593d9abf08059f9d6c0eba9b6 2024-08-22T20:45:04.9231346Z deleted: sha256:d1a0a10f342c13f93556fdd4df93a12497190394e4198dcd5618cbac69506c9b 2024-08-22T20:45:04.9232162Z deleted: sha256:e9a939e626efc5c03f7b5206aa11981d73de39345c575dcc35552c4b1f4fe935 2024-08-22T20:45:04.9232987Z deleted: sha256:12bf6c0ce8bb61ca65095e25018efabe18faabbf4ba318874150aa3ce13a8008 2024-08-22T20:45:04.9233820Z deleted: sha256:d4899a6466695bcab7f74253d4e13a31e2861aa3346ae5e87cfaec75bfa2a5a1 2024-08-22T20:45:04.9234624Z deleted: sha256:57f423db078477fd48a3b21e0e960108e17ad45def0728927e3607b867c011be 2024-08-22T20:45:04.9235435Z deleted: sha256:4d9e8db683cb433346e5a329c9a1223693b21cbe1ef03ad9669ea169d2531568 2024-08-22T20:45:04.9236366Z deleted: sha256:636b11b88d0d4f380e06ce31e183eb66b39baf66d25b46d671a6d07156272626 2024-08-22T20:45:04.9237279Z deleted: sha256:5fb38e0fdae552967ea7e31c6dbf71dd662194ce4c3e34a73275d955c7516ac9 2024-08-22T20:45:04.9238106Z deleted: sha256:e945d944e062cb5b4b5bce5ca9255339c385aa7e76352cba574e7b9adcbfaf81 2024-08-22T20:45:04.9239222Z deleted: sha256:629a87d40778fa59aae239569d2e4022eb9c73c24d5a8a80b631578c6a0d95de 2024-08-22T20:45:04.9240053Z deleted: sha256:28b222b3a9320157c8d332c568c93debef3da5ea2a633329870ce36a79787ec0 2024-08-22T20:45:04.9240873Z deleted: sha256:77654d0fdc0b2b63fe1b22c1e69a2e39d9c51f0935f861e7828d36f4f736ad79 2024-08-22T20:45:04.9241686Z deleted: sha256:bf65b0450ea54ac3431526e360b0f7c3e7c4ac66000529df84d01fa39061535c 2024-08-22T20:45:04.9242507Z deleted: sha256:2e78abff6cee136276a6b6ac50167c9b9761c7005e02c832947580165140577f 2024-08-22T20:45:04.9243420Z deleted: sha256:779151bb607dc93e1099434061314ed422972abb54587e96a0400de4fdc718c0 2024-08-22T20:45:04.9244210Z deleted: sha256:8b116155e6592b810a5108f4e36aed3bd14b162dc4636a3b9052a885006508a4 2024-08-22T20:45:04.9245227Z deleted: sha256:16eb6de95902da3aa8f26838aa5e0876e791b9d338a43d4ddf7864bccfcb3e25 2024-08-22T20:45:04.9246081Z deleted: sha256:f1cc8ad9df374e9b9b2cfbdcd52ce63a53a3ee8b4f82edcebde8156aeec389ad 2024-08-22T20:45:04.9246927Z deleted: sha256:29937eb76d3be5ed458043982e587e3ae1c44991b86fef436ac51e69b3526331 2024-08-22T20:45:04.9247930Z deleted: sha256:fa0dd9cde456c1e5de9010f19af898bbeaa2c089cc1ae9f6e56166a558d448a8 2024-08-22T20:45:04.9248780Z deleted: sha256:74a8a6ee05c38b7d2b93ff2b2cfc3502c47cc6dc1043ecda998808f02c36076e 2024-08-22T20:45:04.9249597Z deleted: sha256:c734a1acf015e761506178e29744373917426c75b2191f3e74173bd615af5108 2024-08-22T20:45:04.9250376Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2024-08-22T20:45:04.9251329Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:45:04.9252582Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:45:04.9253741Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-08-22T20:45:04.9254588Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-08-22T20:45:04.9255101Z 2024-08-22T20:45:04.9255238Z Total reclaimed space: 23.63GB 2024-08-22T20:45:04.9297959Z ##[group]Run set +e 2024-08-22T20:45:04.9298310Z set +e 2024-08-22T20:45:04.9298663Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:45:04.9299242Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:45:04.9299754Z else 2024-08-22T20:45:04.9300157Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:45:04.9300635Z fi 2024-08-22T20:45:04.9301293Z set -e 2024-08-22T20:45:04.9311329Z shell: /usr/bin/bash -e {0} 2024-08-22T20:45:04.9311683Z env: 2024-08-22T20:45:04.9312008Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:45:04.9312460Z REPOSITORY: pytorch/torchchat 2024-08-22T20:45:04.9312839Z PR_NUMBER: 1044 2024-08-22T20:45:04.9314910Z 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::" .ci/scripts/run-docs quantization echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:45:04.9317182Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:45:04.9317946Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:45:04.9318669Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:45:04.9319288Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:45:04.9319763Z NO_SUDO: false 2024-08-22T20:45:04.9320067Z ##[endgroup] 2024-08-22T20:45:06.7435017Z Post job cleanup. 2024-08-22T20:45:06.8407845Z Post job cleanup. 2024-08-22T20:45:06.9306017Z [command]/usr/bin/git version 2024-08-22T20:45:06.9362076Z git version 2.40.1 2024-08-22T20:45:06.9398782Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/83075849-58d9-4f84-827e-8ada58c43399' before making global git config changes 2024-08-22T20:45:06.9400240Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:45:06.9404338Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:45:06.9451104Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:45:06.9496852Z [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:06.9867318Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:45:06.9905116Z http.https://github.com/.extraheader 2024-08-22T20:45:06.9914607Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-22T20:45:06.9960416Z [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:07.0406577Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-22T20:45:07.0430080Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-22T20:45:07.0438107Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:45:07.0438628Z ##[endgroup] 2024-08-22T20:45:13.8826256Z Cleaning up orphan processes