2024-08-22T20:28:16.0940817Z Current runner version: '2.319.1' 2024-08-22T20:28:16.0947411Z Runner name: 'i-0ed2149096fb64c49' 2024-08-22T20:28:16.0948235Z Runner group name: 'Default' 2024-08-22T20:28:16.0949234Z Machine name: 'ip-10-0-65-111' 2024-08-22T20:28:16.0966130Z Testing runner upgrade compatibility 2024-08-22T20:28:16.2261892Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:28:16.2263963Z Contents: read 2024-08-22T20:28:16.2264512Z Metadata: read 2024-08-22T20:28:16.2265055Z Packages: read 2024-08-22T20:28:16.2265617Z ##[endgroup] 2024-08-22T20:28:16.2268794Z Secret source: Actions 2024-08-22T20:28:16.2269665Z Prepare workflow directory 2024-08-22T20:28:16.3805487Z Prepare all required actions 2024-08-22T20:28:16.3975914Z Getting action download info 2024-08-22T20:28:16.5800627Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-08-22T20:28:16.7664174Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-08-22T20:28:16.9779270Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-08-22T20:28:17.1869525Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-08-22T20:28:17.3253066Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-08-22T20:28:17.5855410Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:28:17.5857850Z ##[group] Inputs 2024-08-22T20:28:17.5860015Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:17.5862631Z timeout: 60 2024-08-22T20:28:17.5863107Z runner: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:28:17.5863643Z upload-artifact: 2024-08-22T20:28:17.5864069Z download-artifact: 2024-08-22T20:28:17.5864504Z repository: 2024-08-22T20:28:17.5864923Z fetch-depth: 1 2024-08-22T20:28:17.5865321Z submodules: 2024-08-22T20:28:17.5865739Z ref: 2024-08-22T20:28:17.5866177Z test-infra-repository: pytorch/test-infra 2024-08-22T20:28:17.5866797Z test-infra-ref: 2024-08-22T20:28:17.5867249Z docker-image: pytorch/conda-builder 2024-08-22T20:28:17.5867785Z docker-build-dir: .ci/docker 2024-08-22T20:28:17.5868248Z gpu-arch-type: cuda 2024-08-22T20:28:17.5868687Z gpu-arch-version: 12.1 2024-08-22T20:28:17.5869152Z job-name: linux-job 2024-08-22T20:28:17.5869920Z continue-on-error: false 2024-08-22T20:28:17.5870405Z binary-matrix: 2024-08-22T20:28:17.5870850Z run-with-docker: true 2024-08-22T20:28:17.5871282Z secrets-env: 2024-08-22T20:28:17.5871721Z no-sudo: false 2024-08-22T20:28:17.5872155Z ##[endgroup] 2024-08-22T20:28:17.5872921Z Complete job name: test-gguf-any / linux-job 2024-08-22T20:28:17.6539896Z A job started hook has been configured by the self-hosted runner administrator 2024-08-22T20:28:17.6695405Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-22T20:28:17.6707618Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:17.6708295Z ##[endgroup] 2024-08-22T20:28:19.2989393Z Runner Type: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:28:19.2989963Z Instance Type: g5.4xlarge 2024-08-22T20:28:19.2990653Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-22T20:28:19.2991199Z AMI ID: ami-06c68f701d8090592 2024-08-22T20:28:25.1268291Z ##[group]Run set -euxo pipefail 2024-08-22T20:28:25.1268839Z set -euxo pipefail 2024-08-22T20:28:25.1269325Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:28:25.1269879Z  echo "::group::Cleanup with-sudo debug output" 2024-08-22T20:28:25.1270648Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:25.1271081Z else 2024-08-22T20:28:25.1271468Z  echo "::group::Cleanup no-sudo debug output" 2024-08-22T20:28:25.1271981Z  rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:25.1272390Z fi 2024-08-22T20:28:25.1272669Z  2024-08-22T20:28:25.1272978Z mkdir -p "${GITHUB_WORKSPACE}" 2024-08-22T20:28:25.1273507Z echo "::endgroup::" 2024-08-22T20:28:25.1283043Z shell: /usr/bin/bash -e {0} 2024-08-22T20:28:25.1283401Z env: 2024-08-22T20:28:25.1283740Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:25.1284211Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:25.1284614Z PR_NUMBER: 1044 2024-08-22T20:28:25.1286580Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:25.1288597Z NO_SUDO: false 2024-08-22T20:28:25.1288903Z ##[endgroup] 2024-08-22T20:28:25.1322334Z + [[ false == \f\a\l\s\e ]] 2024-08-22T20:28:25.1343890Z ##[group]Cleanup with-sudo debug output 2024-08-22T20:28:25.1352871Z + echo '::group::Cleanup with-sudo debug output' 2024-08-22T20:28:25.1353677Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:25.2598602Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/branches' 2024-08-22T20:28:25.2600217Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/applypatch-msg.sample' 2024-08-22T20:28:25.2601435Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/commit-msg.sample' 2024-08-22T20:28:25.2602716Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/post-update.sample' 2024-08-22T20:28:25.2603953Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-applypatch.sample' 2024-08-22T20:28:25.2605465Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-commit.sample' 2024-08-22T20:28:25.2607038Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-merge-commit.sample' 2024-08-22T20:28:25.2608628Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-push.sample' 2024-08-22T20:28:25.2610205Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-receive.sample' 2024-08-22T20:28:25.2611584Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/push-to-checkout.sample' 2024-08-22T20:28:25.2613164Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/update.sample' 2024-08-22T20:28:25.2614422Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/fsmonitor-watchman.sample' 2024-08-22T20:28:25.2615644Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-rebase.sample' 2024-08-22T20:28:25.2616869Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/prepare-commit-msg.sample' 2024-08-22T20:28:25.2618395Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks' 2024-08-22T20:28:25.2619505Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/info/exclude' 2024-08-22T20:28:25.2620824Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/info' 2024-08-22T20:28:25.2621963Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/description' 2024-08-22T20:28:25.2623273Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/heads/main' 2024-08-22T20:28:25.2625200Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/heads' 2024-08-22T20:28:25.2626346Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/tags' 2024-08-22T20:28:25.2627519Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes/origin/main' 2024-08-22T20:28:25.2628857Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes/origin' 2024-08-22T20:28:25.2630458Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes' 2024-08-22T20:28:25.2631581Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs' 2024-08-22T20:28:25.2632582Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/HEAD' 2024-08-22T20:28:25.2633656Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/config' 2024-08-22T20:28:25.2635041Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack/pack-7972eaf2dcc54febda86a9d3ca95bc5cdd749533.pack' 2024-08-22T20:28:25.2637243Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack/pack-7972eaf2dcc54febda86a9d3ca95bc5cdd749533.idx' 2024-08-22T20:28:25.2638748Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack' 2024-08-22T20:28:25.2639947Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/info' 2024-08-22T20:28:25.2641074Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects' 2024-08-22T20:28:25.2642125Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/FETCH_HEAD' 2024-08-22T20:28:25.2643138Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/shallow' 2024-08-22T20:28:25.2644264Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes/origin/main' 2024-08-22T20:28:25.2645527Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes/origin' 2024-08-22T20:28:25.2646773Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes' 2024-08-22T20:28:25.2647942Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/heads/main' 2024-08-22T20:28:25.2649185Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/heads' 2024-08-22T20:28:25.2650335Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs' 2024-08-22T20:28:25.2651399Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/HEAD' 2024-08-22T20:28:25.2652431Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs' 2024-08-22T20:28:25.2653446Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/index' 2024-08-22T20:28:25.2654430Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git' 2024-08-22T20:28:25.2655411Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.flake8' 2024-08-22T20:28:25.2656432Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git-blame-ignore-revs' 2024-08-22T20:28:25.2657491Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.gitattributes' 2024-08-22T20:28:25.2658758Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actionlint.yaml' 2024-08-22T20:28:25.2660211Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/bc-lint/action.yml' 2024-08-22T20:28:25.2661616Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/bc-lint' 2024-08-22T20:28:25.2663081Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/calculate-docker-image/action.yml' 2024-08-22T20:28:25.2664493Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/calculate-docker-image' 2024-08-22T20:28:25.2665862Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/check-disk-space/action.yml' 2024-08-22T20:28:25.2667204Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/check-disk-space' 2024-08-22T20:28:25.2668541Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/chown-directory/action.yml' 2024-08-22T20:28:25.2670181Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/chown-directory' 2024-08-22T20:28:25.2671603Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/cleanup-runner/action.yml' 2024-08-22T20:28:25.2672920Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/cleanup-runner' 2024-08-22T20:28:25.2674382Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/export-matrix-variables/action.yml' 2024-08-22T20:28:25.2675794Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/export-matrix-variables' 2024-08-22T20:28:25.2677181Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/pull-docker-image/action.yml' 2024-08-22T20:28:25.2678544Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/pull-docker-image' 2024-08-22T20:28:25.2679914Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/run-script-with-cache/action.yml' 2024-08-22T20:28:25.2681302Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/run-script-with-cache' 2024-08-22T20:28:25.2682642Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/set-channel/action.yml' 2024-08-22T20:28:25.2683917Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/set-channel' 2024-08-22T20:28:25.2685245Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-builds/action.yml' 2024-08-22T20:28:25.2686612Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-builds' 2024-08-22T20:28:25.2687991Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-upload/action.yml' 2024-08-22T20:28:25.2689421Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-upload' 2024-08-22T20:28:25.2690838Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-build-test/action.yml' 2024-08-22T20:28:25.2692172Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-build-test' 2024-08-22T20:28:25.2693482Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-linux/action.yml' 2024-08-22T20:28:25.2694989Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-linux' 2024-08-22T20:28:25.2696779Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda/README.md' 2024-08-22T20:28:25.2698118Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda/action.yml' 2024-08-22T20:28:25.2699620Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda' 2024-08-22T20:28:25.2701534Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-nvidia/action.yml' 2024-08-22T20:28:25.2703163Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-nvidia' 2024-08-22T20:28:25.2704434Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh/action.yml' 2024-08-22T20:28:25.2706043Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh/index.js' 2024-08-22T20:28:25.2707710Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh' 2024-08-22T20:28:25.2709235Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-windows/action.yml' 2024-08-22T20:28:25.2710529Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-windows' 2024-08-22T20:28:25.2712202Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-linux/action.yml' 2024-08-22T20:28:25.2713881Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-linux' 2024-08-22T20:28:25.2715209Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-windows/action.yml' 2024-08-22T20:28:25.2716936Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-windows' 2024-08-22T20:28:25.2718677Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/trigger-nightly/action.yml' 2024-08-22T20:28:25.2720334Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/trigger-nightly' 2024-08-22T20:28:25.2721819Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-commit-hash/action.yml' 2024-08-22T20:28:25.2723180Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-commit-hash' 2024-08-22T20:28:25.2725229Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-viablestrict/action.yml' 2024-08-22T20:28:25.2726733Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-viablestrict' 2024-08-22T20:28:25.2728055Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/upload-alerts/action.yml' 2024-08-22T20:28:25.2729935Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/upload-alerts' 2024-08-22T20:28:25.2731476Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions' 2024-08-22T20:28:25.2732644Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/arc-node-config.yaml' 2024-08-22T20:28:25.2734057Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/arc-runner-config.yaml' 2024-08-22T20:28:25.2735540Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/dependabot.yml' 2024-08-22T20:28:25.2736670Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scale-config.yml' 2024-08-22T20:28:25.2737882Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune/prune.sh' 2024-08-22T20:28:25.2739502Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune/run.sh' 2024-08-22T20:28:25.2741106Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune' 2024-08-22T20:28:25.2742530Z 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:25.2744056Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/export_matrix_variables.py' 2024-08-22T20:28:25.2745399Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/fetch_latest_green_commit.py' 2024-08-22T20:28:25.2746710Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/get_tutorials_stats.py' 2024-08-22T20:28:25.2747925Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/gitutils.py' 2024-08-22T20:28:25.2749109Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/install_torch.sh' 2024-08-22T20:28:25.2750427Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_clickhouse_format.sh' 2024-08-22T20:28:25.2751723Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py' 2024-08-22T20:28:25.2753142Z 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:25.2754727Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/test_fetch_latest_green_commit.py' 2024-08-22T20:28:25.2756101Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/test_update_disabled_issues.py' 2024-08-22T20:28:25.2757423Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/update_commit_hashes.py' 2024-08-22T20:28:25.2758727Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/update_disabled_issues.py' 2024-08-22T20:28:25.2760084Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/validate_scale_config.py' 2024-08-22T20:28:25.2761300Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts' 2024-08-22T20:28:25.2762542Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_binary_conda_upload.yml' 2024-08-22T20:28:25.2763825Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_binary_upload.yml' 2024-08-22T20:28:25.2765151Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_prune-anaconda-packages.yml' 2024-08-22T20:28:25.2766458Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_upload_docs.yml' 2024-08-22T20:28:25.2767700Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/anaconda-prune.yml' 2024-08-22T20:28:25.2769013Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/backfill-workflow-job.yml' 2024-08-22T20:28:25.2770333Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_linux.yml' 2024-08-22T20:28:25.2771621Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_macos.yml' 2024-08-22T20:28:25.2772911Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_windows.yml' 2024-08-22T20:28:25.2774210Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_linux.yml' 2024-08-22T20:28:25.2775497Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_macos.yml' 2024-08-22T20:28:25.2777008Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_windows.yml' 2024-08-22T20:28:25.2778595Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/check-alerts.yml' 2024-08-22T20:28:25.2780163Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/clang-tidy-linux.yml' 2024-08-22T20:28:25.2781756Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/clang-tidy-macos.yml' 2024-08-22T20:28:25.2783060Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/disable-flaky-tests.yml' 2024-08-22T20:28:25.2784436Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2024-08-22T20:28:25.2785871Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2024-08-22T20:28:25.2787432Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_release_matrix.yml' 2024-08-22T20:28:25.2789200Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2024-08-22T20:28:25.2791202Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/github-status-test-lambda.yml' 2024-08-22T20:28:25.2792606Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-do-release-runners.yml' 2024-08-22T20:28:25.2794650Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2024-08-22T20:28:25.2796269Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-runners.yml' 2024-08-22T20:28:25.2797519Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-webhook.yml' 2024-08-22T20:28:25.2798708Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lint.yml' 2024-08-22T20:28:25.2800044Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lintrunner_ci.yml' 2024-08-22T20:28:25.2801665Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/linux_job.yml' 2024-08-22T20:28:25.2803001Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/log-classifier-lambda.yml' 2024-08-22T20:28:25.2804273Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/macos_job.yml' 2024-08-22T20:28:25.2805765Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/mobile_job.yml' 2024-08-22T20:28:25.2807168Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2024-08-22T20:28:25.2809039Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/pr-dependencies-check.yml' 2024-08-22T20:28:25.2810640Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/push-rockset-query-lambda-tags.yml' 2024-08-22T20:28:25.2812156Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/revert-tracker.yml' 2024-08-22T20:28:25.2813883Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/rockset_autoscale.yml' 2024-08-22T20:28:25.2815360Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/rockset_delete_old_lambda_versions.yml' 2024-08-22T20:28:25.2817008Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/scale_config_validation.yml' 2024-08-22T20:28:25.2818760Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2024-08-22T20:28:25.2820264Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/stronghold.yml' 2024-08-22T20:28:25.2821527Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/sync_pytorch_canary.yml' 2024-08-22T20:28:25.2822898Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-binary-size-validation.yml' 2024-08-22T20:28:25.2825092Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-export-matrix-variables.yml' 2024-08-22T20:28:25.2826566Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda-env-file' 2024-08-22T20:28:25.2828286Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2024-08-22T20:28:25.2830013Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda.yml' 2024-08-22T20:28:25.2831343Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-nvidia.yml' 2024-08-22T20:28:25.2832755Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-ssh.yml' 2024-08-22T20:28:25.2834525Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-update-viablestrict.yml' 2024-08-22T20:28:25.2835954Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-validate-domain-library.yml' 2024-08-22T20:28:25.2837738Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_linux_with_cuda.yml' 2024-08-22T20:28:25.2839520Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_linux_without_cuda.yml' 2024-08-22T20:28:25.2840965Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_m1.yml' 2024-08-22T20:28:25.2842632Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_macos.yml' 2024-08-22T20:28:25.2844141Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_windows_with_cuda.yml' 2024-08-22T20:28:25.2845634Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_windows_without_cuda.yml' 2024-08-22T20:28:25.2847544Z 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:25.2849281Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2024-08-22T20:28:25.2850815Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2024-08-22T20:28:25.2852214Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_m1.yml' 2024-08-22T20:28:25.2853546Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_macos.yml' 2024-08-22T20:28:25.2854972Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2024-08-22T20:28:25.2856485Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2024-08-22T20:28:25.2857851Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_linux_job.yml' 2024-08-22T20:28:25.2859440Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_macos_job.yml' 2024-08-22T20:28:25.2861604Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_mobile_job.yml' 2024-08-22T20:28:25.2863413Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_windows_job.yml' 2024-08-22T20:28:25.2865000Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/tests.yml' 2024-08-22T20:28:25.2866365Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/tflint.yml' 2024-08-22T20:28:25.2867539Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/torchci.yml' 2024-08-22T20:28:25.2868760Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/trigger_nightly.yml' 2024-08-22T20:28:25.2870208Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/trigger_nightly_core.yml' 2024-08-22T20:28:25.2871763Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-drci-comments.yml' 2024-08-22T20:28:25.2873092Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-queue-times.yml' 2024-08-22T20:28:25.2874484Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-s3-html.yml' 2024-08-22T20:28:25.2875774Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-slow-tests.yml' 2024-08-22T20:28:25.2877099Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-test-times.yml' 2024-08-22T20:28:25.2878441Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-viablestrict.yml' 2024-08-22T20:28:25.2879817Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_ci_wait_time_metric.yml' 2024-08-22T20:28:25.2881256Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_disabled_tests.yml' 2024-08-22T20:28:25.2882636Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_test_file_ratings.yml' 2024-08-22T20:28:25.2884011Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/upload-tutorials-stats.yml' 2024-08-22T20:28:25.2885435Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2024-08-22T20:28:25.2886846Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/validate-domain-library.yml' 2024-08-22T20:28:25.2888231Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/windows-ami-validation.yml' 2024-08-22T20:28:25.2889529Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/windows_job.yml' 2024-08-22T20:28:25.2890737Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows' 2024-08-22T20:28:25.2891843Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github' 2024-08-22T20:28:25.2892851Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.gitignore' 2024-08-22T20:28:25.2893860Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.lintrunner.toml' 2024-08-22T20:28:25.2894963Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.mypy_requirements.txt' 2024-08-22T20:28:25.2896053Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/CODE_OF_CONDUCT.md' 2024-08-22T20:28:25.2897097Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/CONTRIBUTING.md' 2024-08-22T20:28:25.2898092Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/LICENSE' 2024-08-22T20:28:25.2899170Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/README.md' 2024-08-22T20:28:25.2900657Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/README.md' 2024-08-22T20:28:25.2902092Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.hwm' 2024-08-22T20:28:25.2903610Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.pwd' 2024-08-22T20:28:25.2904879Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.pwi' 2024-08-22T20:28:25.2906120Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/configs/sshd_config' 2024-08-22T20:28:25.2907702Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/configs' 2024-08-22T20:28:25.2908982Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/plugins.pkr.hcl' 2024-08-22T20:28:25.2910840Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2024-08-22T20:28:25.2912483Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2024-08-22T20:28:25.2913998Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers' 2024-08-22T20:28:25.2915689Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2024-08-22T20:28:25.2917427Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2024-08-22T20:28:25.2919042Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2024-08-22T20:28:25.2921033Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2024-08-22T20:28:25.2922990Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2024-08-22T20:28:25.2924961Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2024-08-22T20:28:25.2926884Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2024-08-22T20:28:25.2928555Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2024-08-22T20:28:25.2930140Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2024-08-22T20:28:25.2931886Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers' 2024-08-22T20:28:25.2933455Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts' 2024-08-22T20:28:25.2935169Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2024-08-22T20:28:25.2937011Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/user-data-scripts' 2024-08-22T20:28:25.2938413Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/variables.pkr.hcl' 2024-08-22T20:28:25.2939634Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/windows.pkr.hcl' 2024-08-22T20:28:25.2940849Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows' 2024-08-22T20:28:25.2942215Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami' 2024-08-22T20:28:25.2943927Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/Makefile' 2024-08-22T20:28:25.2945231Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/lambda_function.py' 2024-08-22T20:28:25.2946904Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/requirements.txt' 2024-08-22T20:28:25.2948322Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron' 2024-08-22T20:28:25.2949549Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/Makefile' 2024-08-22T20:28:25.2950781Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/README.md' 2024-08-22T20:28:25.2952067Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2024-08-22T20:28:25.2953829Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2024-08-22T20:28:25.2955099Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts' 2024-08-22T20:28:25.2956360Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/Makefile' 2024-08-22T20:28:25.2957662Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/README.md' 2024-08-22T20:28:25.2959018Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/lambda_function.py' 2024-08-22T20:28:25.2960463Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/requirements.txt' 2024-08-22T20:28:25.2961791Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test' 2024-08-22T20:28:25.2963111Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/Makefile' 2024-08-22T20:28:25.2964519Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/existing_schema.py' 2024-08-22T20:28:25.2965979Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/generate_schema.py' 2024-08-22T20:28:25.2967453Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/lambda_function.py' 2024-08-22T20:28:25.2968916Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/requirements.txt' 2024-08-22T20:28:25.2970398Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/test_lambda.py' 2024-08-22T20:28:25.2971771Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/utils.py' 2024-08-22T20:28:25.2973127Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync' 2024-08-22T20:28:25.2974437Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/.gitignore' 2024-08-22T20:28:25.2975703Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/Cargo.lock' 2024-08-22T20:28:25.2976936Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/Cargo.toml' 2024-08-22T20:28:25.2978188Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/README.md' 2024-08-22T20:28:25.2979536Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/data/README.md' 2024-08-22T20:28:25.2981053Z 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:25.2982636Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/data' 2024-08-22T20:28:25.2984096Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2024-08-22T20:28:25.2985603Z 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:25.2987196Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2024-08-22T20:28:25.2988548Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures' 2024-08-22T20:28:25.2989860Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/ruleset.toml' 2024-08-22T20:28:25.2991292Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2024-08-22T20:28:25.2992678Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/scripts' 2024-08-22T20:28:25.2994086Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2024-08-22T20:28:25.2995437Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2024-08-22T20:28:25.2996827Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock' 2024-08-22T20:28:25.2998155Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/engine.rs' 2024-08-22T20:28:25.2999629Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/lib.rs' 2024-08-22T20:28:25.3001351Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/log.rs' 2024-08-22T20:28:25.3003050Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/main.rs' 2024-08-22T20:28:25.3004688Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/network.rs' 2024-08-22T20:28:25.3005983Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/rule.rs' 2024-08-22T20:28:25.3007376Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2024-08-22T20:28:25.3009583Z 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:25.3011698Z 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:25.3013430Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/snapshots' 2024-08-22T20:28:25.3015109Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src' 2024-08-22T20:28:25.3016616Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier' 2024-08-22T20:28:25.3017887Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2024-08-22T20:28:25.3019529Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2024-08-22T20:28:25.3021065Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2024-08-22T20:28:25.3022598Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2024-08-22T20:28:25.3024378Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2024-08-22T20:28:25.3026240Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs' 2024-08-22T20:28:25.3027889Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/Makefile' 2024-08-22T20:28:25.3029121Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/lambda_function.py' 2024-08-22T20:28:25.3030456Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/requirements.txt' 2024-08-22T20:28:25.3032060Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy' 2024-08-22T20:28:25.3033796Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2024-08-22T20:28:25.3035103Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/README.md' 2024-08-22T20:28:25.3036455Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2024-08-22T20:28:25.3037867Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2024-08-22T20:28:25.3039464Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor' 2024-08-22T20:28:25.3041197Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2024-08-22T20:28:25.3042683Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2024-08-22T20:28:25.3044109Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2024-08-22T20:28:25.3045551Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2024-08-22T20:28:25.3047344Z 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:25.3049402Z 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:25.3051305Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2024-08-22T20:28:25.3052712Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator' 2024-08-22T20:28:25.3053907Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda' 2024-08-22T20:28:25.3055141Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org/README.md' 2024-08-22T20:28:25.3056592Z 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:25.3058126Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2024-08-22T20:28:25.3059567Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org' 2024-08-22T20:28:25.3060842Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites' 2024-08-22T20:28:25.3061889Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws' 2024-08-22T20:28:25.3062866Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/mypy.ini' 2024-08-22T20:28:25.3064030Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/pyproject.toml' 2024-08-22T20:28:25.3065159Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/cut-release-branch.sh' 2024-08-22T20:28:25.3066261Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release' 2024-08-22T20:28:25.3067436Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/README.md' 2024-08-22T20:28:25.3068588Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/backup_conda.py' 2024-08-22T20:28:25.3069735Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/manage.py' 2024-08-22T20:28:25.3070887Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/requirements.txt' 2024-08-22T20:28:25.3072125Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/update_dependencies.py' 2024-08-22T20:28:25.3073412Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management' 2024-08-22T20:28:25.3074533Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.eslintignore' 2024-08-22T20:28:25.3075662Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.eslintrc.json' 2024-08-22T20:28:25.3076802Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.prettierignore' 2024-08-22T20:28:25.3077946Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.prettierrc.json' 2024-08-22T20:28:25.3079044Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/README.md' 2024-08-22T20:28:25.3080334Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2024-08-22T20:28:25.3081703Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2024-08-22T20:28:25.3082979Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2024-08-22T20:28:25.3084246Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__' 2024-08-22T20:28:25.3085453Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/jest.config.js' 2024-08-22T20:28:25.3086601Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/package.json' 2024-08-22T20:28:25.3087823Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2024-08-22T20:28:25.3089050Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/ec2-utils.ts' 2024-08-22T20:28:25.3090237Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/get-ip.ts' 2024-08-22T20:28:25.3091376Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/github-utils.ts' 2024-08-22T20:28:25.3092508Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/main.ts' 2024-08-22T20:28:25.3093605Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src' 2024-08-22T20:28:25.3094728Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/tsconfig.json' 2024-08-22T20:28:25.3095809Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/yarn.lock' 2024-08-22T20:28:25.3097135Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh' 2024-08-22T20:28:25.3098435Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/stats/README.md' 2024-08-22T20:28:25.3099591Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/stats/windows_smoke_tests.csv' 2024-08-22T20:28:25.3100810Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/stats' 2024-08-22T20:28:25.3101991Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/.gitignore' 2024-08-22T20:28:25.3103764Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/.tflint.hcl' 2024-08-22T20:28:25.3105660Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/LICENSE.md' 2024-08-22T20:28:25.3106980Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/README.md' 2024-08-22T20:28:25.3108381Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2024-08-22T20:28:25.3109879Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2024-08-22T20:28:25.3111562Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/kms.tf' 2024-08-22T20:28:25.3113054Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/main.tf' 2024-08-22T20:28:25.3114736Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2024-08-22T20:28:25.3116768Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2024-08-22T20:28:25.3118332Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2024-08-22T20:28:25.3120782Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2024-08-22T20:28:25.3122421Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2024-08-22T20:28:25.3124342Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda' 2024-08-22T20:28:25.3126346Z 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:25.3128392Z 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:25.3130451Z 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:25.3132830Z 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:25.3134853Z 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:25.3137240Z 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:25.3139296Z 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:25.3141390Z 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:25.3143614Z 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:25.3145661Z 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:25.3147776Z 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:25.3150187Z 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:25.3152309Z 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:25.3154497Z 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:25.3156824Z 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:25.3159372Z 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:25.3161856Z 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:25.3164254Z 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:25.3166505Z 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:25.3168611Z 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:25.3170718Z 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:25.3172761Z 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:25.3174754Z 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:25.3176613Z 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:25.3178281Z 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:25.3179929Z 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:25.3181761Z 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:25.3184050Z 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:25.3185976Z 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:25.3187970Z 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:25.3190287Z 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:25.3192011Z 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:25.3193845Z 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:25.3195879Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2024-08-22T20:28:25.3197521Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2024-08-22T20:28:25.3199192Z 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:25.3201280Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2024-08-22T20:28:25.3202852Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2024-08-22T20:28:25.3204417Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2024-08-22T20:28:25.3206062Z 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:25.3207899Z 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:25.3209931Z 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:25.3211910Z 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:25.3213810Z 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:25.3215741Z 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:25.3217568Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2024-08-22T20:28:25.3219285Z 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:25.3221057Z 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:25.3222891Z 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:25.3225085Z 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:25.3227204Z 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:25.3229192Z 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:25.3231373Z 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:25.3233288Z 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:25.3235260Z 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:25.3237075Z 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:25.3238811Z 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:25.3240675Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2024-08-22T20:28:25.3242484Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2024-08-22T20:28:25.3244331Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances' 2024-08-22T20:28:25.3246077Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2024-08-22T20:28:25.3247783Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2024-08-22T20:28:25.3249551Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2024-08-22T20:28:25.3251449Z 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:25.3253384Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2024-08-22T20:28:25.3255305Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2024-08-22T20:28:25.3257290Z 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:25.3259267Z 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:25.3261333Z 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:25.3263356Z 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:25.3265478Z 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:25.3267686Z 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:25.3270034Z 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:25.3272037Z 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:25.3274046Z 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:25.3276213Z 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:25.3278483Z 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:25.3280770Z 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:25.3283056Z 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:25.3285345Z 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:25.3287618Z 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:25.3289933Z 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:25.3292183Z 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:25.3294435Z 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:25.3296666Z 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:25.3298906Z 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:25.3301202Z 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:25.3303474Z 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:25.3305751Z 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:25.3308024Z 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:25.3310289Z 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:25.3312514Z 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:25.3314566Z 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:25.3316537Z 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:25.3318436Z 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:25.3320399Z 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:25.3322169Z 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:25.3324191Z 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:25.3326123Z 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:25.3328048Z 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:25.3329861Z 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:25.3331570Z 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:25.3333264Z 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:25.3334916Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2024-08-22T20:28:25.3336526Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2024-08-22T20:28:25.3338020Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2024-08-22T20:28:25.3339519Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2024-08-22T20:28:25.3341191Z 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:25.3342943Z 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:25.3344705Z 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:25.3346488Z 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:25.3348279Z 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:25.3350270Z 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:25.3352034Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies' 2024-08-22T20:28:25.3353669Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2024-08-22T20:28:25.3355194Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2024-08-22T20:28:25.3356878Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2024-08-22T20:28:25.3358389Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners' 2024-08-22T20:28:25.3360104Z 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:25.3361788Z 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:25.3363466Z 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:25.3365133Z 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:25.3367009Z 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:25.3368933Z 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:25.3370862Z 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:25.3372760Z 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:25.3374584Z 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:25.3376345Z 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:25.3378053Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2024-08-22T20:28:25.3379643Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2024-08-22T20:28:25.3381215Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2024-08-22T20:28:25.3382858Z 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:25.3384604Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2024-08-22T20:28:25.3386290Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2024-08-22T20:28:25.3387982Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2024-08-22T20:28:25.3389731Z 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:25.3391521Z 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:25.3393290Z 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:25.3395082Z 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:25.3396937Z 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:25.3398690Z 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:25.3400497Z 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:25.3402233Z 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:25.3403995Z 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:25.3405849Z 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:25.3407728Z 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:25.3409618Z 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:25.3411460Z 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:25.3413207Z 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:25.3415129Z 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:25.3417100Z 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:25.3418888Z 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:25.3420690Z 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:25.3422380Z 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:25.3424335Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2024-08-22T20:28:25.3425970Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2024-08-22T20:28:25.3427486Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2024-08-22T20:28:25.3428965Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2024-08-22T20:28:25.3430501Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2024-08-22T20:28:25.3432151Z 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:25.3433984Z 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:25.3435950Z 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:25.3437692Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2024-08-22T20:28:25.3439285Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2024-08-22T20:28:25.3440992Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2024-08-22T20:28:25.3442499Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2024-08-22T20:28:25.3443984Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook' 2024-08-22T20:28:25.3445442Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules' 2024-08-22T20:28:25.3446803Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/outputs.tf' 2024-08-22T20:28:25.3448298Z 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:25.3449876Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/policies' 2024-08-22T20:28:25.3451384Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2024-08-22T20:28:25.3452864Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/templates' 2024-08-22T20:28:25.3454350Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2024-08-22T20:28:25.3455911Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/terraform_migrations' 2024-08-22T20:28:25.3457348Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/variables.tf' 2024-08-22T20:28:25.3458657Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner' 2024-08-22T20:28:25.3459838Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/__init__.py' 2024-08-22T20:28:25.3461009Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/alerts/upload_alerts_to_aws.py' 2024-08-22T20:28:25.3462259Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/alerts/validate_alerts.py' 2024-08-22T20:28:25.3463412Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/alerts' 2024-08-22T20:28:25.3464621Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/README.md' 2024-08-22T20:28:25.3466008Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/binary_size_validation.py' 2024-08-22T20:28:25.3467430Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/requirements.txt' 2024-08-22T20:28:25.3468893Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2024-08-22T20:28:25.3470346Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation' 2024-08-22T20:28:25.3471656Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/.gitignore' 2024-08-22T20:28:25.3473061Z 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:25.3474892Z 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:25.3476463Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/11.x-patches' 2024-08-22T20:28:25.3477970Z 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:25.3479759Z 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:25.3481608Z 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:25.3483194Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/15.x-patches' 2024-08-22T20:28:25.3484809Z 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:25.3486380Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/17.x-patches' 2024-08-22T20:28:25.3487839Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2024-08-22T20:28:25.3489219Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/README.md' 2024-08-22T20:28:25.3490532Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/setup.sh' 2024-08-22T20:28:25.3491766Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/verify.sh' 2024-08-22T20:28:25.3493000Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks' 2024-08-22T20:28:25.3494318Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner/requirements.txt' 2024-08-22T20:28:25.3495721Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2024-08-22T20:28:25.3497051Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner' 2024-08-22T20:28:25.3498363Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/actionlint_linter.py' 2024-08-22T20:28:25.3499695Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/exec_linter.py' 2024-08-22T20:28:25.3500985Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/flake8_linter.py' 2024-08-22T20:28:25.3502278Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/grep_linter.py' 2024-08-22T20:28:25.3503677Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2024-08-22T20:28:25.3505031Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/mypy_linter.py' 2024-08-22T20:28:25.3506332Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/newlines_linter.py' 2024-08-22T20:28:25.3507633Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/pip_init.py' 2024-08-22T20:28:25.3508911Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/ruff_linter.py' 2024-08-22T20:28:25.3510223Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/s3_init.py' 2024-08-22T20:28:25.3511507Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/s3_init_config.json' 2024-08-22T20:28:25.3512910Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/ufmt_linter.py' 2024-08-22T20:28:25.3514221Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters' 2024-08-22T20:28:25.3515396Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter' 2024-08-22T20:28:25.3516657Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/CHANGELOG.md' 2024-08-22T20:28:25.3517871Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/Cargo.toml' 2024-08-22T20:28:25.3519042Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/LICENSE' 2024-08-22T20:28:25.3520240Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/README.md' 2024-08-22T20:28:25.3521424Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/cliff.toml' 2024-08-22T20:28:25.3522628Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/do_release.sh' 2024-08-22T20:28:25.3524207Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/config_example.toml' 2024-08-22T20:28:25.3525618Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/flake8_linter.py' 2024-08-22T20:28:25.3526992Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/rustfmt_linter.py' 2024-08-22T20:28:25.3528314Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples' 2024-08-22T20:28:25.3529555Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/pyproject.toml' 2024-08-22T20:28:25.3530776Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/rustfmt.toml' 2024-08-22T20:28:25.3531983Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/git.rs' 2024-08-22T20:28:25.3533157Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/init.rs' 2024-08-22T20:28:25.3534317Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lib.rs' 2024-08-22T20:28:25.3535543Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lint_config.rs' 2024-08-22T20:28:25.3536825Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lint_message.rs' 2024-08-22T20:28:25.3538059Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/linter.rs' 2024-08-22T20:28:25.3539281Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/log_utils.rs' 2024-08-22T20:28:25.3540561Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/main.rs' 2024-08-22T20:28:25.3541750Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/path.rs' 2024-08-22T20:28:25.3542981Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/persistent_data.rs' 2024-08-22T20:28:25.3544240Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/rage.rs' 2024-08-22T20:28:25.3545438Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/render.rs' 2024-08-22T20:28:25.3546648Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/sapling.rs' 2024-08-22T20:28:25.3547873Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/testing.rs' 2024-08-22T20:28:25.3549392Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/version_control.rs' 2024-08-22T20:28:25.3550948Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src' 2024-08-22T20:28:25.3552285Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/fixtures/fake_source_file.rs' 2024-08-22T20:28:25.3553840Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/fixtures' 2024-08-22T20:28:25.3555194Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/integration_test.rs' 2024-08-22T20:28:25.3556820Z 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:25.3558660Z 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:25.3560467Z 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:25.3562233Z 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:25.3564017Z 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:25.3565913Z 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:25.3567754Z 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:25.3569614Z 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:25.3571662Z 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:25.3573402Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__invalid_args.snap' 2024-08-22T20:28:25.3575141Z 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:25.3576937Z 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:25.3578855Z 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:25.3581142Z 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:25.3582968Z 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:25.3584966Z 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:25.3586987Z 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:25.3588830Z 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:25.3590677Z 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:25.3592411Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter.snap' 2024-08-22T20:28:25.3594290Z 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:25.3596313Z 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:25.3598131Z 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:25.3599998Z 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:25.3601871Z 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:25.3603729Z 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:25.3605526Z 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:25.3607327Z 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:25.3609034Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__tee_json.snap' 2024-08-22T20:28:25.3610799Z 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:25.3612331Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots' 2024-08-22T20:28:25.3613620Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests' 2024-08-22T20:28:25.3614921Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools/convert_to_sarif.py' 2024-08-22T20:28:25.3616289Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools/convert_to_sarif_test.py' 2024-08-22T20:28:25.3617595Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools' 2024-08-22T20:28:25.3618793Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner' 2024-08-22T20:28:25.3620092Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2024-08-22T20:28:25.3621362Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/mirror-pypi' 2024-08-22T20:28:25.3622527Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.flake8' 2024-08-22T20:28:25.3623730Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.gitattributes' 2024-08-22T20:28:25.3625257Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.gitignore' 2024-08-22T20:28:25.3626414Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/Makefile' 2024-08-22T20:28:25.3627584Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/README.md' 2024-08-22T20:28:25.3628911Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/poetry.lock' 2024-08-22T20:28:25.3630183Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pyproject.toml' 2024-08-22T20:28:25.3631518Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2024-08-22T20:28:25.3633046Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2024-08-22T20:28:25.3634510Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2024-08-22T20:28:25.3635880Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2024-08-22T20:28:25.3637264Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2024-08-22T20:28:25.3638658Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2024-08-22T20:28:25.3640113Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2024-08-22T20:28:25.3641501Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2024-08-22T20:28:25.3642905Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2024-08-22T20:28:25.3644311Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2024-08-22T20:28:25.3645680Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/assets' 2024-08-22T20:28:25.3646967Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_conda.py' 2024-08-22T20:28:25.3648253Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2024-08-22T20:28:25.3649531Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_macos.py' 2024-08-22T20:28:25.3650857Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_utils.py' 2024-08-22T20:28:25.3652168Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_version.py' 2024-08-22T20:28:25.3653462Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2024-08-22T20:28:25.3654722Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests' 2024-08-22T20:28:25.3655921Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers' 2024-08-22T20:28:25.3657160Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/README.md' 2024-08-22T20:28:25.3658716Z 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:25.3660551Z 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:25.3662306Z 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:25.3664066Z 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:25.3665828Z 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:25.3667679Z 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:25.3669387Z 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:25.3671210Z 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:25.3672905Z 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:25.3674640Z 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:25.3676319Z 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:25.3678002Z 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:25.3679674Z 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:25.3681387Z 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:25.3683321Z 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:25.3685299Z 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:25.3687141Z 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:25.3688863Z 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:25.3690560Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.artifacts.raw.json' 2024-08-22T20:28:25.3692162Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.artifacts.sql.json' 2024-08-22T20:28:25.3693801Z 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:25.3695472Z 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:25.3697125Z 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:25.3698832Z 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:25.3700588Z 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:25.3702335Z 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:25.3704017Z 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:25.3705793Z 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:25.3707431Z 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:25.3709057Z 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:25.3710915Z 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:25.3712676Z 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:25.3714446Z 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:25.3716151Z 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:25.3717811Z 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:25.3719475Z 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:25.3721212Z 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:25.3722957Z 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:25.3724911Z 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:25.3726609Z 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:25.3728323Z 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:25.3730114Z 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:25.3731917Z 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:25.3733831Z 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:25.3735636Z 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:25.3737365Z 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:25.3739103Z 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:25.3740777Z 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:25.3742459Z 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:25.3744255Z 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:25.3745903Z 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:25.3747525Z 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:25.3749340Z 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:25.3751108Z 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:25.3752842Z 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:25.3754625Z 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:25.3756320Z 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:25.3758034Z 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:25.3759785Z 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:25.3761525Z 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:25.3763209Z 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:25.3764831Z 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:25.3766527Z 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:25.3768258Z 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:25.3769922Z 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:25.3771510Z 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:25.3773177Z 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:25.3774862Z 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:25.3776640Z 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:25.3778478Z 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:25.3780262Z 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:25.3781910Z 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:25.3783686Z 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:25.3785360Z 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:25.3787062Z 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:25.3788629Z 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:25.3790475Z 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:25.3792448Z 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:25.3794482Z 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:25.3796440Z 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:25.3798339Z 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:25.3800163Z 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:25.3801873Z 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:25.3803489Z 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:25.3805160Z 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:25.3806890Z 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:25.3808608Z 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:25.3810388Z 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:25.3812098Z 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:25.3813804Z 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:25.3815516Z 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:25.3817263Z 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:25.3818975Z 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:25.3820741Z 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:25.3822535Z 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:25.3824469Z 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:25.3826307Z 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:25.3828017Z 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:25.3829725Z 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:25.3831435Z 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:25.3833115Z 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:25.3835119Z 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:25.3837134Z 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:25.3839147Z 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:25.3841072Z 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:25.3842928Z 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:25.3844783Z 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:25.3846611Z 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:25.3848478Z 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:25.3850396Z 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:25.3852321Z 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:25.3854228Z 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:25.3856187Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.queryPerfNigthlyRunID.raw.json' 2024-08-22T20:28:25.3858231Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.queryPerfNigthlyRunID.sql.json' 2024-08-22T20:28:25.3860250Z 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:25.3862215Z 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:25.3864322Z 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:25.3866351Z 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:25.3868312Z 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:25.3870037Z 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:25.3871683Z 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:25.3873435Z 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:25.3875170Z 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:25.3876931Z 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:25.3878600Z 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:25.3880226Z 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:25.3881900Z 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:25.3883621Z 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:25.3885331Z 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:25.3887034Z 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:25.3888757Z 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:25.3890463Z 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:25.3892201Z 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:25.3894005Z 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:25.3895844Z 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:25.3897717Z 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:25.3899506Z 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:25.3901249Z 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:25.3903004Z 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:25.3904868Z 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:25.3906677Z 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:25.3908582Z 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:25.3910358Z 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:25.3912078Z 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:25.3913886Z 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:25.3915663Z 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:25.3917464Z 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:25.3919294Z 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:25.3921054Z 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:25.3922754Z 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:25.3924739Z 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:25.3926600Z 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:25.3928375Z 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:25.3930050Z 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:25.3931835Z 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:25.3933669Z 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:25.3935430Z 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:25.3937133Z 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:25.3938886Z 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:25.3940670Z 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:25.3942567Z 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:25.3944315Z 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:25.3946038Z 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:25.3947867Z 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:25.3949545Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.unclassified.raw.json' 2024-08-22T20:28:25.3951246Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.unclassified.sql.json' 2024-08-22T20:28:25.3952964Z 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:25.3954766Z 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:25.3956477Z 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:25.3958128Z 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:25.3959906Z 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:25.3961659Z 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:25.3963407Z 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:25.3965114Z 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:25.3966799Z 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:25.3968472Z 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:25.3970172Z 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:25.3971908Z 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:25.3973626Z 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:25.3975348Z 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:25.3977157Z 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:25.3978996Z 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:25.3980878Z 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:25.3982893Z 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:25.3985096Z 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:25.3987926Z 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:25.3990552Z 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:25.3993038Z 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:25.3995593Z 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:25.3997863Z 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:25.4000284Z 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:25.4002900Z 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:25.4005600Z 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:25.4008227Z 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:25.4011037Z 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:25.4013983Z 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:25.4016981Z 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:25.4019946Z 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:25.4022770Z 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:25.4025708Z 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:25.4028422Z 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:25.4031238Z 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:25.4034174Z 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:25.4037051Z 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:25.4040069Z 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:25.4042865Z 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:25.4045590Z 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:25.4048623Z 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:25.4051454Z 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:25.4054187Z 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:25.4057054Z 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:25.4059894Z 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:25.4062778Z 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:25.4065555Z 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:25.4068303Z 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:25.4071090Z 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:25.4073897Z 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:25.4076701Z 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:25.4079552Z 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:25.4082279Z 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:25.4085034Z 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:25.4087790Z 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:25.4090492Z 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:25.4093180Z 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:25.4095954Z 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:25.4098764Z 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:25.4101709Z 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:25.4104290Z 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:25.4106945Z 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:25.4109796Z 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:25.4112462Z 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:25.4115045Z 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:25.4117813Z 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:25.4120655Z 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:25.4123361Z 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:25.4126354Z 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:25.4129017Z 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:25.4131631Z 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:25.4134418Z 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:25.4137179Z 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:25.4139940Z 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:25.4142612Z 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:25.4145329Z 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:25.4148047Z 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:25.4150798Z 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:25.4153803Z 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:25.4156569Z 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:25.4159352Z 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:25.4162183Z 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:25.4165287Z 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:25.4167984Z 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:25.4170831Z 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:25.4173476Z 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:25.4176202Z 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:25.4178865Z 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:25.4181552Z 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:25.4184177Z 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:25.4186945Z 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:25.4189682Z 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:25.4192453Z 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:25.4195268Z 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:25.4198119Z 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:25.4200829Z 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:25.4203449Z 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:25.4206104Z 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:25.4208828Z 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:25.4211546Z 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:25.4214217Z 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:25.4216771Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.reverts.raw.json' 2024-08-22T20:28:25.4219260Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.reverts.sql.json' 2024-08-22T20:28:25.4221831Z 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:25.4224803Z 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:25.4226473Z 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:25.4228097Z 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:25.4229795Z 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:25.4231347Z 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:25.4232878Z 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:25.4234491Z 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:25.4236110Z 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:25.4237817Z 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:25.4239641Z 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:25.4241474Z 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:25.4243200Z 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:25.4244837Z 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:25.4246478Z 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:25.4248160Z 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:25.4249876Z 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:25.4251627Z 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:25.4253306Z 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:25.4254903Z 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:25.4256520Z 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:25.4258156Z 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:25.4259836Z 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:25.4261606Z 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:25.4263494Z 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:25.4265328Z 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:25.4267158Z 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:25.4268808Z 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:25.4270507Z 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:25.4272239Z 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:25.4274065Z 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:25.4275844Z 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:25.4277629Z 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:25.4279375Z 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:25.4281112Z 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:25.4282828Z 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:25.4284572Z 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:25.4286320Z 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:25.4288031Z 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:25.4289710Z 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:25.4291498Z 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:25.4293281Z 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:25.4294979Z 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:25.4296620Z 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:25.4298310Z 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:25.4300097Z 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:25.4301927Z 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:25.4303649Z 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:25.4305476Z 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:25.4307271Z 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:25.4309123Z 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:25.4311048Z 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:25.4312938Z 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:25.4314880Z 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:25.4316680Z 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:25.4318411Z 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:25.4320310Z 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:25.4322275Z 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:25.4324548Z 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:25.4326429Z 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:25.4328283Z 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:25.4330171Z 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:25.4332003Z 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:25.4333841Z 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:25.4335626Z 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:25.4337360Z 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:25.4339251Z 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:25.4341016Z 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:25.4342776Z 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:25.4344650Z 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:25.4346431Z 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:25.4348223Z 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:25.4350002Z 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:25.4351771Z 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:25.4353712Z 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:25.4355511Z 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:25.4357225Z 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:25.4358881Z 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:25.4360619Z 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:25.4362458Z 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:25.4364330Z 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:25.4366235Z 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:25.4368141Z 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:25.4370046Z 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:25.4371867Z 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:25.4373602Z 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:25.4375380Z 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:25.4377219Z 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:25.4379133Z 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:25.4380936Z 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:25.4382688Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup' 2024-08-22T20:28:25.4384063Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2024-08-22T20:28:25.4385420Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/rockset_queries.py' 2024-08-22T20:28:25.4386698Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration' 2024-08-22T20:28:25.4387954Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/analyze_ci_workflows.py' 2024-08-22T20:28:25.4389206Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/backfill_events.py' 2024-08-22T20:28:25.4390569Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2024-08-22T20:28:25.4391889Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/download-lambdas.py' 2024-08-22T20:28:25.4393174Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/fetch_latest_green_commit.py' 2024-08-22T20:28:25.4394588Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_binary_build_matrix.py' 2024-08-22T20:28:25.4395962Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_docker_release_matrix.py' 2024-08-22T20:28:25.4397468Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_release_matrix.py' 2024-08-22T20:28:25.4398691Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/gitutils.py' 2024-08-22T20:28:25.4400069Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2024-08-22T20:28:25.4401512Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/rockset_autoscale.py' 2024-08-22T20:28:25.4402701Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts' 2024-08-22T20:28:25.4403929Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/.gitignore' 2024-08-22T20:28:25.4405255Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/Makefile' 2024-08-22T20:28:25.4406581Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/README.md' 2024-08-22T20:28:25.4407984Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2024-08-22T20:28:25.4409485Z 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:25.4411056Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2024-08-22T20:28:25.4412581Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2024-08-22T20:28:25.4414170Z 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:25.4415805Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2024-08-22T20:28:25.4417359Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:25.4417936Z + echo ::endgroup:: 2024-08-22T20:28:25.4418790Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils' 2024-08-22T20:28:25.4420187Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/.flake8' 2024-08-22T20:28:25.4421372Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/.gitignore' 2024-08-22T20:28:25.4422626Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/analyze-history' 2024-08-22T20:28:25.4424298Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2024-08-22T20:28:25.4425828Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin' 2024-08-22T20:28:25.4427205Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/pyproject.toml' 2024-08-22T20:28:25.4428613Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/requirements.txt' 2024-08-22T20:28:25.4430103Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/__init__.py' 2024-08-22T20:28:25.4431522Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/ast.py' 2024-08-22T20:28:25.4432934Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/checker.py' 2024-08-22T20:28:25.4434330Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/compatibility.py' 2024-08-22T20:28:25.4435606Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/git.py' 2024-08-22T20:28:25.4436838Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/github.py' 2024-08-22T20:28:25.4438075Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/types.py' 2024-08-22T20:28:25.4439329Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/violations.py' 2024-08-22T20:28:25.4440655Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api' 2024-08-22T20:28:25.4441871Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src' 2024-08-22T20:28:25.4443109Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/conftest.py' 2024-08-22T20:28:25.4444390Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast.py' 2024-08-22T20:28:25.4445810Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2024-08-22T20:28:25.4447301Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2024-08-22T20:28:25.4448725Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2024-08-22T20:28:25.4450091Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_git.py' 2024-08-22T20:28:25.4451457Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_github.py' 2024-08-22T20:28:25.4452753Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api' 2024-08-22T20:28:25.4454152Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2024-08-22T20:28:25.4455663Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/git.py' 2024-08-22T20:28:25.4457021Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/source.py' 2024-08-22T20:28:25.4458483Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing' 2024-08-22T20:28:25.4459775Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib' 2024-08-22T20:28:25.4461009Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests' 2024-08-22T20:28:25.4462194Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold' 2024-08-22T20:28:25.4463309Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/README.md' 2024-08-22T20:28:25.4464600Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2024-08-22T20:28:25.4466047Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2024-08-22T20:28:25.4467539Z 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:25.4469048Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2024-08-22T20:28:25.4470574Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2024-08-22T20:28:25.4472003Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2024-08-22T20:28:25.4473471Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2024-08-22T20:28:25.4474932Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2024-08-22T20:28:25.4476423Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2024-08-22T20:28:25.4477758Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets' 2024-08-22T20:28:25.4479055Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2024-08-22T20:28:25.4480452Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2024-08-22T20:28:25.4481876Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2024-08-22T20:28:25.4483236Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_rockset_autoscale.py' 2024-08-22T20:28:25.4484519Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_validate_alerts.py' 2024-08-22T20:28:25.4485774Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/update_test_assets.sh' 2024-08-22T20:28:25.4486962Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests' 2024-08-22T20:28:25.4488102Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/README.md' 2024-08-22T20:28:25.4489262Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/check_alerts.py' 2024-08-22T20:28:25.4490503Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/compute_correlation.py' 2024-08-22T20:28:25.4491846Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/download_logs.py' 2024-08-22T20:28:25.4493076Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/github_analyze.py' 2024-08-22T20:28:25.4494265Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/pyproject.toml' 2024-08-22T20:28:25.4495533Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/queue_alert.py' 2024-08-22T20:28:25.4496727Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/requirements.txt' 2024-08-22T20:28:25.4497896Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/reverts.py' 2024-08-22T20:28:25.4499071Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/rockset_utils.py' 2024-08-22T20:28:25.4500381Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/get_merge_base_info.py' 2024-08-22T20:28:25.4501820Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2024-08-22T20:28:25.4503371Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2024-08-22T20:28:25.4504858Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2024-08-22T20:28:25.4506283Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2024-08-22T20:28:25.4507623Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_rockset_analysis.py' 2024-08-22T20:28:25.4508867Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/utils.py' 2024-08-22T20:28:25.4510071Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td' 2024-08-22T20:28:25.4511458Z 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:25.4512841Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/td' 2024-08-22T20:28:25.4514151Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_check_alerts.py' 2024-08-22T20:28:25.4515473Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_queue_alert.py' 2024-08-22T20:28:25.4516824Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_update_test_times.py' 2024-08-22T20:28:25.4518127Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests' 2024-08-22T20:28:25.4519338Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/update_test_times.py' 2024-08-22T20:28:25.4520517Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/utils.py' 2024-08-22T20:28:25.4521629Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci' 2024-08-22T20:28:25.4522763Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchfix/README.md' 2024-08-22T20:28:25.4524155Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchfix' 2024-08-22T20:28:25.4525322Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools' 2024-08-22T20:28:25.4526382Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.env.example' 2024-08-22T20:28:25.4527480Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.eslintrc.json' 2024-08-22T20:28:25.4528566Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.gitignore' 2024-08-22T20:28:25.4529817Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.prettierignore' 2024-08-22T20:28:25.4530355Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.prettierrc.json' 2024-08-22T20:28:25.4530854Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/README.md' 2024-08-22T20:28:25.4531701Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2024-08-22T20:28:25.4532416Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2024-08-22T20:28:25.4533146Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2024-08-22T20:28:25.4533927Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2024-08-22T20:28:25.4534687Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2024-08-22T20:28:25.4535429Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2024-08-22T20:28:25.4536162Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2024-08-22T20:28:25.4536882Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2024-08-22T20:28:25.4537596Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push' 2024-08-22T20:28:25.4538333Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2024-08-22T20:28:25.4539054Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2024-08-22T20:28:25.4539772Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red' 2024-08-22T20:28:25.4540542Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2024-08-22T20:28:25.4541299Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2024-08-22T20:28:25.4542064Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2024-08-22T20:28:25.4542801Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2024-08-22T20:28:25.4543543Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2024-08-22T20:28:25.4544163Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries' 2024-08-22T20:28:25.4544872Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/AnnouncementBanner.module.css' 2024-08-22T20:28:25.4545549Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/AnnouncementBanner.tsx' 2024-08-22T20:28:25.4546204Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ClickHouseCheckBox.tsx' 2024-08-22T20:28:25.4546815Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/CommitStatus.tsx' 2024-08-22T20:28:25.4547412Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/CopyLink.tsx' 2024-08-22T20:28:25.4548142Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/DynamicTitle.tsx' 2024-08-22T20:28:25.4548760Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ErrorBoundary.tsx' 2024-08-22T20:28:25.4549409Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/FilteredJobList.tsx' 2024-08-22T20:28:25.4550165Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GranularityPicker.tsx' 2024-08-22T20:28:25.4550856Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2024-08-22T20:28:25.4551511Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GroupJobConclusion.tsx' 2024-08-22T20:28:25.4552177Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobAnnotationToggle.tsx' 2024-08-22T20:28:25.4552800Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobArtifact.tsx' 2024-08-22T20:28:25.4553524Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobConclusion.module.css' 2024-08-22T20:28:25.4554165Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobConclusion.tsx' 2024-08-22T20:28:25.4554801Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobFilterInput.tsx' 2024-08-22T20:28:25.4555439Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobLinks.module.css' 2024-08-22T20:28:25.4556044Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobLinks.tsx' 2024-08-22T20:28:25.4556638Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobSummary.tsx' 2024-08-22T20:28:25.4557239Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobTooltip.tsx' 2024-08-22T20:28:25.4557917Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LogAnnotationToggle.tsx' 2024-08-22T20:28:25.4558505Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LogViewer.tsx' 2024-08-22T20:28:25.4559137Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoggedInMenu.tsx' 2024-08-22T20:28:25.4559847Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoginSection.module.css' 2024-08-22T20:28:25.4560466Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoginSection.tsx' 2024-08-22T20:28:25.4561096Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/NavBar.module.css' 2024-08-22T20:28:25.4561677Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/NavBar.tsx' 2024-08-22T20:28:25.4562306Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/PageSelector.tsx' 2024-08-22T20:28:25.4562976Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ReproductionCommand.tsx' 2024-08-22T20:28:25.4563695Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/SevReport.module.css' 2024-08-22T20:28:25.4564363Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/SevReport.tsx' 2024-08-22T20:28:25.4564980Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TestInsights.tsx' 2024-08-22T20:28:25.4565593Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TimeUtils.tsx' 2024-08-22T20:28:25.4566270Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TooltipTarget.module.css' 2024-08-22T20:28:25.4566995Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TooltipTarget.tsx' 2024-08-22T20:28:25.4567620Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ValuePicker.tsx' 2024-08-22T20:28:25.4568287Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/VersionControlLinks.tsx' 2024-08-22T20:28:25.4569002Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/WithCommitData.tsx' 2024-08-22T20:28:25.4569726Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/WorkflowBox.tsx' 2024-08-22T20:28:25.4570445Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/WorkflowDispatcher.tsx' 2024-08-22T20:28:25.4571239Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2024-08-22T20:28:25.4571977Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2024-08-22T20:28:25.4572749Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2024-08-22T20:28:25.4573492Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2024-08-22T20:28:25.4574181Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo' 2024-08-22T20:28:25.4574950Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2024-08-22T20:28:25.4575627Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2024-08-22T20:28:25.4576358Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2024-08-22T20:28:25.4577004Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/common.tsx' 2024-08-22T20:28:25.4577766Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2024-08-22T20:28:25.4578504Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2024-08-22T20:28:25.4579270Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2024-08-22T20:28:25.4580011Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2024-08-22T20:28:25.4580775Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2024-08-22T20:28:25.4581557Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2024-08-22T20:28:25.4582316Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2024-08-22T20:28:25.4583022Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/common.tsx' 2024-08-22T20:28:25.4583720Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers' 2024-08-22T20:28:25.4584468Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/ModelGraphPanel.tsx' 2024-08-22T20:28:25.4585185Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/SummaryPanel.tsx' 2024-08-22T20:28:25.4585961Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/common.tsx' 2024-08-22T20:28:25.4586624Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms' 2024-08-22T20:28:25.4587365Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2024-08-22T20:28:25.4588149Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao/common.tsx' 2024-08-22T20:28:25.4588827Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao' 2024-08-22T20:28:25.4589487Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark' 2024-08-22T20:28:25.4590138Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/commit.module.css' 2024-08-22T20:28:25.4590746Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/hud.module.css' 2024-08-22T20:28:25.4591392Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics.module.css' 2024-08-22T20:28:25.4592286Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/GenerateIndividualTestsLeaderboard.tsx' 2024-08-22T20:28:25.4593160Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/GenerateTestInsightsOverviewTable.tsx' 2024-08-22T20:28:25.4593921Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2024-08-22T20:28:25.4594609Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2024-08-22T20:28:25.4595359Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2024-08-22T20:28:25.4596088Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2024-08-22T20:28:25.4596754Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels' 2024-08-22T20:28:25.4597387Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics' 2024-08-22T20:28:25.4598019Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/minihud.module.css' 2024-08-22T20:28:25.4598599Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components' 2024-08-22T20:28:25.4599161Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/docs/architecture.md' 2024-08-22T20:28:25.4599773Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/docs/write-path.png' 2024-08-22T20:28:25.4600354Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/docs' 2024-08-22T20:28:25.4600890Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/jest.config.js' 2024-08-22T20:28:25.4601445Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/GeneralUtils.ts' 2024-08-22T20:28:25.4602058Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/JobClassifierUtil.ts' 2024-08-22T20:28:25.4602633Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/ParamSelector.tsx' 2024-08-22T20:28:25.4603199Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/RevertModal.tsx' 2024-08-22T20:28:25.4603832Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2024-08-22T20:28:25.4604528Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark/llmUtils.ts' 2024-08-22T20:28:25.4605129Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark' 2024-08-22T20:28:25.4605685Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/Constants.ts' 2024-08-22T20:28:25.4606344Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/autoCcBot.ts' 2024-08-22T20:28:25.4606925Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/autoLabelBot.ts' 2024-08-22T20:28:25.4607615Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2024-08-22T20:28:25.4608243Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2024-08-22T20:28:25.4608807Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/cliParser.ts' 2024-08-22T20:28:25.4609475Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2024-08-22T20:28:25.4610043Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/drciBot.ts' 2024-08-22T20:28:25.4610589Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/index.ts' 2024-08-22T20:28:25.4611172Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchBot.ts' 2024-08-22T20:28:25.4611787Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2024-08-22T20:28:25.4612397Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2024-08-22T20:28:25.4612955Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/retryBot.ts' 2024-08-22T20:28:25.4613567Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2024-08-22T20:28:25.4614166Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/subscriptions.ts' 2024-08-22T20:28:25.4614835Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2024-08-22T20:28:25.4615380Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/utils.ts' 2024-08-22T20:28:25.4616073Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2024-08-22T20:28:25.4616677Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2024-08-22T20:28:25.4617228Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot' 2024-08-22T20:28:25.4617779Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/clickhouse.ts' 2024-08-22T20:28:25.4618325Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/commitUtils.ts' 2024-08-22T20:28:25.4618938Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/correlation_matrix.json' 2024-08-22T20:28:25.4619479Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/drciUtils.ts' 2024-08-22T20:28:25.4620039Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/dynamo.ts' 2024-08-22T20:28:25.4620608Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchCommit.ts' 2024-08-22T20:28:25.4621263Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2024-08-22T20:28:25.4621972Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchFailureSamples.ts' 2024-08-22T20:28:25.4622547Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchFlakyTests.ts' 2024-08-22T20:28:25.4623083Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchHud.ts' 2024-08-22T20:28:25.4623696Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2024-08-22T20:28:25.4624643Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchPR.ts' 2024-08-22T20:28:25.4625268Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2024-08-22T20:28:25.4625845Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchS3Links.ts' 2024-08-22T20:28:25.4626385Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/getAuthors.ts' 2024-08-22T20:28:25.4626919Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/github.ts' 2024-08-22T20:28:25.4627494Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/githubFunctions.ts' 2024-08-22T20:28:25.4628019Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/jobUtils.ts' 2024-08-22T20:28:25.4628591Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/metricUtils.ts' 2024-08-22T20:28:25.4629141Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/opensearch.ts' 2024-08-22T20:28:25.4629688Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/rockset.ts' 2024-08-22T20:28:25.4630232Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/s3.ts' 2024-08-22T20:28:25.4630772Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/searchLogs.ts' 2024-08-22T20:28:25.4631342Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/searchUtils.ts' 2024-08-22T20:28:25.4631849Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/track.ts' 2024-08-22T20:28:25.4632347Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/types.ts' 2024-08-22T20:28:25.4633001Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useGroupingPreference.tsx' 2024-08-22T20:28:25.4633590Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useHudData.ts' 2024-08-22T20:28:25.4634152Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useScrollTo.ts' 2024-08-22T20:28:25.4634729Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useTableFilter.ts' 2024-08-22T20:28:25.4635249Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib' 2024-08-22T20:28:25.4635799Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/next-env.d.ts' 2024-08-22T20:28:25.4636320Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/next.config.js' 2024-08-22T20:28:25.4636867Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/package-lock.json' 2024-08-22T20:28:25.4637379Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/package.json' 2024-08-22T20:28:25.4638080Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2024-08-22T20:28:25.4638808Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2024-08-22T20:28:25.4639559Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2024-08-22T20:28:25.4640401Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2024-08-22T20:28:25.4641143Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2024-08-22T20:28:25.4641954Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2024-08-22T20:28:25.4642634Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]' 2024-08-22T20:28:25.4643237Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]' 2024-08-22T20:28:25.4643761Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/_app.tsx' 2024-08-22T20:28:25.4644449Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/_githubrunnersutilization.tsx' 2024-08-22T20:28:25.4645184Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2024-08-22T20:28:25.4645915Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2024-08-22T20:28:25.4646671Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2024-08-22T20:28:25.4647387Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2024-08-22T20:28:25.4648084Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2024-08-22T20:28:25.4648706Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]' 2024-08-22T20:28:25.4649391Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2024-08-22T20:28:25.4650069Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts/s3' 2024-08-22T20:28:25.4650675Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts' 2024-08-22T20:28:25.4651316Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/auth/[...nextauth].js' 2024-08-22T20:28:25.4651890Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/auth' 2024-08-22T20:28:25.4652549Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2024-08-22T20:28:25.4653161Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/clickhouse' 2024-08-22T20:28:25.4653829Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2024-08-22T20:28:25.4654415Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/drci/drci.ts' 2024-08-22T20:28:25.4654984Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/drci' 2024-08-22T20:28:25.4655543Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/failure.ts' 2024-08-22T20:28:25.4656179Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2024-08-22T20:28:25.4656822Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests/flakytest.ts' 2024-08-22T20:28:25.4657457Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests' 2024-08-22T20:28:25.4658409Z 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:25.4659278Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2024-08-22T20:28:25.4660207Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2024-08-22T20:28:25.4660931Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2024-08-22T20:28:25.4661588Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch' 2024-08-22T20:28:25.4662197Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/webhooks.ts' 2024-08-22T20:28:25.4662794Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github' 2024-08-22T20:28:25.4663573Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2024-08-22T20:28:25.4664336Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:25.4665066Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2024-08-22T20:28:25.4665707Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]' 2024-08-22T20:28:25.4666274Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud' 2024-08-22T20:28:25.4666877Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/issue/[label].ts' 2024-08-22T20:28:25.4667464Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/issue' 2024-08-22T20:28:25.4668289Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2024-08-22T20:28:25.4669145Z 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:25.4670000Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2024-08-22T20:28:25.4670883Z 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:25.4671715Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2024-08-22T20:28:25.4672506Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2024-08-22T20:28:25.4673220Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2024-08-22T20:28:25.4673933Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation' 2024-08-22T20:28:25.4674757Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2024-08-22T20:28:25.4675550Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2024-08-22T20:28:25.4676272Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2024-08-22T20:28:25.4677012Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation' 2024-08-22T20:28:25.4677730Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query/[collection]/[lambdaName].ts' 2024-08-22T20:28:25.4678401Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query/[collection]' 2024-08-22T20:28:25.4679090Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query' 2024-08-22T20:28:25.4679645Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/search.ts' 2024-08-22T20:28:25.4680393Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2024-08-22T20:28:25.4681067Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/usage-log-aggregator' 2024-08-22T20:28:25.4681624Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api' 2024-08-22T20:28:25.4682377Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2024-08-22T20:28:25.4683085Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2024-08-22T20:28:25.4683754Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]' 2024-08-22T20:28:25.4684372Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/compilers.tsx' 2024-08-22T20:28:25.4684949Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/llms.tsx' 2024-08-22T20:28:25.4685567Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/torchao.tsx' 2024-08-22T20:28:25.4686164Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark' 2024-08-22T20:28:25.4686727Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/correlation.tsx' 2024-08-22T20:28:25.4687289Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/disabled.tsx' 2024-08-22T20:28:25.4688114Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:25.4688921Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:25.4689648Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2024-08-22T20:28:25.4690384Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]' 2024-08-22T20:28:25.4690986Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs' 2024-08-22T20:28:25.4691533Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failure.tsx' 2024-08-22T20:28:25.4692100Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/flakytest.tsx' 2024-08-22T20:28:25.4692875Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:25.4693619Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:25.4694315Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2024-08-22T20:28:25.4695022Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]' 2024-08-22T20:28:25.4695586Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud' 2024-08-22T20:28:25.4696108Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/kpis.tsx' 2024-08-22T20:28:25.4696864Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/login_test.tsx' 2024-08-22T20:28:25.4697416Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/metrics.tsx' 2024-08-22T20:28:25.4698223Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:25.4698984Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:25.4699721Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2024-08-22T20:28:25.4700367Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]' 2024-08-22T20:28:25.4700953Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud' 2024-08-22T20:28:25.4701517Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/nightlies.tsx' 2024-08-22T20:28:25.4702299Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2024-08-22T20:28:25.4703049Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2024-08-22T20:28:25.4703721Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]' 2024-08-22T20:28:25.4704345Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability' 2024-08-22T20:28:25.4704870Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/sli.tsx' 2024-08-22T20:28:25.4705456Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/test/insights.tsx' 2024-08-22T20:28:25.4706028Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/test' 2024-08-22T20:28:25.4706628Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead.tsx' 2024-08-22T20:28:25.4707298Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead/insights.tsx' 2024-08-22T20:28:25.4707999Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead/oncall_insights.tsx' 2024-08-22T20:28:25.4708641Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead' 2024-08-22T20:28:25.4709194Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tests.tsx' 2024-08-22T20:28:25.4709895Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2024-08-22T20:28:25.4710491Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/torchbench' 2024-08-22T20:28:25.4711283Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:25.4712026Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:25.4712728Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2024-08-22T20:28:25.4713510Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]' 2024-08-22T20:28:25.4714058Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts' 2024-08-22T20:28:25.4714600Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages' 2024-08-22T20:28:25.4715319Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public/failures_spritesheet.png' 2024-08-22T20:28:25.4715891Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public/favicon.ico' 2024-08-22T20:28:25.4716421Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public' 2024-08-22T20:28:25.4716977Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset.config.json' 2024-08-22T20:28:25.4717764Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql/oss_ci_benchmark_branches.sql' 2024-08-22T20:28:25.4718510Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql/oss_ci_benchmark_llms.sql' 2024-08-22T20:28:25.4719366Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql/oss_ci_benchmark_names.sql' 2024-08-22T20:28:25.4720111Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql' 2024-08-22T20:28:25.4720925Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/oss_ci_benchmark_branches.lambda.json' 2024-08-22T20:28:25.4721711Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/oss_ci_benchmark_llms.lambda.json' 2024-08-22T20:28:25.4722494Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/oss_ci_benchmark_names.lambda.json' 2024-08-22T20:28:25.4723114Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks' 2024-08-22T20:28:25.4723834Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/annotated_flaky_jobs.sql' 2024-08-22T20:28:25.4724884Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_failed_jobs.sql' 2024-08-22T20:28:25.4725594Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_jobs_query.sql' 2024-08-22T20:28:25.4726261Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_query.sql' 2024-08-22T20:28:25.4727017Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/disabled_non_flaky_tests.sql' 2024-08-22T20:28:25.4727748Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/disabled_test_labels.sql' 2024-08-22T20:28:25.4728424Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/disabled_tests.sql' 2024-08-22T20:28:25.4729150Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/failed_workflow_jobs.sql' 2024-08-22T20:28:25.4729879Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/failure_samples_query.sql' 2024-08-22T20:28:25.4730611Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/filter_forced_merge_pr.sql' 2024-08-22T20:28:25.4731288Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_tests.sql' 2024-08-22T20:28:25.4732170Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_tests_across_jobs.sql' 2024-08-22T20:28:25.4732897Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_workflows_jobs.sql' 2024-08-22T20:28:25.4733614Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/get_relevant_alerts.sql' 2024-08-22T20:28:25.4734455Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/get_workflow_jobs.sql' 2024-08-22T20:28:25.4735113Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/hud_query.sql' 2024-08-22T20:28:25.4735970Z 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:25.4736853Z 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:25.4737528Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/issue_query.sql' 2024-08-22T20:28:25.4738264Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/master_commit_red_jobs.sql' 2024-08-22T20:28:25.4739073Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/num_commits_master.sql' 2024-08-22T20:28:25.4739809Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/pr_commits.sql' 2024-08-22T20:28:25.4740630Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/recent_pr_workflows_query.sql' 2024-08-22T20:28:25.4741384Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/reverted_prs_with_reason.sql' 2024-08-22T20:28:25.4742056Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/slow_tests.sql' 2024-08-22T20:28:25.4742826Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_insights_latest_runs.sql' 2024-08-22T20:28:25.4743561Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_insights_overview.sql' 2024-08-22T20:28:25.4744360Z 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:25.4745068Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_class.sql' 2024-08-22T20:28:25.4745867Z 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:25.4746593Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_file.sql' 2024-08-22T20:28:25.4747376Z 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:25.4748100Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_oncall.sql' 2024-08-22T20:28:25.4748883Z 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:25.4749547Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/unclassified.sql' 2024-08-22T20:28:25.4750331Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/weekly_force_merge_stats.sql' 2024-08-22T20:28:25.4750985Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql' 2024-08-22T20:28:25.4751818Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/annotated_flaky_jobs.lambda.json' 2024-08-22T20:28:25.4752544Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_failed_jobs.lambda.json' 2024-08-22T20:28:25.4753401Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_jobs_query.lambda.json' 2024-08-22T20:28:25.4754090Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_query.lambda.json' 2024-08-22T20:28:25.4754856Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/disabled_non_flaky_tests.lambda.json' 2024-08-22T20:28:25.4755611Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/disabled_test_labels.lambda.json' 2024-08-22T20:28:25.4756316Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/disabled_tests.lambda.json' 2024-08-22T20:28:25.4757049Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/failed_workflow_jobs.lambda.json' 2024-08-22T20:28:25.4757816Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/failure_samples_query.lambda.json' 2024-08-22T20:28:25.4758574Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/filter_forced_merge_pr.lambda.json' 2024-08-22T20:28:25.4759293Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_test_query.lambda.json' 2024-08-22T20:28:25.4759978Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_tests.lambda.json' 2024-08-22T20:28:25.4760744Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_tests_across_jobs.lambda.json' 2024-08-22T20:28:25.4761486Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_workflows_jobs.lambda.json' 2024-08-22T20:28:25.4762212Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/get_relevant_alerts.lambda.json' 2024-08-22T20:28:25.4762952Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/get_workflow_jobs.lambda.json' 2024-08-22T20:28:25.4763618Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/hud_query.lambda.json' 2024-08-22T20:28:25.4764506Z 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:25.4765409Z 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:25.4766096Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/issue_query.lambda.json' 2024-08-22T20:28:25.4766861Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/master_commit_red_jobs.lambda.json' 2024-08-22T20:28:25.4767595Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/num_commits_master.lambda.json' 2024-08-22T20:28:25.4768277Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/pr_commits.lambda.json' 2024-08-22T20:28:25.4769060Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/recent_pr_workflows_query.lambda.json' 2024-08-22T20:28:25.4769857Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/reverted_prs_with_reason.lambda.json' 2024-08-22T20:28:25.4770662Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/slow_tests.lambda.json' 2024-08-22T20:28:25.4771444Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_insights_latest_runs.lambda.json' 2024-08-22T20:28:25.4772337Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_insights_overview.lambda.json' 2024-08-22T20:28:25.4773354Z 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:25.4774120Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_class.lambda.json' 2024-08-22T20:28:25.4775011Z 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:25.4775774Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_file.lambda.json' 2024-08-22T20:28:25.4776676Z 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:25.4777444Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_oncall.lambda.json' 2024-08-22T20:28:25.4778326Z 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:25.4779097Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/unclassified.lambda.json' 2024-08-22T20:28:25.4779943Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/weekly_force_merge_stats.lambda.json' 2024-08-22T20:28:25.4780652Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons' 2024-08-22T20:28:25.4781570Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/compilers_benchmark_performance.sql' 2024-08-22T20:28:25.4782448Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/compilers_benchmark_performance_branches.sql' 2024-08-22T20:28:25.4783260Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/torchao_query.sql' 2024-08-22T20:28:25.4784032Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/torchao_query_branches.sql' 2024-08-22T20:28:25.4784754Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql' 2024-08-22T20:28:25.4785615Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/compilers_benchmark_performance.lambda.json' 2024-08-22T20:28:25.4786516Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/compilers_benchmark_performance_branches.lambda.json' 2024-08-22T20:28:25.4787366Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/torchao_query.lambda.json' 2024-08-22T20:28:25.4788170Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/torchao_query_branches.lambda.json' 2024-08-22T20:28:25.4788842Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor' 2024-08-22T20:28:25.4789652Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/completed_pr_jobs_aggregate.sql' 2024-08-22T20:28:25.4790392Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/correlation_matrix.sql' 2024-08-22T20:28:25.4791303Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/disabled_test_historical.sql' 2024-08-22T20:28:25.4792106Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/disabled_test_total.sql' 2024-08-22T20:28:25.4793051Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/external_contribution_stats.sql' 2024-08-22T20:28:25.4793880Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/get_workers_on_period.sql' 2024-08-22T20:28:25.4794606Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/job_duration_avg.sql' 2024-08-22T20:28:25.4795405Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/job_duration_percentile.sql' 2024-08-22T20:28:25.4796140Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_branch_push.sql' 2024-08-22T20:28:25.4797014Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_successful_jobs.sql' 2024-08-22T20:28:25.4797790Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_successful_workflow.sql' 2024-08-22T20:28:25.4798532Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/log_captures_count.sql' 2024-08-22T20:28:25.4799403Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red.sql' 2024-08-22T20:28:25.4800155Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red_avg.sql' 2024-08-22T20:28:25.4801051Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red_percent.sql' 2024-08-22T20:28:25.4801871Z 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:25.4802583Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_jobs_red.sql' 2024-08-22T20:28:25.4803367Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_jobs_red_avg.sql' 2024-08-22T20:28:25.4804123Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/number_of_force_pushes.sql' 2024-08-22T20:28:25.4804880Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queue_times_historical.sql' 2024-08-22T20:28:25.4805792Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queue_times_historical_pct.sql' 2024-08-22T20:28:25.4806494Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queued_jobs.sql' 2024-08-22T20:28:25.4807286Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queued_jobs_by_label.sql' 2024-08-22T20:28:25.4807959Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/reverts.sql' 2024-08-22T20:28:25.4808670Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/strict_lag_sec.sql' 2024-08-22T20:28:25.4809410Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/top_reds.sql' 2024-08-22T20:28:25.4810182Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_avg.sql' 2024-08-22T20:28:25.4811075Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_duration_historical.sql' 2024-08-22T20:28:25.4811913Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_duration_historical_percentile.sql' 2024-08-22T20:28:25.4812614Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_percentile.sql' 2024-08-22T20:28:25.4813504Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_duration_avg.sql' 2024-08-22T20:28:25.4814299Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_duration_percentile.sql' 2024-08-22T20:28:25.4815180Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_load.sql' 2024-08-22T20:28:25.4815844Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql' 2024-08-22T20:28:25.4816663Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/completed_pr_jobs_aggregate.lambda.json' 2024-08-22T20:28:25.4817486Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/correlation_matrix.lambda.json' 2024-08-22T20:28:25.4818304Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/disabled_test_historical.lambda.json' 2024-08-22T20:28:25.4819166Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/disabled_test_total.lambda.json' 2024-08-22T20:28:25.4820001Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/external_contribution_stats.lambda.json' 2024-08-22T20:28:25.4820814Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/get_workers_on_period.lambda.json' 2024-08-22T20:28:25.4821628Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/job_duration_avg.lambda.json' 2024-08-22T20:28:25.4822427Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/job_duration_percentile.lambda.json' 2024-08-22T20:28:25.4823204Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_branch_push.lambda.json' 2024-08-22T20:28:25.4824394Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_successful_jobs.lambda.json' 2024-08-22T20:28:25.4825215Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_successful_workflow.lambda.json' 2024-08-22T20:28:25.4826032Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/log_captures_count.lambda.json' 2024-08-22T20:28:25.4826795Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red.lambda.json' 2024-08-22T20:28:25.4827607Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red_avg.lambda.json' 2024-08-22T20:28:25.4828404Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red_percent.lambda.json' 2024-08-22T20:28:25.4829306Z 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:25.4830083Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_jobs_red.lambda.json' 2024-08-22T20:28:25.4830862Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_jobs_red_avg.lambda.json' 2024-08-22T20:28:25.4831815Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/number_of_force_pushes.lambda.json' 2024-08-22T20:28:25.4832603Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queue_times_historical.lambda.json' 2024-08-22T20:28:25.4833461Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queue_times_historical_pct.lambda.json' 2024-08-22T20:28:25.4834485Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queued_jobs.lambda.json' 2024-08-22T20:28:25.4835250Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queued_jobs_by_label.lambda.json' 2024-08-22T20:28:25.4835990Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/reverts.lambda.json' 2024-08-22T20:28:25.4836722Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/strict_lag_sec.lambda.json' 2024-08-22T20:28:25.4837423Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/top_reds.lambda.json' 2024-08-22T20:28:25.4838218Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_avg.lambda.json' 2024-08-22T20:28:25.4839014Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_duration_historical.lambda.json' 2024-08-22T20:28:25.4839964Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_duration_historical_percentile.lambda.json' 2024-08-22T20:28:25.4840691Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_percentile.lambda.json' 2024-08-22T20:28:25.4841461Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_duration_avg.lambda.json' 2024-08-22T20:28:25.4842340Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_duration_percentile.lambda.json' 2024-08-22T20:28:25.4843113Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_load.lambda.json' 2024-08-22T20:28:25.4843731Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics' 2024-08-22T20:28:25.4844505Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/docker_jobs_red.sql' 2024-08-22T20:28:25.4845290Z 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:25.4846060Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/nightly_jobs_red.sql' 2024-08-22T20:28:25.4846869Z 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:25.4847735Z 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:25.4848558Z 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:25.4849314Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/validation_jobs_red.sql' 2024-08-22T20:28:25.4850155Z 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:25.4850974Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql' 2024-08-22T20:28:25.4851719Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/docker_jobs_red.lambda.json' 2024-08-22T20:28:25.4852705Z 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:25.4853457Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/nightly_jobs_red.lambda.json' 2024-08-22T20:28:25.4854453Z 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:25.4855286Z 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:25.4856089Z 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:25.4856962Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/validation_jobs_red.lambda.json' 2024-08-22T20:28:25.4857928Z 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:25.4858692Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies' 2024-08-22T20:28:25.4859395Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/prodVersions.json' 2024-08-22T20:28:25.4860298Z 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:25.4861330Z 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:25.4862285Z 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:25.4863232Z 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:25.4864087Z 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:25.4864883Z 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:25.4865725Z 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:25.4866532Z 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:25.4867440Z 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:25.4868220Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql' 2024-08-22T20:28:25.4869021Z 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:25.4870026Z 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:25.4870838Z 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:25.4871867Z 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:25.4872730Z 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:25.4874899Z 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:25.4875779Z 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:25.4876579Z 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:25.4877677Z 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:25.4878541Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis' 2024-08-22T20:28:25.4879375Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_list_userbenchmarks.sql' 2024-08-22T20:28:25.4880286Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_userbenchmark_list_commits.sql' 2024-08-22T20:28:25.4881162Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_userbenchmark_query_metrics.sql' 2024-08-22T20:28:25.4881877Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql' 2024-08-22T20:28:25.4882752Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_list_userbenchmarks.lambda.json' 2024-08-22T20:28:25.4883697Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_userbenchmark_list_commits.lambda.json' 2024-08-22T20:28:25.4884646Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_userbenchmark_query_metrics.lambda.json' 2024-08-22T20:28:25.4885294Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench' 2024-08-22T20:28:25.4886098Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization.sql' 2024-08-22T20:28:25.4886961Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization_by_activity.sql' 2024-08-22T20:28:25.4887784Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization_by_repo.sql' 2024-08-22T20:28:25.4888640Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql' 2024-08-22T20:28:25.4889435Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization.lambda.json' 2024-08-22T20:28:25.4890347Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization_by_activity.lambda.json' 2024-08-22T20:28:25.4891186Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization_by_repo.lambda.json' 2024-08-22T20:28:25.4891848Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization' 2024-08-22T20:28:25.4892523Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset' 2024-08-22T20:28:25.4893144Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/backfillJobs.mjs' 2024-08-22T20:28:25.4893797Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/checkRockset.mjs' 2024-08-22T20:28:25.4894535Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/deleteOldQueryLambdaVersions.mjs' 2024-08-22T20:28:25.4895312Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/downloadQueryLambda.mjs' 2024-08-22T20:28:25.4896002Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/pushRocksetTags.mjs' 2024-08-22T20:28:25.4896711Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/updateQueueTimes.mjs' 2024-08-22T20:28:25.4897463Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/updateSlowTests.mjs' 2024-08-22T20:28:25.4898143Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/uploadQueryLambda.mjs' 2024-08-22T20:28:25.4898719Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts' 2024-08-22T20:28:25.4899336Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/styles/globals.css' 2024-08-22T20:28:25.4899913Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/styles' 2024-08-22T20:28:25.4900570Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/autoCcBot.test.ts' 2024-08-22T20:28:25.4901259Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/autoLabelBot.test.ts' 2024-08-22T20:28:25.4901994Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2024-08-22T20:28:25.4902708Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2024-08-22T20:28:25.4903343Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/closeCommands.test.ts' 2024-08-22T20:28:25.4904097Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2024-08-22T20:28:25.4904741Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/common.ts' 2024-08-22T20:28:25.4905419Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/disableFlakyBot.test.ts' 2024-08-22T20:28:25.4906034Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drci.test.ts' 2024-08-22T20:28:25.4906627Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drciBot.test.ts' 2024-08-22T20:28:25.4907246Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drciUtils.test.ts' 2024-08-22T20:28:25.4907963Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/config.json' 2024-08-22T20:28:25.4908600Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issue.json' 2024-08-22T20:28:25.4909266Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issue_comment.json' 2024-08-22T20:28:25.4909988Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issues.labeled.json' 2024-08-22T20:28:25.4910650Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issues.opened.json' 2024-08-22T20:28:25.4911343Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/known_labels.json' 2024-08-22T20:28:25.4912045Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_files.json' 2024-08-22T20:28:25.4912771Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.closed.json' 2024-08-22T20:28:25.4913577Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2024-08-22T20:28:25.4914287Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.opened.json' 2024-08-22T20:28:25.4915137Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2024-08-22T20:28:25.4915909Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2024-08-22T20:28:25.4916760Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_comment.json' 2024-08-22T20:28:25.4917496Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_review.json' 2024-08-22T20:28:25.4918264Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2024-08-22T20:28:25.4919077Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2024-08-22T20:28:25.4919937Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2024-08-22T20:28:25.4920839Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2024-08-22T20:28:25.4921839Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2024-08-22T20:28:25.4922786Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2024-08-22T20:28:25.4923744Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2024-08-22T20:28:25.4924830Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger' 2024-08-22T20:28:25.4925458Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push.json' 2024-08-22T20:28:25.4926306Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/workflow_jobs.json' 2024-08-22T20:28:25.4927032Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2024-08-22T20:28:25.4927682Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures' 2024-08-22T20:28:25.4928315Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/jobUtils.test.ts' 2024-08-22T20:28:25.4928962Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/labelCommands.test.ts' 2024-08-22T20:28:25.4929640Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/mergeCommands.test.ts' 2024-08-22T20:28:25.4930327Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/metricUtils.test.ts' 2024-08-22T20:28:25.4930903Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/reporter.js' 2024-08-22T20:28:25.4931562Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/retryBot.test.ts' 2024-08-22T20:28:25.4932183Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/searchUtils.test.ts' 2024-08-22T20:28:25.4932868Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/stripApprovals.test.ts' 2024-08-22T20:28:25.4933505Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/subscriptions.test.ts' 2024-08-22T20:28:25.4934319Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2024-08-22T20:28:25.4934907Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/utils.ts' 2024-08-22T20:28:25.4935859Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2024-08-22T20:28:25.4936458Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test' 2024-08-22T20:28:25.4937006Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/tsconfig.json' 2024-08-22T20:28:25.4937707Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/types/next-auth-d.ts' 2024-08-22T20:28:25.4938402Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/types' 2024-08-22T20:28:25.4938926Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/yarn.lock' 2024-08-22T20:28:25.4939439Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci' 2024-08-22T20:28:25.4939996Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:28:25.4940470Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch' 2024-08-22T20:28:25.4941001Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2024-08-22T20:28:25.4941698Z ##[endgroup] 2024-08-22T20:28:25.5062604Z ##[group]Run actions/checkout@v3 2024-08-22T20:28:25.5062831Z with: 2024-08-22T20:28:25.5063019Z repository: pytorch/test-infra 2024-08-22T20:28:25.5063184Z path: test-infra 2024-08-22T20:28:25.5063382Z submodules: recursive 2024-08-22T20:28:25.5063673Z token: *** 2024-08-22T20:28:25.5063913Z ssh-strict: true 2024-08-22T20:28:25.5064140Z persist-credentials: true 2024-08-22T20:28:25.5064285Z clean: true 2024-08-22T20:28:25.5064458Z sparse-checkout-cone-mode: true 2024-08-22T20:28:25.5064642Z fetch-depth: 1 2024-08-22T20:28:25.5064785Z fetch-tags: false 2024-08-22T20:28:25.5064995Z lfs: false 2024-08-22T20:28:25.5065189Z set-safe-directory: true 2024-08-22T20:28:25.5065331Z env: 2024-08-22T20:28:25.5065580Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:25.5065746Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:25.5065892Z PR_NUMBER: 1044 2024-08-22T20:28:25.5067956Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:25.5068111Z ##[endgroup] 2024-08-22T20:28:25.6131921Z Syncing repository: pytorch/test-infra 2024-08-22T20:28:25.6132997Z ##[group]Getting Git version info 2024-08-22T20:28:25.6133888Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:28:25.6135121Z [command]/usr/bin/git version 2024-08-22T20:28:25.6135552Z git version 2.40.1 2024-08-22T20:28:25.6137166Z ##[endgroup] 2024-08-22T20:28:25.6148640Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/6f18d3a5-b1f4-4abf-9585-1795ff37ad96' before making global git config changes 2024-08-22T20:28:25.6149979Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:28:25.6151277Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:25.6197595Z ##[group]Initializing the repository 2024-08-22T20:28:25.6200651Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:25.6245860Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:28:25.6246790Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:28:25.6247832Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:28:25.6248493Z hint: 2024-08-22T20:28:25.6249002Z hint: git config --global init.defaultBranch 2024-08-22T20:28:25.6249651Z hint: 2024-08-22T20:28:25.6250273Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:28:25.6251200Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:28:25.6251972Z hint: 2024-08-22T20:28:25.6252402Z hint: git branch -m 2024-08-22T20:28:25.6253546Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2024-08-22T20:28:25.6259936Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-08-22T20:28:25.6303544Z ##[endgroup] 2024-08-22T20:28:25.6304264Z ##[group]Disabling automatic garbage collection 2024-08-22T20:28:25.6306079Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:28:25.6348363Z ##[endgroup] 2024-08-22T20:28:25.6349012Z ##[group]Setting up auth 2024-08-22T20:28:25.6353271Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:28:25.6396681Z [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:25.6751300Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:28:25.6793615Z [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:25.7147855Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:25.7223041Z ##[endgroup] 2024-08-22T20:28:25.7226257Z ##[group]Determining the default branch 2024-08-22T20:28:25.7230085Z Retrieving the default branch name 2024-08-22T20:28:25.9188019Z Default branch 'main' 2024-08-22T20:28:25.9188881Z ##[endgroup] 2024-08-22T20:28:25.9189670Z ##[group]Fetching the repository 2024-08-22T20:28:25.9193571Z [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:26.1138750Z remote: Enumerating objects: 1649, done. 2024-08-22T20:28:26.1140950Z remote: Counting objects: 0% (1/1649) 2024-08-22T20:28:26.1141824Z remote: Counting objects: 1% (17/1649) 2024-08-22T20:28:26.1142773Z remote: Counting objects: 2% (33/1649) 2024-08-22T20:28:26.1143500Z remote: Counting objects: 3% (50/1649) 2024-08-22T20:28:26.1144192Z remote: Counting objects: 4% (66/1649) 2024-08-22T20:28:26.1145025Z remote: Counting objects: 5% (83/1649) 2024-08-22T20:28:26.1145834Z remote: Counting objects: 6% (99/1649) 2024-08-22T20:28:26.1146672Z remote: Counting objects: 7% (116/1649) 2024-08-22T20:28:26.1147511Z remote: Counting objects: 8% (132/1649) 2024-08-22T20:28:26.1148076Z remote: Counting objects: 9% (149/1649) 2024-08-22T20:28:26.1148688Z remote: Counting objects: 10% (165/1649) 2024-08-22T20:28:26.1149363Z remote: Counting objects: 11% (182/1649) 2024-08-22T20:28:26.1149950Z remote: Counting objects: 12% (198/1649) 2024-08-22T20:28:26.1150541Z remote: Counting objects: 13% (215/1649) 2024-08-22T20:28:26.1151193Z remote: Counting objects: 14% (231/1649) 2024-08-22T20:28:26.1151761Z remote: Counting objects: 15% (248/1649) 2024-08-22T20:28:26.1152348Z remote: Counting objects: 16% (264/1649) 2024-08-22T20:28:26.1152983Z remote: Counting objects: 17% (281/1649) 2024-08-22T20:28:26.1153674Z remote: Counting objects: 18% (297/1649) 2024-08-22T20:28:26.1154276Z remote: Counting objects: 19% (314/1649) 2024-08-22T20:28:26.1154935Z remote: Counting objects: 20% (330/1649) 2024-08-22T20:28:26.1155589Z remote: Counting objects: 21% (347/1649) 2024-08-22T20:28:26.1156422Z remote: Counting objects: 22% (363/1649) 2024-08-22T20:28:26.1157227Z remote: Counting objects: 23% (380/1649) 2024-08-22T20:28:26.1157951Z remote: Counting objects: 24% (396/1649) 2024-08-22T20:28:26.1158699Z remote: Counting objects: 25% (413/1649) 2024-08-22T20:28:26.1159310Z remote: Counting objects: 26% (429/1649) 2024-08-22T20:28:26.1160147Z remote: Counting objects: 27% (446/1649) 2024-08-22T20:28:26.1160755Z remote: Counting objects: 28% (462/1649) 2024-08-22T20:28:26.1161365Z remote: Counting objects: 29% (479/1649) 2024-08-22T20:28:26.1161952Z remote: Counting objects: 30% (495/1649) 2024-08-22T20:28:26.1162554Z remote: Counting objects: 31% (512/1649) 2024-08-22T20:28:26.1163163Z remote: Counting objects: 32% (528/1649) 2024-08-22T20:28:26.1164184Z remote: Counting objects: 33% (545/1649) 2024-08-22T20:28:26.1164827Z remote: Counting objects: 34% (561/1649) 2024-08-22T20:28:26.1165410Z remote: Counting objects: 35% (578/1649) 2024-08-22T20:28:26.1165991Z remote: Counting objects: 36% (594/1649) 2024-08-22T20:28:26.1166609Z remote: Counting objects: 37% (611/1649) 2024-08-22T20:28:26.1167399Z remote: Counting objects: 38% (627/1649) 2024-08-22T20:28:26.1168017Z remote: Counting objects: 39% (644/1649) 2024-08-22T20:28:26.1168628Z remote: Counting objects: 40% (660/1649) 2024-08-22T20:28:26.1169218Z remote: Counting objects: 41% (677/1649) 2024-08-22T20:28:26.1169835Z remote: Counting objects: 42% (693/1649) 2024-08-22T20:28:26.1170433Z remote: Counting objects: 43% (710/1649) 2024-08-22T20:28:26.1171018Z remote: Counting objects: 44% (726/1649) 2024-08-22T20:28:26.1171627Z remote: Counting objects: 45% (743/1649) 2024-08-22T20:28:26.1172227Z remote: Counting objects: 46% (759/1649) 2024-08-22T20:28:26.1172813Z remote: Counting objects: 47% (776/1649) 2024-08-22T20:28:26.1173426Z remote: Counting objects: 48% (792/1649) 2024-08-22T20:28:26.1174064Z remote: Counting objects: 49% (809/1649) 2024-08-22T20:28:26.1174610Z remote: Counting objects: 50% (825/1649) 2024-08-22T20:28:26.1175221Z remote: Counting objects: 51% (841/1649) 2024-08-22T20:28:26.1175862Z remote: Counting objects: 52% (858/1649) 2024-08-22T20:28:26.1176416Z remote: Counting objects: 53% (874/1649) 2024-08-22T20:28:26.1177027Z remote: Counting objects: 54% (891/1649) 2024-08-22T20:28:26.1177680Z remote: Counting objects: 55% (907/1649) 2024-08-22T20:28:26.1178248Z remote: Counting objects: 56% (924/1649) 2024-08-22T20:28:26.1178832Z remote: Counting objects: 57% (940/1649) 2024-08-22T20:28:26.1179478Z remote: Counting objects: 58% (957/1649) 2024-08-22T20:28:26.1180052Z remote: Counting objects: 59% (973/1649) 2024-08-22T20:28:26.1180640Z remote: Counting objects: 60% (990/1649) 2024-08-22T20:28:26.1181295Z remote: Counting objects: 61% (1006/1649) 2024-08-22T20:28:26.1181900Z remote: Counting objects: 62% (1023/1649) 2024-08-22T20:28:26.1182509Z remote: Counting objects: 63% (1039/1649) 2024-08-22T20:28:26.1183196Z remote: Counting objects: 64% (1056/1649) 2024-08-22T20:28:26.1183790Z remote: Counting objects: 65% (1072/1649) 2024-08-22T20:28:26.1184408Z remote: Counting objects: 66% (1089/1649) 2024-08-22T20:28:26.1185085Z remote: Counting objects: 67% (1105/1649) 2024-08-22T20:28:26.1185695Z remote: Counting objects: 68% (1122/1649) 2024-08-22T20:28:26.1186262Z remote: Counting objects: 69% (1138/1649) 2024-08-22T20:28:26.1186935Z remote: Counting objects: 70% (1155/1649) 2024-08-22T20:28:26.1187536Z remote: Counting objects: 71% (1171/1649) 2024-08-22T20:28:26.1188099Z remote: Counting objects: 72% (1188/1649) 2024-08-22T20:28:26.1188774Z remote: Counting objects: 73% (1204/1649) 2024-08-22T20:28:26.1189374Z remote: Counting objects: 74% (1221/1649) 2024-08-22T20:28:26.1189983Z remote: Counting objects: 75% (1237/1649) 2024-08-22T20:28:26.1190686Z remote: Counting objects: 76% (1254/1649) 2024-08-22T20:28:26.1191293Z remote: Counting objects: 77% (1270/1649) 2024-08-22T20:28:26.1191853Z remote: Counting objects: 78% (1287/1649) 2024-08-22T20:28:26.1192641Z remote: Counting objects: 79% (1303/1649) 2024-08-22T20:28:26.1193243Z remote: Counting objects: 80% (1320/1649) 2024-08-22T20:28:26.1193902Z remote: Counting objects: 81% (1336/1649) 2024-08-22T20:28:26.1194562Z remote: Counting objects: 82% (1353/1649) 2024-08-22T20:28:26.1195169Z remote: Counting objects: 83% (1369/1649) 2024-08-22T20:28:26.1195758Z remote: Counting objects: 84% (1386/1649) 2024-08-22T20:28:26.1196420Z remote: Counting objects: 85% (1402/1649) 2024-08-22T20:28:26.1197016Z remote: Counting objects: 86% (1419/1649) 2024-08-22T20:28:26.1197744Z remote: Counting objects: 87% (1435/1649) 2024-08-22T20:28:26.1198311Z remote: Counting objects: 88% (1452/1649) 2024-08-22T20:28:26.1199053Z remote: Counting objects: 89% (1468/1649) 2024-08-22T20:28:26.1199716Z remote: Counting objects: 90% (1485/1649) 2024-08-22T20:28:26.1200316Z remote: Counting objects: 91% (1501/1649) 2024-08-22T20:28:26.1200931Z remote: Counting objects: 92% (1518/1649) 2024-08-22T20:28:26.1201579Z remote: Counting objects: 93% (1534/1649) 2024-08-22T20:28:26.1202517Z remote: Counting objects: 94% (1551/1649) 2024-08-22T20:28:26.1203076Z remote: Counting objects: 95% (1567/1649) 2024-08-22T20:28:26.1203734Z remote: Counting objects: 96% (1584/1649) 2024-08-22T20:28:26.1204355Z remote: Counting objects: 97% (1600/1649) 2024-08-22T20:28:26.1204915Z remote: Counting objects: 98% (1617/1649) 2024-08-22T20:28:26.1205877Z remote: Counting objects: 99% (1633/1649) 2024-08-22T20:28:26.1206502Z remote: Counting objects: 100% (1649/1649) 2024-08-22T20:28:26.1207102Z remote: Counting objects: 100% (1649/1649), done. 2024-08-22T20:28:26.1207807Z remote: Compressing objects: 0% (1/1259) 2024-08-22T20:28:26.1208450Z remote: Compressing objects: 1% (13/1259) 2024-08-22T20:28:26.1209043Z remote: Compressing objects: 2% (26/1259) 2024-08-22T20:28:26.1209800Z remote: Compressing objects: 3% (38/1259) 2024-08-22T20:28:26.1210419Z remote: Compressing objects: 4% (51/1259) 2024-08-22T20:28:26.1210999Z remote: Compressing objects: 5% (63/1259) 2024-08-22T20:28:26.1211687Z remote: Compressing objects: 6% (76/1259) 2024-08-22T20:28:26.1212303Z remote: Compressing objects: 7% (89/1259) 2024-08-22T20:28:26.1212918Z remote: Compressing objects: 8% (101/1259) 2024-08-22T20:28:26.1213580Z remote: Compressing objects: 9% (114/1259) 2024-08-22T20:28:26.1214212Z remote: Compressing objects: 10% (126/1259) 2024-08-22T20:28:26.1214837Z remote: Compressing objects: 11% (139/1259) 2024-08-22T20:28:26.1215501Z remote: Compressing objects: 12% (152/1259) 2024-08-22T20:28:26.1216122Z remote: Compressing objects: 13% (164/1259) 2024-08-22T20:28:26.1216777Z remote: Compressing objects: 14% (177/1259) 2024-08-22T20:28:26.1217428Z remote: Compressing objects: 15% (189/1259) 2024-08-22T20:28:26.1218052Z remote: Compressing objects: 16% (202/1259) 2024-08-22T20:28:26.1218694Z remote: Compressing objects: 17% (215/1259) 2024-08-22T20:28:26.1219332Z remote: Compressing objects: 18% (227/1259) 2024-08-22T20:28:26.1219996Z remote: Compressing objects: 19% (240/1259) 2024-08-22T20:28:26.1220645Z remote: Compressing objects: 20% (252/1259) 2024-08-22T20:28:26.1221284Z remote: Compressing objects: 21% (265/1259) 2024-08-22T20:28:26.1221901Z remote: Compressing objects: 22% (277/1259) 2024-08-22T20:28:26.1222541Z remote: Compressing objects: 23% (290/1259) 2024-08-22T20:28:26.1223179Z remote: Compressing objects: 24% (303/1259) 2024-08-22T20:28:26.1223807Z remote: Compressing objects: 25% (315/1259) 2024-08-22T20:28:26.1224669Z remote: Compressing objects: 26% (328/1259) 2024-08-22T20:28:26.1225510Z remote: Compressing objects: 27% (340/1259) 2024-08-22T20:28:26.1226120Z remote: Compressing objects: 28% (353/1259) 2024-08-22T20:28:26.1226734Z remote: Compressing objects: 29% (366/1259) 2024-08-22T20:28:26.1227431Z remote: Compressing objects: 30% (378/1259) 2024-08-22T20:28:26.1228044Z remote: Compressing objects: 31% (391/1259) 2024-08-22T20:28:26.1228662Z remote: Compressing objects: 32% (403/1259) 2024-08-22T20:28:26.1229338Z remote: Compressing objects: 33% (416/1259) 2024-08-22T20:28:26.1229945Z remote: Compressing objects: 34% (429/1259) 2024-08-22T20:28:26.1230569Z remote: Compressing objects: 35% (441/1259) 2024-08-22T20:28:26.1231261Z remote: Compressing objects: 36% (454/1259) 2024-08-22T20:28:26.1231983Z remote: Compressing objects: 37% (466/1259) 2024-08-22T20:28:26.1232603Z remote: Compressing objects: 38% (479/1259) 2024-08-22T20:28:26.1233380Z remote: Compressing objects: 39% (492/1259) 2024-08-22T20:28:26.1233974Z remote: Compressing objects: 40% (504/1259) 2024-08-22T20:28:26.1234587Z remote: Compressing objects: 41% (517/1259) 2024-08-22T20:28:26.1235285Z remote: Compressing objects: 42% (529/1259) 2024-08-22T20:28:26.1235870Z remote: Compressing objects: 43% (542/1259) 2024-08-22T20:28:26.1236490Z remote: Compressing objects: 44% (554/1259) 2024-08-22T20:28:26.1237183Z remote: Compressing objects: 45% (567/1259) 2024-08-22T20:28:26.1237770Z remote: Compressing objects: 46% (580/1259) 2024-08-22T20:28:26.1238408Z remote: Compressing objects: 47% (592/1259) 2024-08-22T20:28:26.1239367Z remote: Compressing objects: 48% (605/1259) 2024-08-22T20:28:26.1240024Z remote: Compressing objects: 49% (617/1259) 2024-08-22T20:28:26.1240634Z remote: Compressing objects: 50% (630/1259) 2024-08-22T20:28:26.1241308Z remote: Compressing objects: 51% (643/1259) 2024-08-22T20:28:26.1241936Z remote: Compressing objects: 52% (655/1259) 2024-08-22T20:28:26.1242540Z remote: Compressing objects: 53% (668/1259) 2024-08-22T20:28:26.1243207Z remote: Compressing objects: 54% (680/1259) 2024-08-22T20:28:26.1243827Z remote: Compressing objects: 55% (693/1259) 2024-08-22T20:28:26.1244433Z remote: Compressing objects: 56% (706/1259) 2024-08-22T20:28:26.1245104Z remote: Compressing objects: 57% (718/1259) 2024-08-22T20:28:26.1245741Z remote: Compressing objects: 58% (731/1259) 2024-08-22T20:28:26.1246318Z remote: Compressing objects: 59% (743/1259) 2024-08-22T20:28:26.1247281Z remote: Compressing objects: 60% (756/1259) 2024-08-22T20:28:26.1247924Z remote: Compressing objects: 61% (768/1259) 2024-08-22T20:28:26.1248510Z remote: Compressing objects: 62% (781/1259) 2024-08-22T20:28:26.1249182Z remote: Compressing objects: 63% (794/1259) 2024-08-22T20:28:26.1249824Z remote: Compressing objects: 64% (806/1259) 2024-08-22T20:28:26.1250454Z remote: Compressing objects: 65% (819/1259) 2024-08-22T20:28:26.1251132Z remote: Compressing objects: 66% (831/1259) 2024-08-22T20:28:26.1251772Z remote: Compressing objects: 67% (844/1259) 2024-08-22T20:28:26.1252455Z remote: Compressing objects: 68% (857/1259) 2024-08-22T20:28:26.1253046Z remote: Compressing objects: 69% (869/1259) 2024-08-22T20:28:26.1253689Z remote: Compressing objects: 70% (882/1259) 2024-08-22T20:28:26.1254365Z remote: Compressing objects: 71% (894/1259) 2024-08-22T20:28:26.1254953Z remote: Compressing objects: 72% (907/1259) 2024-08-22T20:28:26.1255596Z remote: Compressing objects: 73% (920/1259) 2024-08-22T20:28:26.1256265Z remote: Compressing objects: 74% (932/1259) 2024-08-22T20:28:26.1256877Z remote: Compressing objects: 75% (945/1259) 2024-08-22T20:28:26.1257497Z remote: Compressing objects: 76% (957/1259) 2024-08-22T20:28:26.1258269Z remote: Compressing objects: 77% (970/1259) 2024-08-22T20:28:26.1258872Z remote: Compressing objects: 78% (983/1259) 2024-08-22T20:28:26.1259484Z remote: Compressing objects: 79% (995/1259) 2024-08-22T20:28:26.1260182Z remote: Compressing objects: 80% (1008/1259) 2024-08-22T20:28:26.1260784Z remote: Compressing objects: 81% (1020/1259) 2024-08-22T20:28:26.1261421Z remote: Compressing objects: 82% (1033/1259) 2024-08-22T20:28:26.1262128Z remote: Compressing objects: 83% (1045/1259) 2024-08-22T20:28:26.1262725Z remote: Compressing objects: 84% (1058/1259) 2024-08-22T20:28:26.1263355Z remote: Compressing objects: 85% (1071/1259) 2024-08-22T20:28:26.1264045Z remote: Compressing objects: 86% (1083/1259) 2024-08-22T20:28:26.1264770Z remote: Compressing objects: 87% (1096/1259) 2024-08-22T20:28:26.1265367Z remote: Compressing objects: 88% (1108/1259) 2024-08-22T20:28:26.1266068Z remote: Compressing objects: 89% (1121/1259) 2024-08-22T20:28:26.1266706Z remote: Compressing objects: 90% (1134/1259) 2024-08-22T20:28:26.1267318Z remote: Compressing objects: 91% (1146/1259) 2024-08-22T20:28:26.1267994Z remote: Compressing objects: 92% (1159/1259) 2024-08-22T20:28:26.1268620Z remote: Compressing objects: 93% (1171/1259) 2024-08-22T20:28:26.1269234Z remote: Compressing objects: 94% (1184/1259) 2024-08-22T20:28:26.1269955Z remote: Compressing objects: 95% (1197/1259) 2024-08-22T20:28:26.1270583Z remote: Compressing objects: 96% (1209/1259) 2024-08-22T20:28:26.1271192Z remote: Compressing objects: 97% (1222/1259) 2024-08-22T20:28:26.1271874Z remote: Compressing objects: 98% (1234/1259) 2024-08-22T20:28:26.1272504Z remote: Compressing objects: 99% (1247/1259) 2024-08-22T20:28:26.1273125Z remote: Compressing objects: 100% (1259/1259) 2024-08-22T20:28:26.1273949Z remote: Compressing objects: 100% (1259/1259), done. 2024-08-22T20:28:26.1274598Z Receiving objects: 0% (1/1649) 2024-08-22T20:28:26.1275052Z Receiving objects: 1% (17/1649) 2024-08-22T20:28:26.1281312Z Receiving objects: 2% (33/1649) 2024-08-22T20:28:26.1289992Z Receiving objects: 3% (50/1649) 2024-08-22T20:28:26.1300373Z Receiving objects: 4% (66/1649) 2024-08-22T20:28:26.1310478Z Receiving objects: 5% (83/1649) 2024-08-22T20:28:26.1315925Z Receiving objects: 6% (99/1649) 2024-08-22T20:28:26.1320237Z Receiving objects: 7% (116/1649) 2024-08-22T20:28:26.1322152Z Receiving objects: 8% (132/1649) 2024-08-22T20:28:26.1328737Z Receiving objects: 9% (149/1649) 2024-08-22T20:28:26.1332085Z Receiving objects: 10% (165/1649) 2024-08-22T20:28:26.1335342Z Receiving objects: 11% (182/1649) 2024-08-22T20:28:26.1338344Z Receiving objects: 12% (198/1649) 2024-08-22T20:28:26.1561260Z Receiving objects: 13% (215/1649) 2024-08-22T20:28:26.1638896Z Receiving objects: 14% (231/1649) 2024-08-22T20:28:26.1642598Z Receiving objects: 15% (248/1649) 2024-08-22T20:28:26.1646523Z Receiving objects: 16% (264/1649) 2024-08-22T20:28:26.1651203Z Receiving objects: 17% (281/1649) 2024-08-22T20:28:26.1687780Z Receiving objects: 18% (297/1649) 2024-08-22T20:28:26.1700245Z Receiving objects: 19% (314/1649) 2024-08-22T20:28:26.1701467Z Receiving objects: 20% (330/1649) 2024-08-22T20:28:26.1706877Z Receiving objects: 21% (347/1649) 2024-08-22T20:28:26.1710550Z Receiving objects: 22% (363/1649) 2024-08-22T20:28:26.1714809Z Receiving objects: 23% (380/1649) 2024-08-22T20:28:26.1725960Z Receiving objects: 24% (396/1649) 2024-08-22T20:28:26.1742826Z Receiving objects: 25% (413/1649) 2024-08-22T20:28:26.1745916Z Receiving objects: 26% (429/1649) 2024-08-22T20:28:26.1747565Z Receiving objects: 27% (446/1649) 2024-08-22T20:28:26.1755422Z Receiving objects: 28% (462/1649) 2024-08-22T20:28:26.1758399Z Receiving objects: 29% (479/1649) 2024-08-22T20:28:26.1768347Z Receiving objects: 30% (495/1649) 2024-08-22T20:28:26.1775879Z Receiving objects: 31% (512/1649) 2024-08-22T20:28:26.1782718Z Receiving objects: 32% (528/1649) 2024-08-22T20:28:26.1791535Z Receiving objects: 33% (545/1649) 2024-08-22T20:28:26.1792299Z Receiving objects: 34% (561/1649) 2024-08-22T20:28:26.1795407Z Receiving objects: 35% (578/1649) 2024-08-22T20:28:26.1801528Z Receiving objects: 36% (594/1649) 2024-08-22T20:28:26.1809018Z Receiving objects: 37% (611/1649) 2024-08-22T20:28:26.1812050Z Receiving objects: 38% (627/1649) 2024-08-22T20:28:26.1816978Z Receiving objects: 39% (644/1649) 2024-08-22T20:28:26.1822382Z Receiving objects: 40% (660/1649) 2024-08-22T20:28:26.1828088Z Receiving objects: 41% (677/1649) 2024-08-22T20:28:26.1832902Z Receiving objects: 42% (693/1649) 2024-08-22T20:28:26.1836795Z Receiving objects: 43% (710/1649) 2024-08-22T20:28:26.1840018Z Receiving objects: 44% (726/1649) 2024-08-22T20:28:26.1844522Z Receiving objects: 45% (743/1649) 2024-08-22T20:28:26.1849143Z Receiving objects: 46% (759/1649) 2024-08-22T20:28:26.1852268Z Receiving objects: 47% (776/1649) 2024-08-22T20:28:26.1855961Z Receiving objects: 48% (792/1649) 2024-08-22T20:28:26.1859749Z Receiving objects: 49% (809/1649) 2024-08-22T20:28:26.1864695Z Receiving objects: 50% (825/1649) 2024-08-22T20:28:26.1868224Z Receiving objects: 51% (841/1649) 2024-08-22T20:28:26.1871227Z Receiving objects: 52% (858/1649) 2024-08-22T20:28:26.1877048Z Receiving objects: 53% (874/1649) 2024-08-22T20:28:26.1880993Z Receiving objects: 54% (891/1649) 2024-08-22T20:28:26.1883105Z Receiving objects: 55% (907/1649) 2024-08-22T20:28:26.1886375Z Receiving objects: 56% (924/1649) 2024-08-22T20:28:26.1890381Z Receiving objects: 57% (940/1649) 2024-08-22T20:28:26.1896443Z Receiving objects: 58% (957/1649) 2024-08-22T20:28:26.1904930Z Receiving objects: 59% (973/1649) 2024-08-22T20:28:26.1908906Z Receiving objects: 60% (990/1649) 2024-08-22T20:28:26.1913132Z Receiving objects: 61% (1006/1649) 2024-08-22T20:28:26.1917306Z Receiving objects: 62% (1023/1649) 2024-08-22T20:28:26.1923083Z Receiving objects: 63% (1039/1649) 2024-08-22T20:28:26.1930044Z Receiving objects: 64% (1056/1649) 2024-08-22T20:28:26.1934946Z Receiving objects: 65% (1072/1649) 2024-08-22T20:28:26.1937257Z Receiving objects: 66% (1089/1649) 2024-08-22T20:28:26.1941959Z Receiving objects: 67% (1105/1649) 2024-08-22T20:28:26.1946758Z Receiving objects: 68% (1122/1649) 2024-08-22T20:28:26.1953067Z Receiving objects: 69% (1138/1649) 2024-08-22T20:28:26.1959258Z Receiving objects: 70% (1155/1649) 2024-08-22T20:28:26.1967526Z Receiving objects: 71% (1171/1649) 2024-08-22T20:28:26.1975485Z Receiving objects: 72% (1188/1649) 2024-08-22T20:28:26.2013256Z Receiving objects: 73% (1204/1649) 2024-08-22T20:28:26.2019457Z Receiving objects: 74% (1221/1649) 2024-08-22T20:28:26.2101454Z Receiving objects: 75% (1237/1649) 2024-08-22T20:28:26.2102921Z Receiving objects: 76% (1254/1649) 2024-08-22T20:28:26.2109487Z Receiving objects: 77% (1270/1649) 2024-08-22T20:28:26.2110762Z Receiving objects: 78% (1287/1649) 2024-08-22T20:28:26.2114026Z Receiving objects: 79% (1303/1649) 2024-08-22T20:28:26.2120294Z Receiving objects: 80% (1320/1649) 2024-08-22T20:28:26.2130025Z Receiving objects: 81% (1336/1649) 2024-08-22T20:28:26.2171766Z Receiving objects: 82% (1353/1649) 2024-08-22T20:28:26.2174061Z Receiving objects: 83% (1369/1649) 2024-08-22T20:28:26.2177662Z Receiving objects: 84% (1386/1649) 2024-08-22T20:28:26.2180670Z Receiving objects: 85% (1402/1649) 2024-08-22T20:28:26.2181416Z Receiving objects: 86% (1419/1649) 2024-08-22T20:28:26.2182088Z Receiving objects: 87% (1435/1649) 2024-08-22T20:28:26.2183592Z Receiving objects: 88% (1452/1649) 2024-08-22T20:28:26.2187592Z Receiving objects: 89% (1468/1649) 2024-08-22T20:28:26.2189782Z Receiving objects: 90% (1485/1649) 2024-08-22T20:28:26.2191146Z Receiving objects: 91% (1501/1649) 2024-08-22T20:28:26.2191869Z Receiving objects: 92% (1518/1649) 2024-08-22T20:28:26.2193177Z Receiving objects: 93% (1534/1649) 2024-08-22T20:28:26.2197040Z Receiving objects: 94% (1551/1649) 2024-08-22T20:28:26.2198034Z Receiving objects: 95% (1567/1649) 2024-08-22T20:28:26.2205099Z Receiving objects: 96% (1584/1649) 2024-08-22T20:28:26.2217474Z Receiving objects: 97% (1600/1649) 2024-08-22T20:28:26.2229349Z Receiving objects: 98% (1617/1649) 2024-08-22T20:28:26.2231878Z Receiving objects: 99% (1633/1649) 2024-08-22T20:28:26.2267200Z remote: Total 1649 (delta 372), reused 1070 (delta 268), pack-reused 0 (from 0) 2024-08-22T20:28:26.2268217Z Receiving objects: 100% (1649/1649) 2024-08-22T20:28:26.2269144Z Receiving objects: 100% (1649/1649), 2.83 MiB | 26.12 MiB/s, done. 2024-08-22T20:28:26.2278692Z Resolving deltas: 0% (0/372) 2024-08-22T20:28:26.2280658Z Resolving deltas: 1% (4/372) 2024-08-22T20:28:26.2281715Z Resolving deltas: 2% (8/372) 2024-08-22T20:28:26.2282682Z Resolving deltas: 3% (13/372) 2024-08-22T20:28:26.2283493Z Resolving deltas: 4% (15/372) 2024-08-22T20:28:26.2284328Z Resolving deltas: 5% (19/372) 2024-08-22T20:28:26.2285545Z Resolving deltas: 6% (24/372) 2024-08-22T20:28:26.2286297Z Resolving deltas: 7% (27/372) 2024-08-22T20:28:26.2286962Z Resolving deltas: 8% (30/372) 2024-08-22T20:28:26.2289415Z Resolving deltas: 9% (34/372) 2024-08-22T20:28:26.2290216Z Resolving deltas: 10% (38/372) 2024-08-22T20:28:26.2290797Z Resolving deltas: 11% (41/372) 2024-08-22T20:28:26.2292534Z Resolving deltas: 12% (45/372) 2024-08-22T20:28:26.2293676Z Resolving deltas: 13% (49/372) 2024-08-22T20:28:26.2296239Z Resolving deltas: 14% (53/372) 2024-08-22T20:28:26.2296908Z Resolving deltas: 15% (56/372) 2024-08-22T20:28:26.2298422Z Resolving deltas: 16% (60/372) 2024-08-22T20:28:26.2310003Z Resolving deltas: 17% (64/372) 2024-08-22T20:28:26.2311394Z Resolving deltas: 18% (68/372) 2024-08-22T20:28:26.2312620Z Resolving deltas: 19% (71/372) 2024-08-22T20:28:26.2313576Z Resolving deltas: 20% (75/372) 2024-08-22T20:28:26.2314204Z Resolving deltas: 21% (80/372) 2024-08-22T20:28:26.2314835Z Resolving deltas: 22% (82/372) 2024-08-22T20:28:26.2315648Z Resolving deltas: 23% (86/372) 2024-08-22T20:28:26.2316511Z Resolving deltas: 24% (90/372) 2024-08-22T20:28:26.2317653Z Resolving deltas: 25% (93/372) 2024-08-22T20:28:26.2319575Z Resolving deltas: 26% (97/372) 2024-08-22T20:28:26.2320073Z Resolving deltas: 27% (101/372) 2024-08-22T20:28:26.2320530Z Resolving deltas: 28% (105/372) 2024-08-22T20:28:26.2326370Z Resolving deltas: 29% (108/372) 2024-08-22T20:28:26.2327843Z Resolving deltas: 30% (112/372) 2024-08-22T20:28:26.2330572Z Resolving deltas: 31% (116/372) 2024-08-22T20:28:26.2331271Z Resolving deltas: 32% (122/372) 2024-08-22T20:28:26.2331788Z Resolving deltas: 33% (123/372) 2024-08-22T20:28:26.2333657Z Resolving deltas: 34% (127/372) 2024-08-22T20:28:26.2334346Z Resolving deltas: 35% (132/372) 2024-08-22T20:28:26.2335373Z Resolving deltas: 36% (134/372) 2024-08-22T20:28:26.2336510Z Resolving deltas: 37% (138/372) 2024-08-22T20:28:26.2338368Z Resolving deltas: 38% (143/372) 2024-08-22T20:28:26.2339962Z Resolving deltas: 39% (146/372) 2024-08-22T20:28:26.2340476Z Resolving deltas: 40% (149/372) 2024-08-22T20:28:26.2341771Z Resolving deltas: 41% (154/372) 2024-08-22T20:28:26.2343676Z Resolving deltas: 42% (157/372) 2024-08-22T20:28:26.2344207Z Resolving deltas: 43% (160/372) 2024-08-22T20:28:26.2345068Z Resolving deltas: 44% (164/372) 2024-08-22T20:28:26.2345738Z Resolving deltas: 45% (168/372) 2024-08-22T20:28:26.2346489Z Resolving deltas: 46% (172/372) 2024-08-22T20:28:26.2347104Z Resolving deltas: 47% (176/372) 2024-08-22T20:28:26.2348025Z Resolving deltas: 48% (179/372) 2024-08-22T20:28:26.2348617Z Resolving deltas: 49% (184/372) 2024-08-22T20:28:26.2349464Z Resolving deltas: 50% (186/372) 2024-08-22T20:28:26.2350733Z Resolving deltas: 51% (190/372) 2024-08-22T20:28:26.2352056Z Resolving deltas: 52% (194/372) 2024-08-22T20:28:26.2352961Z Resolving deltas: 53% (198/372) 2024-08-22T20:28:26.2354018Z Resolving deltas: 54% (201/372) 2024-08-22T20:28:26.2355227Z Resolving deltas: 55% (205/372) 2024-08-22T20:28:26.2356452Z Resolving deltas: 56% (210/372) 2024-08-22T20:28:26.2357596Z Resolving deltas: 57% (213/372) 2024-08-22T20:28:26.2358659Z Resolving deltas: 58% (216/372) 2024-08-22T20:28:26.2360142Z Resolving deltas: 59% (220/372) 2024-08-22T20:28:26.2360870Z Resolving deltas: 60% (224/372) 2024-08-22T20:28:26.2361939Z Resolving deltas: 61% (227/372) 2024-08-22T20:28:26.2363766Z Resolving deltas: 62% (231/372) 2024-08-22T20:28:26.2365825Z Resolving deltas: 63% (236/372) 2024-08-22T20:28:26.2366589Z Resolving deltas: 64% (239/372) 2024-08-22T20:28:26.2368816Z Resolving deltas: 65% (242/372) 2024-08-22T20:28:26.2370354Z Resolving deltas: 66% (246/372) 2024-08-22T20:28:26.2371018Z Resolving deltas: 67% (251/372) 2024-08-22T20:28:26.2371466Z Resolving deltas: 68% (253/372) 2024-08-22T20:28:26.2372279Z Resolving deltas: 69% (257/372) 2024-08-22T20:28:26.2373091Z Resolving deltas: 70% (262/372) 2024-08-22T20:28:26.2374024Z Resolving deltas: 71% (266/372) 2024-08-22T20:28:26.2374777Z Resolving deltas: 72% (268/372) 2024-08-22T20:28:26.2375564Z Resolving deltas: 73% (272/372) 2024-08-22T20:28:26.2376233Z Resolving deltas: 74% (276/372) 2024-08-22T20:28:26.2376750Z Resolving deltas: 75% (279/372) 2024-08-22T20:28:26.2377498Z Resolving deltas: 76% (283/372) 2024-08-22T20:28:26.2378195Z Resolving deltas: 77% (287/372) 2024-08-22T20:28:26.2378753Z Resolving deltas: 78% (291/372) 2024-08-22T20:28:26.2379636Z Resolving deltas: 79% (294/372) 2024-08-22T20:28:26.2380278Z Resolving deltas: 80% (298/372) 2024-08-22T20:28:26.2381075Z Resolving deltas: 81% (302/372) 2024-08-22T20:28:26.2381761Z Resolving deltas: 82% (306/372) 2024-08-22T20:28:26.2382510Z Resolving deltas: 83% (309/372) 2024-08-22T20:28:26.2383098Z Resolving deltas: 84% (314/372) 2024-08-22T20:28:26.2383716Z Resolving deltas: 85% (317/372) 2024-08-22T20:28:26.2384207Z Resolving deltas: 86% (320/372) 2024-08-22T20:28:26.2384696Z Resolving deltas: 87% (324/372) 2024-08-22T20:28:26.2385309Z Resolving deltas: 88% (329/372) 2024-08-22T20:28:26.2385965Z Resolving deltas: 89% (332/372) 2024-08-22T20:28:26.2386612Z Resolving deltas: 90% (336/372) 2024-08-22T20:28:26.2387342Z Resolving deltas: 91% (340/372) 2024-08-22T20:28:26.2388071Z Resolving deltas: 92% (343/372) 2024-08-22T20:28:26.2388731Z Resolving deltas: 93% (346/372) 2024-08-22T20:28:26.2389643Z Resolving deltas: 94% (350/372) 2024-08-22T20:28:26.2390590Z Resolving deltas: 95% (355/372) 2024-08-22T20:28:26.2391414Z Resolving deltas: 96% (358/372) 2024-08-22T20:28:26.2392096Z Resolving deltas: 97% (361/372) 2024-08-22T20:28:26.2392977Z Resolving deltas: 98% (365/372) 2024-08-22T20:28:26.2396001Z Resolving deltas: 99% (369/372) 2024-08-22T20:28:26.2396911Z Resolving deltas: 100% (372/372) 2024-08-22T20:28:26.2397599Z Resolving deltas: 100% (372/372), done. 2024-08-22T20:28:26.2632779Z From https://github.com/pytorch/test-infra 2024-08-22T20:28:26.2633668Z * [new branch] main -> origin/main 2024-08-22T20:28:26.2658104Z ##[endgroup] 2024-08-22T20:28:26.2658799Z ##[group]Determining the checkout info 2024-08-22T20:28:26.2660193Z ##[endgroup] 2024-08-22T20:28:26.2660860Z ##[group]Checking out the ref 2024-08-22T20:28:26.2664338Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-08-22T20:28:26.3860446Z Switched to a new branch 'main' 2024-08-22T20:28:26.3861217Z branch 'main' set up to track 'origin/main'. 2024-08-22T20:28:26.3872198Z ##[endgroup] 2024-08-22T20:28:26.3872981Z ##[group]Setting up auth for fetching submodules 2024-08-22T20:28:26.3877724Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:26.3941755Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-22T20:28:26.3984647Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-22T20:28:26.4022856Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-22T20:28:26.4059366Z ##[endgroup] 2024-08-22T20:28:26.4060180Z ##[group]Fetching submodules 2024-08-22T20:28:26.4061559Z [command]/usr/bin/git submodule sync --recursive 2024-08-22T20:28:26.4420501Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-08-22T20:28:26.4790334Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-22T20:28:26.5145078Z ##[endgroup] 2024-08-22T20:28:26.5145977Z ##[group]Persisting credentials for submodules 2024-08-22T20:28:26.5151036Z [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:26.5513600Z [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:26.5870232Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-22T20:28:26.6234535Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-22T20:28:26.6595625Z ##[endgroup] 2024-08-22T20:28:26.6648788Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:28:26.6689136Z '6dab351bed7d1c647665a8b8e883ec5b1c973feb' 2024-08-22T20:28:26.6996456Z Prepare all required actions 2024-08-22T20:28:26.6997047Z Getting action download info 2024-08-22T20:28:26.7805547Z Download action repository 'pytorch/test-infra@main' (SHA:6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:28:27.2517091Z Getting action download info 2024-08-22T20:28:27.3488244Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-22T20:28:27.6029241Z ##[group]Run ./test-infra/.github/actions/setup-linux 2024-08-22T20:28:27.6029735Z env: 2024-08-22T20:28:27.6030065Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:27.6030528Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:27.6030913Z PR_NUMBER: 1044 2024-08-22T20:28:27.6032882Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:27.6034930Z ##[endgroup] 2024-08-22T20:28:27.6230896Z ##[group]Run set -euo pipefail 2024-08-22T20:28:27.6231311Z set -euo pipefail 2024-08-22T20:28:27.6231694Z function get_ec2_metadata() { 2024-08-22T20:28:27.6232272Z  # Pulled from instance metadata endpoint for EC2 2024-08-22T20:28:27.6233247Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-22T20:28:27.6234117Z  category=$1 2024-08-22T20:28:27.6234649Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-22T20:28:27.6235216Z } 2024-08-22T20:28:27.6235591Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-22T20:28:27.6236157Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-22T20:28:27.6236811Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-22T20:28:27.6237387Z echo "system info $(uname -a)" 2024-08-22T20:28:27.6246574Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:27.6247072Z env: 2024-08-22T20:28:27.6247399Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:27.6247857Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:27.6248240Z PR_NUMBER: 1044 2024-08-22T20:28:27.6250179Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:27.6252366Z ##[endgroup] 2024-08-22T20:28:27.6342592Z ami-id: ami-06c68f701d8090592 2024-08-22T20:28:27.6401150Z instance-id: i-0ed2149096fb64c49 2024-08-22T20:28:27.6452533Z instance-type: g5.4xlarge 2024-08-22T20:28:27.6466878Z system info Linux ip-10-0-65-111.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:27.6498057Z ##[group]Run if systemctl is-active --quiet docker; then 2024-08-22T20:28:27.6498653Z if systemctl is-active --quiet docker; then 2024-08-22T20:28:27.6499188Z  echo "Docker daemon is running..."; 2024-08-22T20:28:27.6499626Z else 2024-08-22T20:28:27.6500133Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-08-22T20:28:27.6500756Z fi 2024-08-22T20:28:27.6509293Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:27.6509786Z env: 2024-08-22T20:28:27.6510169Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:27.6510625Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:27.6511202Z PR_NUMBER: 1044 2024-08-22T20:28:27.6513149Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:27.6515248Z ##[endgroup] 2024-08-22T20:28:27.6602886Z Docker daemon is running... 2024-08-22T20:28:27.6630125Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:27.6630991Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:27.6631715Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2024-08-22T20:28:27.6632575Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2024-08-22T20:28:27.6633663Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-08-22T20:28:27.6642801Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:27.6643299Z env: 2024-08-22T20:28:27.6643634Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:27.6644093Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:27.6644479Z PR_NUMBER: 1044 2024-08-22T20:28:27.6646450Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:27.6648497Z AWS_RETRY_MODE: standard 2024-08-22T20:28:27.6648847Z AWS_MAX_ATTEMPTS: 5 2024-08-22T20:28:27.6649228Z AWS_DEFAULT_REGION: us-east-1 2024-08-22T20:28:27.6649692Z ##[endgroup] 2024-08-22T20:28:28.7557309Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:28:28.7558133Z Configure a credential helper to remove this warning. See 2024-08-22T20:28:28.7558977Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:28:28.7559592Z 2024-08-22T20:28:28.7560455Z Login Succeeded 2024-08-22T20:28:28.7609422Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:28.7610431Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:28.7611162Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:28.7620475Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:28.7620971Z env: 2024-08-22T20:28:28.7621303Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:28.7621766Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:28.7622148Z PR_NUMBER: 1044 2024-08-22T20:28:28.7624412Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:28.7626424Z ##[endgroup] 2024-08-22T20:28:28.7719208Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:28.7719834Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:28.7720420Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:28.7720914Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:28.7721543Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:28.7722106Z  2024-08-22T20:28:28.7722715Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-08-22T20:28:28.7723298Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:28.7723802Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:28.7724882Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:28.7725485Z  2024-08-22T20:28:28.7725813Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2024-08-22T20:28:28.7726294Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:28.7726753Z mkdir -p "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:28.7727317Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:28.7736001Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:28.7736503Z env: 2024-08-22T20:28:28.7736836Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:28.7737294Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:28.7737681Z PR_NUMBER: 1044 2024-08-22T20:28:28.7739659Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:28.7741715Z ##[endgroup] 2024-08-22T20:28:28.9870125Z ##[group]Run needs=0 2024-08-22T20:28:28.9870516Z needs=0 2024-08-22T20:28:28.9871048Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2024-08-22T20:28:28.9871635Z  needs=1 2024-08-22T20:28:28.9871948Z fi 2024-08-22T20:28:28.9872297Z echo "does=${needs}" >> $GITHUB_OUTPUT 2024-08-22T20:28:28.9881412Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:28.9881905Z env: 2024-08-22T20:28:28.9882245Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:28.9882703Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:28.9883083Z PR_NUMBER: 1044 2024-08-22T20:28:28.9885037Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:28.9887419Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:28.9888187Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:28.9888932Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:28.9889448Z ##[endgroup] 2024-08-22T20:28:29.0188019Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-08-22T20:28:29.0188540Z with: 2024-08-22T20:28:29.0188820Z driver-version: 550.54.15 2024-08-22T20:28:29.0189153Z env: 2024-08-22T20:28:29.0189463Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:29.0190024Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:29.0190487Z PR_NUMBER: 1044 2024-08-22T20:28:29.0192654Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:29.0194933Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:29.0195695Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:29.0196596Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:29.0197101Z ##[endgroup] 2024-08-22T20:28:29.0242047Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-22T20:28:29.0242595Z with: 2024-08-22T20:28:29.0242863Z timeout_minutes: 10 2024-08-22T20:28:29.0243174Z max_attempts: 3 2024-08-22T20:28:29.0274981Z 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:29.0306869Z retry_wait_seconds: 10 2024-08-22T20:28:29.0307227Z polling_interval_seconds: 1 2024-08-22T20:28:29.0307599Z warning_on_retry: true 2024-08-22T20:28:29.0307951Z continue_on_error: false 2024-08-22T20:28:29.0308302Z env: 2024-08-22T20:28:29.0308634Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:29.0309079Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:29.0309466Z PR_NUMBER: 1044 2024-08-22T20:28:29.0311420Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:29.0313741Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:29.0314505Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:29.0315224Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:29.0315760Z DRIVER_VERSION: 550.54.15 2024-08-22T20:28:29.0316102Z ##[endgroup] 2024-08-22T20:28:29.1140938Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-08-22T20:28:29.1141685Z + pre_install_nvidia_driver_amzn2 2024-08-22T20:28:29.1143932Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-08-22T20:28:29.3615987Z No match for argument: nvidia-driver-latest-dkms 2024-08-22T20:28:29.3616508Z No packages marked for removal. 2024-08-22T20:28:29.3681617Z Dependencies resolved. 2024-08-22T20:28:29.3690786Z Nothing to do. 2024-08-22T20:28:29.3691667Z Complete! 2024-08-22T20:28:29.4028667Z + install_nvidia_driver_common 2024-08-22T20:28:29.4032591Z + echo 'Before installing NVIDIA driver' 2024-08-22T20:28:29.4033049Z Before installing NVIDIA driver 2024-08-22T20:28:29.4033907Z + lspci 2024-08-22T20:28:29.4146317Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:28:29.4147316Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:28:29.4192664Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:28:29.4193876Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:28:29.4194789Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:28:29.4195577Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:28:29.4196302Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:28:29.4197245Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:28:29.4198041Z + lsmod 2024-08-22T20:28:29.4198418Z Module Size Used by 2024-08-22T20:28:29.4198946Z veth 36864 0 2024-08-22T20:28:29.4199340Z nvidia_modeset 1351680 0 2024-08-22T20:28:29.4199746Z video 65536 1 nvidia_modeset 2024-08-22T20:28:29.4200244Z wmi 36864 1 video 2024-08-22T20:28:29.4200768Z nvidia_uvm 4706304 0 2024-08-22T20:28:29.4201362Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:28:29.4201898Z drm 602112 1 nvidia 2024-08-22T20:28:29.4202421Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:28:29.4203121Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:28:29.4203765Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:28:29.4204301Z xt_conntrack 16384 1 2024-08-22T20:28:29.4204681Z nft_chain_nat 16384 3 2024-08-22T20:28:29.4205051Z xt_MASQUERADE 20480 1 2024-08-22T20:28:29.4205497Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:28:29.4205987Z nf_conntrack_netlink 57344 0 2024-08-22T20:28:29.4206561Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:28:29.4207198Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:28:29.4207659Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:28:29.4208084Z xfrm_user 57344 1 2024-08-22T20:28:29.4208482Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:28:29.4208900Z xt_addrtype 16384 2 2024-08-22T20:28:29.4209266Z nft_compat 20480 4 2024-08-22T20:28:29.4209715Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:28:29.4210371Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:28:29.4210895Z br_netfilter 36864 0 2024-08-22T20:28:29.4211321Z bridge 307200 1 br_netfilter 2024-08-22T20:28:29.4211757Z stp 16384 1 bridge 2024-08-22T20:28:29.4212385Z llc 16384 2 bridge,stp 2024-08-22T20:28:29.4212801Z overlay 167936 0 2024-08-22T20:28:29.4213163Z tls 114688 0 2024-08-22T20:28:29.4213518Z nls_ascii 16384 1 2024-08-22T20:28:29.4213879Z nls_cp437 20480 1 2024-08-22T20:28:29.4214240Z vfat 24576 1 2024-08-22T20:28:29.4214598Z fat 86016 1 vfat 2024-08-22T20:28:29.4214989Z sunrpc 692224 1 2024-08-22T20:28:29.4215346Z ena 167936 0 2024-08-22T20:28:29.4215702Z ptp 36864 1 ena 2024-08-22T20:28:29.4216100Z pps_core 24576 1 ptp 2024-08-22T20:28:29.4216490Z ghash_clmulni_intel 16384 0 2024-08-22T20:28:29.4216853Z aesni_intel 393216 0 2024-08-22T20:28:29.4217343Z i8042 45056 0 2024-08-22T20:28:29.4217829Z serio 28672 3 i8042 2024-08-22T20:28:29.4218377Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:28:29.4219076Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:28:29.4219739Z button 24576 0 2024-08-22T20:28:29.4220221Z sch_fq_codel 20480 17 2024-08-22T20:28:29.4220676Z dm_mod 188416 0 2024-08-22T20:28:29.4221055Z fuse 163840 1 2024-08-22T20:28:29.4221404Z loop 36864 0 2024-08-22T20:28:29.4221880Z configfs 57344 1 2024-08-22T20:28:29.4222264Z dax 45056 1 dm_mod 2024-08-22T20:28:29.4222653Z dmi_sysfs 20480 0 2024-08-22T20:28:29.4223017Z crc32_pclmul 16384 0 2024-08-22T20:28:29.4223379Z crc32c_intel 24576 0 2024-08-22T20:28:29.4223732Z efivarfs 24576 1 2024-08-22T20:28:29.4224380Z + modinfo nvidia 2024-08-22T20:28:29.4225107Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:28:29.4225804Z alias: char-major-195-* 2024-08-22T20:28:29.4226177Z version: 550.54.15 2024-08-22T20:28:29.4226513Z supported: external 2024-08-22T20:28:29.4226843Z license: NVIDIA 2024-08-22T20:28:29.4227205Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:28:29.4227676Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:28:29.4228124Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:28:29.4228575Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:28:29.4229071Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:28:29.4229544Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:28:29.4230011Z depends: i2c-core,drm 2024-08-22T20:28:29.4230363Z retpoline: Y 2024-08-22T20:28:29.4230667Z name: nvidia 2024-08-22T20:28:29.4231260Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:28:29.4231956Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:28:29.4232588Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:28:29.4233173Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:28:29.4233708Z parm: NVreg_RmLogonRC:int 2024-08-22T20:28:29.4234137Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:28:29.4234579Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:28:29.4235004Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:28:29.4235435Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:28:29.4235956Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:28:29.4236508Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:28:29.4236980Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:28:29.4237406Z parm: NVreg_EnableMSI:int 2024-08-22T20:28:29.4237805Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:28:29.4238255Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:28:29.4238777Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:28:29.4239343Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:28:29.4240094Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:28:29.4240720Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:29.4241301Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:28:29.4241908Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:29.4242499Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:28:29.4242978Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:28:29.4243506Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:28:29.4244046Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:28:29.4244535Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:28:29.4244994Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:28:29.4245474Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:28:29.4245932Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:28:29.4246371Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:28:29.4246875Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:28:29.4247385Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:28:29.4247860Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:28:29.4248338Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:28:29.4248824Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:28:29.4249438Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:28:29.4249936Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:28:29.4250409Z parm: NVreg_RmMsg:charp 2024-08-22T20:28:29.4250813Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:28:29.4251276Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:28:29.4251736Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:28:29.4252187Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:28:29.4252665Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:28:29.4253137Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:28:29.4253586Z parm: rm_firmware_active:charp 2024-08-22T20:28:29.4253997Z + HAS_NVIDIA_DRIVER=0 2024-08-22T20:28:29.4254369Z ++ command -v nvidia-smi 2024-08-22T20:28:29.4254770Z + '[' -x /usr/bin/nvidia-smi ']' 2024-08-22T20:28:29.4255133Z + set +e 2024-08-22T20:28:29.4255633Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-08-22T20:28:29.4509996Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-08-22T20:28:29.4510905Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:28:29.4511543Z + '[' 0 -ne 0 ']' 2024-08-22T20:28:29.4511945Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-08-22T20:28:29.4512326Z + HAS_NVIDIA_DRIVER=1 2024-08-22T20:28:29.4513269Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-08-22T20:28:29.4514493Z + set -e 2024-08-22T20:28:29.4514902Z + '[' 1 -eq 0 ']' 2024-08-22T20:28:29.4515486Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-08-22T20:28:29.4516304Z + post_install_nvidia_driver_common 2024-08-22T20:28:29.4517209Z + sudo modprobe nvidia 2024-08-22T20:28:29.5524988Z + echo 'After installing NVIDIA driver' 2024-08-22T20:28:29.5525448Z + lspci 2024-08-22T20:28:29.5525731Z After installing NVIDIA driver 2024-08-22T20:28:29.5633808Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:28:29.5634692Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:28:29.5635731Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:28:29.5636756Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:28:29.5637589Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:28:29.5638383Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:28:29.5639105Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:28:29.5640117Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:28:29.5640706Z + lsmod 2024-08-22T20:28:29.5670392Z Module Size Used by 2024-08-22T20:28:29.5670831Z veth 36864 0 2024-08-22T20:28:29.5671337Z nvidia_modeset 1351680 0 2024-08-22T20:28:29.5671873Z video 65536 1 nvidia_modeset 2024-08-22T20:28:29.5672471Z wmi 36864 1 video 2024-08-22T20:28:29.5673032Z nvidia_uvm 4706304 0 2024-08-22T20:28:29.5673748Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:28:29.5674359Z drm 602112 1 nvidia 2024-08-22T20:28:29.5674825Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:28:29.5675350Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:28:29.5675850Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:28:29.5676274Z xt_conntrack 16384 1 2024-08-22T20:28:29.5676647Z nft_chain_nat 16384 3 2024-08-22T20:28:29.5677030Z xt_MASQUERADE 20480 1 2024-08-22T20:28:29.5677488Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:28:29.5677973Z nf_conntrack_netlink 57344 0 2024-08-22T20:28:29.5678542Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:28:29.5679178Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:28:29.5679833Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:28:29.5680266Z xfrm_user 57344 1 2024-08-22T20:28:29.5680693Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:28:29.5681132Z xt_addrtype 16384 2 2024-08-22T20:28:29.5681502Z nft_compat 20480 4 2024-08-22T20:28:29.5681959Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:28:29.5682573Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:28:29.5683100Z br_netfilter 36864 0 2024-08-22T20:28:29.5683507Z bridge 307200 1 br_netfilter 2024-08-22T20:28:29.5683952Z stp 16384 1 bridge 2024-08-22T20:28:29.5684371Z llc 16384 2 bridge,stp 2024-08-22T20:28:29.5684775Z overlay 167936 0 2024-08-22T20:28:29.5685146Z tls 114688 0 2024-08-22T20:28:29.5685512Z nls_ascii 16384 1 2024-08-22T20:28:29.5685870Z nls_cp437 20480 1 2024-08-22T20:28:29.5686238Z vfat 24576 1 2024-08-22T20:28:29.5686610Z fat 86016 1 vfat 2024-08-22T20:28:29.5686991Z sunrpc 692224 1 2024-08-22T20:28:29.5687453Z ena 167936 0 2024-08-22T20:28:29.5688001Z ptp 36864 1 ena 2024-08-22T20:28:29.5688550Z pps_core 24576 1 ptp 2024-08-22T20:28:29.5689084Z ghash_clmulni_intel 16384 0 2024-08-22T20:28:29.5689482Z aesni_intel 393216 0 2024-08-22T20:28:29.5689890Z i8042 45056 0 2024-08-22T20:28:29.5690382Z serio 28672 3 i8042 2024-08-22T20:28:29.5690962Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:28:29.5691676Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:28:29.5692286Z button 24576 0 2024-08-22T20:28:29.5692748Z sch_fq_codel 20480 17 2024-08-22T20:28:29.5693227Z dm_mod 188416 0 2024-08-22T20:28:29.5693761Z fuse 163840 1 2024-08-22T20:28:29.5694326Z loop 36864 0 2024-08-22T20:28:29.5694748Z configfs 57344 1 2024-08-22T20:28:29.5695124Z dax 45056 1 dm_mod 2024-08-22T20:28:29.5695517Z dmi_sysfs 20480 0 2024-08-22T20:28:29.5695877Z crc32_pclmul 16384 0 2024-08-22T20:28:29.5696245Z crc32c_intel 24576 0 2024-08-22T20:28:29.5696607Z efivarfs 24576 1 2024-08-22T20:28:29.5696986Z + modinfo nvidia 2024-08-22T20:28:29.5697654Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:28:29.5698479Z alias: char-major-195-* 2024-08-22T20:28:29.5698851Z version: 550.54.15 2024-08-22T20:28:29.5699193Z supported: external 2024-08-22T20:28:29.5699532Z license: NVIDIA 2024-08-22T20:28:29.5699899Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:28:29.5700378Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:28:29.5700838Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:28:29.5701295Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:28:29.5701794Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:28:29.5702279Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:28:29.5702764Z depends: i2c-core,drm 2024-08-22T20:28:29.5703118Z retpoline: Y 2024-08-22T20:28:29.5703422Z name: nvidia 2024-08-22T20:28:29.5704016Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:28:29.5704711Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:28:29.5705357Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:28:29.5705937Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:28:29.5706378Z parm: NVreg_RmLogonRC:int 2024-08-22T20:28:29.5706808Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:28:29.5707259Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:28:29.5707783Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:28:29.5708223Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:28:29.5708756Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:28:29.5709315Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:28:29.5709789Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:28:29.5710219Z parm: NVreg_EnableMSI:int 2024-08-22T20:28:29.5710651Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:28:29.5711130Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:28:29.5711656Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:28:29.5712232Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:28:29.5712784Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:28:29.5713466Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:29.5714052Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:28:29.5714669Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:29.5715254Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:28:29.5715746Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:28:29.5716275Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:28:29.5716824Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:28:29.5717310Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:28:29.5717773Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:28:29.5718253Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:28:29.5718721Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:28:29.5719165Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:28:29.5719668Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:28:29.5720183Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:28:29.5720662Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:28:29.5721198Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:28:29.5721690Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:28:29.5722177Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:28:29.5722677Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:28:29.5723147Z parm: NVreg_RmMsg:charp 2024-08-22T20:28:29.5723557Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:28:29.5724323Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:28:29.5724791Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:28:29.5725246Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:28:29.5725873Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:28:29.5726343Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:28:29.5726784Z parm: rm_firmware_active:charp 2024-08-22T20:28:29.5727188Z + set +e 2024-08-22T20:28:29.5727505Z + nvidia-smi 2024-08-22T20:28:29.5906118Z Thu Aug 22 20:28:29 2024 2024-08-22T20:28:29.5906854Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:29.5907767Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:28:29.5908557Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:29.5909356Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:28:29.5910259Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:28:29.5910953Z | | | MIG M. | 2024-08-22T20:28:29.5911572Z |=========================================+========================+======================| 2024-08-22T20:28:29.6195053Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:28:29.6195845Z | 0% 28C P8 15W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:28:29.6196876Z | | | N/A | 2024-08-22T20:28:29.6197748Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:29.6198749Z 2024-08-22T20:28:29.6199572Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:29.6200230Z | Processes: | 2024-08-22T20:28:29.6200970Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:28:29.6201666Z | ID ID Usage | 2024-08-22T20:28:29.6202223Z |=========================================================================================| 2024-08-22T20:28:29.6270093Z | No running processes found | 2024-08-22T20:28:29.6271259Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:29.9226995Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-08-22T20:28:29.9420525Z NVIDIA A10G 2024-08-22T20:28:29.9485933Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:28:29.9486364Z + '[' 0 -eq 0 ']' 2024-08-22T20:28:29.9486765Z + echo 'INFO: Ignoring allowed status 0' 2024-08-22T20:28:29.9487194Z + set -e 2024-08-22T20:28:29.9487489Z INFO: Ignoring allowed status 0 2024-08-22T20:28:29.9495200Z == Installing nvidia container toolkit for amzn2023 == 2024-08-22T20:28:29.9499267Z + sudo yum install -y yum-utils 2024-08-22T20:28:30.3677909Z Last metadata expiration check: 0:08:25 ago on Thu Aug 22 20:20:05 2024. 2024-08-22T20:28:30.3903155Z Package dnf-utils-4.3.0-13.amzn2023.0.4.noarch is already installed. 2024-08-22T20:28:30.4209132Z Dependencies resolved. 2024-08-22T20:28:30.4336732Z Nothing to do. 2024-08-22T20:28:30.4337081Z Complete! 2024-08-22T20:28:30.4738679Z + [[ amzn2023 == \a\m\z\n\2\0\2\3 ]] 2024-08-22T20:28:30.4739985Z + YUM_REPO_URL=https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:30.4741426Z + sudo yum-config-manager --add-repo https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:30.7161489Z Adding repo from: https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:30.7864641Z + sudo yum install -y nvidia-docker2 2024-08-22T20:28:31.2783639Z nvidia-container-toolkit 10 kB/s | 833 B 00:00 2024-08-22T20:28:31.3003934Z Package nvidia-docker2-2.14.0-1.noarch is already installed. 2024-08-22T20:28:31.3304120Z Dependencies resolved. 2024-08-22T20:28:31.3429373Z Nothing to do. 2024-08-22T20:28:31.3429740Z Complete! 2024-08-22T20:28:31.3831408Z + sudo systemctl restart docker 2024-08-22T20:28:33.2792957Z nvidia-persistenced failed to initialize. Check syslog for more details. 2024-08-22T20:28:33.3032915Z Thu Aug 22 20:28:33 2024 2024-08-22T20:28:33.3033790Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:33.3034621Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:28:33.3035416Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:33.3036221Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:28:33.3037134Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:28:33.3037825Z | | | MIG M. | 2024-08-22T20:28:33.3038380Z |=========================================+========================+======================| 2024-08-22T20:28:33.3248349Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:28:33.3249077Z | 0% 28C P8 28W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:28:33.3249728Z | | | N/A | 2024-08-22T20:28:33.3250436Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:33.3252200Z 2024-08-22T20:28:33.3253000Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:33.3253656Z | Processes: | 2024-08-22T20:28:33.3254371Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:28:33.3255059Z | ID ID Usage | 2024-08-22T20:28:33.3255648Z |=========================================================================================| 2024-08-22T20:28:33.3258073Z | No running processes found | 2024-08-22T20:28:33.3258865Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:34.0935463Z Command completed after 1 attempt(s). 2024-08-22T20:28:34.1025167Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:28:34.1025936Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:28:34.1026539Z # shellcheck disable=SC2046 2024-08-22T20:28:34.1027001Z docker stop $(docker ps -q) || true 2024-08-22T20:28:34.1027482Z # Prune all of the docker images 2024-08-22T20:28:34.1027922Z docker system prune -af 2024-08-22T20:28:34.1041714Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:34.1042215Z env: 2024-08-22T20:28:34.1042551Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:34.1043013Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:34.1043401Z PR_NUMBER: 1044 2024-08-22T20:28:34.1045366Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:34.1047764Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:34.1048524Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:34.1049246Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:34.1049865Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:34.1050341Z ##[endgroup] 2024-08-22T20:28:34.1378490Z "docker stop" requires at least 1 argument. 2024-08-22T20:28:34.1379428Z See 'docker stop --help'. 2024-08-22T20:28:34.1379744Z 2024-08-22T20:28:34.1380044Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-22T20:28:34.1380518Z 2024-08-22T20:28:34.1380723Z Stop one or more running containers 2024-08-22T20:28:34.1560401Z Total reclaimed space: 0B 2024-08-22T20:28:34.1633731Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2024-08-22T20:28:34.1634204Z with: 2024-08-22T20:28:34.1634677Z github-secret: *** 2024-08-22T20:28:34.1635599Z 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:34.1636578Z activate-with-label: false 2024-08-22T20:28:34.1636933Z label: with-ssh 2024-08-22T20:28:34.1637257Z remove-existing-keys: true 2024-08-22T20:28:34.1637630Z fail-silently: true 2024-08-22T20:28:34.1637935Z env: 2024-08-22T20:28:34.1638262Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:34.1638723Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:34.1639096Z PR_NUMBER: 1044 2024-08-22T20:28:34.1641073Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:34.1643313Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:34.1644080Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:34.1644801Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:34.1645413Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:34.1645879Z ##[endgroup] 2024-08-22T20:28:34.2478191Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-08-22T20:28:34.5439488Z Grabbing public ssh keys from https://github.com/kwen2501.keys 2024-08-22T20:28:34.6133938Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-08-22T20:28:34.6148077Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-08-22T20:28:34.6173654Z Login using: ssh ec2-user@ec2-34-204-189-101.compute-1.amazonaws.com 2024-08-22T20:28:34.6174551Z All testing is done inside the container, to start an interactive session run: 2024-08-22T20:28:34.6175369Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:28:34.6301471Z ##[group]Run actions/checkout@v3 2024-08-22T20:28:34.6301862Z with: 2024-08-22T20:28:34.6302194Z repository: pytorch/torchchat 2024-08-22T20:28:34.6302576Z ref: refs/pull/1044/merge 2024-08-22T20:28:34.6302934Z path: pytorch/torchchat 2024-08-22T20:28:34.6303269Z fetch-depth: 1 2024-08-22T20:28:34.6303689Z token: *** 2024-08-22T20:28:34.6303981Z ssh-strict: true 2024-08-22T20:28:34.6304308Z persist-credentials: true 2024-08-22T20:28:34.6304656Z clean: true 2024-08-22T20:28:34.6304978Z sparse-checkout-cone-mode: true 2024-08-22T20:28:34.6305371Z fetch-tags: false 2024-08-22T20:28:34.6305672Z lfs: false 2024-08-22T20:28:34.6305973Z set-safe-directory: true 2024-08-22T20:28:34.6306299Z env: 2024-08-22T20:28:34.6306616Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:34.6307247Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:34.6307622Z PR_NUMBER: 1044 2024-08-22T20:28:34.6309595Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:34.6311774Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:34.6312545Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:34.6313269Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:34.6313958Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:34.6314423Z ##[endgroup] 2024-08-22T20:28:34.7311160Z Syncing repository: pytorch/torchchat 2024-08-22T20:28:34.7321578Z ##[group]Getting Git version info 2024-08-22T20:28:34.7322464Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-08-22T20:28:34.7344730Z [command]/usr/bin/git version 2024-08-22T20:28:34.7395563Z git version 2.40.1 2024-08-22T20:28:34.7416764Z ##[endgroup] 2024-08-22T20:28:34.7430757Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d19a64c3-3933-4889-a780-d1f8cf4112e0' before making global git config changes 2024-08-22T20:28:34.7431995Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:28:34.7435361Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:28:34.7479969Z ##[group]Initializing the repository 2024-08-22T20:28:34.7483122Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:28:34.7527411Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:28:34.7528295Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:28:34.7529101Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:28:34.7529668Z hint: 2024-08-22T20:28:34.7530097Z hint: git config --global init.defaultBranch 2024-08-22T20:28:34.7530568Z hint: 2024-08-22T20:28:34.7531084Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:28:34.7531948Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:28:34.7532539Z hint: 2024-08-22T20:28:34.7532859Z hint: git branch -m 2024-08-22T20:28:34.7533739Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-08-22T20:28:34.7540633Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:28:34.7583652Z ##[endgroup] 2024-08-22T20:28:34.7584219Z ##[group]Disabling automatic garbage collection 2024-08-22T20:28:34.7586625Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:28:34.7628979Z ##[endgroup] 2024-08-22T20:28:34.7629536Z ##[group]Setting up auth 2024-08-22T20:28:34.7633997Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:28:34.7678093Z [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.8032504Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:28:34.8074585Z [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.8430835Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:34.8487546Z ##[endgroup] 2024-08-22T20:28:34.8488285Z ##[group]Fetching the repository 2024-08-22T20:28:34.8494786Z [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:35.0740194Z remote: Enumerating objects: 237, done. 2024-08-22T20:28:35.0740909Z remote: Counting objects: 0% (1/237) 2024-08-22T20:28:35.0741561Z remote: Counting objects: 1% (3/237) 2024-08-22T20:28:35.0742212Z remote: Counting objects: 2% (5/237) 2024-08-22T20:28:35.0742751Z remote: Counting objects: 3% (8/237) 2024-08-22T20:28:35.0743429Z remote: Counting objects: 4% (10/237) 2024-08-22T20:28:35.0743988Z remote: Counting objects: 5% (12/237) 2024-08-22T20:28:35.0744653Z remote: Counting objects: 6% (15/237) 2024-08-22T20:28:35.0745339Z remote: Counting objects: 7% (17/237) 2024-08-22T20:28:35.0745969Z remote: Counting objects: 8% (19/237) 2024-08-22T20:28:35.0746615Z remote: Counting objects: 9% (22/237) 2024-08-22T20:28:35.0747216Z remote: Counting objects: 10% (24/237) 2024-08-22T20:28:35.0747882Z remote: Counting objects: 11% (27/237) 2024-08-22T20:28:35.0748513Z remote: Counting objects: 12% (29/237) 2024-08-22T20:28:35.0749004Z remote: Counting objects: 13% (31/237) 2024-08-22T20:28:35.0749484Z remote: Counting objects: 14% (34/237) 2024-08-22T20:28:35.0749954Z remote: Counting objects: 15% (36/237) 2024-08-22T20:28:35.0750429Z remote: Counting objects: 16% (38/237) 2024-08-22T20:28:35.0750905Z remote: Counting objects: 17% (41/237) 2024-08-22T20:28:35.0751475Z remote: Counting objects: 18% (43/237) 2024-08-22T20:28:35.0751945Z remote: Counting objects: 19% (46/237) 2024-08-22T20:28:35.0752428Z remote: Counting objects: 20% (48/237) 2024-08-22T20:28:35.0752907Z remote: Counting objects: 21% (50/237) 2024-08-22T20:28:35.0753487Z remote: Counting objects: 22% (53/237) 2024-08-22T20:28:35.0753972Z remote: Counting objects: 23% (55/237) 2024-08-22T20:28:35.0754448Z remote: Counting objects: 24% (57/237) 2024-08-22T20:28:35.0754927Z remote: Counting objects: 25% (60/237) 2024-08-22T20:28:35.0755399Z remote: Counting objects: 26% (62/237) 2024-08-22T20:28:35.0755874Z remote: Counting objects: 27% (64/237) 2024-08-22T20:28:35.0756347Z remote: Counting objects: 28% (67/237) 2024-08-22T20:28:35.0756812Z remote: Counting objects: 29% (69/237) 2024-08-22T20:28:35.0757289Z remote: Counting objects: 30% (72/237) 2024-08-22T20:28:35.0757761Z remote: Counting objects: 31% (74/237) 2024-08-22T20:28:35.0758229Z remote: Counting objects: 32% (76/237) 2024-08-22T20:28:35.0758719Z remote: Counting objects: 33% (79/237) 2024-08-22T20:28:35.0759199Z remote: Counting objects: 34% (81/237) 2024-08-22T20:28:35.0759670Z remote: Counting objects: 35% (83/237) 2024-08-22T20:28:35.0760387Z remote: Counting objects: 36% (86/237) 2024-08-22T20:28:35.0760871Z remote: Counting objects: 37% (88/237) 2024-08-22T20:28:35.0761338Z remote: Counting objects: 38% (91/237) 2024-08-22T20:28:35.0761871Z remote: Counting objects: 39% (93/237) 2024-08-22T20:28:35.0762349Z remote: Counting objects: 40% (95/237) 2024-08-22T20:28:35.0762816Z remote: Counting objects: 41% (98/237) 2024-08-22T20:28:35.0763300Z remote: Counting objects: 42% (100/237) 2024-08-22T20:28:35.0763796Z remote: Counting objects: 43% (102/237) 2024-08-22T20:28:35.0764278Z remote: Counting objects: 44% (105/237) 2024-08-22T20:28:35.0764763Z remote: Counting objects: 45% (107/237) 2024-08-22T20:28:35.0765252Z remote: Counting objects: 46% (110/237) 2024-08-22T20:28:35.0765874Z remote: Counting objects: 47% (112/237) 2024-08-22T20:28:35.0766362Z remote: Counting objects: 48% (114/237) 2024-08-22T20:28:35.0766869Z remote: Counting objects: 49% (117/237) 2024-08-22T20:28:35.0767360Z remote: Counting objects: 50% (119/237) 2024-08-22T20:28:35.0767840Z remote: Counting objects: 51% (121/237) 2024-08-22T20:28:35.0768328Z remote: Counting objects: 52% (124/237) 2024-08-22T20:28:35.0768816Z remote: Counting objects: 53% (126/237) 2024-08-22T20:28:35.0769294Z remote: Counting objects: 54% (128/237) 2024-08-22T20:28:35.0769783Z remote: Counting objects: 55% (131/237) 2024-08-22T20:28:35.0770268Z remote: Counting objects: 56% (133/237) 2024-08-22T20:28:35.0770753Z remote: Counting objects: 57% (136/237) 2024-08-22T20:28:35.0771240Z remote: Counting objects: 58% (138/237) 2024-08-22T20:28:35.0771722Z remote: Counting objects: 59% (140/237) 2024-08-22T20:28:35.0772208Z remote: Counting objects: 60% (143/237) 2024-08-22T20:28:35.0772691Z remote: Counting objects: 61% (145/237) 2024-08-22T20:28:35.0773188Z remote: Counting objects: 62% (147/237) 2024-08-22T20:28:35.0773668Z remote: Counting objects: 63% (150/237) 2024-08-22T20:28:35.0774158Z remote: Counting objects: 64% (152/237) 2024-08-22T20:28:35.0774652Z remote: Counting objects: 65% (155/237) 2024-08-22T20:28:35.0775128Z remote: Counting objects: 66% (157/237) 2024-08-22T20:28:35.0775613Z remote: Counting objects: 67% (159/237) 2024-08-22T20:28:35.0776098Z remote: Counting objects: 68% (162/237) 2024-08-22T20:28:35.0776573Z remote: Counting objects: 69% (164/237) 2024-08-22T20:28:35.0777056Z remote: Counting objects: 70% (166/237) 2024-08-22T20:28:35.0777546Z remote: Counting objects: 71% (169/237) 2024-08-22T20:28:35.0778032Z remote: Counting objects: 72% (171/237) 2024-08-22T20:28:35.0778526Z remote: Counting objects: 73% (174/237) 2024-08-22T20:28:35.0779017Z remote: Counting objects: 74% (176/237) 2024-08-22T20:28:35.0779507Z remote: Counting objects: 75% (178/237) 2024-08-22T20:28:35.0779989Z remote: Counting objects: 76% (181/237) 2024-08-22T20:28:35.0780472Z remote: Counting objects: 77% (183/237) 2024-08-22T20:28:35.0780953Z remote: Counting objects: 78% (185/237) 2024-08-22T20:28:35.0781441Z remote: Counting objects: 79% (188/237) 2024-08-22T20:28:35.0781923Z remote: Counting objects: 80% (190/237) 2024-08-22T20:28:35.0782411Z remote: Counting objects: 81% (192/237) 2024-08-22T20:28:35.0782895Z remote: Counting objects: 82% (195/237) 2024-08-22T20:28:35.0783380Z remote: Counting objects: 83% (197/237) 2024-08-22T20:28:35.0783864Z remote: Counting objects: 84% (200/237) 2024-08-22T20:28:35.0784341Z remote: Counting objects: 85% (202/237) 2024-08-22T20:28:35.0784840Z remote: Counting objects: 86% (204/237) 2024-08-22T20:28:35.0785330Z remote: Counting objects: 87% (207/237) 2024-08-22T20:28:35.0785910Z remote: Counting objects: 88% (209/237) 2024-08-22T20:28:35.0786404Z remote: Counting objects: 89% (211/237) 2024-08-22T20:28:35.0786883Z remote: Counting objects: 90% (214/237) 2024-08-22T20:28:35.0787359Z remote: Counting objects: 91% (216/237) 2024-08-22T20:28:35.0787841Z remote: Counting objects: 92% (219/237) 2024-08-22T20:28:35.0788329Z remote: Counting objects: 93% (221/237) 2024-08-22T20:28:35.0788804Z remote: Counting objects: 94% (223/237) 2024-08-22T20:28:35.0789284Z remote: Counting objects: 95% (226/237) 2024-08-22T20:28:35.0789771Z remote: Counting objects: 96% (228/237) 2024-08-22T20:28:35.0790262Z remote: Counting objects: 97% (230/237) 2024-08-22T20:28:35.0790746Z remote: Counting objects: 98% (233/237) 2024-08-22T20:28:35.0791315Z remote: Counting objects: 99% (235/237) 2024-08-22T20:28:35.0791851Z remote: Counting objects: 100% (237/237) 2024-08-22T20:28:35.0792373Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:28:35.0792909Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:28:35.0793489Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:28:35.0793991Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:28:35.0794504Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:28:35.0795016Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:28:35.0795543Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:28:35.0796067Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:28:35.0796587Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:28:35.0797097Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:28:35.0797620Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:28:35.0798143Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:28:35.0798665Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:28:35.0799175Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:28:35.0799688Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:28:35.0800204Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:28:35.0800720Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:28:35.0808054Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:28:35.0823009Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:28:35.0838503Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:28:35.0841942Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:28:35.0842773Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:28:35.0849093Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:28:35.0852397Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:28:35.0852933Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:28:35.0855613Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:28:35.0856127Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:28:35.0856752Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:28:35.0857529Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:28:35.0858092Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:28:35.0862654Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:28:35.0864616Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:28:35.0865145Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:28:35.0865653Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:28:35.0866167Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:28:35.0866681Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:28:35.0867190Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:28:35.0867718Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:28:35.0868235Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:28:35.0868946Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:28:35.0869459Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:28:35.0869969Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:28:35.0870483Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:28:35.0870989Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:28:35.0871536Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:28:35.0874163Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:28:35.0877284Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:28:35.0880411Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:28:35.0881225Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:28:35.0881794Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:28:35.0882447Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:28:35.0882961Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:28:35.0883633Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:28:35.0884201Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:28:35.0884731Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:28:35.0886681Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:28:35.0887217Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:28:35.0887728Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:28:35.0888245Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:28:35.0888823Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:28:35.0889507Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:28:35.0890023Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:28:35.0890598Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:28:35.0891307Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:28:35.0894765Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:28:35.0897143Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:28:35.0897663Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:28:35.0900367Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:28:35.0900891Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:28:35.0902605Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:28:35.0905336Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:28:35.0909323Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:28:35.0910568Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:28:35.0911660Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:28:35.0912186Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:28:35.0918839Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:28:35.0919416Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:28:35.0919943Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:28:35.0920451Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:28:35.0926249Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:28:35.0927903Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:28:35.0928883Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:28:35.0929395Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:28:35.0929960Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:28:35.0930519Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:28:35.0931032Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:28:35.0931617Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:28:35.0932165Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:28:35.0932677Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:28:35.0933190Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:28:35.0933921Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:28:35.0934437Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:28:35.0934945Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:28:35.0935457Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:28:35.0935973Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:28:35.0936482Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:28:35.0936995Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:28:35.0937513Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:28:35.0938012Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:28:35.0938530Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:28:35.0939186Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:28:35.0939693Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:28:35.0940316Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:28:35.0961006Z Receiving objects: 0% (1/237) 2024-08-22T20:28:35.0961423Z Receiving objects: 1% (3/237) 2024-08-22T20:28:35.0961829Z Receiving objects: 2% (5/237) 2024-08-22T20:28:35.0962858Z Receiving objects: 3% (8/237) 2024-08-22T20:28:35.0964792Z Receiving objects: 4% (10/237) 2024-08-22T20:28:35.0965759Z Receiving objects: 5% (12/237) 2024-08-22T20:28:35.0966156Z Receiving objects: 6% (15/237) 2024-08-22T20:28:35.0966548Z Receiving objects: 7% (17/237) 2024-08-22T20:28:35.0966929Z Receiving objects: 8% (19/237) 2024-08-22T20:28:35.0970085Z Receiving objects: 9% (22/237) 2024-08-22T20:28:35.0970590Z Receiving objects: 10% (24/237) 2024-08-22T20:28:35.0971096Z Receiving objects: 11% (27/237) 2024-08-22T20:28:35.0971510Z Receiving objects: 12% (29/237) 2024-08-22T20:28:35.0971963Z Receiving objects: 13% (31/237) 2024-08-22T20:28:35.0972479Z Receiving objects: 14% (34/237) 2024-08-22T20:28:35.0973107Z Receiving objects: 15% (36/237) 2024-08-22T20:28:35.0976678Z Receiving objects: 16% (38/237) 2024-08-22T20:28:35.0977212Z Receiving objects: 17% (41/237) 2024-08-22T20:28:35.0977721Z Receiving objects: 18% (43/237) 2024-08-22T20:28:35.0978230Z Receiving objects: 19% (46/237) 2024-08-22T20:28:35.0978758Z Receiving objects: 20% (48/237) 2024-08-22T20:28:35.0979266Z Receiving objects: 21% (50/237) 2024-08-22T20:28:35.0979725Z Receiving objects: 22% (53/237) 2024-08-22T20:28:35.0980239Z Receiving objects: 23% (55/237) 2024-08-22T20:28:35.0980760Z Receiving objects: 24% (57/237) 2024-08-22T20:28:35.0981276Z Receiving objects: 25% (60/237) 2024-08-22T20:28:35.0981832Z Receiving objects: 26% (62/237) 2024-08-22T20:28:35.0982329Z Receiving objects: 27% (64/237) 2024-08-22T20:28:35.0982710Z Receiving objects: 28% (67/237) 2024-08-22T20:28:35.0983090Z Receiving objects: 29% (69/237) 2024-08-22T20:28:35.0983470Z Receiving objects: 30% (72/237) 2024-08-22T20:28:35.0983850Z Receiving objects: 31% (74/237) 2024-08-22T20:28:35.0984231Z Receiving objects: 32% (76/237) 2024-08-22T20:28:35.0984613Z Receiving objects: 33% (79/237) 2024-08-22T20:28:35.0985737Z Receiving objects: 34% (81/237) 2024-08-22T20:28:35.0986117Z Receiving objects: 35% (83/237) 2024-08-22T20:28:35.0988576Z Receiving objects: 36% (86/237) 2024-08-22T20:28:35.0991354Z Receiving objects: 37% (88/237) 2024-08-22T20:28:35.0991746Z Receiving objects: 38% (91/237) 2024-08-22T20:28:35.1004957Z Receiving objects: 39% (93/237) 2024-08-22T20:28:35.1005494Z Receiving objects: 40% (95/237) 2024-08-22T20:28:35.1006012Z Receiving objects: 41% (98/237) 2024-08-22T20:28:35.1006409Z Receiving objects: 42% (100/237) 2024-08-22T20:28:35.1006797Z Receiving objects: 43% (102/237) 2024-08-22T20:28:35.1007251Z Receiving objects: 44% (105/237) 2024-08-22T20:28:35.1007634Z Receiving objects: 45% (107/237) 2024-08-22T20:28:35.1008032Z Receiving objects: 46% (110/237) 2024-08-22T20:28:35.1008419Z Receiving objects: 47% (112/237) 2024-08-22T20:28:35.1008813Z Receiving objects: 48% (114/237) 2024-08-22T20:28:35.1009355Z Receiving objects: 49% (117/237) 2024-08-22T20:28:35.1026600Z Receiving objects: 50% (119/237) 2024-08-22T20:28:35.1039423Z Receiving objects: 51% (121/237) 2024-08-22T20:28:35.1041382Z Receiving objects: 52% (124/237) 2024-08-22T20:28:35.1126758Z Receiving objects: 53% (126/237) 2024-08-22T20:28:35.1127177Z Receiving objects: 54% (128/237) 2024-08-22T20:28:35.1128996Z Receiving objects: 55% (131/237) 2024-08-22T20:28:35.1130990Z Receiving objects: 56% (133/237) 2024-08-22T20:28:35.1131515Z Receiving objects: 57% (136/237) 2024-08-22T20:28:35.1132029Z Receiving objects: 58% (138/237) 2024-08-22T20:28:35.1132554Z Receiving objects: 59% (140/237) 2024-08-22T20:28:35.1132951Z Receiving objects: 60% (143/237) 2024-08-22T20:28:35.1133334Z Receiving objects: 61% (145/237) 2024-08-22T20:28:35.1134077Z Receiving objects: 62% (147/237) 2024-08-22T20:28:35.1134607Z Receiving objects: 63% (150/237) 2024-08-22T20:28:35.1135548Z Receiving objects: 64% (152/237) 2024-08-22T20:28:35.1137364Z Receiving objects: 65% (155/237) 2024-08-22T20:28:35.1137906Z Receiving objects: 66% (157/237) 2024-08-22T20:28:35.1138422Z Receiving objects: 67% (159/237) 2024-08-22T20:28:35.1139283Z Receiving objects: 68% (162/237) 2024-08-22T20:28:35.1139836Z Receiving objects: 69% (164/237) 2024-08-22T20:28:35.1140346Z Receiving objects: 70% (166/237) 2024-08-22T20:28:35.1142069Z Receiving objects: 71% (169/237) 2024-08-22T20:28:35.1142779Z Receiving objects: 72% (171/237) 2024-08-22T20:28:35.1143436Z Receiving objects: 73% (174/237) 2024-08-22T20:28:35.1143965Z Receiving objects: 74% (176/237) 2024-08-22T20:28:35.1146884Z Receiving objects: 75% (178/237) 2024-08-22T20:28:35.1147519Z Receiving objects: 76% (181/237) 2024-08-22T20:28:35.1148048Z Receiving objects: 77% (183/237) 2024-08-22T20:28:35.1148730Z Receiving objects: 78% (185/237) 2024-08-22T20:28:35.1149969Z Receiving objects: 79% (188/237) 2024-08-22T20:28:35.1152057Z Receiving objects: 80% (190/237) 2024-08-22T20:28:35.1153271Z Receiving objects: 81% (192/237) 2024-08-22T20:28:35.1155119Z Receiving objects: 82% (195/237) 2024-08-22T20:28:35.1159015Z Receiving objects: 83% (197/237) 2024-08-22T20:28:35.1160820Z Receiving objects: 84% (200/237) 2024-08-22T20:28:35.1161352Z Receiving objects: 85% (202/237) 2024-08-22T20:28:35.1162328Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:28:35.1163186Z Receiving objects: 86% (204/237) 2024-08-22T20:28:35.1163845Z Receiving objects: 87% (207/237) 2024-08-22T20:28:35.1164386Z Receiving objects: 88% (209/237) 2024-08-22T20:28:35.1167748Z Receiving objects: 89% (211/237) 2024-08-22T20:28:35.1168282Z Receiving objects: 90% (214/237) 2024-08-22T20:28:35.1169271Z Receiving objects: 91% (216/237) 2024-08-22T20:28:35.1169788Z Receiving objects: 92% (219/237) 2024-08-22T20:28:35.1170928Z Receiving objects: 93% (221/237) 2024-08-22T20:28:35.1171855Z Receiving objects: 94% (223/237) 2024-08-22T20:28:35.1172529Z Receiving objects: 95% (226/237) 2024-08-22T20:28:35.1175061Z Receiving objects: 96% (228/237) 2024-08-22T20:28:35.1175599Z Receiving objects: 97% (230/237) 2024-08-22T20:28:35.1176109Z Receiving objects: 98% (233/237) 2024-08-22T20:28:35.1176635Z Receiving objects: 99% (235/237) 2024-08-22T20:28:35.1177164Z Receiving objects: 100% (237/237) 2024-08-22T20:28:35.1177816Z Receiving objects: 100% (237/237), 488.09 KiB | 22.19 MiB/s, done. 2024-08-22T20:28:35.1181765Z Resolving deltas: 0% (0/16) 2024-08-22T20:28:35.1182233Z Resolving deltas: 6% (1/16) 2024-08-22T20:28:35.1182960Z Resolving deltas: 12% (2/16) 2024-08-22T20:28:35.1183521Z Resolving deltas: 18% (3/16) 2024-08-22T20:28:35.1184591Z Resolving deltas: 25% (4/16) 2024-08-22T20:28:35.1185014Z Resolving deltas: 31% (5/16) 2024-08-22T20:28:35.1185376Z Resolving deltas: 37% (6/16) 2024-08-22T20:28:35.1186569Z Resolving deltas: 50% (8/16) 2024-08-22T20:28:35.1187273Z Resolving deltas: 62% (10/16) 2024-08-22T20:28:35.1187743Z Resolving deltas: 68% (11/16) 2024-08-22T20:28:35.1188471Z Resolving deltas: 75% (12/16) 2024-08-22T20:28:35.1189002Z Resolving deltas: 81% (13/16) 2024-08-22T20:28:35.1189520Z Resolving deltas: 87% (14/16) 2024-08-22T20:28:35.1190030Z Resolving deltas: 93% (15/16) 2024-08-22T20:28:35.1190780Z Resolving deltas: 100% (16/16) 2024-08-22T20:28:35.1191309Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:28:35.1272321Z From https://github.com/pytorch/torchchat 2024-08-22T20:28:35.1273445Z * [new ref] refs/pull/1044/merge -> pull/1044/merge 2024-08-22T20:28:35.1302513Z ##[endgroup] 2024-08-22T20:28:35.1303266Z ##[group]Determining the checkout info 2024-08-22T20:28:35.1304317Z ##[endgroup] 2024-08-22T20:28:35.1304992Z ##[group]Checking out the ref 2024-08-22T20:28:35.1308357Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:28:35.1487583Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:28:35.1488077Z 2024-08-22T20:28:35.1488634Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:28:35.1489615Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:28:35.1490367Z state without impacting any branches by switching back to a branch. 2024-08-22T20:28:35.1490801Z 2024-08-22T20:28:35.1491114Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:28:35.1491918Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:28:35.1492351Z 2024-08-22T20:28:35.1492551Z git switch -c 2024-08-22T20:28:35.1492821Z 2024-08-22T20:28:35.1492965Z Or undo this operation with: 2024-08-22T20:28:35.1493209Z 2024-08-22T20:28:35.1493326Z git switch - 2024-08-22T20:28:35.1493511Z 2024-08-22T20:28:35.1493849Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:28:35.1494361Z 2024-08-22T20:28:35.1494882Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:28:35.1496314Z ##[endgroup] 2024-08-22T20:28:35.1544865Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:28:35.1582586Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:28:35.1790275Z Prepare all required actions 2024-08-22T20:28:35.1914230Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2024-08-22T20:28:35.1914755Z with: 2024-08-22T20:28:35.1915108Z docker-image-name: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:35.1915587Z docker-build-dir: .ci/docker 2024-08-22T20:28:35.1915983Z working-directory: pytorch/torchchat 2024-08-22T20:28:35.1916522Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:35.1917037Z force-push: false 2024-08-22T20:28:35.1917337Z env: 2024-08-22T20:28:35.1917648Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:35.1918110Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:35.1918485Z PR_NUMBER: 1044 2024-08-22T20:28:35.1920473Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:35.1922706Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:35.1923472Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:35.1924536Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:35.1925152Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:35.1925621Z ##[endgroup] 2024-08-22T20:28:35.1946677Z ##[group]Run set -ex 2024-08-22T20:28:35.1947044Z set -ex 2024-08-22T20:28:35.1947330Z  2024-08-22T20:28:35.1947877Z # If the docker build directory or the build script doesn't exist, the action will 2024-08-22T20:28:35.1948794Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-08-22T20:28:35.1949578Z # job could then download the pre-built image as usual 2024-08-22T20:28:35.1950307Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-08-22T20:28:35.1950967Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:35.1951599Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:35.1952142Z  2024-08-22T20:28:35.1952640Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-08-22T20:28:35.1953249Z  exit 0 2024-08-22T20:28:35.1953611Z else 2024-08-22T20:28:35.1954147Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:35.1954599Z fi 2024-08-22T20:28:35.1954868Z  2024-08-22T20:28:35.1955334Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-08-22T20:28:35.1956165Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-08-22T20:28:35.1956926Z  # use it as it is, but first let's extract the tag 2024-08-22T20:28:35.1957609Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-08-22T20:28:35.1958314Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:35.1958990Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:35.1959527Z else 2024-08-22T20:28:35.1959954Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-08-22T20:28:35.1960603Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:35.1961494Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:35.1962220Z fi 2024-08-22T20:28:35.1971306Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:35.1971794Z env: 2024-08-22T20:28:35.1972279Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:35.1972752Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:35.1973129Z PR_NUMBER: 1044 2024-08-22T20:28:35.1975058Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:35.1977610Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:35.1978471Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:35.1979269Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:35.1979933Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:35.1980457Z REPO_NAME: torchchat 2024-08-22T20:28:35.1980880Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:35.1981385Z DOCKER_BUILD_DIR: .ci/docker 2024-08-22T20:28:35.1981916Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:35.1982469Z ##[endgroup] 2024-08-22T20:28:35.2021099Z + [[ ! -d .ci/docker ]] 2024-08-22T20:28:35.2021607Z + echo skip=true 2024-08-22T20:28:35.2022255Z + echo docker-image=pytorch/conda-builder:cuda12.1 2024-08-22T20:28:35.2023248Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2024-08-22T20:28:35.2024219Z + exit 0 2024-08-22T20:28:35.2024790Z There is no Docker build script in torchchat repo, skipping... 2024-08-22T20:28:35.2141825Z Prepare all required actions 2024-08-22T20:28:35.2181307Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2024-08-22T20:28:35.2181799Z with: 2024-08-22T20:28:35.2182130Z docker-image: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:35.2182757Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:35.2183261Z env: 2024-08-22T20:28:35.2183583Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:35.2184033Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:35.2184409Z PR_NUMBER: 1044 2024-08-22T20:28:35.2186346Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:35.2188741Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:35.2189504Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:35.2190222Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:35.2190835Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:35.2191307Z ##[endgroup] 2024-08-22T20:28:35.2210653Z ##[group]Run set -x 2024-08-22T20:28:35.2211001Z set -x 2024-08-22T20:28:35.2211307Z set +e 2024-08-22T20:28:35.2211602Z  2024-08-22T20:28:35.2211879Z login() { 2024-08-22T20:28:35.2212586Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-22T20:28:35.2213299Z } 2024-08-22T20:28:35.2213570Z  2024-08-22T20:28:35.2213855Z retry () { 2024-08-22T20:28:35.2214245Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-22T20:28:35.2214697Z } 2024-08-22T20:28:35.2214977Z  2024-08-22T20:28:35.2215301Z retry login "${DOCKER_REGISTRY}" 2024-08-22T20:28:35.2215706Z  2024-08-22T20:28:35.2215987Z set -e 2024-08-22T20:28:35.2216465Z # ignore output since only exit code is used for conditional 2024-08-22T20:28:35.2217152Z # only pull docker image if it's not available locally 2024-08-22T20:28:35.2217911Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-08-22T20:28:35.2218596Z  retry docker pull "${DOCKER_IMAGE}" 2024-08-22T20:28:35.2219022Z fi 2024-08-22T20:28:35.2229470Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:35.2229968Z env: 2024-08-22T20:28:35.2230294Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:35.2230758Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:35.2231131Z PR_NUMBER: 1044 2024-08-22T20:28:35.2233152Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:35.2235419Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:35.2236185Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:35.2236903Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:35.2237516Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:35.2238126Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:35.2238631Z ##[endgroup] 2024-08-22T20:28:35.2267939Z + set +e 2024-08-22T20:28:35.2268671Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:35.2269323Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:35.2272007Z + aws ecr get-login-password --region us-east-1 2024-08-22T20:28:35.2273565Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:35.7925397Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:28:35.7926189Z Configure a credential helper to remove this warning. See 2024-08-22T20:28:35.7927080Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:28:35.7927589Z 2024-08-22T20:28:35.7927716Z Login Succeeded 2024-08-22T20:28:35.7950777Z + set -e 2024-08-22T20:28:35.7951253Z + docker inspect --type=image pytorch/conda-builder:cuda12.1 2024-08-22T20:28:35.8110662Z + retry docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:28:35.8111255Z + docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:28:35.9913544Z cuda12.1: Pulling from pytorch/conda-builder 2024-08-22T20:28:35.9914224Z 2d473b07cdd5: Pulling fs layer 2024-08-22T20:28:35.9914756Z 1feefa38b24d: Pulling fs layer 2024-08-22T20:28:35.9915269Z f3b743645691: Pulling fs layer 2024-08-22T20:28:35.9915761Z 09ec69653086: Pulling fs layer 2024-08-22T20:28:35.9916274Z 07dcdf002e0e: Pulling fs layer 2024-08-22T20:28:35.9916803Z 6d463d3f66d5: Pulling fs layer 2024-08-22T20:28:35.9917305Z af5c0f3f240b: Pulling fs layer 2024-08-22T20:28:35.9918007Z 1c60ace79a8a: Pulling fs layer 2024-08-22T20:28:35.9918437Z 0cb4bb0dd002: Pulling fs layer 2024-08-22T20:28:35.9918796Z 6a40c884dc1c: Pulling fs layer 2024-08-22T20:28:35.9919162Z 21c4fd2610fc: Pulling fs layer 2024-08-22T20:28:35.9919521Z 90d96273fa23: Pulling fs layer 2024-08-22T20:28:35.9919914Z 625bfd303d2d: Pulling fs layer 2024-08-22T20:28:35.9920418Z e8f5e731f8e4: Pulling fs layer 2024-08-22T20:28:35.9920842Z 43ef26b4d3a4: Pulling fs layer 2024-08-22T20:28:35.9921204Z 7027d2bdfdb1: Pulling fs layer 2024-08-22T20:28:35.9921581Z af5c0f3f240b: Waiting 2024-08-22T20:28:35.9921919Z db6f5f4c0334: Pulling fs layer 2024-08-22T20:28:35.9922264Z 0cb4bb0dd002: Waiting 2024-08-22T20:28:35.9922597Z 784019980816: Pulling fs layer 2024-08-22T20:28:35.9922961Z a7beba6b9d19: Pulling fs layer 2024-08-22T20:28:35.9923324Z 417dce1e59af: Pulling fs layer 2024-08-22T20:28:35.9923689Z 2b99a72dd557: Pulling fs layer 2024-08-22T20:28:35.9924360Z 07dcdf002e0e: Waiting 2024-08-22T20:28:35.9924669Z 1c60ace79a8a: Waiting 2024-08-22T20:28:35.9924996Z f49fb64d359c: Pulling fs layer 2024-08-22T20:28:35.9925343Z 784019980816: Waiting 2024-08-22T20:28:35.9925642Z 6a40c884dc1c: Waiting 2024-08-22T20:28:35.9925970Z bfb071e5ae48: Pulling fs layer 2024-08-22T20:28:35.9926340Z b2ba091c4c7d: Pulling fs layer 2024-08-22T20:28:35.9926703Z 8cfb81a5220c: Pulling fs layer 2024-08-22T20:28:35.9927072Z c5058f81a371: Pulling fs layer 2024-08-22T20:28:35.9927435Z ca3686f68fee: Pulling fs layer 2024-08-22T20:28:35.9927787Z 43ef26b4d3a4: Waiting 2024-08-22T20:28:35.9928109Z 6d463d3f66d5: Waiting 2024-08-22T20:28:35.9928447Z fdb9230cd483: Pulling fs layer 2024-08-22T20:28:35.9928807Z dc18f68db4d4: Pulling fs layer 2024-08-22T20:28:35.9929178Z e7fc196062f1: Pulling fs layer 2024-08-22T20:28:35.9929530Z 625bfd303d2d: Waiting 2024-08-22T20:28:35.9929840Z a7beba6b9d19: Waiting 2024-08-22T20:28:35.9930151Z 90d96273fa23: Waiting 2024-08-22T20:28:35.9930463Z b2ba091c4c7d: Waiting 2024-08-22T20:28:35.9930766Z 8cfb81a5220c: Waiting 2024-08-22T20:28:35.9931079Z f49fb64d359c: Waiting 2024-08-22T20:28:35.9931392Z 7027d2bdfdb1: Waiting 2024-08-22T20:28:35.9931704Z ca3686f68fee: Waiting 2024-08-22T20:28:35.9932053Z bfb071e5ae48: Waiting 2024-08-22T20:28:35.9932364Z c5058f81a371: Waiting 2024-08-22T20:28:35.9932665Z e7fc196062f1: Waiting 2024-08-22T20:28:35.9932966Z db6f5f4c0334: Waiting 2024-08-22T20:28:35.9933270Z 417dce1e59af: Waiting 2024-08-22T20:28:35.9933571Z 09ec69653086: Waiting 2024-08-22T20:28:35.9933876Z fdb9230cd483: Waiting 2024-08-22T20:28:35.9934270Z 2b99a72dd557: Waiting 2024-08-22T20:28:36.0328703Z 1feefa38b24d: Download complete 2024-08-22T20:28:36.0395580Z f3b743645691: Verifying Checksum 2024-08-22T20:28:36.0396070Z f3b743645691: Download complete 2024-08-22T20:28:36.0732221Z 09ec69653086: Verifying Checksum 2024-08-22T20:28:36.0732680Z 09ec69653086: Download complete 2024-08-22T20:28:36.7849659Z 2d473b07cdd5: Verifying Checksum 2024-08-22T20:28:36.7850213Z 2d473b07cdd5: Download complete 2024-08-22T20:28:36.8529628Z af5c0f3f240b: Verifying Checksum 2024-08-22T20:28:36.8530177Z af5c0f3f240b: Download complete 2024-08-22T20:28:36.8572265Z 6d463d3f66d5: Verifying Checksum 2024-08-22T20:28:36.8572892Z 6d463d3f66d5: Download complete 2024-08-22T20:28:36.9465004Z 0cb4bb0dd002: Download complete 2024-08-22T20:28:36.9879217Z 6a40c884dc1c: Verifying Checksum 2024-08-22T20:28:36.9879705Z 6a40c884dc1c: Download complete 2024-08-22T20:28:37.0271110Z 21c4fd2610fc: Download complete 2024-08-22T20:28:37.0797678Z 90d96273fa23: Download complete 2024-08-22T20:28:37.4505480Z 1c60ace79a8a: Verifying Checksum 2024-08-22T20:28:37.4506478Z 1c60ace79a8a: Download complete 2024-08-22T20:28:37.4892089Z 07dcdf002e0e: Verifying Checksum 2024-08-22T20:28:37.4892628Z 07dcdf002e0e: Download complete 2024-08-22T20:28:38.0987589Z e8f5e731f8e4: Download complete 2024-08-22T20:28:38.5200508Z 625bfd303d2d: Verifying Checksum 2024-08-22T20:28:38.5200986Z 625bfd303d2d: Download complete 2024-08-22T20:28:38.5710020Z db6f5f4c0334: Verifying Checksum 2024-08-22T20:28:38.5710628Z db6f5f4c0334: Download complete 2024-08-22T20:28:38.6030914Z 784019980816: Verifying Checksum 2024-08-22T20:28:38.6031413Z 784019980816: Download complete 2024-08-22T20:28:38.6445681Z a7beba6b9d19: Verifying Checksum 2024-08-22T20:28:38.6446166Z a7beba6b9d19: Download complete 2024-08-22T20:28:38.6455008Z 43ef26b4d3a4: Verifying Checksum 2024-08-22T20:28:38.6455494Z 43ef26b4d3a4: Download complete 2024-08-22T20:28:38.7707425Z 2b99a72dd557: Verifying Checksum 2024-08-22T20:28:38.7708027Z 2b99a72dd557: Download complete 2024-08-22T20:28:38.8242425Z f49fb64d359c: Download complete 2024-08-22T20:28:38.8522415Z 7027d2bdfdb1: Verifying Checksum 2024-08-22T20:28:38.8522843Z 7027d2bdfdb1: Download complete 2024-08-22T20:28:38.8919744Z b2ba091c4c7d: Verifying Checksum 2024-08-22T20:28:38.8920434Z b2ba091c4c7d: Download complete 2024-08-22T20:28:38.9319120Z 8cfb81a5220c: Download complete 2024-08-22T20:28:38.9758345Z c5058f81a371: Verifying Checksum 2024-08-22T20:28:38.9758967Z c5058f81a371: Download complete 2024-08-22T20:28:39.1158108Z ca3686f68fee: Verifying Checksum 2024-08-22T20:28:39.1158654Z ca3686f68fee: Download complete 2024-08-22T20:28:39.1540493Z fdb9230cd483: Verifying Checksum 2024-08-22T20:28:39.1541848Z fdb9230cd483: Download complete 2024-08-22T20:28:39.1978789Z dc18f68db4d4: Verifying Checksum 2024-08-22T20:28:39.1979398Z dc18f68db4d4: Download complete 2024-08-22T20:28:40.3085822Z 2d473b07cdd5: Pull complete 2024-08-22T20:28:40.3233319Z 1feefa38b24d: Pull complete 2024-08-22T20:28:40.3427635Z f3b743645691: Pull complete 2024-08-22T20:28:40.3587147Z 09ec69653086: Pull complete 2024-08-22T20:28:42.9610847Z bfb071e5ae48: Verifying Checksum 2024-08-22T20:28:42.9611480Z bfb071e5ae48: Download complete 2024-08-22T20:28:44.5604583Z 07dcdf002e0e: Pull complete 2024-08-22T20:28:44.7405792Z e7fc196062f1: Verifying Checksum 2024-08-22T20:28:44.7406273Z e7fc196062f1: Download complete 2024-08-22T20:28:46.9968629Z 6d463d3f66d5: Pull complete 2024-08-22T20:28:47.0101905Z af5c0f3f240b: Pull complete 2024-08-22T20:28:48.3045589Z 1c60ace79a8a: Pull complete 2024-08-22T20:28:48.4598569Z 0cb4bb0dd002: Pull complete 2024-08-22T20:28:48.4746557Z 6a40c884dc1c: Pull complete 2024-08-22T20:28:48.4924399Z 21c4fd2610fc: Pull complete 2024-08-22T20:28:48.5067720Z 90d96273fa23: Pull complete 2024-08-22T20:28:51.8768939Z 625bfd303d2d: Pull complete 2024-08-22T20:28:53.2763758Z e8f5e731f8e4: Pull complete 2024-08-22T20:28:57.2262414Z 43ef26b4d3a4: Pull complete 2024-08-22T20:28:58.9731341Z 7027d2bdfdb1: Pull complete 2024-08-22T20:28:58.9864296Z db6f5f4c0334: Pull complete 2024-08-22T20:28:58.9990289Z 784019980816: Pull complete 2024-08-22T20:28:59.0125774Z a7beba6b9d19: Pull complete 2024-08-22T20:29:28.4756316Z 417dce1e59af: Download complete 2024-08-22T20:30:19.7422928Z 417dce1e59af: Pull complete 2024-08-22T20:30:20.2037378Z 2b99a72dd557: Pull complete 2024-08-22T20:30:20.4682857Z f49fb64d359c: Pull complete 2024-08-22T20:30:35.5238411Z bfb071e5ae48: Pull complete 2024-08-22T20:30:35.7571094Z b2ba091c4c7d: Pull complete 2024-08-22T20:30:35.9867866Z 8cfb81a5220c: Pull complete 2024-08-22T20:30:36.2168729Z c5058f81a371: Pull complete 2024-08-22T20:30:36.7519112Z ca3686f68fee: Pull complete 2024-08-22T20:30:36.9775164Z fdb9230cd483: Pull complete 2024-08-22T20:30:37.1983444Z dc18f68db4d4: Pull complete 2024-08-22T20:30:56.0960930Z e7fc196062f1: Pull complete 2024-08-22T20:30:56.2125636Z Digest: sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:30:56.2565818Z Status: Downloaded newer image for pytorch/conda-builder:cuda12.1 2024-08-22T20:30:56.2806152Z docker.io/pytorch/conda-builder:cuda12.1 2024-08-22T20:30:56.2934122Z ##[group]Run set -ex 2024-08-22T20:30:56.2934482Z set -ex 2024-08-22T20:30:56.2934774Z { 2024-08-22T20:30:56.2935126Z  echo "#!/usr/bin/env bash"; 2024-08-22T20:30:56.2935662Z  echo "set -eou pipefail"; 2024-08-22T20:30:56.2936203Z  # shellcheck disable=SC2016 2024-08-22T20:30:56.2936794Z  echo 'eval "$(conda shell.bash hook)"'; 2024-08-22T20:30:56.2937363Z  echo "set -x"; 2024-08-22T20:30:56.2937802Z  echo "${SCRIPT}"; 2024-08-22T20:30:56.2938201Z } > "${RUNNER_TEMP}/exec_script" 2024-08-22T20:30:56.2938661Z chmod +x "${RUNNER_TEMP}/exec_script" 2024-08-22T20:30:56.2939577Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "" 2024-08-22T20:30:56.2949495Z shell: /usr/bin/bash -e {0} 2024-08-22T20:30:56.2949832Z env: 2024-08-22T20:30:56.2950205Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:30:56.2950659Z REPOSITORY: pytorch/torchchat 2024-08-22T20:30:56.2951044Z PR_NUMBER: 1044 2024-08-22T20:30:56.2952989Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:30:56.2955248Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:30:56.2956060Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:30:56.2956774Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:30:56.2957388Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:30:56.2958269Z ALL_SECRETS: { "github_token": "***" } 2024-08-22T20:30:56.2958687Z ##[endgroup] 2024-08-22T20:30:56.2994365Z + echo '#!/usr/bin/env bash' 2024-08-22T20:30:56.2994808Z + echo 'set -eou pipefail' 2024-08-22T20:30:56.2995277Z + echo 'eval "$(conda shell.bash hook)"' 2024-08-22T20:30:56.2998672Z + echo 'set -x' 2024-08-22T20:30:56.2999241Z + echo 'echo "::group::Print machine info" 2024-08-22T20:30:56.2999685Z uname -a 2024-08-22T20:30:56.2999969Z echo "::endgroup::" 2024-08-22T20:30:56.3000173Z 2024-08-22T20:30:56.3000580Z echo "::group::Install newer objcopy that supports --set-section-alignment" 2024-08-22T20:30:56.3002948Z yum install -y devtoolset-10-binutils 2024-08-22T20:30:56.3003546Z export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 2024-08-22T20:30:56.3004037Z echo "::endgroup::" 2024-08-22T20:30:56.3004242Z 2024-08-22T20:30:56.3004411Z .ci/scripts/run-docs gguf 2024-08-22T20:30:56.3004634Z 2024-08-22T20:30:56.3004772Z echo "::group::Completion" 2024-08-22T20:30:56.3005609Z echo "tests complete" 2024-08-22T20:30:56.3006239Z echo "*******************************************" 2024-08-22T20:30:56.3006951Z echo "::endgroup::" 2024-08-22T20:30:56.3007312Z ' 2024-08-22T20:30:56.3007782Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2024-08-22T20:30:56.3010885Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py '' 2024-08-22T20:31:36.2092775Z Running command: 2024-08-22T20:31:36.2102051Z 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_56b16331-1221-4d97-935a-076f1bc112c9":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_56b16331-1221-4d97-935a-076f1bc112c9" -w /pytorch/torchchat "pytorch/conda-builder:cuda12.1" 2024-08-22T20:31:36.2108635Z 2024-08-22T20:31:36.2109201Z ac9993e66347fd6d9ac77ca210409058fd157e2059394451947413bd7ea58316 2024-08-22T20:31:36.2110546Z Running command: docker exec -t ac9993e66347fd6d9ac77ca210409058fd157e2059394451947413bd7ea58316 /exec 2024-08-22T20:31:36.2111690Z + echo '::group::Print machine info' 2024-08-22T20:31:36.2112612Z ##[group]Print machine info 2024-08-22T20:31:36.2113025Z + uname -a 2024-08-22T20:31:36.2113995Z Linux ac9993e66347 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:36.2114828Z + echo ::endgroup:: 2024-08-22T20:31:36.2115358Z ##[endgroup] 2024-08-22T20:31:36.2115950Z + echo '::group::Install newer objcopy that supports --set-section-alignment' 2024-08-22T20:31:36.2117019Z ##[group]Install newer objcopy that supports --set-section-alignment 2024-08-22T20:31:36.2117649Z + yum install -y devtoolset-10-binutils 2024-08-22T20:31:36.2118093Z Loaded plugins: fastestmirror, ovl 2024-08-22T20:31:36.2118546Z Loading mirror speeds from cached hostfile 2024-08-22T20:31:36.2118858Z 2024-08-22T20:31:36.2119138Z epel/x86_64/metalink | 5.1 kB 00:00 2024-08-22T20:31:36.2119728Z * epel: d2lzkl7pfhq30w.cloudfront.net 2024-08-22T20:31:36.2120021Z 2024-08-22T20:31:36.2120240Z base | 3.6 kB 00:00 2024-08-22T20:31:36.2120606Z 2024-08-22T20:31:36.2120937Z centos-sclo-rh | 3.0 kB 00:00 2024-08-22T20:31:36.2121359Z 2024-08-22T20:31:36.2121694Z centos-sclo-sclo | 3.0 kB 00:00 2024-08-22T20:31:36.2122114Z 2024-08-22T20:31:36.2122331Z extras | 2.9 kB 00:00 2024-08-22T20:31:36.2122699Z 2024-08-22T20:31:36.2122934Z updates | 2.9 kB 00:00 2024-08-22T20:31:36.2123435Z Resolving Dependencies 2024-08-22T20:31:36.2124200Z --> Running transaction check 2024-08-22T20:31:36.2124868Z ---> Package devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 will be installed 2024-08-22T20:31:36.2125880Z --> Processing Dependency: devtoolset-10-runtime for package: devtoolset-10-binutils-2.35-5.el7.4.x86_64 2024-08-22T20:31:36.2126664Z --> Running transaction check 2024-08-22T20:31:36.2127275Z ---> Package devtoolset-10-runtime.x86_64 0:10.1-0.el7 will be installed 2024-08-22T20:31:36.2127899Z --> Finished Dependency Resolution 2024-08-22T20:31:36.2128173Z 2024-08-22T20:31:36.2128295Z Dependencies Resolved 2024-08-22T20:31:36.2128502Z 2024-08-22T20:31:36.2128695Z ================================================================================ 2024-08-22T20:31:36.2129285Z Package Arch Version Repository Size 2024-08-22T20:31:36.2129852Z ================================================================================ 2024-08-22T20:31:36.2130298Z Installing: 2024-08-22T20:31:36.2131192Z devtoolset-10-binutils x86_64 2.35-5.el7.4 centos-sclo-rh 6.3 M 2024-08-22T20:31:36.2131792Z Installing for dependencies: 2024-08-22T20:31:36.2132427Z devtoolset-10-runtime x86_64 10.1-0.el7 centos-sclo-rh 19 k 2024-08-22T20:31:36.2132890Z 2024-08-22T20:31:36.2133015Z Transaction Summary 2024-08-22T20:31:36.2133382Z ================================================================================ 2024-08-22T20:31:36.2133876Z Install 1 Package (+1 Dependent package) 2024-08-22T20:31:36.2134183Z 2024-08-22T20:31:36.2134321Z Total download size: 6.3 M 2024-08-22T20:31:36.2134672Z Installed size: 25 M 2024-08-22T20:31:36.2134998Z Downloading packages: 2024-08-22T20:31:36.2135209Z 2024-08-22T20:31:36.2135644Z (1/2): devtoolset-10-binutils-2.35-5.el7.4.x86_64.rpm | 6.3 MB 00:00 2024-08-22T20:31:36.2136145Z 2024-08-22T20:31:36.2136574Z (2/2): devtoolset-10-runtime-10.1-0.el7.x86_64.rpm | 19 kB 00:00 2024-08-22T20:31:36.2137346Z -------------------------------------------------------------------------------- 2024-08-22T20:31:36.2137929Z Total 22 MB/s | 6.3 MB 00:00 2024-08-22T20:31:36.2138426Z Running transaction check 2024-08-22T20:31:36.2138774Z Running transaction test 2024-08-22T20:31:36.2139127Z Transaction test succeeded 2024-08-22T20:31:36.2139477Z Running transaction 2024-08-22T20:31:36.2139671Z 2024-08-22T20:31:36.2140062Z Installing : devtoolset-10-runtime-10.1-0 [ ] 1/2 2024-08-22T20:31:36.2141110Z Installing : devtoolset-10-runtime-10.1-0 [# ] 1/2 2024-08-22T20:31:36.2141958Z Installing : devtoolset-10-runtime-10.1-0 [## ] 1/2 2024-08-22T20:31:36.2142781Z Installing : devtoolset-10-runtime-10.1-0 [### ] 1/2 2024-08-22T20:31:36.2143628Z Installing : devtoolset-10-runtime-10.1-0 [#### ] 1/2 2024-08-22T20:31:36.2144484Z Installing : devtoolset-10-runtime-10.1-0 [##### ] 1/2 2024-08-22T20:31:36.2145377Z Installing : devtoolset-10-runtime-10.1-0 [###### ] 1/2 2024-08-22T20:31:36.2146216Z Installing : devtoolset-10-runtime-10.1-0 [####### ] 1/2 2024-08-22T20:31:36.2147052Z Installing : devtoolset-10-runtime-10.1-0 [######## ] 1/2 2024-08-22T20:31:36.2147888Z Installing : devtoolset-10-runtime-10.1-0 [######### ] 1/2 2024-08-22T20:31:36.2148715Z Installing : devtoolset-10-runtime-10.1-0 [########## ] 1/2 2024-08-22T20:31:36.2149543Z Installing : devtoolset-10-runtime-10.1-0 [########### ] 1/2 2024-08-22T20:31:36.2150373Z Installing : devtoolset-10-runtime-10.1-0 [############ ] 1/2 2024-08-22T20:31:36.2151196Z Installing : devtoolset-10-runtime-10.1-0 [############# ] 1/2 2024-08-22T20:31:36.2152042Z Installing : devtoolset-10-runtime-10.1-0 [############## ] 1/2 2024-08-22T20:31:36.2152883Z Installing : devtoolset-10-runtime-10.1-0 [############### ] 1/2 2024-08-22T20:31:36.2153804Z Installing : devtoolset-10-runtime-10.1-0 [################ ] 1/2 2024-08-22T20:31:36.2154623Z Installing : devtoolset-10-runtime-10.1-0 [################# ] 1/2 2024-08-22T20:31:36.2155454Z Installing : devtoolset-10-runtime-10.1-0 [################## ] 1/2 2024-08-22T20:31:36.2156292Z Installing : devtoolset-10-runtime-10.1-0 [################### ] 1/2 2024-08-22T20:31:36.2157115Z Installing : devtoolset-10-runtime-10.1-0 [##################### ] 1/2 2024-08-22T20:31:36.2157944Z Installing : devtoolset-10-runtime-10.1-0 [###################### ] 1/2 2024-08-22T20:31:36.2158777Z Installing : devtoolset-10-runtime-10.1-0 [####################### ] 1/2 2024-08-22T20:31:36.2159605Z Installing : devtoolset-10-runtime-10.1-0 [######################## ] 1/2 2024-08-22T20:31:36.2160654Z Installing : devtoolset-10-runtime-10.1-0 [######################### ] 1/2 2024-08-22T20:31:36.2161496Z Installing : devtoolset-10-runtime-10.1-0 [########################## ] 1/2 2024-08-22T20:31:36.2162337Z Installing : devtoolset-10-runtime-10.1-0 [########################### ] 1/2 2024-08-22T20:31:36.2163164Z Installing : devtoolset-10-runtime-10.1-0 [############################ ] 1/2 2024-08-22T20:31:36.2164024Z Installing : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:31:36.2164812Z ValueError: SELinux policy is not managed or store cannot be accessed. 2024-08-22T20:31:36.2165260Z 2024-08-22T20:31:36.2165642Z Installing : devtoolset-10-binutils-2.35- [ ] 2/2 2024-08-22T20:31:36.2166486Z Installing : devtoolset-10-binutils-2.35- [# ] 2/2 2024-08-22T20:31:36.2167318Z Installing : devtoolset-10-binutils-2.35- [## ] 2/2 2024-08-22T20:31:36.2168149Z Installing : devtoolset-10-binutils-2.35- [### ] 2/2 2024-08-22T20:31:36.2168987Z Installing : devtoolset-10-binutils-2.35- [#### ] 2/2 2024-08-22T20:31:36.2169818Z Installing : devtoolset-10-binutils-2.35- [##### ] 2/2 2024-08-22T20:31:36.2170655Z Installing : devtoolset-10-binutils-2.35- [###### ] 2/2 2024-08-22T20:31:36.2171479Z Installing : devtoolset-10-binutils-2.35- [####### ] 2/2 2024-08-22T20:31:36.2172309Z Installing : devtoolset-10-binutils-2.35- [######## ] 2/2 2024-08-22T20:31:36.2173140Z Installing : devtoolset-10-binutils-2.35- [######### ] 2/2 2024-08-22T20:31:36.2173955Z Installing : devtoolset-10-binutils-2.35- [########## ] 2/2 2024-08-22T20:31:36.2174785Z Installing : devtoolset-10-binutils-2.35- [########### ] 2/2 2024-08-22T20:31:36.2175654Z Installing : devtoolset-10-binutils-2.35- [############ ] 2/2 2024-08-22T20:31:36.2176506Z Installing : devtoolset-10-binutils-2.35- [############# ] 2/2 2024-08-22T20:31:36.2177335Z Installing : devtoolset-10-binutils-2.35- [############## ] 2/2 2024-08-22T20:31:36.2178166Z Installing : devtoolset-10-binutils-2.35- [############### ] 2/2 2024-08-22T20:31:36.2179000Z Installing : devtoolset-10-binutils-2.35- [################ ] 2/2 2024-08-22T20:31:36.2179824Z Installing : devtoolset-10-binutils-2.35- [################# ] 2/2 2024-08-22T20:31:36.2180660Z Installing : devtoolset-10-binutils-2.35- [################## ] 2/2 2024-08-22T20:31:37.8981596Z Installing : devtoolset-10-binutils-2.35- [################### ] 2/2 2024-08-22T20:31:37.8982859Z Installing : devtoolset-10-binutils-2.35- [#################### ] 2/2 2024-08-22T20:31:37.8983996Z Installing : devtoolset-10-binutils-2.35- [##################### ] 2/2 2024-08-22T20:31:37.8984949Z Installing : devtoolset-10-binutils-2.35- [###################### ] 2/2 2024-08-22T20:31:37.8985848Z Installing : devtoolset-10-binutils-2.35- [####################### ] 2/2 2024-08-22T20:31:37.8986674Z Installing : devtoolset-10-binutils-2.35- [######################## ] 2/2 2024-08-22T20:31:37.8987518Z Installing : devtoolset-10-binutils-2.35- [######################### ] 2/2 2024-08-22T20:31:37.8988374Z Installing : devtoolset-10-binutils-2.35- [########################## ] 2/2 2024-08-22T20:31:37.8989317Z Installing : devtoolset-10-binutils-2.35- [########################### ] 2/2 2024-08-22T20:31:37.8990162Z Installing : devtoolset-10-binutils-2.35- [############################ ] 2/2 2024-08-22T20:31:37.8991028Z Installing : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:31:37.8992021Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/as.info.gz 2024-08-22T20:31:37.8993480Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/binutils.info.gz 2024-08-22T20:31:37.8994776Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/gprof.info.gz 2024-08-22T20:31:37.8995855Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/ld.info.gz 2024-08-22T20:31:37.8996954Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/standards.info.gz 2024-08-22T20:31:37.8997572Z 2024-08-22T20:31:37.8997977Z Verifying : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:31:37.8998465Z 2024-08-22T20:31:37.8998873Z Verifying : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:31:37.8999410Z 2024-08-22T20:31:37.8999528Z Installed: 2024-08-22T20:31:37.9000101Z devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 2024-08-22T20:31:37.9000572Z 2024-08-22T20:31:37.9000697Z Dependency Installed: 2024-08-22T20:31:37.9001325Z devtoolset-10-runtime.x86_64 0:10.1-0.el7 2024-08-22T20:31:37.9001792Z 2024-08-22T20:31:37.9001911Z Complete! 2024-08-22T20:31:37.9003308Z + 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:37.9005704Z + 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:37.9007079Z + echo ::endgroup:: 2024-08-22T20:31:37.9007846Z ##[endgroup] 2024-08-22T20:31:37.9008312Z + .ci/scripts/run-docs gguf 2024-08-22T20:31:37.9008923Z ##[group]Create script to run gguf 2024-08-22T20:31:37.9009668Z ##[endgroup] 2024-08-22T20:31:37.9010173Z ##[group]Run gguf 2024-08-22T20:31:37.9010490Z ******************************************* 2024-08-22T20:31:37.9010958Z set -eou pipefail 2024-08-22T20:31:37.9011280Z ./install_requirements.sh 2024-08-22T20:31:37.9011680Z TORCHCHAT_ROOT=${PWD} ./scripts/install_et.sh 2024-08-22T20:31:37.9012128Z # Download resources 2024-08-22T20:31:37.9012511Z mkdir -p ggufs/open_orca 2024-08-22T20:31:37.9012859Z pushd ggufs/open_orca 2024-08-22T20:31:37.9013076Z 2024-08-22T20:31:37.9014002Z curl -o open_orca.Q4_0.gguf "https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q4_0.gguf?download=true" 2024-08-22T20:31:37.9015392Z curl -o ./tokenizer.model https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:31:37.9015936Z 2024-08-22T20:31:37.9016051Z popd 2024-08-22T20:31:37.9016227Z 2024-08-22T20:31:37.9016478Z export GGUF_MODEL_PATH=ggufs/open_orca/open_orca.Q4_0.gguf 2024-08-22T20:31:37.9017099Z export GGUF_TOKENIZER_PATH=ggufs/open_orca/tokenizer.model 2024-08-22T20:31:37.9017481Z 2024-08-22T20:31:37.9017651Z # Define export paths for examples below 2024-08-22T20:31:37.9018116Z export GGUF_SO_PATH=/tmp/gguf_model.so 2024-08-22T20:31:37.9018602Z export GGUF_PTE_PATH=/tmp/gguf_model.pte 2024-08-22T20:31:37.9020127Z python3 torchchat.py generate --gguf-path ${GGUF_MODEL_PATH} --tokenizer-path ${GGUF_TOKENIZER_PATH} --temperature 0 --prompt "Once upon a time" --max-new-tokens 15 2024-08-22T20:31:37.9021450Z # Convert the model for use 2024-08-22T20:31:37.9022469Z python3 torchchat.py export --gguf-path ${GGUF_MODEL_PATH} --output-dso-path ${GGUF_SO_PATH} 2024-08-22T20:31:37.9023208Z 2024-08-22T20:31:37.9023605Z # Generate using the PTE model that was created by the export command 2024-08-22T20:31:37.9026009Z python3 torchchat.py generate --gguf-path ${GGUF_MODEL_PATH} --dso-path ${GGUF_SO_PATH} --tokenizer-path ${GGUF_TOKENIZER_PATH} --temperature 0 --prompt "Once upon a time" --max-new-tokens 15 2024-08-22T20:31:37.9027287Z 2024-08-22T20:31:37.9027467Z # Convert the model for use 2024-08-22T20:31:37.9028630Z python3 torchchat.py export --gguf-path ${GGUF_MODEL_PATH} --output-pte-path ${GGUF_PTE_PATH} 2024-08-22T20:31:37.9029484Z 2024-08-22T20:31:37.9029781Z # Generate using the PTE model that was created by the export command 2024-08-22T20:31:37.9031179Z python3 torchchat.py generate --gguf-path ${GGUF_MODEL_PATH} --pte-path ${GGUF_PTE_PATH} --tokenizer-path ${GGUF_TOKENIZER_PATH} --temperature 0 --prompt "Once upon a time" --max-new-tokens 15 2024-08-22T20:31:37.9032263Z if false; then 2024-08-22T20:31:37.9033077Z ${GGUF}/quantize --allow-requantize path_of_model_you_are_converting_from.gguf path_for_model_you_are_converting_to.gguf fp16 2024-08-22T20:31:37.9033932Z fi 2024-08-22T20:31:37.9034482Z ${GGUF}/quantize --allow-requantize ${GGUF_MODEL_PATH} ./open_orca_fp16.gguf fp16 2024-08-22T20:31:37.9035072Z exit 0 2024-08-22T20:31:37.9035427Z exit 1 2024-08-22T20:31:37.9035807Z ******************************************* 2024-08-22T20:31:37.9036247Z + set -eou pipefail 2024-08-22T20:31:37.9036571Z + ./install_requirements.sh 2024-08-22T20:31:37.9037364Z + pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:31:37.9038379Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:31:37.9039342Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:31:37.9040128Z Collecting huggingface_hub (from -r requirements.txt (line 4)) 2024-08-22T20:31:37.9040853Z Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB) 2024-08-22T20:31:37.9042217Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/417.5 kB ? eta -:--:-- 2024-08-22T20:31:37.9043208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.5/417.5 kB 15.6 MB/s eta 0:00:00 2024-08-22T20:31:37.9044014Z [?25hCollecting gguf (from -r requirements.txt (line 7)) 2024-08-22T20:31:37.9044641Z Downloading gguf-0.9.1-py3-none-any.whl (49 kB) 2024-08-22T20:31:37.9045481Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/49.1 kB ? eta -:--:-- 2024-08-22T20:31:37.9046453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 18.2 MB/s eta 0:00:00 2024-08-22T20:31:37.9047281Z [?25hCollecting tiktoken (from -r requirements.txt (line 10)) 2024-08-22T20:31:37.9048211Z Downloading tiktoken-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-08-22T20:31:37.9049223Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2024-08-22T20:31:37.9050183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 78.6 MB/s eta 0:00:00 2024-08-22T20:31:37.9051009Z [?25hCollecting snakeviz (from -r requirements.txt (line 13)) 2024-08-22T20:31:37.9051712Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-08-22T20:31:37.9052564Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/283.7 kB ? eta -:--:-- 2024-08-22T20:31:37.9053554Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 51.3 MB/s eta 0:00:00 2024-08-22T20:31:37.9054407Z [?25hCollecting sentencepiece (from -r requirements.txt (line 14)) 2024-08-22T20:31:37.9055691Z 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:37.9057014Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:31:37.9057966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 98.0 MB/s eta 0:00:00 2024-08-22T20:31:37.9058800Z [?25hCollecting numpy<2.0 (from -r requirements.txt (line 15)) 2024-08-22T20:31:37.9059985Z 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:37.9061470Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.3 MB ? eta -:--:-- 2024-08-22T20:31:37.9062539Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.1/18.3 MB 153.7 MB/s eta 0:00:01 2024-08-22T20:31:37.9063671Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 11.0/18.3 MB 159.2 MB/s eta 0:00:01 2024-08-22T20:31:39.2673553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 196.1 MB/s eta 0:00:01 2024-08-22T20:31:39.2676099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 191.3 MB/s eta 0:00:01 2024-08-22T20:31:39.2677298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 85.1 MB/s eta 0:00:00 2024-08-22T20:31:39.2678194Z [?25hCollecting lm-eval==0.4.2 (from -r requirements.txt (line 17)) 2024-08-22T20:31:39.2678960Z Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB) 2024-08-22T20:31:39.2679741Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.4 MB ? eta -:--:-- 2024-08-22T20:31:39.2680664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 88.6 MB/s eta 0:00:00 2024-08-22T20:31:39.2681460Z [?25hCollecting blobfile (from -r requirements.txt (line 18)) 2024-08-22T20:31:39.2682379Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-08-22T20:31:39.2683392Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/73.7 kB ? eta -:--:-- 2024-08-22T20:31:39.2684317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 29.3 MB/s eta 0:00:00 2024-08-22T20:31:39.2685515Z [?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:39.2686636Z Collecting cmake>=3.24 (from -r requirements.txt (line 23)) 2024-08-22T20:31:39.2687511Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-22T20:31:39.2688499Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/26.9 MB ? eta -:--:-- 2024-08-22T20:31:39.2689533Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.4/26.9 MB 221.4 MB/s eta 0:00:01 2024-08-22T20:31:39.2690640Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 16.0/26.9 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:39.2691751Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 24.5/26.9 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:31:39.2692810Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:31:39.2694256Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:31:39.2695262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:31:39.2696241Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 72.8 MB/s eta 0:00:00 2024-08-22T20:31:39.2697024Z [?25hCollecting ninja (from -r requirements.txt (line 24)) 2024-08-22T20:31:39.2697909Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-22T20:31:39.2698909Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/307.2 kB ? eta -:--:-- 2024-08-22T20:31:39.2699846Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.2/307.2 kB 68.6 MB/s eta 0:00:00 2024-08-22T20:31:39.2700664Z [?25hCollecting zstd (from -r requirements.txt (line 25)) 2024-08-22T20:31:39.2701535Z Downloading zstd-1.5.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-08-22T20:31:39.2702535Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:31:39.2703457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 117.5 MB/s eta 0:00:00 2024-08-22T20:31:39.2704261Z [?25hCollecting streamlit (from -r requirements.txt (line 28)) 2024-08-22T20:31:39.2704974Z Downloading streamlit-1.37.1-py2.py3-none-any.whl (8.7 MB) 2024-08-22T20:31:39.2705790Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/8.7 MB ? eta -:--:-- 2024-08-22T20:31:39.2706792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 8.4/8.7 MB 253.1 MB/s eta 0:00:01 2024-08-22T20:31:39.2707823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 127.7 MB/s eta 0:00:00 2024-08-22T20:31:39.2708601Z [?25hCollecting flask (from -r requirements.txt (line 31)) 2024-08-22T20:31:39.2709224Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-08-22T20:31:39.2710009Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.7 kB ? eta -:--:-- 2024-08-22T20:31:39.2710951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 36.7 MB/s eta 0:00:00 2024-08-22T20:31:39.2711884Z [?25hCollecting accelerate>=0.21.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:39.2712691Z Downloading accelerate-0.33.0-py3-none-any.whl (315 kB) 2024-08-22T20:31:39.2713597Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/315.1 kB ? eta -:--:-- 2024-08-22T20:31:39.2714534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.1/315.1 kB 72.6 MB/s eta 0:00:00 2024-08-22T20:31:39.2715633Z [?25hCollecting evaluate (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:39.2716385Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-08-22T20:31:39.2717224Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/84.1 kB ? eta -:--:-- 2024-08-22T20:31:39.2718145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 33.2 MB/s eta 0:00:00 2024-08-22T20:31:39.2719071Z [?25hCollecting datasets>=2.16.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:39.2719853Z Downloading datasets-2.21.0-py3-none-any.whl (527 kB) 2024-08-22T20:31:39.2720650Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/527.3 kB ? eta -:--:-- 2024-08-22T20:31:39.2721599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 527.3/527.3 kB 90.8 MB/s eta 0:00:00 2024-08-22T20:31:39.2722607Z [?25hCollecting jsonlines (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:39.2723355Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-08-22T20:31:39.2724360Z Collecting numexpr (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:39.2725043Z Downloading numexpr-2.10.1.tar.gz (101 kB) 2024-08-22T20:31:39.2725979Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.6 kB ? eta -:--:-- 2024-08-22T20:31:45.8817144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.6/101.6 kB 37.9 MB/s eta 0:00:00 2024-08-22T20:31:45.8818195Z [?25h Installing build dependencies ... [?25l- \ | / - \ | done 2024-08-22T20:31:45.8819075Z [?25h Getting requirements to build wheel ... [?25l- done 2024-08-22T20:31:45.8819806Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2024-08-22T20:31:45.8820601Z [?25hCollecting peft>=0.2.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:45.8823220Z Downloading peft-0.12.0-py3-none-any.whl (296 kB) 2024-08-22T20:31:45.8824457Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/296.4 kB ? eta -:--:-- 2024-08-22T20:31:45.8825455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 68.2 MB/s eta 0:00:00 2024-08-22T20:31:45.8826376Z [?25hCollecting pybind11>=2.6.2 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:45.8827159Z Downloading pybind11-2.13.5-py3-none-any.whl (240 kB) 2024-08-22T20:31:45.8828015Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/241.0 kB ? eta -:--:-- 2024-08-22T20:31:45.8829160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.0/241.0 kB 63.2 MB/s eta 0:00:00 2024-08-22T20:31:45.8830374Z [?25hCollecting pytablewriter (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:45.8831685Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-08-22T20:31:45.8832528Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/111.1 kB ? eta -:--:-- 2024-08-22T20:31:45.8833565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 39.3 MB/s eta 0:00:00 2024-08-22T20:31:45.8834505Z [?25hCollecting rouge-score>=0.0.4 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:45.8835244Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-08-22T20:31:45.8835796Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:31:45.8836562Z [?25hCollecting sacrebleu>=1.5.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:45.8837334Z Downloading sacrebleu-2.4.3-py3-none-any.whl (103 kB) 2024-08-22T20:31:45.8838285Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/104.0 kB ? eta -:--:-- 2024-08-22T20:31:45.8839628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.0/104.0 kB 37.8 MB/s eta 0:00:00 2024-08-22T20:31:45.8840715Z [?25hCollecting scikit-learn>=0.24.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:45.8841782Z Downloading scikit_learn-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB) 2024-08-22T20:31:45.8842821Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.3 MB ? eta -:--:-- 2024-08-22T20:31:45.8843865Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 8.1/13.3 MB 243.6 MB/s eta 0:00:01 2024-08-22T20:31:45.8844951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:31:45.8846098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 120.7 MB/s eta 0:00:00 2024-08-22T20:31:45.8847280Z [?25hCollecting sqlitedict (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:45.8848259Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-08-22T20:31:45.8848838Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:31:45.8849569Z [?25hCollecting torch>=1.8 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:45.8850409Z Downloading torch-2.4.0-cp311-cp311-manylinux1_x86_64.whl (797.3 MB) 2024-08-22T20:31:45.8851301Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/797.3 MB ? eta -:--:-- 2024-08-22T20:31:45.8852250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/797.3 MB 239.6 MB/s eta 0:00:04 2024-08-22T20:31:45.8853258Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/797.3 MB 247.0 MB/s eta 0:00:04 2024-08-22T20:31:45.8854503Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.1/797.3 MB 248.3 MB/s eta 0:00:04 2024-08-22T20:31:45.8855859Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.7/797.3 MB 246.7 MB/s eta 0:00:04 2024-08-22T20:31:45.8857020Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/797.3 MB 246.6 MB/s eta 0:00:04 2024-08-22T20:31:45.8858517Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.7/797.3 MB 244.8 MB/s eta 0:00:04 2024-08-22T20:31:45.8859667Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.2/797.3 MB 246.2 MB/s eta 0:00:03 2024-08-22T20:31:45.8860779Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.7/797.3 MB 248.7 MB/s eta 0:00:03 2024-08-22T20:31:45.8861870Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.2/797.3 MB 245.5 MB/s eta 0:00:03 2024-08-22T20:31:45.8863356Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.7/797.3 MB 205.1 MB/s eta 0:00:04 2024-08-22T20:31:45.8864464Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.1/797.3 MB 206.7 MB/s eta 0:00:04 2024-08-22T20:31:45.8865731Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.6/797.3 MB 247.7 MB/s eta 0:00:03 2024-08-22T20:31:45.8866832Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.1/797.3 MB 246.0 MB/s eta 0:00:03 2024-08-22T20:31:45.8867992Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.6/797.3 MB 246.8 MB/s eta 0:00:03 2024-08-22T20:31:45.8869093Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/797.3 MB 249.3 MB/s eta 0:00:03 2024-08-22T20:31:45.8870238Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.9/797.3 MB 250.1 MB/s eta 0:00:03 2024-08-22T20:31:45.8871490Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.4/797.3 MB 246.6 MB/s eta 0:00:03 2024-08-22T20:31:45.8872602Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.0/797.3 MB 248.1 MB/s eta 0:00:03 2024-08-22T20:31:47.2090827Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159.5/797.3 MB 242.9 MB/s eta 0:00:03 2024-08-22T20:31:47.2092050Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.1/797.3 MB 247.6 MB/s eta 0:00:03 2024-08-22T20:31:47.2093168Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.7/797.3 MB 245.7 MB/s eta 0:00:03 2024-08-22T20:31:47.2094772Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 185.1/797.3 MB 244.8 MB/s eta 0:00:03 2024-08-22T20:31:47.2095904Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.7/797.3 MB 248.0 MB/s eta 0:00:03 2024-08-22T20:31:47.2097016Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.3/797.3 MB 248.7 MB/s eta 0:00:03 2024-08-22T20:31:47.2098162Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 210.8/797.3 MB 245.3 MB/s eta 0:00:03 2024-08-22T20:31:47.2099521Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 219.3/797.3 MB 245.9 MB/s eta 0:00:03 2024-08-22T20:31:47.2100643Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.9/797.3 MB 247.0 MB/s eta 0:00:03 2024-08-22T20:31:47.2101858Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 236.6/797.3 MB 250.0 MB/s eta 0:00:03 2024-08-22T20:31:47.2103115Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 245.2/797.3 MB 247.8 MB/s eta 0:00:03 2024-08-22T20:31:47.2104531Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 253.8/797.3 MB 249.4 MB/s eta 0:00:03 2024-08-22T20:31:47.2105651Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 262.4/797.3 MB 246.4 MB/s eta 0:00:03 2024-08-22T20:31:47.2106756Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 270.9/797.3 MB 246.2 MB/s eta 0:00:03 2024-08-22T20:31:47.2107864Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 279.5/797.3 MB 246.5 MB/s eta 0:00:03 2024-08-22T20:31:47.2109067Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 288.0/797.3 MB 245.8 MB/s eta 0:00:03 2024-08-22T20:31:47.2110203Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 296.4/797.3 MB 242.8 MB/s eta 0:00:03 2024-08-22T20:31:47.2111477Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 304.6/797.3 MB 238.4 MB/s eta 0:00:03 2024-08-22T20:31:47.2112921Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 313.2/797.3 MB 244.4 MB/s eta 0:00:02 2024-08-22T20:31:47.2114115Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 321.7/797.3 MB 246.6 MB/s eta 0:00:02 2024-08-22T20:31:47.2115358Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 330.3/797.3 MB 246.8 MB/s eta 0:00:02 2024-08-22T20:31:47.2116754Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 338.8/797.3 MB 247.0 MB/s eta 0:00:02 2024-08-22T20:31:47.2118111Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 347.4/797.3 MB 246.0 MB/s eta 0:00:02 2024-08-22T20:31:47.2119354Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 356.0/797.3 MB 248.3 MB/s eta 0:00:02 2024-08-22T20:31:47.2120466Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 364.5/797.3 MB 247.6 MB/s eta 0:00:02 2024-08-22T20:31:47.2121562Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 373.1/797.3 MB 247.2 MB/s eta 0:00:02 2024-08-22T20:31:47.2122845Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 381.7/797.3 MB 246.0 MB/s eta 0:00:02 2024-08-22T20:31:47.2124391Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 390.2/797.3 MB 245.1 MB/s eta 0:00:02 2024-08-22T20:31:47.2125540Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 398.7/797.3 MB 245.9 MB/s eta 0:00:02 2024-08-22T20:31:47.2126782Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 407.3/797.3 MB 248.1 MB/s eta 0:00:02 2024-08-22T20:31:47.2128061Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 415.8/797.3 MB 245.1 MB/s eta 0:00:02 2024-08-22T20:31:47.2129289Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 424.4/797.3 MB 245.2 MB/s eta 0:00:02 2024-08-22T20:31:47.2130395Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 432.8/797.3 MB 242.3 MB/s eta 0:00:02 2024-08-22T20:31:47.2131912Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 441.1/797.3 MB 242.4 MB/s eta 0:00:02 2024-08-22T20:31:47.2133292Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 449.6/797.3 MB 244.4 MB/s eta 0:00:02 2024-08-22T20:31:47.2134502Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 456.3/797.3 MB 211.0 MB/s eta 0:00:02 2024-08-22T20:31:47.2135709Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 464.0/797.3 MB 229.0 MB/s eta 0:00:02 2024-08-22T20:31:47.2137019Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 472.5/797.3 MB 242.4 MB/s eta 0:00:02 2024-08-22T20:31:48.9644344Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 480.7/797.3 MB 239.5 MB/s eta 0:00:02 2024-08-22T20:31:48.9645597Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 489.0/797.3 MB 239.3 MB/s eta 0:00:02 2024-08-22T20:31:48.9646740Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 497.4/797.3 MB 240.2 MB/s eta 0:00:02 2024-08-22T20:31:48.9647845Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 505.6/797.3 MB 238.0 MB/s eta 0:00:02 2024-08-22T20:31:48.9648977Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 513.8/797.3 MB 235.9 MB/s eta 0:00:02 2024-08-22T20:31:48.9650095Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 522.0/797.3 MB 237.2 MB/s eta 0:00:02 2024-08-22T20:31:48.9651207Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 530.2/797.3 MB 235.6 MB/s eta 0:00:02 2024-08-22T20:31:48.9652323Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 538.4/797.3 MB 237.9 MB/s eta 0:00:02 2024-08-22T20:31:48.9653442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 546.9/797.3 MB 243.2 MB/s eta 0:00:02 2024-08-22T20:31:48.9654541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 555.3/797.3 MB 244.3 MB/s eta 0:00:01 2024-08-22T20:31:48.9655638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 563.9/797.3 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:31:48.9656735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 572.4/797.3 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:31:48.9657833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 581.0/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:48.9658927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 589.4/797.3 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:31:48.9660428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 597.9/797.3 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:31:48.9661529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 606.4/797.3 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:31:48.9662621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 614.9/797.3 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:31:48.9663715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 623.4/797.3 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:31:48.9664804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 631.9/797.3 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:31:48.9665885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 640.5/797.3 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:31:48.9667007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 649.1/797.3 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:31:48.9668206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 657.6/797.3 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:31:48.9669583Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 666.1/797.3 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:31:48.9670829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 674.5/797.3 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:31:48.9671913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 683.1/797.3 MB 249.7 MB/s eta 0:00:01 2024-08-22T20:31:48.9673010Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 691.0/797.3 MB 232.6 MB/s eta 0:00:01 2024-08-22T20:31:48.9674239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 699.3/797.3 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:31:48.9675317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 707.8/797.3 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:31:48.9676400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 716.4/797.3 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:31:48.9677486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 724.8/797.3 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:31:48.9678810Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 733.4/797.3 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:31:48.9680103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 741.9/797.3 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:31:48.9681987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 750.4/797.3 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:31:48.9683078Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 758.7/797.3 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:31:48.9684166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 766.9/797.3 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:31:48.9685249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 775.2/797.3 MB 238.2 MB/s eta 0:00:01 2024-08-22T20:31:48.9686307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 783.5/797.3 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:31:48.9687347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 792.0/797.3 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:31:50.4007010Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4008072Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4009150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4010175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4011196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4012205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4013229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4014270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4015287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4016289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4017294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4018316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4019380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4020737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4021761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4022783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4023797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4025055Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4026068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4027089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4028122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4029168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4030182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4031190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4032186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4033187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4034602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4035624Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4036626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4037635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4038657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4039713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4040728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4041758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4042769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4043781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4044781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4045796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4046814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:50.4047863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7813876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7814956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7815981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7816992Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7817992Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7819177Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7820351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7821374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7822381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7823392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7824672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7825677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7826705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7827710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7828728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7829782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7830777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7831779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7832807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7833889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7834908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7835918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7836923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7837930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7839090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7840257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7841265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7842269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7843259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7844262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7845257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7846286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7847274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7848278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7849284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7850282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7851277Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7852289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7853299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:51.7854290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1629260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1630363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1631390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1632402Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1633835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1634861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1635878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1636886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1637888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1638900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1639953Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1640976Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1641981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1643010Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1644044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1645063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1646067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1647274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1648281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1649278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1650278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1651292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1652299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1653317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1654350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1655356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1656370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1657363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1658379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1659403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1660455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1661473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1662486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1663515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1664525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1665538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1666778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1667813Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1668836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:53.1669836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5436889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5438384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5439470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5440575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5441612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5442642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5443669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5444666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5445700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5446747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5447755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5448758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5449779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5450842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5451843Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5453109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5454268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5455277Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5456285Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5457299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5458330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5459349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5460395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5461413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5462436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5463451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5464447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5465459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5466581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5467612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5468612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5469636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5470700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5471709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5472724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5474058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5475063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5476059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5477069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:54.5478080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2483824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2485003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2486204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2487323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2488335Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2489333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2490381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2491619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2492876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2493948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2494937Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2495918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2496921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2497921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2498955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2500014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2501278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2502458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2503451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2504449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:31:57.2505438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.3/797.3 MB 1.5 MB/s eta 0:00:00 2024-08-22T20:31:57.2506403Z [?25hCollecting tqdm-multiprocess (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:57.2507249Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-08-22T20:31:57.2508088Z Collecting transformers>=4.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:57.2508880Z Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB) 2024-08-22T20:31:57.2509730Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.5 MB ? eta -:--:-- 2024-08-22T20:31:57.2510997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 8.0/9.5 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:31:57.2512202Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.5/9.5 MB 235.7 MB/s eta 0:00:01 2024-08-22T20:31:57.2513278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 121.5 MB/s eta 0:00:00 2024-08-22T20:31:57.2514758Z [?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:31:57.2515940Z Collecting dill (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:57.2516877Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-08-22T20:31:57.2517890Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/116.3 kB ? eta -:--:-- 2024-08-22T20:31:57.2518824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 40.1 MB/s eta 0:00:00 2024-08-22T20:31:57.2519724Z [?25hCollecting word2number (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:57.2520471Z Downloading word2number-1.1.zip (9.7 kB) 2024-08-22T20:31:57.2521023Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:31:57.2522236Z [?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:31:57.2524156Z 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:31:57.2525416Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:31:57.2526418Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-22T20:31:57.2527506Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/177.6 kB ? eta -:--:-- 2024-08-22T20:31:57.2528548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.6/177.6 kB 48.7 MB/s eta 0:00:00 2024-08-22T20:31:57.2530091Z [?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:31:57.2532466Z 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:31:57.2534295Z 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:31:57.2536143Z 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:31:57.2537595Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:31:57.2538836Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-22T20:31:57.2539914Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 10)) 2024-08-22T20:31:57.2541133Z Downloading regex-2024.7.24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (786 kB) 2024-08-22T20:31:59.4214144Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/786.6 kB ? eta -:--:-- 2024-08-22T20:31:59.4215214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 786.6/786.6 kB 111.2 MB/s eta 0:00:00 2024-08-22T20:31:59.4216111Z [?25hCollecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 13)) 2024-08-22T20:31:59.4217295Z 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:31:59.4218572Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/436.8 kB ? eta -:--:-- 2024-08-22T20:31:59.4219533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.8/436.8 kB 86.8 MB/s eta 0:00:00 2024-08-22T20:31:59.4220458Z [?25hCollecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:31:59.4222244Z 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:31:59.4223528Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.1 MB ? eta -:--:-- 2024-08-22T20:31:59.4224666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 140.5 MB/s eta 0:00:00 2024-08-22T20:31:59.4225995Z [?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:31:59.4227207Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:31:59.4228233Z 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:31:59.4229319Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.1 MB ? eta -:--:-- 2024-08-22T20:31:59.4230505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.1/7.1 MB 226.8 MB/s eta 0:00:01 2024-08-22T20:31:59.4231647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 132.9 MB/s eta 0:00:00 2024-08-22T20:31:59.4232535Z [?25hCollecting altair<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:59.4233275Z Downloading altair-5.4.0-py3-none-any.whl (671 kB) 2024-08-22T20:31:59.4234135Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/671.7 kB ? eta -:--:-- 2024-08-22T20:31:59.4235089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.7/671.7 kB 93.2 MB/s eta 0:00:00 2024-08-22T20:31:59.4235999Z [?25hCollecting blinker<2,>=1.0.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:59.4236752Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-08-22T20:31:59.4237504Z Collecting cachetools<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:59.4238282Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-22T20:31:59.4239435Z 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:31:59.4240631Z Collecting pandas<3,>=1.3.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:59.4241861Z 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:31:59.4243103Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.0 MB ? eta -:--:-- 2024-08-22T20:31:59.4244145Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 7.4/13.0 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:31:59.4245219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 227.7 MB/s eta 0:00:01 2024-08-22T20:31:59.4246546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 120.4 MB/s eta 0:00:00 2024-08-22T20:31:59.4247584Z [?25hCollecting pillow<11,>=7.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:59.4248586Z Downloading pillow-10.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) 2024-08-22T20:31:59.4249597Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.5 MB ? eta -:--:-- 2024-08-22T20:31:59.4250575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 4.4/4.5 MB 259.8 MB/s eta 0:00:01 2024-08-22T20:31:59.4251570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 128.9 MB/s eta 0:00:00 2024-08-22T20:31:59.4252468Z [?25hCollecting protobuf<6,>=3.20 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:59.4253358Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB) 2024-08-22T20:31:59.4254276Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/309.3 kB ? eta -:--:-- 2024-08-22T20:31:59.4255233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.3/309.3 kB 67.4 MB/s eta 0:00:00 2024-08-22T20:31:59.4256118Z [?25hCollecting pyarrow>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:31:59.4257115Z Downloading pyarrow-17.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (39.9 MB) 2024-08-22T20:31:59.4258142Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/39.9 MB ? eta -:--:-- 2024-08-22T20:31:59.4259171Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/39.9 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:31:59.4260305Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 15.4/39.9 MB 216.2 MB/s eta 0:00:01 2024-08-22T20:31:59.4261461Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 23.1/39.9 MB 207.5 MB/s eta 0:00:01 2024-08-22T20:31:59.4262579Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 30.9/39.9 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:31:59.4263680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 35.6/39.9 MB 189.1 MB/s eta 0:00:01 2024-08-22T20:31:59.4264745Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 161.8 MB/s eta 0:00:01 2024-08-22T20:31:59.4265771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 161.8 MB/s eta 0:00:01 2024-08-22T20:31:59.4266781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 161.8 MB/s eta 0:00:01 2024-08-22T20:31:59.4268587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 161.8 MB/s eta 0:00:01 2024-08-22T20:32:01.6258794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 47.8 MB/s eta 0:00:00 2024-08-22T20:32:01.6260156Z [?25hCollecting rich<14,>=10.14.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:01.6261081Z Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-08-22T20:32:01.6262090Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/240.7 kB ? eta -:--:-- 2024-08-22T20:32:01.6263144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 61.0 MB/s eta 0:00:00 2024-08-22T20:32:01.6264139Z [?25hCollecting tenacity<9,>=8.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:01.6265056Z Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) 2024-08-22T20:32:01.6265934Z Collecting toml<2,>=0.10.1 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:01.6266740Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2024-08-22T20:32:01.6267698Z Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:01.6268595Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 2024-08-22T20:32:01.6269592Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/207.3 kB ? eta -:--:-- 2024-08-22T20:32:01.6270606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/207.3 kB 58.1 MB/s eta 0:00:00 2024-08-22T20:32:01.6271613Z [?25hCollecting pydeck<1,>=0.8.0b4 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:01.6272562Z Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB) 2024-08-22T20:32:01.6273425Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.9 MB ? eta -:--:-- 2024-08-22T20:32:01.6274639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.9/6.9 MB 232.1 MB/s eta 0:00:01 2024-08-22T20:32:01.6275790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 139.3 MB/s eta 0:00:00 2024-08-22T20:32:01.6276788Z [?25hCollecting watchdog<5,>=2.1.5 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:01.6277735Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl (82 kB) 2024-08-22T20:32:01.6278788Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/82.9 kB ? eta -:--:-- 2024-08-22T20:32:01.6279830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.9/82.9 kB 30.4 MB/s eta 0:00:00 2024-08-22T20:32:01.6280793Z [?25hCollecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:01.6281822Z Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB) 2024-08-22T20:32:01.6282960Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/227.6 kB ? eta -:--:-- 2024-08-22T20:32:01.6284158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.6/227.6 kB 59.7 MB/s eta 0:00:00 2024-08-22T20:32:01.6285558Z [?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:01.6286861Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:01.6287722Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-08-22T20:32:01.6289099Z 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:01.6290640Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:01.6291862Z Downloading safetensors-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-08-22T20:32:01.6293099Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/435.4 kB ? eta -:--:-- 2024-08-22T20:32:01.6294122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 58.7 MB/s eta 0:00:00 2024-08-22T20:32:01.6295699Z [?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:01.6297243Z Collecting narwhals>=1.1.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:01.6298142Z Downloading narwhals-1.5.2-py3-none-any.whl (145 kB) 2024-08-22T20:32:01.6299028Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/145.6 kB ? eta -:--:-- 2024-08-22T20:32:01.6300146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.6/145.6 kB 45.4 MB/s eta 0:00:00 2024-08-22T20:32:01.6301168Z [?25hCollecting requests (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:01.6301972Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-22T20:32:01.6302944Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/64.9 kB ? eta -:--:-- 2024-08-22T20:32:01.6303984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 25.3 MB/s eta 0:00:00 2024-08-22T20:32:01.6305012Z [?25hCollecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:01.6305867Z Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-22T20:32:01.6306807Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/78.4 kB ? eta -:--:-- 2024-08-22T20:32:01.6307868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 29.5 MB/s eta 0:00:00 2024-08-22T20:32:01.6309050Z [?25hCollecting xxhash (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:01.6310305Z Downloading xxhash-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-08-22T20:32:01.6311430Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/194.8 kB ? eta -:--:-- 2024-08-22T20:32:01.6312552Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 59.2 MB/s eta 0:00:00 2024-08-22T20:32:01.6313642Z [?25hCollecting multiprocess (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:01.6314962Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py311-none-any.whl (143 kB) 2024-08-22T20:32:01.6316224Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/143.5 kB ? eta -:--:-- 2024-08-22T20:32:01.6317235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 49.2 MB/s eta 0:00:00 2024-08-22T20:32:01.6318340Z [?25hCollecting aiohttp (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:01.6319665Z Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:32:01.6320768Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:01.6321755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 112.5 MB/s eta 0:00:00 2024-08-22T20:32:01.6322971Z [?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:01.6324103Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 2024-08-22T20:32:03.1970775Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/62.7 kB ? eta -:--:-- 2024-08-22T20:32:03.1972262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 24.5 MB/s eta 0:00:00 2024-08-22T20:32:03.1973893Z [?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:03.1975946Z 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:03.1978069Z 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:03.1979585Z Collecting tzdata>=2022.7 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:03.1980869Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-08-22T20:32:03.1981981Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/345.4 kB ? eta -:--:-- 2024-08-22T20:32:03.1983459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 60.4 MB/s eta 0:00:00 2024-08-22T20:32:03.1984990Z [?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:03.1986908Z 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:03.1988728Z 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:03.1990271Z Collecting markdown-it-py>=2.2.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:03.1991301Z Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-08-22T20:32:03.1992320Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/87.5 kB ? eta -:--:-- 2024-08-22T20:32:03.1993340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 30.0 MB/s eta 0:00:00 2024-08-22T20:32:03.1994649Z [?25hCollecting pygments<3.0.0,>=2.13.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:03.1995718Z Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-08-22T20:32:03.1996628Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2024-08-22T20:32:03.1997704Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 121.0 MB/s eta 0:00:00 2024-08-22T20:32:03.1998796Z [?25hCollecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:03.1999734Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-22T20:32:03.2000677Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/133.7 kB ? eta -:--:-- 2024-08-22T20:32:03.2001759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 43.4 MB/s eta 0:00:00 2024-08-22T20:32:03.2002869Z [?25hCollecting nltk (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:03.2003832Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2024-08-22T20:32:03.2004789Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2024-08-22T20:32:03.2006087Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 129.2 MB/s eta 0:00:00 2024-08-22T20:32:03.2007675Z [?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:03.2009224Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:03.2010419Z Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) 2024-08-22T20:32:03.2011465Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:03.2012420Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-22T20:32:03.2013295Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:03.2014522Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-22T20:32:03.2015752Z 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:03.2016884Z Downloading scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB) 2024-08-22T20:32:03.2018041Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/41.2 MB ? eta -:--:-- 2024-08-22T20:32:03.2019209Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.7/41.2 MB 202.4 MB/s eta 0:00:01 2024-08-22T20:32:03.2020526Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/41.2 MB 210.6 MB/s eta 0:00:01 2024-08-22T20:32:03.2021782Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 21.0/41.2 MB 202.9 MB/s eta 0:00:01 2024-08-22T20:32:03.2023020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 27.8/41.2 MB 198.8 MB/s eta 0:00:01 2024-08-22T20:32:03.2024537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 34.8/41.2 MB 202.9 MB/s eta 0:00:01 2024-08-22T20:32:03.2025809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 217.2 MB/s eta 0:00:01 2024-08-22T20:32:03.2026904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 217.2 MB/s eta 0:00:01 2024-08-22T20:32:03.2028023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 217.2 MB/s eta 0:00:01 2024-08-22T20:32:03.2029194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 217.2 MB/s eta 0:00:01 2024-08-22T20:32:03.2030249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 217.2 MB/s eta 0:00:01 2024-08-22T20:32:03.2031320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 45.5 MB/s eta 0:00:00 2024-08-22T20:32:03.2032574Z [?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:03.2033525Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-22T20:32:03.2034525Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/301.8 kB ? eta -:--:-- 2024-08-22T20:32:03.2035964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 64.2 MB/s eta 0:00:00 2024-08-22T20:32:04.5527198Z [?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:04.5528386Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-22T20:32:04.5529542Z Collecting sympy (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:04.5530685Z Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB) 2024-08-22T20:32:04.5531813Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:32:04.5532845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 223.1 MB/s eta 0:00:01 2024-08-22T20:32:04.5534032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 223.1 MB/s eta 0:00:01 2024-08-22T20:32:04.5535227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 223.1 MB/s eta 0:00:01 2024-08-22T20:32:04.5536253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 47.7 MB/s eta 0:00:00 2024-08-22T20:32:04.5537304Z [?25hCollecting networkx (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:04.5538482Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-08-22T20:32:04.5539605Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:32:04.5540592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 110.8 MB/s eta 0:00:00 2024-08-22T20:32:04.5541831Z [?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:04.5543349Z 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:04.5544696Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/23.7 MB ? eta -:--:-- 2024-08-22T20:32:04.5545782Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/23.7 MB 187.1 MB/s eta 0:00:01 2024-08-22T20:32:04.5547007Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 12.8/23.7 MB 188.3 MB/s eta 0:00:01 2024-08-22T20:32:04.5548304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 19.5/23.7 MB 195.8 MB/s eta 0:00:01 2024-08-22T20:32:04.5549477Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 215.9 MB/s eta 0:00:01 2024-08-22T20:32:04.5550732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 215.9 MB/s eta 0:00:01 2024-08-22T20:32:04.5552066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 76.3 MB/s eta 0:00:00 2024-08-22T20:32:04.5553285Z [?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:04.5554897Z 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:04.5556244Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/823.6 kB ? eta -:--:-- 2024-08-22T20:32:04.5557275Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 83.8 MB/s eta 0:00:00 2024-08-22T20:32:04.5558449Z [?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:04.5559979Z 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:04.5561324Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/14.1 MB ? eta -:--:-- 2024-08-22T20:32:04.5562432Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 6.4/14.1 MB 190.9 MB/s eta 0:00:01 2024-08-22T20:32:04.5563663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.0/14.1 MB 214.0 MB/s eta 0:00:01 2024-08-22T20:32:04.5564738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 209.1 MB/s eta 0:00:01 2024-08-22T20:32:04.5565898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 106.0 MB/s eta 0:00:00 2024-08-22T20:32:04.5567529Z [?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:04.5569031Z 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:04.5570316Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/664.8 MB ? eta -:--:-- 2024-08-22T20:32:04.5571412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/664.8 MB 182.7 MB/s eta 0:00:04 2024-08-22T20:32:04.5572502Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.6/664.8 MB 189.4 MB/s eta 0:00:04 2024-08-22T20:32:04.5573696Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.1/664.8 MB 189.9 MB/s eta 0:00:04 2024-08-22T20:32:04.5574912Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.8/664.8 MB 194.1 MB/s eta 0:00:04 2024-08-22T20:32:04.5576369Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.5/664.8 MB 194.9 MB/s eta 0:00:04 2024-08-22T20:32:04.5577570Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.0/664.8 MB 191.2 MB/s eta 0:00:04 2024-08-22T20:32:04.5578852Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.9/664.8 MB 198.1 MB/s eta 0:00:04 2024-08-22T20:32:04.5580014Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.1/664.8 MB 210.2 MB/s eta 0:00:03 2024-08-22T20:32:04.5581207Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/664.8 MB 207.7 MB/s eta 0:00:03 2024-08-22T20:32:04.5582473Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.5/664.8 MB 210.2 MB/s eta 0:00:03 2024-08-22T20:32:05.8728823Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.7/664.8 MB 210.2 MB/s eta 0:00:03 2024-08-22T20:32:05.8730387Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.0/664.8 MB 211.0 MB/s eta 0:00:03 2024-08-22T20:32:05.8731596Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.1/664.8 MB 209.1 MB/s eta 0:00:03 2024-08-22T20:32:05.8732780Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.3/664.8 MB 209.0 MB/s eta 0:00:03 2024-08-22T20:32:05.8734126Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.5/664.8 MB 209.9 MB/s eta 0:00:03 2024-08-22T20:32:05.8735294Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.8/664.8 MB 209.8 MB/s eta 0:00:03 2024-08-22T20:32:05.8736531Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.9/664.8 MB 208.8 MB/s eta 0:00:03 2024-08-22T20:32:05.8737826Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.1/664.8 MB 207.9 MB/s eta 0:00:03 2024-08-22T20:32:05.8739018Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.4/664.8 MB 211.4 MB/s eta 0:00:03 2024-08-22T20:32:05.8740183Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.6/664.8 MB 209.9 MB/s eta 0:00:03 2024-08-22T20:32:05.8741451Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.7/664.8 MB 209.9 MB/s eta 0:00:03 2024-08-22T20:32:05.8742694Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.0/664.8 MB 209.2 MB/s eta 0:00:03 2024-08-22T20:32:05.8744116Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.0/664.8 MB 206.7 MB/s eta 0:00:03 2024-08-22T20:32:05.8745486Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.2/664.8 MB 207.1 MB/s eta 0:00:03 2024-08-22T20:32:05.8746688Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.4/664.8 MB 208.6 MB/s eta 0:00:03 2024-08-22T20:32:05.8747972Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 182.4/664.8 MB 206.2 MB/s eta 0:00:03 2024-08-22T20:32:05.8749221Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 189.7/664.8 MB 208.9 MB/s eta 0:00:03 2024-08-22T20:32:05.8750385Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.8/664.8 MB 209.2 MB/s eta 0:00:03 2024-08-22T20:32:05.8751624Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 204.1/664.8 MB 209.7 MB/s eta 0:00:03 2024-08-22T20:32:05.8752954Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 211.3/664.8 MB 210.1 MB/s eta 0:00:03 2024-08-22T20:32:05.8754255Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 218.5/664.8 MB 209.4 MB/s eta 0:00:03 2024-08-22T20:32:05.8755451Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 225.7/664.8 MB 210.8 MB/s eta 0:00:03 2024-08-22T20:32:05.8756671Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 232.8/664.8 MB 208.4 MB/s eta 0:00:03 2024-08-22T20:32:05.8757889Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 240.1/664.8 MB 209.7 MB/s eta 0:00:03 2024-08-22T20:32:05.8759104Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 247.4/664.8 MB 211.5 MB/s eta 0:00:02 2024-08-22T20:32:05.8760339Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 254.6/664.8 MB 210.8 MB/s eta 0:00:02 2024-08-22T20:32:05.8761605Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 261.8/664.8 MB 210.7 MB/s eta 0:00:02 2024-08-22T20:32:05.8762795Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 269.1/664.8 MB 210.8 MB/s eta 0:00:02 2024-08-22T20:32:05.8764062Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 276.2/664.8 MB 209.2 MB/s eta 0:00:02 2024-08-22T20:32:05.8765236Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 283.5/664.8 MB 212.2 MB/s eta 0:00:02 2024-08-22T20:32:05.8766429Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 290.8/664.8 MB 211.2 MB/s eta 0:00:02 2024-08-22T20:32:05.8767911Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 298.0/664.8 MB 211.3 MB/s eta 0:00:02 2024-08-22T20:32:05.8769104Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 305.3/664.8 MB 212.2 MB/s eta 0:00:02 2024-08-22T20:32:05.8770291Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 312.4/664.8 MB 208.1 MB/s eta 0:00:02 2024-08-22T20:32:05.8771544Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 319.7/664.8 MB 210.8 MB/s eta 0:00:02 2024-08-22T20:32:05.8772794Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 326.8/664.8 MB 208.2 MB/s eta 0:00:02 2024-08-22T20:32:05.8774063Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 334.0/664.8 MB 209.0 MB/s eta 0:00:02 2024-08-22T20:32:05.8775317Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 341.2/664.8 MB 210.1 MB/s eta 0:00:02 2024-08-22T20:32:07.1936311Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 348.4/664.8 MB 209.0 MB/s eta 0:00:02 2024-08-22T20:32:07.1937920Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 355.6/664.8 MB 209.5 MB/s eta 0:00:02 2024-08-22T20:32:07.1939137Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 362.8/664.8 MB 209.1 MB/s eta 0:00:02 2024-08-22T20:32:07.1940402Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 370.0/664.8 MB 207.4 MB/s eta 0:00:02 2024-08-22T20:32:07.1941593Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 377.1/664.8 MB 206.9 MB/s eta 0:00:02 2024-08-22T20:32:07.1942796Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 384.2/664.8 MB 205.2 MB/s eta 0:00:02 2024-08-22T20:32:07.1944054Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 391.4/664.8 MB 210.4 MB/s eta 0:00:02 2024-08-22T20:32:07.1945243Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 398.5/664.8 MB 207.9 MB/s eta 0:00:02 2024-08-22T20:32:07.1946421Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 405.8/664.8 MB 212.3 MB/s eta 0:00:02 2024-08-22T20:32:07.1947643Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 413.1/664.8 MB 211.9 MB/s eta 0:00:02 2024-08-22T20:32:07.1948823Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 420.4/664.8 MB 212.3 MB/s eta 0:00:02 2024-08-22T20:32:07.1950408Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 427.8/664.8 MB 213.5 MB/s eta 0:00:02 2024-08-22T20:32:07.1951657Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 434.9/664.8 MB 209.6 MB/s eta 0:00:02 2024-08-22T20:32:07.1952809Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 442.2/664.8 MB 210.1 MB/s eta 0:00:02 2024-08-22T20:32:07.1954092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 449.4/664.8 MB 209.7 MB/s eta 0:00:02 2024-08-22T20:32:07.1955324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 456.6/664.8 MB 208.5 MB/s eta 0:00:01 2024-08-22T20:32:07.1956519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 464.0/664.8 MB 212.5 MB/s eta 0:00:01 2024-08-22T20:32:07.1957705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 471.3/664.8 MB 212.0 MB/s eta 0:00:01 2024-08-22T20:32:07.1958930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 478.5/664.8 MB 211.7 MB/s eta 0:00:01 2024-08-22T20:32:07.1960123Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 485.8/664.8 MB 211.7 MB/s eta 0:00:01 2024-08-22T20:32:07.1961299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 493.1/664.8 MB 212.2 MB/s eta 0:00:01 2024-08-22T20:32:07.1962651Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 500.3/664.8 MB 210.3 MB/s eta 0:00:01 2024-08-22T20:32:07.1963855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 507.6/664.8 MB 209.7 MB/s eta 0:00:01 2024-08-22T20:32:07.1965244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 514.9/664.8 MB 212.1 MB/s eta 0:00:01 2024-08-22T20:32:07.1966496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 522.1/664.8 MB 210.7 MB/s eta 0:00:01 2024-08-22T20:32:07.1967636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 529.2/664.8 MB 208.2 MB/s eta 0:00:01 2024-08-22T20:32:07.1968823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 536.5/664.8 MB 208.4 MB/s eta 0:00:01 2024-08-22T20:32:07.1970046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 543.6/664.8 MB 207.8 MB/s eta 0:00:01 2024-08-22T20:32:07.1971220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 550.7/664.8 MB 207.9 MB/s eta 0:00:01 2024-08-22T20:32:07.1972474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 557.9/664.8 MB 208.2 MB/s eta 0:00:01 2024-08-22T20:32:07.1973716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 565.2/664.8 MB 211.6 MB/s eta 0:00:01 2024-08-22T20:32:07.1974910Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 572.5/664.8 MB 211.2 MB/s eta 0:00:01 2024-08-22T20:32:07.1976201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 579.8/664.8 MB 212.2 MB/s eta 0:00:01 2024-08-22T20:32:07.1977346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 587.0/664.8 MB 211.3 MB/s eta 0:00:01 2024-08-22T20:32:07.1978541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 594.3/664.8 MB 211.8 MB/s eta 0:00:01 2024-08-22T20:32:07.1979806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 601.6/664.8 MB 212.0 MB/s eta 0:00:01 2024-08-22T20:32:07.1981003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 608.8/664.8 MB 210.8 MB/s eta 0:00:01 2024-08-22T20:32:07.1982163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 615.9/664.8 MB 209.0 MB/s eta 0:00:01 2024-08-22T20:32:08.9533168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 623.2/664.8 MB 210.6 MB/s eta 0:00:01 2024-08-22T20:32:08.9534488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 630.4/664.8 MB 208.4 MB/s eta 0:00:01 2024-08-22T20:32:08.9535846Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 637.5/664.8 MB 210.0 MB/s eta 0:00:01 2024-08-22T20:32:08.9537417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 644.7/664.8 MB 208.8 MB/s eta 0:00:01 2024-08-22T20:32:08.9538692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 652.0/664.8 MB 209.8 MB/s eta 0:00:01 2024-08-22T20:32:08.9539948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 659.1/664.8 MB 209.3 MB/s eta 0:00:01 2024-08-22T20:32:08.9541133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9542247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9543381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9544564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9545719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9546887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9548037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9549192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9550317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9551475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9552589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9553862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9555037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9556177Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9557253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9558424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9559570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9560845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9562034Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9563155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9564287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9565418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9566522Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9567689Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9568913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9569971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9571089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9572241Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9573409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9574497Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9575670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9576793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:08.9577949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3336057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3337468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3338987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3340593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3341866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3343180Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3344475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3345624Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3346992Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3348214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3349471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3350797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3352061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3353363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3354740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3355937Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3357575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3358790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3360041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3361319Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3362615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3363851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3365179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3366415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3367646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3368946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3370147Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3371385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3372703Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3374070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3375220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3376592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3377776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3378999Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3380173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3381478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3383019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3384205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3385403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:10.3386542Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7139050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7140395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7141615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7142724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7143907Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7145030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7146132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7147255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7148434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7149531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7150739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7151824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7152942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7154189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7155544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7156819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7158007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7159104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7160163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7161345Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7162454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7163726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7164817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7165916Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7167093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7168186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7169242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7170426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7171539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7172652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7173758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7174857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7175975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7177158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7178435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7179534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7180691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7181775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7182859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:11.7184012Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6533389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6534870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6536024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6537171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6538344Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6539408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6540524Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6542154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6543266Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6544379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6545586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6546680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6547779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6548945Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6550068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6551165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6552342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6553397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6554628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6555798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6556995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6558084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6559274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6560381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6561472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6562638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6564005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6565185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6566248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6567375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6568546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6569685Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6570775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6571957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6573085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6574211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6575346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 221.1 MB/s eta 0:00:01 2024-08-22T20:32:13.6576458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 1.8 MB/s eta 0:00:00 2024-08-22T20:32:13.6577635Z [?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:13.6579162Z 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:13.6580500Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/410.6 MB ? eta -:--:-- 2024-08-22T20:32:14.9726849Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/410.6 MB 179.7 MB/s eta 0:00:03 2024-08-22T20:32:14.9728387Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.0/410.6 MB 174.2 MB/s eta 0:00:03 2024-08-22T20:32:14.9729658Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.4/410.6 MB 178.9 MB/s eta 0:00:03 2024-08-22T20:32:14.9730972Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.0/410.6 MB 206.6 MB/s eta 0:00:02 2024-08-22T20:32:14.9732430Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.6/410.6 MB 221.1 MB/s eta 0:00:02 2024-08-22T20:32:14.9733845Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.7/410.6 MB 211.2 MB/s eta 0:00:02 2024-08-22T20:32:14.9735181Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.2/410.6 MB 207.1 MB/s eta 0:00:02 2024-08-22T20:32:14.9736422Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.4/410.6 MB 232.6 MB/s eta 0:00:02 2024-08-22T20:32:14.9737593Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.7/410.6 MB 239.5 MB/s eta 0:00:02 2024-08-22T20:32:14.9738845Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.2/410.6 MB 245.9 MB/s eta 0:00:02 2024-08-22T20:32:14.9740097Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.6/410.6 MB 245.0 MB/s eta 0:00:02 2024-08-22T20:32:14.9741285Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.1/410.6 MB 247.0 MB/s eta 0:00:02 2024-08-22T20:32:14.9742545Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.5/410.6 MB 243.8 MB/s eta 0:00:02 2024-08-22T20:32:14.9743771Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.0/410.6 MB 247.2 MB/s eta 0:00:02 2024-08-22T20:32:14.9744978Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.5/410.6 MB 245.0 MB/s eta 0:00:02 2024-08-22T20:32:14.9746220Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 124.0/410.6 MB 245.4 MB/s eta 0:00:02 2024-08-22T20:32:14.9747425Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 132.4/410.6 MB 245.4 MB/s eta 0:00:02 2024-08-22T20:32:14.9748658Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 141.0/410.6 MB 247.4 MB/s eta 0:00:02 2024-08-22T20:32:14.9749939Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 149.5/410.6 MB 247.6 MB/s eta 0:00:02 2024-08-22T20:32:14.9751101Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 158.0/410.6 MB 244.8 MB/s eta 0:00:02 2024-08-22T20:32:14.9752309Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 166.5/410.6 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:32:14.9753584Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 174.7/410.6 MB 239.4 MB/s eta 0:00:01 2024-08-22T20:32:14.9754864Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 182.8/410.6 MB 236.7 MB/s eta 0:00:01 2024-08-22T20:32:14.9756264Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 191.2/410.6 MB 239.6 MB/s eta 0:00:01 2024-08-22T20:32:14.9757537Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 199.6/410.6 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:32:14.9758750Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 208.2/410.6 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:32:14.9760016Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 216.7/410.6 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:32:14.9761178Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 225.3/410.6 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:32:14.9762393Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 233.8/410.6 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:14.9763681Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 242.4/410.6 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:32:14.9764883Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 250.6/410.6 MB 240.6 MB/s eta 0:00:01 2024-08-22T20:32:14.9766077Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 259.1/410.6 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:32:14.9767330Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 267.7/410.6 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:32:14.9768522Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 276.3/410.6 MB 249.0 MB/s eta 0:00:01 2024-08-22T20:32:14.9769732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 284.8/410.6 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:32:14.9771146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 293.1/410.6 MB 241.1 MB/s eta 0:00:01 2024-08-22T20:32:14.9772372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 301.5/410.6 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:32:14.9773561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 310.1/410.6 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:16.5785342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 318.6/410.6 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:16.5786658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 327.2/410.6 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5788033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 335.6/410.6 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:32:16.5789332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 344.3/410.6 MB 249.4 MB/s eta 0:00:01 2024-08-22T20:32:16.5790520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 352.8/410.6 MB 249.3 MB/s eta 0:00:01 2024-08-22T20:32:16.5791799Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 361.5/410.6 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:16.5792955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 370.0/410.6 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:32:16.5794237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 378.7/410.6 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:16.5795551Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 387.2/410.6 MB 249.3 MB/s eta 0:00:01 2024-08-22T20:32:16.5796777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 395.8/410.6 MB 249.7 MB/s eta 0:00:01 2024-08-22T20:32:16.5797904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 404.4/410.6 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:32:16.5799104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5800208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5801265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5802437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5803794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5805091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5806218Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5807340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5808444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5809614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5810697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5811844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5813002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5814118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5815173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5816348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5817444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5818604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5819718Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5820834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5822007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5823129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5824816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5826050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5827460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5828527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5829704Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:16.5830811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9598760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9601768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9604016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9605674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9606896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9607959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9609084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9610247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9611373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9612466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9613636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9614766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9615914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9617026Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9618150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9619481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9620798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9621857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9622957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9624427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9625583Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9626681Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9627885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9628984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9630065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9631221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9632356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9633470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9634944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9636064Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9637155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9638330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9639391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9640485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9641666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9642772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9643824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9645050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9646194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:17.9647340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:19.6745619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:19.6747382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:19.6748807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:19.6749900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:19.6751012Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:19.6752194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:19.6753341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:19.6754761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:19.6756141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:19.6757239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:19.6758406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 3.4 MB/s eta 0:00:00 2024-08-22T20:32:19.6759539Z [?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:19.6760996Z 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:19.6762373Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/121.6 MB ? eta -:--:-- 2024-08-22T20:32:19.6763499Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.5/121.6 MB 195.2 MB/s eta 0:00:01 2024-08-22T20:32:19.6764731Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.4/121.6 MB 174.5 MB/s eta 0:00:01 2024-08-22T20:32:19.6765977Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.7/121.6 MB 181.4 MB/s eta 0:00:01 2024-08-22T20:32:19.6767221Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.2/121.6 MB 189.6 MB/s eta 0:00:01 2024-08-22T20:32:19.6768406Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.1/121.6 MB 195.0 MB/s eta 0:00:01 2024-08-22T20:32:19.6769660Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 39.5/121.6 MB 215.4 MB/s eta 0:00:01 2024-08-22T20:32:19.6770872Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 47.4/121.6 MB 227.1 MB/s eta 0:00:01 2024-08-22T20:32:19.6772107Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 55.4/121.6 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:32:19.6773330Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 63.5/121.6 MB 233.4 MB/s eta 0:00:01 2024-08-22T20:32:19.6774526Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 71.7/121.6 MB 237.3 MB/s eta 0:00:01 2024-08-22T20:32:19.6775744Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 79.8/121.6 MB 234.4 MB/s eta 0:00:01 2024-08-22T20:32:19.6777031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 87.9/121.6 MB 237.0 MB/s eta 0:00:01 2024-08-22T20:32:19.6778315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 96.0/121.6 MB 233.8 MB/s eta 0:00:01 2024-08-22T20:32:19.6779641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 103.9/121.6 MB 231.9 MB/s eta 0:00:01 2024-08-22T20:32:19.6780915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 111.9/121.6 MB 231.1 MB/s eta 0:00:01 2024-08-22T20:32:19.6782069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 120.0/121.6 MB 234.8 MB/s eta 0:00:01 2024-08-22T20:32:19.6783157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:19.6784342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:19.6785469Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:19.6786587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:19.6787727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:19.6788842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:19.6789981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:19.6791112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:19.6792217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:19.6793420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1098735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1100332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1101683Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1102815Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1103875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1105315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1106598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1107798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1108867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1109985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1111468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1112574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1113671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1115001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1116104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1117221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1118363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1119466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1120722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1121953Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1123097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1124616Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1125834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1126983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1128085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1129295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1130428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1131496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1132680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1133787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1134887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1136057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1137184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1138295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1139482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1140556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:21.1141651Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 6.0 MB/s eta 0:00:00 2024-08-22T20:32:21.1142924Z [?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:21.1144688Z 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:21.1146085Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/56.5 MB ? eta -:--:-- 2024-08-22T20:32:22.4604821Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/56.5 MB 244.3 MB/s eta 0:00:01 2024-08-22T20:32:22.4606340Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.3/56.5 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:32:22.4608180Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 24.0/56.5 MB 226.6 MB/s eta 0:00:01 2024-08-22T20:32:22.4609510Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 32.5/56.5 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:22.4610797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 40.4/56.5 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:32:22.4612036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 48.4/56.5 MB 230.6 MB/s eta 0:00:01 2024-08-22T20:32:22.4613221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.4/56.5 MB 233.5 MB/s eta 0:00:01 2024-08-22T20:32:22.4614387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4615553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4616627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4617769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4618967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4620119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4621199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4622364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4623487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4625011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4626626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4627728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4628848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4630036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4631101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4632222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4633395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4634630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4635705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4636926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4638025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4639205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4640235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 12.3 MB/s eta 0:00:00 2024-08-22T20:32:22.4641447Z [?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:22.4643034Z 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:22.4644322Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/124.2 MB ? eta -:--:-- 2024-08-22T20:32:22.4645474Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/124.2 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:22.4646744Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.7/124.2 MB 229.7 MB/s eta 0:00:01 2024-08-22T20:32:22.4647966Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.3/124.2 MB 224.6 MB/s eta 0:00:01 2024-08-22T20:32:22.4649402Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.3/124.2 MB 229.3 MB/s eta 0:00:01 2024-08-22T20:32:22.4650766Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 39.4/124.2 MB 234.8 MB/s eta 0:00:01 2024-08-22T20:32:22.4652001Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 47.8/124.2 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:32:23.8551735Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 56.3/124.2 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:32:23.8553511Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 64.9/124.2 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:32:23.8554853Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 73.3/124.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:23.8556075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 81.9/124.2 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:23.8557385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 90.4/124.2 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:32:23.8558601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 99.0/124.2 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:23.8559852Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 107.5/124.2 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:23.8561010Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 115.5/124.2 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:32:23.8562186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 123.7/124.2 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:32:23.8563625Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8564943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8566013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8567281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8568407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8569501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8570614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8571779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8572880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8574056Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8575132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8576250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8577486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8578584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8579738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8580943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8582058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8583130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8584307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8585410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8586844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8587982Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8589111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8590213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8591368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8592490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8593610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8594866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8595991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:23.8597058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:25.2454261Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:25.2455826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:25.2457338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:25.2458532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:25.2459669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:25.2460835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:25.2461903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:25.2463050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:25.2464225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:25.2465778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:25.2466863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:25.2468046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:25.2469188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:25.2470358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 229.1 MB/s eta 0:00:01 2024-08-22T20:32:25.2471414Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 6.3 MB/s eta 0:00:00 2024-08-22T20:32:25.2472643Z [?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:25.2474344Z 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:25.2475645Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/196.0 MB ? eta -:--:-- 2024-08-22T20:32:25.2476801Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/196.0 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:32:25.2478091Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.3/196.0 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:32:25.2479359Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.3/196.0 MB 231.5 MB/s eta 0:00:01 2024-08-22T20:32:25.2480568Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.6/196.0 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:32:25.2481854Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/196.0 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:32:25.2483093Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.7/196.0 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:25.2484317Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/196.0 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:32:25.2485607Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/196.0 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:25.2486780Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 75.4/196.0 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:32:25.2488027Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 83.8/196.0 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:32:25.2489686Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 92.1/196.0 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:32:25.2490873Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 100.1/196.0 MB 232.2 MB/s eta 0:00:01 2024-08-22T20:32:25.2492103Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 108.0/196.0 MB 228.6 MB/s eta 0:00:01 2024-08-22T20:32:25.2493365Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 114.7/196.0 MB 208.1 MB/s eta 0:00:01 2024-08-22T20:32:25.2494570Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 119.0/196.0 MB 158.9 MB/s eta 0:00:01 2024-08-22T20:32:25.2495752Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 126.8/196.0 MB 186.5 MB/s eta 0:00:01 2024-08-22T20:32:25.2497036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 135.3/196.0 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:25.2498253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 143.9/196.0 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:25.2499475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 152.5/196.0 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:32:25.2500688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 161.0/196.0 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:25.2502111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 169.6/196.0 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7197624Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 178.2/196.0 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:32:26.7199312Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 186.8/196.0 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:26.7200653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 195.4/196.0 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:32:26.7201862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7203004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7204122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7205253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7206394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7207538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7208726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7209797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7210913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7212092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7213198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7214292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7215487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7216604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7217669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7218855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7219974Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7221264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7222432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7223534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7225037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7226145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7227232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7228454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7229596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7230734Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7231846Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7232960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7234178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7235371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7236464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7237610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7238771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7239862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7240965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7242126Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:26.7243257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1798058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1799957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1801153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1802322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1803494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1804619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1805697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1807303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1808429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1810781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1812043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1813156Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1814659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1815843Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1817946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1819174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1820432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1821502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1823341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1825754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1827297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1828429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1830108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1831233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1832742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1833934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1835904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1837064Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1838709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1840199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1841385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1843031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1844291Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 4.0 MB/s eta 0:00:00 2024-08-22T20:32:28.1845908Z [?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:28.1847947Z 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:28.1849599Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/176.2 MB ? eta -:--:-- 2024-08-22T20:32:28.1851207Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/176.2 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:32:28.1852418Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.7/176.2 MB 242.8 MB/s eta 0:00:01 2024-08-22T20:32:28.1854063Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.1/176.2 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:32:28.1855794Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.7/176.2 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:32:29.6228094Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/176.2 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6229388Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/176.2 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:32:29.6230739Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 59.4/176.2 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:32:29.6231945Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 67.9/176.2 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:32:29.6233118Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 76.3/176.2 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:32:29.6234543Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 84.8/176.2 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:32:29.6235741Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 93.3/176.2 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6237001Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 101.8/176.2 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:32:29.6238231Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 110.4/176.2 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:29.6239447Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 118.9/176.2 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:32:29.6240689Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 127.5/176.2 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:29.6242291Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 136.1/176.2 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:32:29.6243450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 144.7/176.2 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:32:29.6244729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 153.3/176.2 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:29.6245904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 161.9/176.2 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:32:29.6247099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 170.5/176.2 MB 249.7 MB/s eta 0:00:01 2024-08-22T20:32:29.6248293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6249478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6250673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6251828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6252886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6254010Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6255150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6256280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6257352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6258510Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6259640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6260743Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6261855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6263008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6264301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6265480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6266535Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6267633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6268866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6269919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6271045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6272255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:29.6273353Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:31.1016968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:31.1018572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:31.1019826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:31.1020865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:31.1021944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:31.1022967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:31.1024218Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 252.2 MB/s eta 0:00:01 2024-08-22T20:32:31.1025204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 8.8 MB/s eta 0:00:00 2024-08-22T20:32:31.1026269Z [?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:31.1027601Z 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:31.1029185Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/99.1 kB ? eta -:--:-- 2024-08-22T20:32:31.1030304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 29.8 MB/s eta 0:00:00 2024-08-22T20:32:31.1031283Z [?25hCollecting triton==3.0.0 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:31.1032365Z Downloading triton-3.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB) 2024-08-22T20:32:31.1033387Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/209.4 MB ? eta -:--:-- 2024-08-22T20:32:31.1034481Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/209.4 MB 207.2 MB/s eta 0:00:01 2024-08-22T20:32:31.1035598Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.8/209.4 MB 226.7 MB/s eta 0:00:01 2024-08-22T20:32:31.1036732Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.0/209.4 MB 232.3 MB/s eta 0:00:01 2024-08-22T20:32:31.1037853Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.3/209.4 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:32:31.1038958Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.6/209.4 MB 203.3 MB/s eta 0:00:01 2024-08-22T20:32:31.1040065Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.9/209.4 MB 190.5 MB/s eta 0:00:01 2024-08-22T20:32:31.1041168Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.2/209.4 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:31.1042265Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/209.4 MB 240.3 MB/s eta 0:00:01 2024-08-22T20:32:31.1043472Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 69.2/209.4 MB 227.3 MB/s eta 0:00:01 2024-08-22T20:32:31.1044595Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 76.3/209.4 MB 210.7 MB/s eta 0:00:01 2024-08-22T20:32:31.1045705Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 84.6/209.4 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:32:31.1046796Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 92.8/209.4 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:32:31.1047903Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 101.0/209.4 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:32:31.1049072Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 109.3/209.4 MB 239.0 MB/s eta 0:00:01 2024-08-22T20:32:31.1050199Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 117.6/209.4 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:31.1051396Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 124.8/209.4 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:32:31.1052506Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 131.6/209.4 MB 192.8 MB/s eta 0:00:01 2024-08-22T20:32:31.1053604Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 139.8/209.4 MB 232.9 MB/s eta 0:00:01 2024-08-22T20:32:31.1054710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 148.1/209.4 MB 239.0 MB/s eta 0:00:01 2024-08-22T20:32:31.1055803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 155.6/209.4 MB 222.2 MB/s eta 0:00:01 2024-08-22T20:32:31.1056896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 163.7/209.4 MB 220.7 MB/s eta 0:00:01 2024-08-22T20:32:31.1058035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 172.0/209.4 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:32:31.1059134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 180.3/209.4 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:32:31.1060214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 188.7/209.4 MB 240.7 MB/s eta 0:00:01 2024-08-22T20:32:31.1061294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 197.0/209.4 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:32:33.1909502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 204.7/209.4 MB 227.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1910958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1913256Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1914391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1915403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1916420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1917455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1918465Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1919485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1920504Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1921530Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1922550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1923553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1924998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1926115Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1927163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1928161Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1929218Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1930223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1931236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1932253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1933430Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1934577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1935584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1936581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1937589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1938597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1939602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 216.6 MB/s eta 0:00:01 2024-08-22T20:32:33.1940613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 9.4 MB/s eta 0:00:00 2024-08-22T20:32:33.1941851Z [?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:33.1943082Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB) 2024-08-22T20:32:33.1944050Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/19.7 MB ? eta -:--:-- 2024-08-22T20:32:33.1945083Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 7.7/19.7 MB 230.3 MB/s eta 0:00:01 2024-08-22T20:32:33.1946197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 15.6/19.7 MB 227.5 MB/s eta 0:00:01 2024-08-22T20:32:33.1947281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 235.2 MB/s eta 0:00:01 2024-08-22T20:32:33.1948311Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 235.2 MB/s eta 0:00:01 2024-08-22T20:32:33.1949293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 89.0 MB/s eta 0:00:00 2024-08-22T20:32:33.1950358Z [?25hCollecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:33.1951513Z Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-08-22T20:32:33.1952546Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-08-22T20:32:33.1953521Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 3.6/3.6 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:32:43.6868904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 97.6 MB/s eta 0:00:00 2024-08-22T20:32:43.6871761Z [?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.6873602Z 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.6875173Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:43.6876078Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-08-22T20:32:43.6876979Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:43.6877864Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-08-22T20:32:43.6878766Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:43.6879661Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-08-22T20:32:43.6880553Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:43.6881403Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-08-22T20:32:43.6882258Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:43.6883096Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-08-22T20:32:43.6883998Z Collecting typepy[datetime]<2,>=1.3.2 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:43.6884862Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-08-22T20:32:43.6885808Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:43.6886783Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-22T20:32:43.6887760Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:43.6888910Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-22T20:32:43.6890074Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:43.6891730Z 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:32:43.6893170Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/272.3 kB ? eta -:--:-- 2024-08-22T20:32:43.6894134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 60.2 MB/s eta 0:00:00 2024-08-22T20:32:43.6895237Z [?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:32:43.6896859Z 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:32:43.6898129Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/128.7 kB ? eta -:--:-- 2024-08-22T20:32:43.6899080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 27.4 MB/s eta 0:00:00 2024-08-22T20:32:43.6900155Z [?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:32:43.6901625Z 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:32:43.6903143Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/328.1 kB ? eta -:--:-- 2024-08-22T20:32:43.6904143Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 62.9 MB/s eta 0:00:00 2024-08-22T20:32:43.6905298Z [?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:32:43.6906216Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 2024-08-22T20:32:43.6907665Z 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:32:43.6909738Z 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:32:43.6911888Z 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:32:43.6913678Z 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:32:43.6914627Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-08-22T20:32:43.6916016Z 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:32:43.6917557Z 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:32:43.6918649Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-22T20:32:43.6919666Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/536.2 kB ? eta -:--:-- 2024-08-22T20:32:43.6920630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 77.0 MB/s eta 0:00:00 2024-08-22T20:32:43.6921661Z [?25hBuilding wheels for collected packages: rouge-score, numexpr, sqlitedict, word2number 2024-08-22T20:32:43.6922524Z Building wheel for rouge-score (setup.py) ... [?25l- done 2024-08-22T20:32:43.6923841Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24935 sha256=dea79f858ef2fa760d6a9e1a62c64c5e3fb35e691d5023ea548caa25270d37f1 2024-08-22T20:32:43.6925458Z Stored in directory: /root/.cache/pip/wheels/1e/19/43/8a442dc83660ca25e163e1bd1f89919284ab0d0c1475475148 2024-08-22T20:32:43.6926496Z Building wheel for numexpr (pyproject.toml) ... [?25l- \ | / done 2024-08-22T20:32:43.6927860Z [?25h Created wheel for numexpr: filename=numexpr-2.10.1-cp311-cp311-linux_x86_64.whl size=144661 sha256=2358b9b395c119687f00027a04d3e10e084dc6d30f93b7361ce36d016194b4d7 2024-08-22T20:32:43.6929291Z Stored in directory: /root/.cache/pip/wheels/95/8f/06/86d86d1afaa270e49bedb56c85c6ffd48d8eccdb9f678e55e4 2024-08-22T20:32:43.6930264Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2024-08-22T20:32:43.6931739Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16864 sha256=7eee98241028519c6884a1208714c1efd46c8d19107efe4f978d3b4beb56f5fe 2024-08-22T20:32:43.6933241Z Stored in directory: /root/.cache/pip/wheels/73/63/89/7210274f9b7fb033b8f22671f64c0e0b55083d30c3c046a3ff 2024-08-22T20:32:43.6934212Z Building wheel for word2number (setup.py) ... [?25l- done 2024-08-22T20:32:43.6935498Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5566 sha256=7112d4ff6f3aa258a334fbf3241ef0af31a09c642c6b58ac2983663d5973505e 2024-08-22T20:32:43.6936895Z Stored in directory: /root/.cache/pip/wheels/cd/ef/ae/073b491b14d25e2efafcffca9e16b2ee6d114ec5c643ba4f06 2024-08-22T20:32:43.6937893Z Successfully built rouge-score numexpr sqlitedict word2number 2024-08-22T20:33:54.5605588Z 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:33:54.5611947Z Attempting uninstall: tqdm 2024-08-22T20:33:54.5612414Z Found existing installation: tqdm 4.65.0 2024-08-22T20:33:54.5613120Z Uninstalling tqdm-4.65.0: 2024-08-22T20:33:54.5613750Z Successfully uninstalled tqdm-4.65.0 2024-08-22T20:33:54.5614249Z Attempting uninstall: requests 2024-08-22T20:33:54.5614707Z Found existing installation: requests 2.29.0 2024-08-22T20:33:54.5615229Z Uninstalling requests-2.29.0: 2024-08-22T20:33:54.5615721Z Successfully uninstalled requests-2.29.0 2024-08-22T20:33:54.5616184Z Attempting uninstall: cmake 2024-08-22T20:33:54.5616605Z Found existing installation: cmake 3.18.2 2024-08-22T20:33:54.5617095Z Uninstalling cmake-3.18.2: 2024-08-22T20:33:54.5617547Z Successfully uninstalled cmake-3.18.2 2024-08-22T20:33:54.5628526Z 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:33:54.5639017Z 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:33:54.5640416Z + pip3 uninstall -y triton 2024-08-22T20:33:54.5640841Z Found existing installation: triton 3.0.0 2024-08-22T20:33:54.5641327Z Uninstalling triton-3.0.0: 2024-08-22T20:33:54.5641920Z Successfully uninstalled triton-3.0.0 2024-08-22T20:33:54.5643454Z 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:33:54.5645263Z + pip3 install --extra-index-url https://download.pytorch.org/whl/nightly/cu121 torch==2.5.0.dev20240814 2024-08-22T20:33:54.5646303Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:33:54.5646998Z Collecting torch==2.5.0.dev20240814 2024-08-22T20:33:54.5648010Z 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:33:54.5649308Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/778.6 MB ? eta -:--:-- 2024-08-22T20:33:54.5650272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.4/778.6 MB 253.3 MB/s eta 0:00:04 2024-08-22T20:33:54.5651315Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.9/778.6 MB 242.3 MB/s eta 0:00:04 2024-08-22T20:33:54.5652402Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.4/778.6 MB 246.4 MB/s eta 0:00:04 2024-08-22T20:33:54.5653513Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.8/778.6 MB 244.6 MB/s eta 0:00:04 2024-08-22T20:33:54.5654619Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/778.6 MB 244.1 MB/s eta 0:00:04 2024-08-22T20:33:54.5655725Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.6/778.6 MB 242.1 MB/s eta 0:00:04 2024-08-22T20:33:54.5656822Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/778.6 MB 238.7 MB/s eta 0:00:04 2024-08-22T20:33:54.5658036Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/778.6 MB 241.8 MB/s eta 0:00:03 2024-08-22T20:33:54.5659244Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.5/778.6 MB 242.1 MB/s eta 0:00:03 2024-08-22T20:33:54.5660339Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.7/778.6 MB 238.5 MB/s eta 0:00:03 2024-08-22T20:33:54.5661432Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.1/778.6 MB 242.0 MB/s eta 0:00:03 2024-08-22T20:33:54.5662530Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.6/778.6 MB 243.9 MB/s eta 0:00:03 2024-08-22T20:33:54.5663631Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.9/778.6 MB 242.7 MB/s eta 0:00:03 2024-08-22T20:33:54.5664754Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.2/778.6 MB 236.3 MB/s eta 0:00:03 2024-08-22T20:33:54.5665867Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.4/778.6 MB 240.0 MB/s eta 0:00:03 2024-08-22T20:33:54.5666969Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.6/778.6 MB 236.2 MB/s eta 0:00:03 2024-08-22T20:33:54.5668072Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.7/778.6 MB 233.3 MB/s eta 0:00:03 2024-08-22T20:33:55.8836932Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149.9/778.6 MB 235.4 MB/s eta 0:00:03 2024-08-22T20:33:55.8838484Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.4/778.6 MB 243.3 MB/s eta 0:00:03 2024-08-22T20:33:55.8840113Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 166.9/778.6 MB 245.3 MB/s eta 0:00:03 2024-08-22T20:33:55.8841292Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.1/778.6 MB 240.5 MB/s eta 0:00:03 2024-08-22T20:33:55.8842406Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 183.6/778.6 MB 245.0 MB/s eta 0:00:03 2024-08-22T20:33:55.8843514Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.1/778.6 MB 245.4 MB/s eta 0:00:03 2024-08-22T20:33:55.8844631Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.5/778.6 MB 242.9 MB/s eta 0:00:03 2024-08-22T20:33:55.8845735Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.7/778.6 MB 239.0 MB/s eta 0:00:03 2024-08-22T20:33:55.8847122Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.0/778.6 MB 238.0 MB/s eta 0:00:03 2024-08-22T20:33:55.8848389Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.4/778.6 MB 244.4 MB/s eta 0:00:03 2024-08-22T20:33:55.8849555Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 234.0/778.6 MB 245.1 MB/s eta 0:00:03 2024-08-22T20:33:55.8850666Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 242.3/778.6 MB 244.2 MB/s eta 0:00:03 2024-08-22T20:33:55.8851772Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 250.8/778.6 MB 243.7 MB/s eta 0:00:03 2024-08-22T20:33:55.8852875Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 259.2/778.6 MB 243.2 MB/s eta 0:00:03 2024-08-22T20:33:55.8854007Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 267.5/778.6 MB 243.4 MB/s eta 0:00:03 2024-08-22T20:33:55.8855133Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 275.9/778.6 MB 245.0 MB/s eta 0:00:03 2024-08-22T20:33:55.8856249Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 284.2/778.6 MB 242.2 MB/s eta 0:00:03 2024-08-22T20:33:55.8857346Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 292.6/778.6 MB 240.7 MB/s eta 0:00:03 2024-08-22T20:33:55.8858446Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 300.9/778.6 MB 239.1 MB/s eta 0:00:02 2024-08-22T20:33:55.8859553Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 309.5/778.6 MB 246.1 MB/s eta 0:00:02 2024-08-22T20:33:55.8860665Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 318.0/778.6 MB 244.5 MB/s eta 0:00:02 2024-08-22T20:33:55.8861805Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 326.3/778.6 MB 239.7 MB/s eta 0:00:02 2024-08-22T20:33:55.8862910Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 334.9/778.6 MB 245.6 MB/s eta 0:00:02 2024-08-22T20:33:55.8864021Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 343.4/778.6 MB 246.5 MB/s eta 0:00:02 2024-08-22T20:33:55.8865129Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 351.7/778.6 MB 238.5 MB/s eta 0:00:02 2024-08-22T20:33:55.8866229Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 360.1/778.6 MB 242.8 MB/s eta 0:00:02 2024-08-22T20:33:55.8867338Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 368.6/778.6 MB 246.0 MB/s eta 0:00:02 2024-08-22T20:33:55.8868653Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 377.0/778.6 MB 244.4 MB/s eta 0:00:02 2024-08-22T20:33:55.8869761Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 385.5/778.6 MB 246.3 MB/s eta 0:00:02 2024-08-22T20:33:55.8870855Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 393.7/778.6 MB 239.0 MB/s eta 0:00:02 2024-08-22T20:33:55.8871955Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 401.9/778.6 MB 240.1 MB/s eta 0:00:02 2024-08-22T20:33:55.8873058Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 410.4/778.6 MB 242.9 MB/s eta 0:00:02 2024-08-22T20:33:55.8874270Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 419.0/778.6 MB 248.2 MB/s eta 0:00:02 2024-08-22T20:33:55.8875406Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 427.5/778.6 MB 247.9 MB/s eta 0:00:02 2024-08-22T20:33:55.8876500Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 435.8/778.6 MB 242.8 MB/s eta 0:00:02 2024-08-22T20:33:55.8877604Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 444.1/778.6 MB 238.1 MB/s eta 0:00:02 2024-08-22T20:33:55.8878719Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 452.4/778.6 MB 242.0 MB/s eta 0:00:02 2024-08-22T20:33:55.8879854Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 460.8/778.6 MB 242.4 MB/s eta 0:00:02 2024-08-22T20:33:57.6239101Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 469.0/778.6 MB 239.2 MB/s eta 0:00:02 2024-08-22T20:33:57.6240722Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 477.3/778.6 MB 240.6 MB/s eta 0:00:02 2024-08-22T20:33:57.6241923Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 485.9/778.6 MB 247.5 MB/s eta 0:00:02 2024-08-22T20:33:57.6243019Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 494.4/778.6 MB 247.0 MB/s eta 0:00:02 2024-08-22T20:33:57.6244108Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 502.8/778.6 MB 244.3 MB/s eta 0:00:02 2024-08-22T20:33:57.6245210Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 511.2/778.6 MB 244.2 MB/s eta 0:00:02 2024-08-22T20:33:57.6246302Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 519.6/778.6 MB 242.9 MB/s eta 0:00:02 2024-08-22T20:33:57.6247781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 528.0/778.6 MB 244.2 MB/s eta 0:00:02 2024-08-22T20:33:57.6248879Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 536.5/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:33:57.6249973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 545.0/778.6 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:33:57.6251070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 553.3/778.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:33:57.6252166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 561.4/778.6 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:33:57.6253259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 569.6/778.6 MB 236.2 MB/s eta 0:00:01 2024-08-22T20:33:57.6254397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 577.8/778.6 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:33:57.6255478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 586.1/778.6 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:33:57.6256571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 594.1/778.6 MB 234.5 MB/s eta 0:00:01 2024-08-22T20:33:57.6257672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 602.6/778.6 MB 244.2 MB/s eta 0:00:01 2024-08-22T20:33:57.6258760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 610.9/778.6 MB 242.6 MB/s eta 0:00:01 2024-08-22T20:33:57.6259861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 619.4/778.6 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:33:57.6261121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 627.8/778.6 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:33:57.6262308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 636.2/778.6 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:33:57.6263397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 644.4/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:33:57.6264478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 652.8/778.6 MB 241.1 MB/s eta 0:00:01 2024-08-22T20:33:57.6265563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 661.1/778.6 MB 240.6 MB/s eta 0:00:01 2024-08-22T20:33:57.6266647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 669.6/778.6 MB 244.9 MB/s eta 0:00:01 2024-08-22T20:33:57.6267750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 677.8/778.6 MB 240.6 MB/s eta 0:00:01 2024-08-22T20:33:57.6268844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 686.0/778.6 MB 234.5 MB/s eta 0:00:01 2024-08-22T20:33:57.6269925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 694.2/778.6 MB 237.3 MB/s eta 0:00:01 2024-08-22T20:33:57.6271004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 702.4/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:33:57.6272082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 710.6/778.6 MB 237.6 MB/s eta 0:00:01 2024-08-22T20:33:57.6273155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 718.9/778.6 MB 239.4 MB/s eta 0:00:01 2024-08-22T20:33:57.6274338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 727.3/778.6 MB 244.1 MB/s eta 0:00:01 2024-08-22T20:33:57.6275442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 735.6/778.6 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:33:57.6276524Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 743.9/778.6 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:33:57.6277600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 752.5/778.6 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:33:57.6278655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 760.9/778.6 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:33:57.6279703Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 769.6/778.6 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:33:57.6280733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.1/778.6 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:33:59.0559700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0561014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0562049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0563079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0564304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0565661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0567061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0568432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0569462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0570473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0571473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0572480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0573547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0574598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0575614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0576628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0577643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0578653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0579659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0581073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0582113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0583134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0584152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0585178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0586204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0587244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0588268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0589287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0590337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0591369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0592366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0593392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0594526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0595525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0596545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0597563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0598581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0599590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0600704Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:33:59.0601829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4373756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4375190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4376541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4377838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4378859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4379924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4380921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4381964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4382989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4384000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4384994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4386216Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4387367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4388366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4389372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4390398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4391429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4392445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4393489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4394598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4395629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4396627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4397646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4398664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4399703Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4400751Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4401771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4402776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4403773Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4404761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4405873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4406977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4407987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4408984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4410000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4411063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4412061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4413299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4414326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:00.4415343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8184002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8185478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8186871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8188264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8189575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8190631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8191657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8192657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8193738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8194737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8196134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8197152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8198152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8199164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8200185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8201195Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8202209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8203234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8204251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8205250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8206256Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8207272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8208296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8209341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8210337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8211358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8212369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8213382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8214378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8215612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8216620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8217614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8218611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8219618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8220631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8221693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8222709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8223719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8224920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:01.8225910Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.1990685Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.1992131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.1994065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.1995371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.1996388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.1997455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.1998503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.1999518Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2000557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2001627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2002657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2003673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2004697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2005729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2006770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2007810Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2008830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2009840Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2010894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2011906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2012940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2014083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2015201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2016212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2017236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2018248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2019260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2020254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2021306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2022336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2023347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2024635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2025660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2026681Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2027708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2028735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2029765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2030845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2031867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:03.2032894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5806500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5808424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5809548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5810563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5811590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5812600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5813602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5814635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5815646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5816648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5817641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5818637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5819649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5820677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5821696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5822707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5823728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5825024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5826020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5827031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5828309Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5829329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5830329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5831347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5832357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5833364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5834435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5835470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5836474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5837471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5838464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5839476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5840487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5841726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5842732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5843738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5844750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5845742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5846756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:04.5847778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3889643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3891141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3892276Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3893273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3894274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3895293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3896381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3897367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3898374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3899379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3900370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3901480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3902841Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3904016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3905015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3906006Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3907011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3908008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3908991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3910009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3911015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3912081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3913088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3914181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3915185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3916334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3917339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3918344Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3919348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3920350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3921336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3922467Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:34:06.3923543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 778.6/778.6 MB 1.2 MB/s eta 0:00:00 2024-08-22T20:34:06.3925059Z [?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:06.3926521Z 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:06.3927945Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.3) 2024-08-22T20:34:06.3929263Z 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:06.3930589Z 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:06.3932324Z 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:06.3933968Z 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:06.3935594Z 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:06.3937173Z 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:06.3938725Z 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:07.8861848Z 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:07.8864096Z 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:07.8866233Z 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:07.8867943Z 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:07.8869113Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:07.8870280Z 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:07.8871513Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/188.7 MB ? eta -:--:-- 2024-08-22T20:34:07.8872807Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.7/188.7 MB 232.3 MB/s eta 0:00:01 2024-08-22T20:34:07.8874177Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.7/188.7 MB 228.4 MB/s eta 0:00:01 2024-08-22T20:34:07.8875303Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.1/188.7 MB 244.1 MB/s eta 0:00:01 2024-08-22T20:34:07.8876432Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.6/188.7 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:34:07.8877543Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.7/188.7 MB 235.6 MB/s eta 0:00:01 2024-08-22T20:34:07.8878664Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.7/188.7 MB 233.0 MB/s eta 0:00:01 2024-08-22T20:34:07.8879795Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/188.7 MB 228.4 MB/s eta 0:00:01 2024-08-22T20:34:07.8880945Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 64.2/188.7 MB 221.5 MB/s eta 0:00:01 2024-08-22T20:34:07.8882063Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 71.9/188.7 MB 222.6 MB/s eta 0:00:01 2024-08-22T20:34:07.8883176Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 79.5/188.7 MB 221.5 MB/s eta 0:00:01 2024-08-22T20:34:07.8884290Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 87.3/188.7 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:34:07.8885401Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 95.0/188.7 MB 222.5 MB/s eta 0:00:01 2024-08-22T20:34:07.8886521Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 102.7/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:07.8887654Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 110.3/188.7 MB 222.5 MB/s eta 0:00:01 2024-08-22T20:34:07.8888778Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 117.7/188.7 MB 217.1 MB/s eta 0:00:01 2024-08-22T20:34:07.8889895Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 125.0/188.7 MB 209.9 MB/s eta 0:00:01 2024-08-22T20:34:07.8890997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 132.1/188.7 MB 208.2 MB/s eta 0:00:01 2024-08-22T20:34:07.8892122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 139.2/188.7 MB 207.4 MB/s eta 0:00:01 2024-08-22T20:34:07.8893276Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 146.4/188.7 MB 207.1 MB/s eta 0:00:01 2024-08-22T20:34:07.8894581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 153.6/188.7 MB 209.2 MB/s eta 0:00:01 2024-08-22T20:34:07.8895678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 161.4/188.7 MB 222.8 MB/s eta 0:00:01 2024-08-22T20:34:07.8896794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 169.2/188.7 MB 224.5 MB/s eta 0:00:01 2024-08-22T20:34:07.8897900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 177.0/188.7 MB 226.5 MB/s eta 0:00:01 2024-08-22T20:34:07.8898979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 184.9/188.7 MB 227.4 MB/s eta 0:00:01 2024-08-22T20:34:07.8900015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:07.8901093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:07.8902116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:07.8903174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:07.8904184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:07.8905201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:07.8906218Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:07.8907237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:07.8908263Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:07.8909286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2645559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2648467Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2651190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2652729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2654113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2655139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2656162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2657172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2658184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2659207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2660254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2661256Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2662279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2663303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2664317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2665317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2666434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2667534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2668533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2669526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2670545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2671556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2672559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2673696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2674713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2675730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2676732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2677743Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2678757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2679792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2680804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2681843Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2682904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2683908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2684906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2685923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2687133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2688148Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2689149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:09.2690164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7363534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7364967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7366024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7367043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7368060Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7369067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7370072Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7371060Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7372069Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7373099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7374100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7375091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7376101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7377102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7378093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7379278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7380474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7381468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7382453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7383498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7384512Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7385515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:10.7386519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 3.9 MB/s eta 0:00:00 2024-08-22T20:34:10.7387819Z [?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:10.7389029Z Collecting pytorch-triton==3.0.0+dedb7bdf33 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:10.7390216Z 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:10.7391397Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/239.5 MB ? eta -:--:-- 2024-08-22T20:34:10.7392445Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/239.5 MB 249.4 MB/s eta 0:00:01 2024-08-22T20:34:10.7393694Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.7/239.5 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:34:10.7394831Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.0/239.5 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:34:10.7395934Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.2/239.5 MB 238.2 MB/s eta 0:00:01 2024-08-22T20:34:10.7397033Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.6/239.5 MB 244.2 MB/s eta 0:00:01 2024-08-22T20:34:10.7398149Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.1/239.5 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:34:10.7399249Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.6/239.5 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:34:10.7400493Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.7/239.5 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:34:10.7401688Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.2/239.5 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:34:10.7402788Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 83.7/239.5 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:34:10.7403884Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 92.2/239.5 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:34:10.7404990Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 100.6/239.5 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:34:10.7406086Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 108.8/239.5 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:12.2085758Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 117.2/239.5 MB 241.7 MB/s eta 0:00:01 2024-08-22T20:34:12.2087533Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 125.4/239.5 MB 238.7 MB/s eta 0:00:01 2024-08-22T20:34:12.2088646Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 133.7/239.5 MB 240.0 MB/s eta 0:00:01 2024-08-22T20:34:12.2089752Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 142.0/239.5 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:34:12.2090869Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 150.6/239.5 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2091973Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 159.0/239.5 MB 243.4 MB/s eta 0:00:01 2024-08-22T20:34:12.2093083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 167.5/239.5 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:34:12.2094230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 176.1/239.5 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:34:12.2095330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 184.6/239.5 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:34:12.2096429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 193.2/239.5 MB 249.6 MB/s eta 0:00:01 2024-08-22T20:34:12.2097534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 201.8/239.5 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:34:12.2098630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 210.4/239.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2099729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 219.0/239.5 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2101165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 227.6/239.5 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:34:12.2102240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 236.3/239.5 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:34:12.2103322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2104339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2105339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2106350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2107408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2108421Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2109421Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2110442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2111454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2112461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2113710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2115233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2116232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2117223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2118209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2119209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2120213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2121242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2122237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2123236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2124505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2125507Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2126506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2127526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5877982Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5879469Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5880853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5882125Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5883230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5884252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5885627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5886655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5887695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5888722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5889734Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5890772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5891824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5892853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5893867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5894908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5895951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5896984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5897994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5899060Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5900108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5901130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5902165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5903215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5904294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5905412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5906532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5907575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5908614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5909628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5910661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5911708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5912774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5913962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5915003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5916033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5917057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5918073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5919269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:34:13.5920336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:36:01.0536358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:36:01.0537589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:36:01.0538894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:36:01.0540011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:36:01.0541155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:36:01.0542919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:36:01.0544029Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:36:01.0545149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:36:01.0546302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:36:01.0547470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:36:01.0548890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:36:01.0550138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:36:01.0551131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:36:01.0552129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:36:01.0553140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 252.5 MB/s eta 0:00:01 2024-08-22T20:36:01.0554199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.5/239.5 MB 3.5 MB/s eta 0:00:00 2024-08-22T20:36:01.0555030Z [?25hCollecting sympy==1.13.1 (from torch==2.5.0.dev20240814) 2024-08-22T20:36:01.0555931Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-22T20:36:01.0557279Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:36:01.0558255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:36:01.0559259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:36:01.0560267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:36:01.0561263Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:36:01.0562226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 38.9 MB/s eta 0:00:00 2024-08-22T20:36:01.0563689Z [?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:01.0565466Z 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:01.0567008Z 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:01.0568163Z Installing collected packages: sympy, pytorch-triton, nvidia-nccl-cu12, torch 2024-08-22T20:36:01.0568775Z Attempting uninstall: sympy 2024-08-22T20:36:01.0569212Z Found existing installation: sympy 1.13.2 2024-08-22T20:36:01.0569754Z Uninstalling sympy-1.13.2: 2024-08-22T20:36:01.0570215Z Successfully uninstalled sympy-1.13.2 2024-08-22T20:36:01.0570736Z Attempting uninstall: nvidia-nccl-cu12 2024-08-22T20:36:01.0571319Z Found existing installation: nvidia-nccl-cu12 2.20.5 2024-08-22T20:36:01.0571882Z Uninstalling nvidia-nccl-cu12-2.20.5: 2024-08-22T20:36:01.0572466Z Successfully uninstalled nvidia-nccl-cu12-2.20.5 2024-08-22T20:36:01.0572958Z Attempting uninstall: torch 2024-08-22T20:36:01.0573368Z Found existing installation: torch 2.4.0 2024-08-22T20:36:01.0573862Z Uninstalling torch-2.4.0: 2024-08-22T20:36:01.0574319Z Successfully uninstalled torch-2.4.0 2024-08-22T20:36:01.0575306Z 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:01.0577289Z 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:01.0579042Z + pip3 install git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:01.0580072Z Collecting git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:01.0581332Z Cloning https://github.com/pytorch/ao.git (to revision e11201a62669f582d81cdb33e031a07fb8dfc4f3) to /tmp/pip-req-build-nwz6fuha 2024-08-22T20:36:01.0582663Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-nwz6fuha 2024-08-22T20:36:01.0583780Z Running command git rev-parse -q --verify 'sha^e11201a62669f582d81cdb33e031a07fb8dfc4f3' 2024-08-22T20:36:01.0584880Z Running command git fetch -q https://github.com/pytorch/ao.git e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:01.0585857Z Running command git checkout -q e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:01.0586729Z Resolved https://github.com/pytorch/ao.git to commit e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:01.0587544Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:36:01.0588141Z [?25hBuilding wheels for collected packages: torchao 2024-08-22T20:36:01.0588910Z Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | / done 2024-08-22T20:36:01.0590596Z [?25h Created wheel for torchao: filename=torchao-0.4.0+gite11201a-cp311-cp311-linux_x86_64.whl size=1019166 sha256=49f0a21ddb0782a245c528dea1cef83982a45da34a1fcdfb2a1fcd5033feef45 2024-08-22T20:36:01.0592101Z Stored in directory: /root/.cache/pip/wheels/f7/33/31/b21ec8d5a4ec3826118179c0c853d6f776a1f80c58c0960d0e 2024-08-22T20:36:01.0592897Z Successfully built torchao 2024-08-22T20:36:01.0593285Z Installing collected packages: torchao 2024-08-22T20:36:01.0593906Z Successfully installed torchao-0.4.0+gite11201a 2024-08-22T20:36:01.0595472Z 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:01.0596878Z + python3 scripts/patch_triton.py 2024-08-22T20:36:01.0597310Z + TORCHCHAT_ROOT=/pytorch/torchchat 2024-08-22T20:36:01.0597728Z + ./scripts/install_et.sh 2024-08-22T20:36:01.0598110Z ++ dirname ./scripts/install_et.sh 2024-08-22T20:36:01.0598528Z + source ./scripts/install_utils.sh 2024-08-22T20:36:01.0598983Z ++ set -ex pipefail 2024-08-22T20:36:03.6568550Z ++ 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:03.6570396Z + '[' '' == '' ']' 2024-08-22T20:36:03.6570781Z + ET_BUILD_DIR=et-build 2024-08-22T20:36:03.6571139Z + ENABLE_ET_PYBIND=pipefail 2024-08-22T20:36:03.6571517Z + pushd /pytorch/torchchat 2024-08-22T20:36:03.6571892Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:03.6572303Z + find_cmake_prefix_path 2024-08-22T20:36:03.6572984Z ++ python3 -c 'from distutils.sysconfig import get_python_lib;print(get_python_lib())' 2024-08-22T20:36:03.6573834Z + path=/opt/conda/lib/python3.11/site-packages 2024-08-22T20:36:03.6574483Z + MY_CMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages 2024-08-22T20:36:03.6575013Z + install_pip_dependencies 2024-08-22T20:36:03.6575446Z + echo 'Intalling common pip packages' 2024-08-22T20:36:03.6575892Z Intalling common pip packages 2024-08-22T20:36:03.6576364Z + pip3 install wheel 'cmake>=3.19' ninja zstd 2024-08-22T20:36:03.6577146Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (0.38.4) 2024-08-22T20:36:03.6578189Z Requirement already satisfied: cmake>=3.19 in /opt/conda/lib/python3.11/site-packages (3.30.2) 2024-08-22T20:36:03.6579213Z Requirement already satisfied: ninja in /opt/conda/lib/python3.11/site-packages (1.11.1.1) 2024-08-22T20:36:03.6580205Z Requirement already satisfied: zstd in /opt/conda/lib/python3.11/site-packages (1.5.5.1) 2024-08-22T20:36:03.6581984Z 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:03.6583455Z + pushd /pytorch/torchchat 2024-08-22T20:36:03.6583940Z /pytorch/torchchat /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:03.6584515Z + pip3 install -r ./requirements.txt 2024-08-22T20:36:03.6585191Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:36:03.6586403Z 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:03.6587855Z 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:03.6589272Z 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:03.6590703Z 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:03.6592764Z 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:03.6594320Z 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:03.6595789Z 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:03.6597242Z 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:03.6598657Z 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:03.6600092Z 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:03.6601551Z 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:03.6602960Z 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:03.6604383Z 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:03.6605796Z 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:03.6607352Z 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:03.6608999Z 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:03.6610654Z 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:03.6612282Z 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:03.6613880Z 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:03.6615495Z 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:03.6617136Z 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:03.6618772Z 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:03.6620447Z 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:03.6622127Z 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:03.6623831Z 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:03.6625906Z 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:03.6627626Z 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:03.6629516Z 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:03.6631329Z 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:03.6632984Z 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:03.6634663Z 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:03.6636279Z 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:03.6637933Z 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:03.6639836Z 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:03.6641517Z 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:03.6643191Z 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:03.6644836Z 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:03.6646453Z 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:03.6648089Z 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:03.6649977Z 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:03.6651687Z 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:03.6653269Z 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:03.6654870Z 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:03.6656642Z 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:03.6658227Z 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:06.4119539Z 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:06.4122254Z 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:06.4125075Z 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:06.4127804Z 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:06.4130326Z 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:06.4133352Z 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:06.4136174Z 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:06.4138838Z 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:06.4141468Z 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:06.4144170Z 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:06.4146817Z 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:06.4149607Z 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:06.4152366Z 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:06.4155124Z 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:06.4157644Z 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:06.4160125Z 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:06.4162746Z 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:06.4165595Z 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:06.4168610Z 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:06.4171592Z 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:06.4174463Z 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:06.4177318Z 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:06.4180173Z 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:06.4183201Z 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:06.4186240Z 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:06.4189182Z 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:06.4192181Z 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:06.4195564Z 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:06.4198496Z 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:06.4201431Z 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:06.4204268Z 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:06.4207205Z 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:06.4210231Z 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:06.4213258Z 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:06.4216270Z 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:06.4219143Z 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:06.4222008Z 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:06.4225353Z 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:06.4228263Z 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:06.4231215Z 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:06.4234225Z 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:06.4237293Z 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:06.4240345Z 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:06.4243223Z 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:06.4246366Z 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:06.4249533Z 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:06.4252933Z 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:06.4256313Z 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:06.4259716Z 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:06.4262914Z 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.5519030Z 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.5521928Z 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.5524830Z 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.5527203Z 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.5529466Z 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.5531546Z 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.5533685Z 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.5536622Z 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.5539054Z 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.5540978Z 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.5542802Z 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.5544899Z 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.5546911Z 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.5548799Z 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.5550674Z 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.5552544Z 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.5554494Z 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.5556660Z 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.5558781Z 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:22.5560753Z 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:22.5562700Z 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:22.5564965Z 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:22.5567169Z 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:22.5569127Z 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:22.5571229Z 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:22.5573306Z 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:22.5575799Z 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:22.5577778Z 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:22.5579774Z 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:22.5582102Z 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:22.5583494Z + popd 2024-08-22T20:36:22.5583817Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:22.5584267Z + clone_executorch 2024-08-22T20:36:22.5584780Z + echo 'Cloning executorch to /pytorch/torchchat/et-build/src' 2024-08-22T20:36:22.5585453Z Cloning executorch to /pytorch/torchchat/et-build/src 2024-08-22T20:36:22.5585999Z + rm -rf /pytorch/torchchat/et-build 2024-08-22T20:36:22.5586494Z + mkdir -p /pytorch/torchchat/et-build/src 2024-08-22T20:36:22.5587015Z + pushd /pytorch/torchchat/et-build/src 2024-08-22T20:36:22.5587670Z /pytorch/torchchat/et-build/src /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:22.5588354Z + git clone https://github.com/pytorch/executorch.git 2024-08-22T20:36:22.5588909Z Cloning into 'executorch'... 2024-08-22T20:36:22.5589383Z remote: Enumerating objects: 110866, done. 2024-08-22T20:36:22.5589909Z remote: Counting objects: 0% (1/3467) 2024-08-22T20:36:22.5590429Z remote: Counting objects: 1% (35/3467) 2024-08-22T20:36:22.5590947Z remote: Counting objects: 2% (70/3467) 2024-08-22T20:36:22.5591473Z remote: Counting objects: 3% (105/3467) 2024-08-22T20:36:22.5592007Z remote: Counting objects: 4% (139/3467) 2024-08-22T20:36:22.5592532Z remote: Counting objects: 5% (174/3467) 2024-08-22T20:36:22.5593244Z remote: Counting objects: 6% (209/3467) 2024-08-22T20:36:22.5593939Z remote: Counting objects: 7% (243/3467) 2024-08-22T20:36:22.5594588Z remote: Counting objects: 8% (278/3467) 2024-08-22T20:36:22.5595220Z remote: Counting objects: 9% (313/3467) 2024-08-22T20:36:22.5595856Z remote: Counting objects: 10% (347/3467) 2024-08-22T20:36:22.5596452Z remote: Counting objects: 11% (382/3467) 2024-08-22T20:36:22.5596962Z remote: Counting objects: 12% (417/3467) 2024-08-22T20:36:22.5597483Z remote: Counting objects: 13% (451/3467) 2024-08-22T20:36:22.5598008Z remote: Counting objects: 14% (486/3467) 2024-08-22T20:36:22.5598523Z remote: Counting objects: 15% (521/3467) 2024-08-22T20:36:22.5599049Z remote: Counting objects: 16% (555/3467) 2024-08-22T20:36:22.5599571Z remote: Counting objects: 17% (590/3467) 2024-08-22T20:36:22.5600075Z remote: Counting objects: 18% (625/3467) 2024-08-22T20:36:22.5600596Z remote: Counting objects: 19% (659/3467) 2024-08-22T20:36:22.5601136Z remote: Counting objects: 20% (694/3467) 2024-08-22T20:36:22.5601787Z remote: Counting objects: 21% (729/3467) 2024-08-22T20:36:22.5602321Z remote: Counting objects: 22% (763/3467) 2024-08-22T20:36:22.5602841Z remote: Counting objects: 23% (798/3467) 2024-08-22T20:36:22.5603355Z remote: Counting objects: 24% (833/3467) 2024-08-22T20:36:22.5603982Z remote: Counting objects: 25% (867/3467) 2024-08-22T20:36:22.5604626Z remote: Counting objects: 26% (902/3467) 2024-08-22T20:36:22.5605259Z remote: Counting objects: 27% (937/3467) 2024-08-22T20:36:22.5605912Z remote: Counting objects: 28% (971/3467) 2024-08-22T20:36:22.5606457Z remote: Counting objects: 29% (1006/3467) 2024-08-22T20:36:22.5606981Z remote: Counting objects: 30% (1041/3467) 2024-08-22T20:36:22.5607532Z remote: Counting objects: 31% (1075/3467) 2024-08-22T20:36:22.5608089Z remote: Counting objects: 32% (1110/3467) 2024-08-22T20:36:22.5608627Z remote: Counting objects: 33% (1145/3467) 2024-08-22T20:36:22.5609178Z remote: Counting objects: 34% (1179/3467) 2024-08-22T20:36:22.5609725Z remote: Counting objects: 35% (1214/3467) 2024-08-22T20:36:22.5610269Z remote: Counting objects: 36% (1249/3467) 2024-08-22T20:36:22.5610795Z remote: Counting objects: 37% (1283/3467) 2024-08-22T20:36:22.5611347Z remote: Counting objects: 38% (1318/3467) 2024-08-22T20:36:22.5611882Z remote: Counting objects: 39% (1353/3467) 2024-08-22T20:36:22.5612408Z remote: Counting objects: 40% (1387/3467) 2024-08-22T20:36:22.5612958Z remote: Counting objects: 41% (1422/3467) 2024-08-22T20:36:22.5613508Z remote: Counting objects: 42% (1457/3467) 2024-08-22T20:36:22.5614079Z remote: Counting objects: 43% (1491/3467) 2024-08-22T20:36:22.5614631Z remote: Counting objects: 44% (1526/3467) 2024-08-22T20:36:22.5615164Z remote: Counting objects: 45% (1561/3467) 2024-08-22T20:36:22.5615699Z remote: Counting objects: 46% (1595/3467) 2024-08-22T20:36:23.7563664Z remote: Counting objects: 47% (1630/3467) 2024-08-22T20:36:23.7564482Z remote: Counting objects: 48% (1665/3467) 2024-08-22T20:36:23.7565233Z remote: Counting objects: 49% (1699/3467) 2024-08-22T20:36:23.7565948Z remote: Counting objects: 50% (1734/3467) 2024-08-22T20:36:23.7566644Z remote: Counting objects: 51% (1769/3467) 2024-08-22T20:36:23.7567342Z remote: Counting objects: 52% (1803/3467) 2024-08-22T20:36:23.7568027Z remote: Counting objects: 53% (1838/3467) 2024-08-22T20:36:23.7568713Z remote: Counting objects: 54% (1873/3467) 2024-08-22T20:36:23.7569386Z remote: Counting objects: 55% (1907/3467) 2024-08-22T20:36:23.7569903Z remote: Counting objects: 56% (1942/3467) 2024-08-22T20:36:23.7570423Z remote: Counting objects: 57% (1977/3467) 2024-08-22T20:36:23.7570941Z remote: Counting objects: 58% (2011/3467) 2024-08-22T20:36:23.7571458Z remote: Counting objects: 59% (2046/3467) 2024-08-22T20:36:23.7571978Z remote: Counting objects: 60% (2081/3467) 2024-08-22T20:36:23.7573237Z remote: Counting objects: 61% (2115/3467) 2024-08-22T20:36:23.7573844Z remote: Counting objects: 62% (2150/3467) 2024-08-22T20:36:23.7574359Z remote: Counting objects: 63% (2185/3467) 2024-08-22T20:36:23.7574868Z remote: Counting objects: 64% (2219/3467) 2024-08-22T20:36:23.7575436Z remote: Counting objects: 65% (2254/3467) 2024-08-22T20:36:23.7575949Z remote: Counting objects: 66% (2289/3467) 2024-08-22T20:36:23.7576462Z remote: Counting objects: 67% (2323/3467) 2024-08-22T20:36:23.7576979Z remote: Counting objects: 68% (2358/3467) 2024-08-22T20:36:23.7577493Z remote: Counting objects: 69% (2393/3467) 2024-08-22T20:36:23.7578006Z remote: Counting objects: 70% (2427/3467) 2024-08-22T20:36:23.7578524Z remote: Counting objects: 71% (2462/3467) 2024-08-22T20:36:23.7579039Z remote: Counting objects: 72% (2497/3467) 2024-08-22T20:36:23.7579547Z remote: Counting objects: 73% (2531/3467) 2024-08-22T20:36:23.7580063Z remote: Counting objects: 74% (2566/3467) 2024-08-22T20:36:23.7580602Z remote: Counting objects: 75% (2601/3467) 2024-08-22T20:36:23.7581106Z remote: Counting objects: 76% (2635/3467) 2024-08-22T20:36:23.7581621Z remote: Counting objects: 77% (2670/3467) 2024-08-22T20:36:23.7582135Z remote: Counting objects: 78% (2705/3467) 2024-08-22T20:36:23.7582642Z remote: Counting objects: 79% (2739/3467) 2024-08-22T20:36:23.7583153Z remote: Counting objects: 80% (2774/3467) 2024-08-22T20:36:23.7583669Z remote: Counting objects: 81% (2809/3467) 2024-08-22T20:36:23.7584182Z remote: Counting objects: 82% (2843/3467) 2024-08-22T20:36:23.7584697Z remote: Counting objects: 83% (2878/3467) 2024-08-22T20:36:23.7585214Z remote: Counting objects: 84% (2913/3467) 2024-08-22T20:36:23.7585719Z remote: Counting objects: 85% (2947/3467) 2024-08-22T20:36:23.7586243Z remote: Counting objects: 86% (2982/3467) 2024-08-22T20:36:23.7586758Z remote: Counting objects: 87% (3017/3467) 2024-08-22T20:36:23.7587269Z remote: Counting objects: 88% (3051/3467) 2024-08-22T20:36:23.7587801Z remote: Counting objects: 89% (3086/3467) 2024-08-22T20:36:23.7588315Z remote: Counting objects: 90% (3121/3467) 2024-08-22T20:36:23.7588830Z remote: Counting objects: 91% (3155/3467) 2024-08-22T20:36:23.7589342Z remote: Counting objects: 92% (3190/3467) 2024-08-22T20:36:23.7589857Z remote: Counting objects: 93% (3225/3467) 2024-08-22T20:36:23.7590370Z remote: Counting objects: 94% (3259/3467) 2024-08-22T20:36:23.7590884Z remote: Counting objects: 95% (3294/3467) 2024-08-22T20:36:23.7591405Z remote: Counting objects: 96% (3329/3467) 2024-08-22T20:36:23.7591920Z remote: Counting objects: 97% (3363/3467) 2024-08-22T20:36:23.7592426Z remote: Counting objects: 98% (3398/3467) 2024-08-22T20:36:23.7592943Z remote: Counting objects: 99% (3433/3467) 2024-08-22T20:36:23.7593454Z remote: Counting objects: 100% (3467/3467) 2024-08-22T20:36:23.7594110Z remote: Counting objects: 100% (3467/3467), done. 2024-08-22T20:36:23.7594687Z remote: Compressing objects: 0% (1/1600) 2024-08-22T20:36:23.7595271Z remote: Compressing objects: 1% (16/1600) 2024-08-22T20:36:23.7595804Z remote: Compressing objects: 2% (32/1600) 2024-08-22T20:36:23.7596344Z remote: Compressing objects: 3% (48/1600) 2024-08-22T20:36:23.7596880Z remote: Compressing objects: 4% (64/1600) 2024-08-22T20:36:23.7597404Z remote: Compressing objects: 5% (80/1600) 2024-08-22T20:36:23.7597947Z remote: Compressing objects: 6% (96/1600) 2024-08-22T20:36:23.7598485Z remote: Compressing objects: 7% (112/1600) 2024-08-22T20:36:23.7599026Z remote: Compressing objects: 8% (128/1600) 2024-08-22T20:36:23.7599574Z remote: Compressing objects: 9% (144/1600) 2024-08-22T20:36:23.7600116Z remote: Compressing objects: 10% (160/1600) 2024-08-22T20:36:23.7600646Z remote: Compressing objects: 11% (176/1600) 2024-08-22T20:36:23.7601191Z remote: Compressing objects: 12% (192/1600) 2024-08-22T20:36:23.7601831Z remote: Compressing objects: 13% (208/1600) 2024-08-22T20:36:23.7602441Z remote: Compressing objects: 14% (224/1600) 2024-08-22T20:36:23.7602985Z remote: Compressing objects: 15% (240/1600) 2024-08-22T20:36:23.7603526Z remote: Compressing objects: 16% (256/1600) 2024-08-22T20:36:23.7604055Z remote: Compressing objects: 17% (272/1600) 2024-08-22T20:36:23.7604594Z remote: Compressing objects: 18% (288/1600) 2024-08-22T20:36:23.7605173Z remote: Compressing objects: 19% (304/1600) 2024-08-22T20:36:23.7605713Z remote: Compressing objects: 20% (320/1600) 2024-08-22T20:36:23.7606246Z remote: Compressing objects: 21% (336/1600) 2024-08-22T20:36:23.7606787Z remote: Compressing objects: 22% (352/1600) 2024-08-22T20:36:23.7607324Z remote: Compressing objects: 23% (368/1600) 2024-08-22T20:36:23.7607851Z remote: Compressing objects: 24% (384/1600) 2024-08-22T20:36:23.7608383Z remote: Compressing objects: 25% (400/1600) 2024-08-22T20:36:23.7608917Z remote: Compressing objects: 26% (416/1600) 2024-08-22T20:36:23.7609460Z remote: Compressing objects: 27% (432/1600) 2024-08-22T20:36:23.7609998Z remote: Compressing objects: 28% (448/1600) 2024-08-22T20:36:23.7610533Z remote: Compressing objects: 29% (464/1600) 2024-08-22T20:36:23.7611059Z remote: Compressing objects: 30% (480/1600) 2024-08-22T20:36:23.7611594Z remote: Compressing objects: 31% (496/1600) 2024-08-22T20:36:23.7612127Z remote: Compressing objects: 32% (512/1600) 2024-08-22T20:36:23.7612656Z remote: Compressing objects: 33% (528/1600) 2024-08-22T20:36:23.7613193Z remote: Compressing objects: 34% (544/1600) 2024-08-22T20:36:23.7613729Z remote: Compressing objects: 35% (560/1600) 2024-08-22T20:36:23.7614256Z remote: Compressing objects: 36% (576/1600) 2024-08-22T20:36:23.7614791Z remote: Compressing objects: 37% (592/1600) 2024-08-22T20:36:23.7615325Z remote: Compressing objects: 38% (608/1600) 2024-08-22T20:36:23.7615856Z remote: Compressing objects: 39% (624/1600) 2024-08-22T20:36:23.7616401Z remote: Compressing objects: 40% (640/1600) 2024-08-22T20:36:23.7616938Z remote: Compressing objects: 41% (656/1600) 2024-08-22T20:36:23.7617467Z remote: Compressing objects: 42% (672/1600) 2024-08-22T20:36:23.7618006Z remote: Compressing objects: 43% (688/1600) 2024-08-22T20:36:23.7618538Z remote: Compressing objects: 44% (704/1600) 2024-08-22T20:36:23.7619063Z remote: Compressing objects: 45% (720/1600) 2024-08-22T20:36:23.7619595Z remote: Compressing objects: 46% (736/1600) 2024-08-22T20:36:23.7620129Z remote: Compressing objects: 47% (752/1600) 2024-08-22T20:36:23.7620658Z remote: Compressing objects: 48% (768/1600) 2024-08-22T20:36:23.7621198Z remote: Compressing objects: 49% (784/1600) 2024-08-22T20:36:23.7621731Z remote: Compressing objects: 50% (800/1600) 2024-08-22T20:36:23.7622254Z remote: Compressing objects: 51% (816/1600) 2024-08-22T20:36:23.7622790Z remote: Compressing objects: 52% (832/1600) 2024-08-22T20:36:23.7623337Z remote: Compressing objects: 53% (848/1600) 2024-08-22T20:36:23.7624046Z remote: Compressing objects: 54% (864/1600) 2024-08-22T20:36:23.7624594Z remote: Compressing objects: 55% (880/1600) 2024-08-22T20:36:23.7625179Z remote: Compressing objects: 56% (896/1600) 2024-08-22T20:36:23.7625715Z remote: Compressing objects: 57% (912/1600) 2024-08-22T20:36:23.7626241Z remote: Compressing objects: 58% (928/1600) 2024-08-22T20:36:23.7626778Z remote: Compressing objects: 59% (944/1600) 2024-08-22T20:36:23.7627313Z remote: Compressing objects: 60% (960/1600) 2024-08-22T20:36:23.7627844Z remote: Compressing objects: 61% (976/1600) 2024-08-22T20:36:23.7628385Z remote: Compressing objects: 62% (992/1600) 2024-08-22T20:36:23.7628927Z remote: Compressing objects: 63% (1008/1600) 2024-08-22T20:36:23.7629472Z remote: Compressing objects: 64% (1024/1600) 2024-08-22T20:36:23.7630028Z remote: Compressing objects: 65% (1040/1600) 2024-08-22T20:36:23.7630582Z remote: Compressing objects: 66% (1056/1600) 2024-08-22T20:36:23.7631402Z remote: Compressing objects: 67% (1072/1600) 2024-08-22T20:36:23.7631954Z remote: Compressing objects: 68% (1088/1600) 2024-08-22T20:36:23.7632506Z remote: Compressing objects: 69% (1104/1600) 2024-08-22T20:36:23.7633045Z remote: Compressing objects: 70% (1120/1600) 2024-08-22T20:36:23.7633596Z remote: Compressing objects: 71% (1136/1600) 2024-08-22T20:36:23.7634221Z remote: Compressing objects: 72% (1152/1600) 2024-08-22T20:36:23.7634761Z remote: Compressing objects: 73% (1168/1600) 2024-08-22T20:36:23.7635360Z remote: Compressing objects: 74% (1184/1600) 2024-08-22T20:36:23.7635908Z remote: Compressing objects: 75% (1200/1600) 2024-08-22T20:36:23.7636442Z remote: Compressing objects: 76% (1216/1600) 2024-08-22T20:36:23.7636987Z remote: Compressing objects: 77% (1232/1600) 2024-08-22T20:36:23.7637531Z remote: Compressing objects: 78% (1248/1600) 2024-08-22T20:36:23.7638065Z remote: Compressing objects: 79% (1264/1600) 2024-08-22T20:36:23.7638626Z remote: Compressing objects: 80% (1280/1600) 2024-08-22T20:36:23.7639165Z remote: Compressing objects: 81% (1296/1600) 2024-08-22T20:36:23.7639700Z remote: Compressing objects: 82% (1312/1600) 2024-08-22T20:36:23.7640247Z remote: Compressing objects: 83% (1328/1600) 2024-08-22T20:36:23.7640801Z remote: Compressing objects: 84% (1344/1600) 2024-08-22T20:36:23.7641333Z remote: Compressing objects: 85% (1360/1600) 2024-08-22T20:36:23.7641878Z remote: Compressing objects: 86% (1376/1600) 2024-08-22T20:36:23.7642424Z remote: Compressing objects: 87% (1392/1600) 2024-08-22T20:36:23.7642958Z remote: Compressing objects: 88% (1408/1600) 2024-08-22T20:36:23.7643505Z remote: Compressing objects: 89% (1424/1600) 2024-08-22T20:36:23.7644050Z remote: Compressing objects: 90% (1440/1600) 2024-08-22T20:36:23.7644593Z remote: Compressing objects: 91% (1456/1600) 2024-08-22T20:36:23.7645127Z remote: Compressing objects: 92% (1472/1600) 2024-08-22T20:36:23.7645681Z remote: Compressing objects: 93% (1488/1600) 2024-08-22T20:36:23.7646226Z remote: Compressing objects: 94% (1504/1600) 2024-08-22T20:36:23.7646759Z remote: Compressing objects: 95% (1520/1600) 2024-08-22T20:36:23.7647311Z remote: Compressing objects: 96% (1536/1600) 2024-08-22T20:36:23.7647850Z remote: Compressing objects: 97% (1552/1600) 2024-08-22T20:36:23.7648384Z remote: Compressing objects: 98% (1568/1600) 2024-08-22T20:36:23.7648936Z remote: Compressing objects: 99% (1584/1600) 2024-08-22T20:36:23.7649478Z remote: Compressing objects: 100% (1600/1600) 2024-08-22T20:36:23.7650059Z remote: Compressing objects: 100% (1600/1600), done. 2024-08-22T20:36:23.7650560Z Receiving objects: 0% (1/110866) 2024-08-22T20:36:23.7650967Z Receiving objects: 1% (1109/110866) 2024-08-22T20:36:23.7651373Z Receiving objects: 2% (2218/110866) 2024-08-22T20:36:23.7651783Z Receiving objects: 3% (3326/110866) 2024-08-22T20:36:23.7652201Z Receiving objects: 4% (4435/110866) 2024-08-22T20:36:23.7652611Z Receiving objects: 5% (5544/110866) 2024-08-22T20:36:23.7653018Z Receiving objects: 6% (6652/110866) 2024-08-22T20:36:23.7653431Z Receiving objects: 7% (7761/110866) 2024-08-22T20:36:23.7653829Z Receiving objects: 8% (8870/110866) 2024-08-22T20:36:23.7654235Z Receiving objects: 9% (9978/110866) 2024-08-22T20:36:23.7654649Z Receiving objects: 10% (11087/110866) 2024-08-22T20:36:23.7655111Z Receiving objects: 11% (12196/110866) 2024-08-22T20:36:23.7655528Z Receiving objects: 12% (13304/110866) 2024-08-22T20:36:23.7656046Z Receiving objects: 13% (14413/110866), 22.66 MiB | 45.31 MiB/s 2024-08-22T20:36:23.7656661Z Receiving objects: 14% (15522/110866), 22.66 MiB | 45.31 MiB/s 2024-08-22T20:36:23.7657275Z Receiving objects: 15% (16630/110866), 22.66 MiB | 45.31 MiB/s 2024-08-22T20:36:25.9802324Z Receiving objects: 16% (17739/110866), 22.66 MiB | 45.31 MiB/s 2024-08-22T20:36:25.9803219Z Receiving objects: 17% (18848/110866), 22.66 MiB | 45.31 MiB/s 2024-08-22T20:36:25.9804727Z Receiving objects: 18% (19956/110866), 22.66 MiB | 45.31 MiB/s 2024-08-22T20:36:25.9805602Z Receiving objects: 19% (21065/110866), 22.66 MiB | 45.31 MiB/s 2024-08-22T20:36:25.9806498Z Receiving objects: 20% (22174/110866), 22.66 MiB | 45.31 MiB/s 2024-08-22T20:36:25.9807336Z Receiving objects: 21% (23282/110866), 22.66 MiB | 45.31 MiB/s 2024-08-22T20:36:25.9808169Z Receiving objects: 22% (24391/110866), 22.66 MiB | 45.31 MiB/s 2024-08-22T20:36:25.9808989Z Receiving objects: 23% (25500/110866), 22.66 MiB | 45.31 MiB/s 2024-08-22T20:36:25.9809826Z Receiving objects: 24% (26608/110866), 22.66 MiB | 45.31 MiB/s 2024-08-22T20:36:25.9810642Z Receiving objects: 25% (27717/110866), 22.66 MiB | 45.31 MiB/s 2024-08-22T20:36:25.9811450Z Receiving objects: 25% (28218/110866), 22.66 MiB | 45.31 MiB/s 2024-08-22T20:36:25.9812284Z Receiving objects: 26% (28826/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9813108Z Receiving objects: 27% (29934/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9813976Z Receiving objects: 28% (31043/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9814811Z Receiving objects: 29% (32152/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9815694Z Receiving objects: 30% (33260/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9816479Z Receiving objects: 31% (34369/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9817326Z Receiving objects: 32% (35478/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9818168Z Receiving objects: 33% (36586/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9818925Z Receiving objects: 34% (37695/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9819702Z Receiving objects: 35% (38804/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9820543Z Receiving objects: 36% (39912/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9821372Z Receiving objects: 37% (41021/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9822218Z Receiving objects: 38% (42130/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9823002Z Receiving objects: 39% (43238/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9823632Z Receiving objects: 40% (44347/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9824586Z Receiving objects: 41% (45456/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9825420Z Receiving objects: 42% (46564/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9826181Z Receiving objects: 43% (47673/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9827055Z Receiving objects: 44% (48782/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9827900Z Receiving objects: 45% (49890/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9828579Z Receiving objects: 46% (50999/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9829352Z Receiving objects: 47% (52108/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9830075Z Receiving objects: 48% (53216/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9830854Z Receiving objects: 49% (54325/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9831671Z Receiving objects: 50% (55433/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9832499Z Receiving objects: 51% (56542/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9833305Z Receiving objects: 52% (57651/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9834226Z Receiving objects: 53% (58759/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9835016Z Receiving objects: 54% (59868/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9835897Z Receiving objects: 55% (60977/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9836697Z Receiving objects: 56% (62085/110866), 44.34 MiB | 44.33 MiB/s 2024-08-22T20:36:25.9837467Z Receiving objects: 57% (63194/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9838263Z Receiving objects: 58% (64303/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9839004Z Receiving objects: 59% (65411/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9839797Z Receiving objects: 60% (66520/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9840969Z Receiving objects: 61% (67629/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9841807Z Receiving objects: 62% (68737/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9842563Z Receiving objects: 63% (69846/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9843329Z Receiving objects: 64% (70955/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9844130Z Receiving objects: 65% (72063/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9844889Z Receiving objects: 66% (73172/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9845683Z Receiving objects: 67% (74281/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9846441Z Receiving objects: 68% (75389/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9847268Z Receiving objects: 69% (76498/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9848089Z Receiving objects: 70% (77607/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9848905Z Receiving objects: 71% (78715/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9849733Z Receiving objects: 72% (79824/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9850547Z Receiving objects: 73% (80933/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9851370Z Receiving objects: 74% (82041/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9852186Z Receiving objects: 75% (83150/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9852921Z Receiving objects: 76% (84259/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9853763Z Receiving objects: 77% (85367/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9854571Z Receiving objects: 78% (86476/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9855452Z Receiving objects: 79% (87585/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9856267Z Receiving objects: 80% (88693/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9857091Z Receiving objects: 81% (89802/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9857912Z Receiving objects: 82% (90911/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9858723Z Receiving objects: 83% (92019/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9859474Z Receiving objects: 84% (93128/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9860216Z Receiving objects: 85% (94237/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9860951Z Receiving objects: 86% (95345/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9861766Z Receiving objects: 87% (96454/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9862541Z Receiving objects: 88% (97563/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9863171Z Receiving objects: 89% (98671/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9864010Z Receiving objects: 90% (99780/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9864827Z Receiving objects: 91% (100889/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9865650Z Receiving objects: 92% (101997/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9866484Z Receiving objects: 93% (103106/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9867196Z Receiving objects: 94% (104215/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9867949Z Receiving objects: 95% (105323/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9868787Z Receiving objects: 96% (106432/110866), 58.91 MiB | 39.27 MiB/s 2024-08-22T20:36:25.9869602Z Receiving objects: 96% (107129/110866), 80.05 MiB | 39.92 MiB/s 2024-08-22T20:36:25.9870428Z Receiving objects: 97% (107541/110866), 80.05 MiB | 39.92 MiB/s 2024-08-22T20:36:25.9871226Z Receiving objects: 98% (108649/110866), 80.05 MiB | 39.92 MiB/s 2024-08-22T20:36:25.9871997Z Receiving objects: 99% (109758/110866), 80.05 MiB | 39.92 MiB/s 2024-08-22T20:36:25.9873322Z remote: Total 110866 (delta 2180), reused 2833 (delta 1833), pack-reused 107399 (from 1) 2024-08-22T20:36:25.9874444Z Receiving objects: 100% (110866/110866), 80.05 MiB | 39.92 MiB/s 2024-08-22T20:36:25.9875392Z Receiving objects: 100% (110866/110866), 84.81 MiB | 39.21 MiB/s, done. 2024-08-22T20:36:25.9876160Z Resolving deltas: 0% (0/85559) 2024-08-22T20:36:25.9876906Z Resolving deltas: 1% (856/85559) 2024-08-22T20:36:25.9877450Z Resolving deltas: 2% (1712/85559) 2024-08-22T20:36:25.9877923Z Resolving deltas: 3% (2567/85559) 2024-08-22T20:36:25.9878459Z Resolving deltas: 4% (3423/85559) 2024-08-22T20:36:25.9879000Z Resolving deltas: 5% (4280/85559) 2024-08-22T20:36:25.9879546Z Resolving deltas: 6% (5135/85559) 2024-08-22T20:36:25.9880071Z Resolving deltas: 7% (5990/85559) 2024-08-22T20:36:25.9880576Z Resolving deltas: 8% (6845/85559) 2024-08-22T20:36:25.9881125Z Resolving deltas: 9% (7701/85559) 2024-08-22T20:36:25.9881619Z Resolving deltas: 10% (8556/85559) 2024-08-22T20:36:25.9882022Z Resolving deltas: 11% (9412/85559) 2024-08-22T20:36:25.9882545Z Resolving deltas: 12% (10268/85559) 2024-08-22T20:36:25.9883095Z Resolving deltas: 13% (11123/85559) 2024-08-22T20:36:25.9883656Z Resolving deltas: 14% (11979/85559) 2024-08-22T20:36:25.9884178Z Resolving deltas: 15% (12834/85559) 2024-08-22T20:36:25.9884616Z Resolving deltas: 16% (13690/85559) 2024-08-22T20:36:25.9885117Z Resolving deltas: 17% (14546/85559) 2024-08-22T20:36:25.9885682Z Resolving deltas: 18% (15401/85559) 2024-08-22T20:36:25.9886155Z Resolving deltas: 19% (16257/85559) 2024-08-22T20:36:25.9886699Z Resolving deltas: 20% (17113/85559) 2024-08-22T20:36:25.9887252Z Resolving deltas: 21% (17968/85559) 2024-08-22T20:36:25.9887775Z Resolving deltas: 22% (18823/85559) 2024-08-22T20:36:25.9888331Z Resolving deltas: 23% (19680/85559) 2024-08-22T20:36:25.9888893Z Resolving deltas: 24% (20535/85559) 2024-08-22T20:36:25.9889423Z Resolving deltas: 25% (21391/85559) 2024-08-22T20:36:25.9889978Z Resolving deltas: 26% (22248/85559) 2024-08-22T20:36:25.9890533Z Resolving deltas: 27% (23101/85559) 2024-08-22T20:36:25.9891054Z Resolving deltas: 28% (23957/85559) 2024-08-22T20:36:25.9891616Z Resolving deltas: 29% (24815/85559) 2024-08-22T20:36:25.9892166Z Resolving deltas: 30% (25668/85559) 2024-08-22T20:36:25.9892697Z Resolving deltas: 31% (26524/85559) 2024-08-22T20:36:25.9893277Z Resolving deltas: 32% (27381/85559) 2024-08-22T20:36:25.9893811Z Resolving deltas: 33% (28235/85559) 2024-08-22T20:36:25.9894350Z Resolving deltas: 34% (29091/85559) 2024-08-22T20:36:25.9894906Z Resolving deltas: 35% (29946/85559) 2024-08-22T20:36:25.9895416Z Resolving deltas: 36% (30802/85559) 2024-08-22T20:36:25.9895975Z Resolving deltas: 37% (31657/85559) 2024-08-22T20:36:25.9896504Z Resolving deltas: 38% (32513/85559) 2024-08-22T20:36:25.9896905Z Resolving deltas: 39% (33369/85559) 2024-08-22T20:36:25.9897388Z Resolving deltas: 40% (34224/85559) 2024-08-22T20:36:25.9897941Z Resolving deltas: 41% (35080/85559) 2024-08-22T20:36:25.9898472Z Resolving deltas: 42% (35935/85559) 2024-08-22T20:36:25.9899000Z Resolving deltas: 43% (36791/85559) 2024-08-22T20:36:25.9899512Z Resolving deltas: 44% (37646/85559) 2024-08-22T20:36:25.9899998Z Resolving deltas: 45% (38502/85559) 2024-08-22T20:36:25.9900538Z Resolving deltas: 46% (39360/85559) 2024-08-22T20:36:25.9901097Z Resolving deltas: 47% (40213/85559) 2024-08-22T20:36:25.9901653Z Resolving deltas: 48% (41070/85559) 2024-08-22T20:36:25.9902130Z Resolving deltas: 49% (41925/85559) 2024-08-22T20:36:25.9902680Z Resolving deltas: 50% (42780/85559) 2024-08-22T20:36:25.9903207Z Resolving deltas: 51% (43637/85559) 2024-08-22T20:36:25.9903741Z Resolving deltas: 52% (44492/85559) 2024-08-22T20:36:25.9904303Z Resolving deltas: 53% (45347/85559) 2024-08-22T20:36:25.9904830Z Resolving deltas: 54% (46202/85559) 2024-08-22T20:36:25.9905377Z Resolving deltas: 55% (47058/85559) 2024-08-22T20:36:25.9905904Z Resolving deltas: 56% (47915/85559) 2024-08-22T20:36:25.9906445Z Resolving deltas: 57% (48769/85559) 2024-08-22T20:36:25.9907008Z Resolving deltas: 58% (49626/85559) 2024-08-22T20:36:25.9907549Z Resolving deltas: 59% (50480/85559) 2024-08-22T20:36:25.9908094Z Resolving deltas: 60% (51336/85559) 2024-08-22T20:36:25.9908623Z Resolving deltas: 61% (52192/85559) 2024-08-22T20:36:25.9909137Z Resolving deltas: 62% (53048/85559) 2024-08-22T20:36:25.9910056Z Resolving deltas: 63% (53903/85559) 2024-08-22T20:36:25.9910615Z Resolving deltas: 64% (54758/85559) 2024-08-22T20:36:25.9911163Z Resolving deltas: 65% (55614/85559) 2024-08-22T20:37:02.0896735Z Resolving deltas: 66% (56470/85559) 2024-08-22T20:37:02.0897236Z Resolving deltas: 67% (57325/85559) 2024-08-22T20:37:02.0897643Z Resolving deltas: 68% (58182/85559) 2024-08-22T20:37:02.0902339Z Resolving deltas: 69% (59036/85559) 2024-08-22T20:37:02.0902769Z Resolving deltas: 70% (59895/85559) 2024-08-22T20:37:02.0903348Z Resolving deltas: 71% (60747/85559) 2024-08-22T20:37:02.0903793Z Resolving deltas: 72% (61603/85559) 2024-08-22T20:37:02.0904205Z Resolving deltas: 73% (62460/85559) 2024-08-22T20:37:02.0904606Z Resolving deltas: 74% (63314/85559) 2024-08-22T20:37:02.0905011Z Resolving deltas: 75% (64170/85559) 2024-08-22T20:37:02.0905408Z Resolving deltas: 75% (64834/85559) 2024-08-22T20:37:02.0905803Z Resolving deltas: 76% (65025/85559) 2024-08-22T20:37:02.0906224Z Resolving deltas: 77% (65882/85559) 2024-08-22T20:37:02.0906641Z Resolving deltas: 78% (66737/85559) 2024-08-22T20:37:02.0907033Z Resolving deltas: 79% (67593/85559) 2024-08-22T20:37:02.0907582Z Resolving deltas: 80% (68448/85559) 2024-08-22T20:37:02.0910411Z Resolving deltas: 81% (69303/85559) 2024-08-22T20:37:02.0911010Z Resolving deltas: 82% (70159/85559) 2024-08-22T20:37:02.0911567Z Resolving deltas: 83% (71014/85559) 2024-08-22T20:37:02.0912011Z Resolving deltas: 84% (71870/85559) 2024-08-22T20:37:02.0912463Z Resolving deltas: 85% (72726/85559) 2024-08-22T20:37:02.0913007Z Resolving deltas: 86% (73581/85559) 2024-08-22T20:37:02.0913542Z Resolving deltas: 87% (74437/85559) 2024-08-22T20:37:02.0914079Z Resolving deltas: 88% (75292/85559) 2024-08-22T20:37:02.0914473Z Resolving deltas: 89% (76150/85559) 2024-08-22T20:37:02.0914883Z Resolving deltas: 90% (77004/85559) 2024-08-22T20:37:02.0918057Z Resolving deltas: 91% (77859/85559) 2024-08-22T20:37:02.0918675Z Resolving deltas: 92% (78716/85559) 2024-08-22T20:37:02.0919284Z Resolving deltas: 93% (79570/85559) 2024-08-22T20:37:02.0919815Z Resolving deltas: 94% (80426/85559) 2024-08-22T20:37:02.0920224Z Resolving deltas: 95% (81282/85559) 2024-08-22T20:37:02.0920625Z Resolving deltas: 96% (82138/85559) 2024-08-22T20:37:02.0921030Z Resolving deltas: 97% (82993/85559) 2024-08-22T20:37:02.0921428Z Resolving deltas: 98% (83848/85559) 2024-08-22T20:37:02.0921827Z Resolving deltas: 99% (84704/85559) 2024-08-22T20:37:02.0922259Z Resolving deltas: 100% (85559/85559) 2024-08-22T20:37:02.0922832Z Resolving deltas: 100% (85559/85559), done. 2024-08-22T20:37:02.0923384Z + cd executorch 2024-08-22T20:37:02.0924368Z ++ cat /pytorch/torchchat/.pins/et-pin.txt 2024-08-22T20:37:02.0925049Z + git checkout 91298923a0076c1b41059efb6dad2876426e4b03 2024-08-22T20:37:02.0925939Z Note: switching to '91298923a0076c1b41059efb6dad2876426e4b03'. 2024-08-22T20:37:02.0926387Z 2024-08-22T20:37:02.0926771Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:37:02.0927551Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:37:02.0928299Z state without impacting any branches by switching back to a branch. 2024-08-22T20:37:02.0928740Z 2024-08-22T20:37:02.0929044Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:37:02.0930112Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:37:02.0930674Z 2024-08-22T20:37:02.0930976Z git switch -c 2024-08-22T20:37:02.0931329Z 2024-08-22T20:37:02.0931519Z Or undo this operation with: 2024-08-22T20:37:02.0931836Z 2024-08-22T20:37:02.0931990Z git switch - 2024-08-22T20:37:02.0932240Z 2024-08-22T20:37:02.0932679Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:37:02.0933292Z 2024-08-22T20:37:02.0933596Z HEAD is now at 91298923a immutable accessors in graph signature (#4433) 2024-08-22T20:37:02.0934324Z + echo 'Install executorch: submodule update' 2024-08-22T20:37:02.0935224Z Install executorch: submodule update 2024-08-22T20:37:02.0935635Z + git submodule sync 2024-08-22T20:37:02.0936022Z + git submodule update --init 2024-08-22T20:37:02.0937330Z 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:37:02.0939348Z 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:37:02.0941244Z 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:37:02.0943330Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2024-08-22T20:37:02.0945255Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2024-08-22T20:37:02.0946790Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2024-08-22T20:37:02.0948412Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2024-08-22T20:37:02.0950094Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/digantdesai/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2024-08-22T20:37:02.0951768Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2024-08-22T20:37:02.0953537Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2024-08-22T20:37:02.0955315Z Submodule 'examples/third-party/LLaVA' (https://github.com/haotian-liu/LLaVA.git) registered for path 'examples/third-party/LLaVA' 2024-08-22T20:37:02.0956806Z Submodule 'examples/third-party/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'examples/third-party/fbjni' 2024-08-22T20:37:02.0958400Z 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:02.0959944Z Submodule 'extension/llm/third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/third-party/re2' 2024-08-22T20:37:02.0961548Z Submodule 'extension/llm/third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/third-party/sentencepiece' 2024-08-22T20:37:02.0963233Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2024-08-22T20:37:02.0964780Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2024-08-22T20:37:02.0966103Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2024-08-22T20:37:02.0967351Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2024-08-22T20:37:02.0968645Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2024-08-22T20:37:02.0969962Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2024-08-22T20:37:02.0971278Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2024-08-22T20:37:02.0972714Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2024-08-22T20:37:02.0974079Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/arm/third-party/ethos-u-core-driver'... 2024-08-22T20:37:02.0975336Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/arm/third-party/serialization_lib'... 2024-08-22T20:37:02.0976523Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2024-08-22T20:37:02.0977754Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2024-08-22T20:37:02.0978916Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/volk'... 2024-08-22T20:37:02.0979994Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FP16'... 2024-08-22T20:37:02.0981088Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FXdiv'... 2024-08-22T20:37:02.0982208Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/XNNPACK'... 2024-08-22T20:37:02.0983340Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/cpuinfo'... 2024-08-22T20:37:02.0984489Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/pthreadpool'... 2024-08-22T20:37:02.0985559Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/third-party/LLaVA'... 2024-08-22T20:37:02.0986537Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/third-party/fbjni'... 2024-08-22T20:37:02.0987586Z Cloning into '/pytorch/torchchat/et-build/src/executorch/extension/llm/third-party/abseil-cpp'... 2024-08-22T20:37:02.0988648Z Cloning into '/pytorch/torchchat/et-build/src/executorch/extension/llm/third-party/re2'... 2024-08-22T20:37:02.0989731Z Cloning into '/pytorch/torchchat/et-build/src/executorch/extension/llm/third-party/sentencepiece'... 2024-08-22T20:37:02.0990855Z Cloning into '/pytorch/torchchat/et-build/src/executorch/kernels/optimized/third-party/eigen'... 2024-08-22T20:37:02.0991889Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/flatbuffers'... 2024-08-22T20:37:02.0992792Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/flatcc'... 2024-08-22T20:37:02.0993960Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/gflags'... 2024-08-22T20:37:02.0995098Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/googletest'... 2024-08-22T20:37:02.0996155Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/ios-cmake'... 2024-08-22T20:37:02.0997056Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/prelude'... 2024-08-22T20:37:02.0997958Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/pybind11'... 2024-08-22T20:37:02.0999098Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '90f9df900acdc0718ecd2dfdc53780664758dec5' 2024-08-22T20:37:02.1000411Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2024-08-22T20:37:02.1001703Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2024-08-22T20:37:06.1662325Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-08-22T20:37:06.1664126Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2024-08-22T20:37:06.1665771Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-08-22T20:37:06.1667033Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-08-22T20:37:06.1668401Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '1d139a3b4b7155889c88c31f370a82c48e7ca89c' 2024-08-22T20:37:06.1670482Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'd6860c477c99f1fce9e28eb206891af3c0e1a1d7' 2024-08-22T20:37:06.1672340Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-08-22T20:37:06.1673758Z Submodule path 'examples/third-party/LLaVA': checked out '7440ec9ee37b0374c6b5548818e89878e38f3353' 2024-08-22T20:37:06.1674867Z Submodule path 'examples/third-party/fbjni': checked out '52a14f0daa889a20d8984798b8d96eb03cebd334' 2024-08-22T20:37:06.1676033Z Submodule path 'extension/llm/third-party/abseil-cpp': checked out 'eb852207758a773965301d0ae717e4235fc5301a' 2024-08-22T20:37:06.1677206Z Submodule path 'extension/llm/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2024-08-22T20:37:06.1678412Z Submodule path 'extension/llm/third-party/sentencepiece': checked out '6225e08edb2577757163b3f5dbba4c0b670ef445' 2024-08-22T20:37:06.1679638Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2024-08-22T20:37:06.1680786Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2024-08-22T20:37:06.1681824Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2024-08-22T20:37:06.1682840Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2024-08-22T20:37:06.1683875Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-22T20:37:06.1684993Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2024-08-22T20:37:06.1686035Z Submodule path 'third-party/prelude': checked out '4e9e6d50b8b461564a7e351ff60b87fe59d7e53b' 2024-08-22T20:37:06.1687080Z Submodule path 'third-party/pybind11': checked out '8c7b8dd0ae74b36b7d42f77b0dd4096ebb7f4ab1' 2024-08-22T20:37:06.1687739Z + popd 2024-08-22T20:37:06.1688046Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:37:06.1688488Z + install_executorch_libs pipefail 2024-08-22T20:37:06.1690956Z + 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:06.1695149Z + 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:06.1697345Z + export 'CMAKE_BUILD_ARGS=--target install' 2024-08-22T20:37:06.1697894Z + CMAKE_BUILD_ARGS='--target install' 2024-08-22T20:37:06.1698341Z + install_executorch_python_libs pipefail 2024-08-22T20:37:06.1698862Z + '[' '!' -d /pytorch/torchchat/et-build ']' 2024-08-22T20:37:06.1699362Z + pushd /pytorch/torchchat/et-build/src 2024-08-22T20:37:06.1700026Z /pytorch/torchchat/et-build/src /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:37:06.1700597Z + cd executorch 2024-08-22T20:37:06.1701026Z + echo 'Building and installing python libraries' 2024-08-22T20:37:06.1701535Z Building and installing python libraries 2024-08-22T20:37:06.1702011Z + '[' pipefail = false ']' 2024-08-22T20:37:06.1702404Z + echo 'Installing pybind' 2024-08-22T20:37:06.1702756Z Installing pybind 2024-08-22T20:37:06.1703202Z + bash ./install_requirements.sh --pybind xnnpack 2024-08-22T20:37:06.1703948Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2024-08-22T20:37:06.1704647Z Collecting torch==2.5.0.dev20240716 2024-08-22T20:37:06.1706052Z 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:06.1707414Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/172.4 MB ? eta -:--:-- 2024-08-22T20:37:06.1708471Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/172.4 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:37:06.1709604Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/172.4 MB 236.7 MB/s eta 0:00:01 2024-08-22T20:37:06.1710738Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.0/172.4 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:37:06.1711863Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.4/172.4 MB 244.3 MB/s eta 0:00:01 2024-08-22T20:37:06.1713008Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.6/172.4 MB 237.8 MB/s eta 0:00:01 2024-08-22T20:37:06.1714239Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.1/172.4 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:37:06.1715417Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/172.4 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:37:06.1716526Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 66.5/172.4 MB 238.5 MB/s eta 0:00:01 2024-08-22T20:37:06.1717635Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 74.7/172.4 MB 238.7 MB/s eta 0:00:01 2024-08-22T20:37:06.1718744Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 82.9/172.4 MB 237.4 MB/s eta 0:00:01 2024-08-22T20:37:06.1719880Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 91.2/172.4 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:37:06.1720996Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 99.4/172.4 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:37:06.1722105Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 108.0/172.4 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:37:06.1723219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 116.5/172.4 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:37:06.1724988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 125.0/172.4 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:37:06.1726103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 133.3/172.4 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:37:06.1727447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 141.5/172.4 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:37:06.1728699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 149.7/172.4 MB 238.3 MB/s eta 0:00:01 2024-08-22T20:37:06.1729811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 158.2/172.4 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:37:08.0206804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 166.8/172.4 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:37:08.0208643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0210367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0212007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0213777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0215456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0217108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0218785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0220448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0222104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0224374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0226195Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0227873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0229545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0231214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0232893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0234698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0236652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0238302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:37:08.0239924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.4/172.4 MB 14.1 MB/s eta 0:00:00 2024-08-22T20:37:08.0241092Z [?25hCollecting torchvision==0.20.0.dev20240716 2024-08-22T20:37:08.0242697Z 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:08.0244529Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:37:08.0245959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 94.8 MB/s eta 0:00:00 2024-08-22T20:37:08.0247580Z [?25hRequirement already satisfied: cmake in /opt/conda/lib/python3.11/site-packages (3.30.2) 2024-08-22T20:37:08.0249230Z Requirement already satisfied: pip>=23 in /opt/conda/lib/python3.11/site-packages (23.1.2) 2024-08-22T20:37:08.0250842Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.11/site-packages (6.0.1) 2024-08-22T20:37:08.0252531Z Requirement already satisfied: setuptools>=63 in /opt/conda/lib/python3.11/site-packages (67.8.0) 2024-08-22T20:37:08.0253620Z Collecting tomli 2024-08-22T20:37:08.0254301Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2024-08-22T20:37:08.0255535Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (0.38.4) 2024-08-22T20:37:08.0257130Z Requirement already satisfied: zstd in /opt/conda/lib/python3.11/site-packages (1.5.5.1) 2024-08-22T20:37:08.0258201Z Collecting timm==1.0.7 2024-08-22T20:37:08.0258925Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2024-08-22T20:37:08.0260193Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2024-08-22T20:37:08.0261759Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 1.0/2.3 MB 29.2 MB/s eta 0:00:01 2024-08-22T20:37:08.0263358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 35.9 MB/s eta 0:00:00 2024-08-22T20:37:08.0264497Z [?25hCollecting torchaudio==2.4.0.dev20240716 2024-08-22T20:37:08.0266251Z 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:08.0268229Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:37:08.0269683Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 91.7 MB/s eta 0:00:00 2024-08-22T20:37:08.0270701Z [?25hCollecting torchsr==1.0.4 2024-08-22T20:37:08.0271789Z Downloading torchsr-1.0.4-py3-none-any.whl (31 kB) 2024-08-22T20:37:08.0272549Z Collecting transformers==4.42.4 2024-08-22T20:37:08.0273384Z Downloading transformers-4.42.4-py3-none-any.whl (9.3 MB) 2024-08-22T20:37:08.0274743Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.3 MB ? eta -:--:-- 2024-08-22T20:37:08.0276280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 7.3/9.3 MB 222.4 MB/s eta 0:00:01 2024-08-22T20:37:08.0277908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.3/9.3 MB 183.0 MB/s eta 0:00:01 2024-08-22T20:37:08.0279399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.3/9.3 MB 101.7 MB/s eta 0:00:00 2024-08-22T20:37:08.0281250Z [?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:08.0283675Z 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:08.0285991Z 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:08.0288122Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (3.3) 2024-08-22T20:37:08.0290240Z 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:28.9871765Z 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:28.9874745Z 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:28.9877706Z 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:28.9880221Z 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:28.9881492Z Requirement already satisfied: safetensors in /opt/conda/lib/python3.11/site-packages (from timm==1.0.7) (0.4.4) 2024-08-22T20:37:28.9882821Z 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:28.9884277Z 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:28.9885953Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from transformers==4.42.4) (2.32.3) 2024-08-22T20:37:28.9887352Z 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:28.9888986Z 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:28.9890649Z 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:28.9892177Z 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:28.9893656Z 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:28.9895132Z 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:28.9896672Z 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:28.9898208Z 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:28.9899394Z Installing collected packages: tomli, torch, torchvision, torchaudio, transformers, torchsr, timm 2024-08-22T20:37:28.9900111Z Attempting uninstall: torch 2024-08-22T20:37:28.9900606Z Found existing installation: torch 2.5.0.dev20240814+cu121 2024-08-22T20:37:28.9901249Z Uninstalling torch-2.5.0.dev20240814+cu121: 2024-08-22T20:37:28.9901867Z Successfully uninstalled torch-2.5.0.dev20240814+cu121 2024-08-22T20:37:28.9902389Z Attempting uninstall: transformers 2024-08-22T20:37:28.9902880Z Found existing installation: transformers 4.44.2 2024-08-22T20:37:28.9903430Z Uninstalling transformers-4.44.2: 2024-08-22T20:37:28.9903966Z Successfully uninstalled transformers-4.44.2 2024-08-22T20:37:28.9905291Z 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:28.9907523Z 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:28.9909231Z Using pip 23.1.2 from /opt/conda/lib/python3.11/site-packages/pip (python 3.11) 2024-08-22T20:37:28.9910139Z WARNING: The index url "" seems invalid, please provide a scheme. 2024-08-22T20:37:28.9910861Z Looking in indexes: https://pypi.org/simple, 2024-08-22T20:37:28.9911472Z Processing /pytorch/torchchat/et-build/src/executorch 2024-08-22T20:37:28.9912043Z Running command Preparing metadata (pyproject.toml) 2024-08-22T20:37:28.9913370Z /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:28.9914719Z config = read_configuration(filepath, True, ignore_option_errors, dist) 2024-08-22T20:37:28.9915300Z running dist_info 2024-08-22T20:37:28.9915834Z creating /tmp/pip-modern-metadata-q_3vq_gq/executorch.egg-info 2024-08-22T20:37:28.9916648Z writing /tmp/pip-modern-metadata-q_3vq_gq/executorch.egg-info/PKG-INFO 2024-08-22T20:37:28.9917665Z writing dependency_links to /tmp/pip-modern-metadata-q_3vq_gq/executorch.egg-info/dependency_links.txt 2024-08-22T20:37:28.9918790Z writing entry points to /tmp/pip-modern-metadata-q_3vq_gq/executorch.egg-info/entry_points.txt 2024-08-22T20:37:28.9919860Z writing requirements to /tmp/pip-modern-metadata-q_3vq_gq/executorch.egg-info/requires.txt 2024-08-22T20:37:28.9920962Z writing top-level names to /tmp/pip-modern-metadata-q_3vq_gq/executorch.egg-info/top_level.txt 2024-08-22T20:37:28.9922031Z writing manifest file '/tmp/pip-modern-metadata-q_3vq_gq/executorch.egg-info/SOURCES.txt' 2024-08-22T20:37:28.9923063Z reading manifest file '/tmp/pip-modern-metadata-q_3vq_gq/executorch.egg-info/SOURCES.txt' 2024-08-22T20:37:28.9924396Z adding license file 'LICENSE' 2024-08-22T20:37:28.9925157Z writing manifest file '/tmp/pip-modern-metadata-q_3vq_gq/executorch.egg-info/SOURCES.txt' 2024-08-22T20:37:28.9926149Z creating '/tmp/pip-modern-metadata-q_3vq_gq/executorch-0.4.0a0+9129892.dist-info' 2024-08-22T20:37:28.9926955Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2024-08-22T20:37:28.9927930Z WARNING: Location 'expecttest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:28.9928894Z Collecting expecttest (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:28.9929563Z Downloading expecttest-0.2.1-py3-none-any.whl (7.4 kB) 2024-08-22T20:37:28.9930538Z WARNING: Location 'flatbuffers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:28.9931511Z Collecting flatbuffers (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:28.9932233Z Downloading flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB) 2024-08-22T20:37:28.9933281Z WARNING: Location 'hypothesis/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:28.9934231Z Collecting hypothesis (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:28.9934909Z Downloading hypothesis-6.111.1-py3-none-any.whl (467 kB) 2024-08-22T20:37:28.9935787Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/467.5 kB ? eta -:--:-- 2024-08-22T20:37:28.9936737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.5/467.5 kB 23.4 MB/s eta 0:00:00 2024-08-22T20:37:28.9937972Z [?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:28.9939431Z 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:28.9940871Z Requirement already satisfied: packaging in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (23.0) 2024-08-22T20:37:28.9942248Z 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:28.9943580Z WARNING: Location 'parameterized/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:28.9944569Z Collecting parameterized (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:28.9945292Z Downloading parameterized-0.9.0-py2.py3-none-any.whl (20 kB) 2024-08-22T20:37:28.9946296Z WARNING: Location 'pytest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:28.9947215Z Collecting pytest (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:28.9947839Z Downloading pytest-8.3.2-py3-none-any.whl (341 kB) 2024-08-22T20:37:28.9948638Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/341.8 kB ? eta -:--:-- 2024-08-22T20:37:28.9949620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 40.7 MB/s eta 0:00:00 2024-08-22T20:37:28.9950839Z [?25hWARNING: Location 'pytest-xdist/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:28.9951838Z Collecting pytest-xdist (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:28.9952526Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2024-08-22T20:37:28.9953338Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/46.1 kB ? eta -:--:-- 2024-08-22T20:37:28.9954357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.1/46.1 kB 16.7 MB/s eta 0:00:00 2024-08-22T20:37:28.9955531Z [?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:28.9957066Z 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:28.9958609Z 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:37.1828361Z 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:37.1830829Z 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:37.1833036Z WARNING: Location 'sortedcontainers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:37.1834848Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->executorch==0.4.0a0+9129892) 2024-08-22T20:37:37.1836513Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-08-22T20:37:37.1838375Z 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:37.1840829Z 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:37.1842962Z 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:37.1845069Z WARNING: Location 'iniconfig/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:37.1846417Z Collecting iniconfig (from pytest->executorch==0.4.0a0+9129892) 2024-08-22T20:37:37.1847410Z Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2024-08-22T20:37:37.1848883Z WARNING: Location 'pluggy/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:37.1850377Z Collecting pluggy<2,>=1.5 (from pytest->executorch==0.4.0a0+9129892) 2024-08-22T20:37:37.1851419Z Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) 2024-08-22T20:37:37.1852984Z WARNING: Location 'execnet/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:37.1854564Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.4.0a0+9129892) 2024-08-22T20:37:37.1855662Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2024-08-22T20:37:37.1856880Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.6 kB ? eta -:--:-- 2024-08-22T20:37:37.1858360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/40.6 kB 15.6 MB/s eta 0:00:00 2024-08-22T20:37:37.1860557Z [?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:37.1862165Z Building wheels for collected packages: executorch 2024-08-22T20:37:37.1863073Z Running command Building wheel for executorch (pyproject.toml) 2024-08-22T20:37:37.1866656Z /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:37.1868729Z config = read_configuration(filepath, True, ignore_option_errors, dist) 2024-08-22T20:37:37.1869528Z running bdist_wheel 2024-08-22T20:37:37.1869975Z running build 2024-08-22T20:37:37.1870546Z command options for 'CustomBuild': 2024-08-22T20:37:37.1871172Z build_base = pip-out 2024-08-22T20:37:37.1871721Z build_purelib = pip-out/lib 2024-08-22T20:37:37.1872517Z build_platlib = pip-out/lib.linux-x86_64-cpython-311 2024-08-22T20:37:37.1873437Z build_lib = pip-out/lib.linux-x86_64-cpython-311 2024-08-22T20:37:37.1874555Z build_scripts = pip-out/scripts-3.11 2024-08-22T20:37:37.1875327Z build_temp = pip-out/temp.linux-x86_64-cpython-311 2024-08-22T20:37:37.1876104Z plat_name = linux-x86_64 2024-08-22T20:37:37.1876604Z compiler = None 2024-08-22T20:37:37.1877048Z parallel = 15 2024-08-22T20:37:37.1877467Z debug = None 2024-08-22T20:37:37.1877859Z force = None 2024-08-22T20:37:37.1878304Z executable = /opt/conda/bin/python 2024-08-22T20:37:37.1879134Z creating /pytorch/torchchat/et-build/src/executorch/pip-out 2024-08-22T20:37:37.1880249Z creating /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311 2024-08-22T20:37:37.1881721Z creating /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out 2024-08-22T20:37:37.1883196Z deleting /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/CMakeCache.txt 2024-08-22T20:37:37.1884248Z temporarily unsetting HOME while running as root 2024-08-22T20:37:37.1890192Z 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:37.1895584Z -- The C compiler identification is GNU 9.3.1 2024-08-22T20:37:37.1896171Z -- The CXX compiler identification is GNU 9.3.1 2024-08-22T20:37:37.1896699Z -- Detecting C compiler ABI info 2024-08-22T20:37:37.1897182Z -- Detecting C compiler ABI info - done 2024-08-22T20:37:37.1897885Z -- Check for working C compiler: /opt/rh/devtoolset-9/root/usr/bin/cc - skipped 2024-08-22T20:37:37.1898538Z -- Detecting C compile features 2024-08-22T20:37:37.1899001Z -- Detecting C compile features - done 2024-08-22T20:37:37.1899487Z -- Detecting CXX compiler ABI info 2024-08-22T20:37:37.1899971Z -- Detecting CXX compiler ABI info - done 2024-08-22T20:37:37.1900705Z -- Check for working CXX compiler: /opt/rh/devtoolset-9/root/usr/bin/c++ - skipped 2024-08-22T20:37:37.1901390Z -- Detecting CXX compile features 2024-08-22T20:37:37.1901865Z -- Detecting CXX compile features - done 2024-08-22T20:37:37.1902439Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-08-22T20:37:37.1903213Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2024-08-22T20:37:37.1903762Z -- Check if compiler accepts -pthread 2024-08-22T20:37:37.1904293Z -- Check if compiler accepts -pthread - yes 2024-08-22T20:37:37.1905000Z -- Found Threads: TRUE 2024-08-22T20:37:37.1906279Z -- 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:37.1907422Z -- Configuring done (0.0s) 2024-08-22T20:37:37.1907833Z -- Generating done (0.0s) 2024-08-22T20:37:37.1908838Z -- 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:37.1909863Z [ 11%] Creating directories for 'fxdiv' 2024-08-22T20:37:37.1910445Z [ 22%] Performing download step (git clone) for 'fxdiv' 2024-08-22T20:37:37.1910994Z Cloning into 'FXdiv-source'... 2024-08-22T20:37:37.1911411Z Already on 'master' 2024-08-22T20:37:37.1911889Z Your branch is up to date with 'origin/master'. 2024-08-22T20:37:37.1912704Z [ 33%] Performing update step for 'fxdiv' 2024-08-22T20:37:37.1913312Z -- Fetching latest from the remote origin 2024-08-22T20:37:37.1913918Z [ 44%] No patch step for 'fxdiv' 2024-08-22T20:37:37.1914383Z [ 55%] No configure step for 'fxdiv' 2024-08-22T20:37:37.1914848Z [ 66%] No build step for 'fxdiv' 2024-08-22T20:37:37.1915303Z [ 77%] No install step for 'fxdiv' 2024-08-22T20:37:37.1915758Z [ 88%] No test step for 'fxdiv' 2024-08-22T20:37:37.1916181Z [100%] Completed 'fxdiv' 2024-08-22T20:37:37.1916537Z [100%] Built target fxdiv 2024-08-22T20:37:37.1916985Z -- Looking for pthread_create in pthreads 2024-08-22T20:37:37.1917552Z -- Looking for pthread_create in pthreads - not found 2024-08-22T20:37:37.1918124Z -- Looking for pthread_create in pthread 2024-08-22T20:37:37.1918663Z -- Looking for pthread_create in pthread - found 2024-08-22T20:37:37.1919245Z -- Using python executable '/opt/conda/bin/python' 2024-08-22T20:37:37.1920736Z -- 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:37.1922047Z -- Killing buck2 daemon 2024-08-22T20:37:37.1922479Z -- executorch: Generating source lists 2024-08-22T20:37:37.1923617Z -- 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:37.1925629Z -- 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:37.1926659Z -- Proceeding with version: 24.3.25.0 2024-08-22T20:37:37.1927111Z -- Looking for strtof_l 2024-08-22T20:37:37.1927520Z -- Looking for strtof_l - found 2024-08-22T20:37:37.1927950Z -- Looking for strtoull_l 2024-08-22T20:37:37.1928363Z -- Looking for strtoull_l - found 2024-08-22T20:37:37.1928803Z -- Looking for realpath 2024-08-22T20:37:37.1929209Z -- Looking for realpath - found 2024-08-22T20:37:37.1929632Z -- CMAKE_CXX_FLAGS: 2024-08-22T20:37:37.1930057Z -- executorch: Using PAL default 'posix' 2024-08-22T20:37:37.1930541Z -- Generating operator lib: 2024-08-22T20:37:37.1930955Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:37:37.1931720Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-08-22T20:37:37.1932490Z -- ROOT_OPS: 2024-08-22T20:37:37.1932831Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:37.1935013Z 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:37.1936986Z -- Generating kernel bindings: 2024-08-22T20:37:37.1937423Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:37:37.1938186Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-08-22T20:37:37.1939206Z -- CUSTOM_OPS_YAML: 2024-08-22T20:37:37.5559347Z 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:37.5562234Z -- Generating operator lib: 2024-08-22T20:37:37.5562782Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:37:37.5563314Z -- KERNEL_LIBS: portable_kernels 2024-08-22T20:37:37.5563899Z -- DEPS: executorch 2024-08-22T20:37:37.5564441Z -- Generating operator lib: 2024-08-22T20:37:37.5564932Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:37:37.5565747Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-08-22T20:37:37.5566551Z -- ROOT_OPS: 2024-08-22T20:37:37.5566901Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:37.5568963Z 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:37.5570913Z -- Generating kernel bindings: 2024-08-22T20:37:37.5571355Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:37:37.5572244Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-08-22T20:37:37.5573041Z -- CUSTOM_OPS_YAML: 2024-08-22T20:37:37.5576009Z 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:37.5578763Z -- Generating operator lib: 2024-08-22T20:37:37.5579195Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:37:37.5579649Z -- KERNEL_LIBS: optimized_kernels 2024-08-22T20:37:37.5580084Z -- DEPS: executorch 2024-08-22T20:37:37.5580473Z -- Generating operator lib: 2024-08-22T20:37:37.5580897Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:37:37.5581668Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:37:37.5582396Z -- ROOT_OPS: 2024-08-22T20:37:37.5582739Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:37.5584764Z 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:37.5586723Z -- Generating kernel bindings: 2024-08-22T20:37:37.5587172Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:37:37.5587588Z -- FUNCTIONS_YAML: 2024-08-22T20:37:37.5588294Z -- CUSTOM_OPS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:37:37.5594775Z 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:37.5600026Z -- Generating operator lib: 2024-08-22T20:37:37.5600468Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:37:37.5600903Z -- OPS_SCHEMA_YAML: 2024-08-22T20:37:37.5603800Z -- 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:37.5606129Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:37.5610029Z 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:37.5613509Z -- Generating kernel bindings: 2024-08-22T20:37:37.5613967Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:37:37.5614420Z -- FUNCTIONS_YAML: 2024-08-22T20:37:37.5615132Z -- CUSTOM_OPS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:37:37.5615902Z -- Generating custom ops aot lib: 2024-08-22T20:37:37.5616370Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:37:37.5617290Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2024-08-22T20:37:37.5618666Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2024-08-22T20:37:37.5620080Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2024-08-22T20:37:37.5621452Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2024-08-22T20:37:37.5622841Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2024-08-22T20:37:37.5624581Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2024-08-22T20:37:37.5625989Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2024-08-22T20:37:37.5627333Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2024-08-22T20:37:37.5628945Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2024-08-22T20:37:37.5630459Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2024-08-22T20:37:37.5631872Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:37:37.5633133Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:37:37.5633821Z Call Stack (most recent call first): 2024-08-22T20:37:37.5634856Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:37:37.5635726Z build/Codegen.cmake:143 (find_package) 2024-08-22T20:37:37.5636277Z kernels/quantized/CMakeLists.txt:87 (gen_custom_ops_aot_lib) 2024-08-22T20:37:37.5636689Z 2024-08-22T20:37:37.5636695Z 2024-08-22T20:37:37.5637101Z -- Found Torch: /opt/conda/lib/python3.11/site-packages/torch/lib/libtorch.so 2024-08-22T20:37:37.5637751Z -- Generating operator lib: 2024-08-22T20:37:37.5638169Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:37:37.5638618Z -- KERNEL_LIBS: quantized_kernels 2024-08-22T20:37:37.5639058Z -- DEPS: executorch 2024-08-22T20:37:37.5639439Z -- Merging kernel yaml files: 2024-08-22T20:37:37.5640330Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/configurations/../kernels/optimized/optimized-oss.yaml 2024-08-22T20:37:37.5641635Z -- FALLBACK_YAML: /pytorch/torchchat/et-build/src/executorch/configurations/../kernels/portable/functions.yaml 2024-08-22T20:37:37.5642941Z -- OUTPUT_DIR: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations 2024-08-22T20:37:37.5643807Z -- Generating operator lib: 2024-08-22T20:37:37.5644272Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:37:37.5645337Z -- 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:37.5646259Z -- ROOT_OPS: 2024-08-22T20:37:37.5646604Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:37.5648881Z 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:37.5651018Z -- Generating kernel bindings: 2024-08-22T20:37:37.5651490Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:37:39.4971244Z -- 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:39.4972787Z -- CUSTOM_OPS_YAML: 2024-08-22T20:37:39.4977484Z 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:39.4982055Z -- Generating operator lib: 2024-08-22T20:37:39.4982770Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:37:39.4983594Z -- KERNEL_LIBS: portable_kernels;optimized_kernels 2024-08-22T20:37:39.4984323Z -- DEPS: executorch 2024-08-22T20:37:39.4985394Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2024-08-22T20:37:39.4986679Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:39.4987519Z CMake. 2024-08-22T20:37:39.4987755Z 2024-08-22T20:37:39.4988206Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:39.4989301Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:39.4990019Z 2024-08-22T20:37:39.4990027Z 2024-08-22T20:37:39.4990337Z -- Looking for C++ include unistd.h 2024-08-22T20:37:39.4991068Z -- Looking for C++ include unistd.h - found 2024-08-22T20:37:39.4991830Z -- Looking for C++ include stdint.h 2024-08-22T20:37:39.4993070Z -- Looking for C++ include stdint.h - found 2024-08-22T20:37:39.4993946Z -- Looking for C++ include inttypes.h 2024-08-22T20:37:39.4994791Z -- Looking for C++ include inttypes.h - found 2024-08-22T20:37:39.4995559Z -- Looking for C++ include sys/types.h 2024-08-22T20:37:39.4996313Z -- Looking for C++ include sys/types.h - found 2024-08-22T20:37:39.4997095Z -- Looking for C++ include sys/stat.h 2024-08-22T20:37:39.4997859Z -- Looking for C++ include sys/stat.h - found 2024-08-22T20:37:39.4998631Z -- Looking for C++ include fnmatch.h 2024-08-22T20:37:39.4999372Z -- Looking for C++ include fnmatch.h - found 2024-08-22T20:37:39.5000080Z -- Looking for C++ include stddef.h 2024-08-22T20:37:39.5000830Z -- Looking for C++ include stddef.h - found 2024-08-22T20:37:39.5001565Z -- Check size of uint32_t 2024-08-22T20:37:39.5002168Z -- Check size of uint32_t - done 2024-08-22T20:37:39.5002806Z -- Looking for strtoll 2024-08-22T20:37:39.5003418Z -- Looking for strtoll - found 2024-08-22T20:37:39.5004126Z -- The ASM compiler identification is GNU 2024-08-22T20:37:39.5004966Z -- Found assembler: /opt/rh/devtoolset-9/root/usr/bin/cc 2024-08-22T20:37:39.5006737Z -- 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:39.5008243Z -- Configuring done (0.0s) 2024-08-22T20:37:39.5008815Z -- Generating done (0.0s) 2024-08-22T20:37:39.5010188Z -- 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:39.5011641Z [ 11%] Creating directories for 'fp16' 2024-08-22T20:37:39.5012571Z [ 22%] Performing download step (download, verify and extract) for 'fp16' 2024-08-22T20:37:39.5013455Z -- Downloading... 2024-08-22T20:37:39.5015092Z 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:39.5016753Z timeout='none' 2024-08-22T20:37:39.5017264Z inactivity timeout='none' 2024-08-22T20:37:39.5018404Z -- Using src='https://github.com/Maratyszcza/FP16/archive/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:37:39.5019490Z -- [download 1% complete] 2024-08-22T20:37:39.5020044Z -- [download 5% complete] 2024-08-22T20:37:39.5020592Z -- [download 10% complete] 2024-08-22T20:37:39.5021139Z -- [download 18% complete] 2024-08-22T20:37:39.5021704Z -- [download 30% complete] 2024-08-22T20:37:39.5022284Z -- [download 48% complete] 2024-08-22T20:37:39.5022832Z -- [download 57% complete] 2024-08-22T20:37:39.5023428Z -- [download 68% complete] 2024-08-22T20:37:39.5025289Z -- [download 86% complete] 2024-08-22T20:37:39.5025868Z -- [download 100% complete] 2024-08-22T20:37:39.5026415Z -- verifying file... 2024-08-22T20:37:39.5028039Z 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:39.5029725Z -- Downloading... done 2024-08-22T20:37:39.5030247Z -- extracting... 2024-08-22T20:37:39.5031841Z 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:39.5034114Z dst='/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-source' 2024-08-22T20:37:39.5035319Z -- extracting... [tar xfz] 2024-08-22T20:37:39.5035890Z -- extracting... [analysis] 2024-08-22T20:37:39.5036458Z -- extracting... [rename] 2024-08-22T20:37:39.5036997Z -- extracting... [clean up] 2024-08-22T20:37:39.5037545Z -- extracting... done 2024-08-22T20:37:39.5038101Z [ 33%] No update step for 'fp16' 2024-08-22T20:37:39.5038713Z [ 44%] No patch step for 'fp16' 2024-08-22T20:37:39.5039715Z [ 55%] No configure step for 'fp16' 2024-08-22T20:37:39.5040386Z [ 66%] No build step for 'fp16' 2024-08-22T20:37:39.5041027Z [ 77%] No install step for 'fp16' 2024-08-22T20:37:39.5041649Z [ 88%] No test step for 'fp16' 2024-08-22T20:37:39.5042231Z [100%] Completed 'fp16' 2024-08-22T20:37:39.5042695Z [100%] Built target fp16 2024-08-22T20:37:39.5044010Z 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:39.5045491Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:39.5046300Z CMake. 2024-08-22T20:37:39.5046543Z 2024-08-22T20:37:39.5046981Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:39.5048043Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:39.5048683Z 2024-08-22T20:37:39.5048691Z 2024-08-22T20:37:39.5050008Z -- 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:39.5051735Z CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-08-22T20:37:39.5052927Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:39.5053885Z CMake. 2024-08-22T20:37:39.5054151Z 2024-08-22T20:37:39.5054667Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:39.5055790Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:39.5056408Z 2024-08-22T20:37:39.5056416Z 2024-08-22T20:37:39.5056740Z -- Configuring done (0.0s) 2024-08-22T20:37:39.5057307Z -- Generating done (0.0s) 2024-08-22T20:37:39.5058686Z -- 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:39.5060100Z [ 11%] Creating directories for 'psimd' 2024-08-22T20:37:39.5060902Z [ 22%] Performing download step (git clone) for 'psimd' 2024-08-22T20:37:39.5061653Z Cloning into 'psimd-source'... 2024-08-22T20:37:39.5062268Z Already on 'master' 2024-08-22T20:37:39.5063034Z Your branch is up to date with 'origin/master'. 2024-08-22T20:37:39.5063974Z [ 33%] Performing update step for 'psimd' 2024-08-22T20:37:39.5064789Z -- Fetching latest from the remote origin 2024-08-22T20:37:39.5065470Z [ 44%] No patch step for 'psimd' 2024-08-22T20:37:39.5066096Z [ 55%] No configure step for 'psimd' 2024-08-22T20:37:39.5066771Z [ 66%] No build step for 'psimd' 2024-08-22T20:37:39.5067412Z [ 77%] No install step for 'psimd' 2024-08-22T20:37:39.5068050Z [ 88%] No test step for 'psimd' 2024-08-22T20:37:39.5068647Z [100%] Completed 'psimd' 2024-08-22T20:37:39.5069139Z [100%] Built target psimd 2024-08-22T20:37:39.5070469Z 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:39.5071954Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:39.5072719Z CMake. 2024-08-22T20:37:39.5072942Z 2024-08-22T20:37:39.5073365Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:39.5074468Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:39.5075091Z 2024-08-22T20:37:39.5075099Z 2024-08-22T20:37:39.5075358Z -- pybind11 v2.12.0 dev1 2024-08-22T20:37:39.5076352Z CMake Warning (dev) at third-party/pybind11/tools/FindPythonLibsNew.cmake:98 (find_package): 2024-08-22T20:37:39.5077568Z Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules 2024-08-22T20:37:39.5078724Z are removed. Run "cmake --help-policy CMP0148" for policy details. Use 2024-08-22T20:37:39.5079730Z the cmake_policy command to set the policy and suppress this warning. 2024-08-22T20:37:39.5080315Z 2024-08-22T20:37:39.5080676Z Call Stack (most recent call first): 2024-08-22T20:37:39.5081709Z third-party/pybind11/tools/pybind11Tools.cmake:50 (find_package) 2024-08-22T20:37:39.5082770Z third-party/pybind11/tools/pybind11Common.cmake:188 (include) 2024-08-22T20:37:39.5083761Z third-party/pybind11/CMakeLists.txt:211 (include) 2024-08-22T20:37:39.5084718Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-22T20:37:39.5085317Z 2024-08-22T20:37:39.5086069Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.11.4", minimum required is "3.6") 2024-08-22T20:37:39.5087245Z -- Found PythonLibs: /opt/conda/lib/libpython3.11.so 2024-08-22T20:37:39.5088025Z -- Performing Test HAS_FLTO 2024-08-22T20:37:39.5088643Z -- Performing Test HAS_FLTO - Success 2024-08-22T20:37:39.5089691Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2024-08-22T20:37:39.5090857Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:39.5091641Z CMake. 2024-08-22T20:37:39.5091868Z 2024-08-22T20:37:39.5092299Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:39.5093386Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:39.5094000Z 2024-08-22T20:37:39.5094007Z 2024-08-22T20:37:39.5094589Z -- dist install dir /pytorch/torchchat/et-build/src/executorch/third-party/flatcc 2024-08-22T20:37:39.5095837Z -- lib install dir /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib 2024-08-22T20:37:39.5096953Z -- Setting GNU C compiler options with c11 and Posix 2024-08-22T20:37:39.5097706Z -- Disabling -pedantic for GCC >= 8.0 2024-08-22T20:37:39.5098687Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2024-08-22T20:37:39.5099563Z -- GCC_VERSION: 9 2024-08-22T20:37:39.5099823Z 2024-08-22T20:37:39.5101169Z -- 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:39.5103479Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:37:39.5104801Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:37:39.5105492Z Call Stack (most recent call first): 2024-08-22T20:37:39.5106770Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:37:39.5107940Z CMakeLists.txt:671 (find_package) 2024-08-22T20:37:39.5108328Z 2024-08-22T20:37:39.5108336Z 2024-08-22T20:37:54.1062709Z -- 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:54.1065591Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:37:54.1067184Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:37:54.1067956Z Call Stack (most recent call first): 2024-08-22T20:37:54.1069439Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:37:54.1071072Z examples/models/llama2/custom_ops/CMakeLists.txt:81 (find_package) 2024-08-22T20:37:54.1071792Z 2024-08-22T20:37:54.1071799Z 2024-08-22T20:37:54.1072004Z -- 2024-08-22T20:37:54.1072495Z -- ******** Summary ******** 2024-08-22T20:37:54.1073224Z -- CMAKE_BUILD_TYPE : Release 2024-08-22T20:37:54.1074165Z -- CMAKE_CXX_STANDARD : 17 2024-08-22T20:37:54.1074909Z -- CMAKE_CXX_COMPILER_ID : GNU 2024-08-22T20:37:54.1075646Z -- CMAKE_TOOLCHAIN_FILE : 2024-08-22T20:37:54.1078249Z -- 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:54.1080572Z -- PYTHON_EXECUTABLE : /opt/conda/bin/python 2024-08-22T20:37:54.1081503Z -- FLATC_EXECUTABLE : flatc 2024-08-22T20:37:54.1082301Z -- EXECUTORCH_ENABLE_LOGGING : ON 2024-08-22T20:37:54.1083149Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2024-08-22T20:37:54.1084012Z -- EXECUTORCH_LOG_LEVEL : Info 2024-08-22T20:37:54.1084841Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2024-08-22T20:37:54.1085695Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2024-08-22T20:37:54.1086558Z -- EXECUTORCH_BUILD_COREML : OFF 2024-08-22T20:37:54.1087475Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2024-08-22T20:37:54.1088332Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2024-08-22T20:37:54.1089213Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2024-08-22T20:37:54.1090093Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2024-08-22T20:37:54.1090956Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2024-08-22T20:37:54.1091745Z -- EXECUTORCH_BUILD_FLATC : ON 2024-08-22T20:37:54.1092567Z -- EXECUTORCH_BUILD_GFLAGS : ON 2024-08-22T20:37:54.1093399Z -- EXECUTORCH_BUILD_GTESTS : OFF 2024-08-22T20:37:54.1094239Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2024-08-22T20:37:54.1095058Z -- EXECUTORCH_BUILD_MPS : OFF 2024-08-22T20:37:54.1095869Z -- EXECUTORCH_BUILD_PYBIND : ON 2024-08-22T20:37:54.1096759Z -- EXECUTORCH_BUILD_QNN : OFF 2024-08-22T20:37:54.1097639Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2024-08-22T20:37:54.1149637Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2024-08-22T20:37:54.1150592Z -- EXECUTORCH_BUILD_SDK : OFF 2024-08-22T20:37:54.1151450Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2024-08-22T20:37:54.1152393Z -- EXECUTORCH_BUILD_XNNPACK : ON 2024-08-22T20:37:54.1153289Z -- EXECUTORCH_BUILD_VULKAN : OFF 2024-08-22T20:37:54.1154395Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2024-08-22T20:37:54.1155260Z -- EXECUTORCH_BUILD_CPUINFO : ON 2024-08-22T20:37:54.1156113Z -- Configuring done (9.3s) 2024-08-22T20:37:54.1156781Z -- Generating done (1.7s) 2024-08-22T20:37:54.1158232Z -- 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:54.1159574Z restored HOME 2024-08-22T20:37:54.1161548Z 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:37:54.1164000Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2024-08-22T20:37:54.1165675Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2024-08-22T20:37:54.1167395Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/util.cpp.o 2024-08-22T20:37:54.1169034Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/reflection.cpp.o 2024-08-22T20:37:54.1170712Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2024-08-22T20:37:54.1172439Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2024-08-22T20:37:54.1174084Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2024-08-22T20:37:54.1175754Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2024-08-22T20:37:54.1177441Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2024-08-22T20:37:54.1179199Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2024-08-22T20:37:54.1182520Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2024-08-22T20:37:54.1184244Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2024-08-22T20:37:54.1185905Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2024-08-22T20:37:54.1187674Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2024-08-22T20:37:54.1189378Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2024-08-22T20:37:54.1191151Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2024-08-22T20:37:54.1192918Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2024-08-22T20:37:54.1194771Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2024-08-22T20:37:54.1196546Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2024-08-22T20:37:54.1198320Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2024-08-22T20:37:54.1200075Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2024-08-22T20:37:54.1201871Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2024-08-22T20:37:54.1203412Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2024-08-22T20:37:54.1204875Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_writer.cpp.o 2024-08-22T20:37:54.1206214Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc.cpp.o 2024-08-22T20:37:54.1207555Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2024-08-22T20:37:54.1209010Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2024-08-22T20:37:54.1210699Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2024-08-22T20:37:54.1212493Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2024-08-22T20:37:54.1214162Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2024-08-22T20:37:54.1215996Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/code_generators.cpp.o 2024-08-22T20:37:54.1218335Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2024-08-22T20:37:54.1220288Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2024-08-22T20:37:54.1222277Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2024-08-22T20:37:54.1224610Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2024-08-22T20:37:54.1226942Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2024-08-22T20:37:54.1229068Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2024-08-22T20:37:54.1230294Z [100%] Linking CXX executable flatc 2024-08-22T20:37:54.1230920Z [100%] Built target flatc 2024-08-22T20:37:54.1232060Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2024-08-22T20:37:54.1233822Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2024-08-22T20:37:54.1235728Z [ 0%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2024-08-22T20:37:54.1238274Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2024-08-22T20:37:54.1240104Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2024-08-22T20:37:54.1242080Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2024-08-22T20:37:54.1243915Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2024-08-22T20:37:54.1245633Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2024-08-22T20:37:54.1247793Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2024-08-22T20:37:54.1249706Z [ 10%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2024-08-22T20:37:54.1251557Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2024-08-22T20:37:54.1253257Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2024-08-22T20:37:54.1255006Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2024-08-22T20:37:54.1257233Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2024-08-22T20:37:54.1259225Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2024-08-22T20:37:55.8238111Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2024-08-22T20:37:55.8239441Z [ 10%] Built target microkernel-utils 2024-08-22T20:37:55.8240893Z [ 10%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2024-08-22T20:37:55.8243045Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2024-08-22T20:37:55.8245060Z [ 10%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2024-08-22T20:37:55.8246804Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2024-08-22T20:37:55.8247900Z [ 20%] Built target flatc 2024-08-22T20:37:55.8249084Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2024-08-22T20:37:55.8250915Z [ 20%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2024-08-22T20:37:55.8252722Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2024-08-22T20:37:55.8254412Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2024-08-22T20:37:55.8256225Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2024-08-22T20:37:55.8258224Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2024-08-22T20:37:55.8259408Z [ 20%] Generating common_schema headers 2024-08-22T20:37:55.8260751Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2024-08-22T20:37:55.8261910Z [ 20%] Built target common_schema 2024-08-22T20:37:55.8262562Z [ 30%] Generating xnnpack_schema headers 2024-08-22T20:37:55.8263978Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2024-08-22T20:37:55.8265244Z [ 30%] Generating bundled_program headers 2024-08-22T20:37:55.8265934Z [ 30%] Built target xnnpack_schema 2024-08-22T20:37:55.8267342Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2024-08-22T20:37:55.8268634Z [ 30%] Built target bundled_program_schema 2024-08-22T20:37:55.8270559Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2024-08-22T20:37:55.8272026Z [ 30%] Generating program_schema headers 2024-08-22T20:37:55.8273646Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2024-08-22T20:37:55.8274802Z [ 30%] Built target program_schema 2024-08-22T20:37:55.8276229Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2024-08-22T20:37:55.8278150Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2024-08-22T20:37:55.8279784Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/backend/interface.cpp.o 2024-08-22T20:37:55.8281556Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2024-08-22T20:37:55.8283456Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2024-08-22T20:37:55.8285418Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2024-08-22T20:37:55.8287420Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2024-08-22T20:37:55.8289064Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/evalue.cpp.o 2024-08-22T20:37:55.8290884Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2024-08-22T20:37:55.8292834Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2024-08-22T20:37:55.8294576Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2024-08-22T20:37:55.8296264Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2024-08-22T20:37:55.8298206Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2024-08-22T20:37:55.8299338Z [ 40%] Linking C static library libcpuinfo.a 2024-08-22T20:37:55.8300609Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2024-08-22T20:37:55.8302242Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2024-08-22T20:37:55.8303255Z [ 40%] Built target cpuinfo 2024-08-22T20:37:55.8304339Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/portable_type/tensor_impl.cpp.o 2024-08-22T20:37:55.8306063Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2024-08-22T20:37:55.8307519Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:37:55.8309187Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2024-08-22T20:37:55.8310960Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2024-08-22T20:37:55.8312485Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2024-08-22T20:37:55.8314440Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:37:55.8316243Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2024-08-22T20:37:55.8318120Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2024-08-22T20:37:55.8319790Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:37:55.8321619Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2024-08-22T20:37:55.8323381Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:37:55.8326488Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2024-08-22T20:37:55.8328534Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2024-08-22T20:37:55.8330227Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:37:55.8331893Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/kernel/operator_registry.cpp.o 2024-08-22T20:37:55.8333776Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2024-08-22T20:37:55.8335599Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2024-08-22T20:37:55.8337472Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2024-08-22T20:37:55.8339059Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/abort.cpp.o 2024-08-22T20:37:55.8340511Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/log.cpp.o 2024-08-22T20:37:55.8341968Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/profiler.cpp.o 2024-08-22T20:37:55.8343497Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/runtime.cpp.o 2024-08-22T20:37:55.8344998Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/schema/extended_header.cpp.o 2024-08-22T20:37:55.8346430Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/default/posix.cpp.o 2024-08-22T20:37:55.8404007Z [ 40%] Linking C static library libpthreadpool.a 2024-08-22T20:37:55.8404735Z [ 40%] Built target pthreadpool 2024-08-22T20:37:55.8406223Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2024-08-22T20:37:55.8408127Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2024-08-22T20:37:55.8409810Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2024-08-22T20:37:55.8411501Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2024-08-22T20:37:55.8413290Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2024-08-22T20:37:55.8414980Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2024-08-22T20:37:55.8416674Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2024-08-22T20:37:55.8418290Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2024-08-22T20:37:55.8420015Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/scalar.c.o 2024-08-22T20:37:55.8421777Z [ 50%] Linking C static library /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatcc.a 2024-08-22T20:37:55.8423443Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2024-08-22T20:37:55.8425274Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2024-08-22T20:37:55.8426836Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse.c.o 2024-08-22T20:37:55.8427972Z [ 50%] Built target flatcc 2024-08-22T20:37:55.8429167Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse2.c.o 2024-08-22T20:37:55.8430253Z [ 50%] Built target allocator 2024-08-22T20:37:55.8431256Z [ 50%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2024-08-22T20:37:59.8621403Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/ssse3.c.o 2024-08-22T20:37:59.8622836Z [ 50%] Built target logging 2024-08-22T20:37:59.8624659Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse41.c.o 2024-08-22T20:37:59.8626948Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/post-operation.dir/src/operators/post-operation.c.o 2024-08-22T20:37:59.8629674Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2024-08-22T20:37:59.8630966Z [ 50%] Built target normalization 2024-08-22T20:37:59.8632384Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx.c.o 2024-08-22T20:37:59.8634606Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2024-08-22T20:37:59.8635935Z [ 50%] Built target post-operation 2024-08-22T20:37:59.8637217Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2024-08-22T20:37:59.8638735Z [ 50%] Built target hardware-config 2024-08-22T20:37:59.8640096Z [ 50%] Linking C executable /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/bin/flatcc 2024-08-22T20:37:59.8641802Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2024-08-22T20:37:59.8643601Z [ 50%] Linking C static library /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatccrt.a 2024-08-22T20:37:59.8644836Z [ 50%] Built target flatccrt 2024-08-22T20:37:59.8646307Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/f16c.c.o 2024-08-22T20:37:59.8647647Z [ 50%] Built target flatcc_cli 2024-08-22T20:37:59.8648261Z [ 50%] Built target mutex 2024-08-22T20:37:59.8649706Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2024-08-22T20:37:59.8651006Z [ 50%] Built target memory 2024-08-22T20:37:59.8652355Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2024-08-22T20:37:59.8653582Z [ 50%] Generating etdump headers 2024-08-22T20:37:59.8654203Z [ 50%] Built target etdump_schema 2024-08-22T20:37:59.8655590Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/xop.c.o 2024-08-22T20:37:59.8656953Z [ 50%] Built target operator-utils 2024-08-22T20:37:59.8658109Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2024-08-22T20:37:59.8659074Z [ 50%] Built target indirection 2024-08-22T20:37:59.8659851Z [ 50%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:37:59.8661527Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/fma3.c.o 2024-08-22T20:37:59.8662891Z [ 50%] Built target executorch_no_prim_ops 2024-08-22T20:37:59.8663588Z [ 50%] Built target cache 2024-08-22T20:37:59.8664473Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2024-08-22T20:37:59.8665735Z [ 50%] Generating selected_operators.yaml for quantized_ops_aot_lib 2024-08-22T20:37:59.8667404Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx2.c.o 2024-08-22T20:37:59.8671751Z 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:59.8676475Z [ 50%] Generating code for kernel registration 2024-08-22T20:37:59.8678114Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2024-08-22T20:37:59.8679545Z [ 50%] Built target operator-run 2024-08-22T20:37:59.8680527Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2024-08-22T20:37:59.8681668Z [ 50%] Built target microparams-init 2024-08-22T20:37:59.8683180Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512f.c.o 2024-08-22T20:37:59.8684977Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2024-08-22T20:37:59.8686921Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512skx.c.o 2024-08-22T20:37:59.8689047Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2024-08-22T20:37:59.8690213Z [ 50%] Built target jit 2024-08-22T20:37:59.8691672Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vbmi.c.o 2024-08-22T20:37:59.8693889Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnni.c.o 2024-08-22T20:37:59.8696204Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnnigfni.c.o 2024-08-22T20:37:59.8698608Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2024-08-22T20:37:59.8700872Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2024-08-22T20:37:59.8703245Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2024-08-22T20:37:59.8705678Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2024-08-22T20:37:59.8708032Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2024-08-22T20:37:59.8710383Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2024-08-22T20:37:59.8712875Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2024-08-22T20:37:59.8715607Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2024-08-22T20:37:59.8717825Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2024-08-22T20:37:59.8719230Z [ 60%] Linking CXX static library libexecutorch.a 2024-08-22T20:37:59.8719961Z [ 60%] Built target executorch 2024-08-22T20:37:59.8721084Z [ 60%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2024-08-22T20:37:59.8722714Z [ 60%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:37:59.8727405Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:37:59.8729141Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2024-08-22T20:37:59.8730782Z [ 60%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2024-08-22T20:37:59.8732589Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2024-08-22T20:37:59.8734528Z [ 60%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2024-08-22T20:37:59.8736695Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2024-08-22T20:37:59.8738068Z [ 60%] Linking CXX static library libextension_data_loader.a 2024-08-22T20:37:59.8738899Z [ 60%] Built target extension_data_loader 2024-08-22T20:37:59.8739575Z [ 60%] Built target packing 2024-08-22T20:37:59.8740456Z [ 60%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2024-08-22T20:37:59.8741967Z [ 60%] Building CXX object sdk/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2024-08-22T20:37:59.8743732Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2024-08-22T20:37:59.8745615Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2024-08-22T20:37:59.8747323Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2024-08-22T20:37:59.8749071Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2024-08-22T20:37:59.8750463Z [ 60%] Building CXX object CMakeFiles/util.dir/util/read_file.cpp.o 2024-08-22T20:37:59.8751505Z [ 60%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2024-08-22T20:37:59.8752862Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2024-08-22T20:37:59.8754258Z [ 60%] Linking CXX static library libbundled_program.a 2024-08-22T20:37:59.8755035Z [ 60%] Built target bundled_program 2024-08-22T20:37:59.8756586Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2024-08-22T20:37:59.8758722Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2024-08-22T20:37:59.8760613Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2024-08-22T20:37:59.8762244Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2024-08-22T20:37:59.8764467Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2024-08-22T20:38:06.2357485Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2024-08-22T20:38:06.2358871Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2024-08-22T20:38:06.2360254Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2024-08-22T20:38:06.2361266Z [ 60%] Linking CXX static library libetdump.a 2024-08-22T20:38:06.2362349Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2024-08-22T20:38:06.2363412Z [ 60%] Built target etdump 2024-08-22T20:38:06.2364435Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2024-08-22T20:38:06.2366525Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2024-08-22T20:38:06.2368354Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2024-08-22T20:38:06.2370369Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2024-08-22T20:38:06.2372099Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2024-08-22T20:38:06.2373493Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:38:06.2375386Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2024-08-22T20:38:06.2377546Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2024-08-22T20:38:06.2379659Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2024-08-22T20:38:06.2381419Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2024-08-22T20:38:06.2383348Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2024-08-22T20:38:06.2385414Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2024-08-22T20:38:06.2387438Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2024-08-22T20:38:06.2389180Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2024-08-22T20:38:06.2390412Z [ 60%] Linking CXX static library libquantized_kernels.a 2024-08-22T20:38:06.2391204Z [ 60%] Built target quantized_kernels 2024-08-22T20:38:06.2391993Z [ 60%] Generating selected_operators.yaml for quantized_ops_lib 2024-08-22T20:38:06.2393913Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2024-08-22T20:38:06.2396092Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2024-08-22T20:38:06.2397387Z [ 60%] Generating code for kernel registration 2024-08-22T20:38:06.2399019Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-ncw.c.o 2024-08-22T20:38:06.2401259Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-nwc.c.o 2024-08-22T20:38:06.2403048Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2024-08-22T20:38:06.2404926Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/lut-elementwise-nc.c.o 2024-08-22T20:38:06.2406938Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2024-08-22T20:38:06.2408912Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/prelu-nc.c.o 2024-08-22T20:38:06.2410842Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2024-08-22T20:38:06.2412884Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2024-08-22T20:38:06.2414269Z [ 60%] Built target microkernels-prod 2024-08-22T20:38:06.2415311Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2024-08-22T20:38:06.2417165Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2024-08-22T20:38:06.2419194Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2024-08-22T20:38:06.2421381Z [ 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:06.2423507Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2024-08-22T20:38:06.2425547Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2024-08-22T20:38:06.2427305Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2024-08-22T20:38:06.2429273Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2024-08-22T20:38:06.2431738Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:38:06.2435628Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2024-08-22T20:38:06.2437858Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2024-08-22T20:38:06.2439747Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2024-08-22T20:38:06.2441328Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2024-08-22T20:38:06.2442550Z [ 60%] Linking CXX static library libquantized_ops_lib.a 2024-08-22T20:38:06.2443353Z [ 60%] Built target quantized_ops_lib 2024-08-22T20:38:06.2444520Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2024-08-22T20:38:06.2445704Z [ 60%] Built target operators 2024-08-22T20:38:06.2447100Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2024-08-22T20:38:06.2449023Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2024-08-22T20:38:06.2450744Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2024-08-22T20:38:06.2452590Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2024-08-22T20:38:06.2454516Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/abs.c.o 2024-08-22T20:38:06.2456506Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/add2.c.o 2024-08-22T20:38:06.2458293Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2024-08-22T20:38:06.2460460Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2024-08-22T20:38:06.2462768Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2024-08-22T20:38:06.2465038Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/bankers-rounding.c.o 2024-08-22T20:38:06.2466866Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2024-08-22T20:38:06.2468813Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2024-08-22T20:38:06.2471475Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/ceiling.c.o 2024-08-22T20:38:06.2473709Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/clamp.c.o 2024-08-22T20:38:06.2475801Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2024-08-22T20:38:06.2477168Z [ 60%] Linking CXX static library libutil.a 2024-08-22T20:38:06.2477840Z [ 60%] Built target util 2024-08-22T20:38:06.2479269Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2024-08-22T20:38:06.2481665Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convert.c.o 2024-08-22T20:38:06.2483234Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2024-08-22T20:38:06.2485143Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2024-08-22T20:38:06.2487178Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2024-08-22T20:38:06.2489593Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2024-08-22T20:38:06.2491598Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2024-08-22T20:38:06.2493680Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2024-08-22T20:38:06.2495960Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2024-08-22T20:38:18.5965076Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/divide.c.o 2024-08-22T20:38:18.5966760Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2024-08-22T20:38:18.5968526Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/elu.c.o 2024-08-22T20:38:18.5970263Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2024-08-22T20:38:18.5972180Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2024-08-22T20:38:18.5974113Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/floor.c.o 2024-08-22T20:38:18.5976118Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2024-08-22T20:38:18.5978186Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2024-08-22T20:38:18.5979827Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2024-08-22T20:38:18.5981248Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2024-08-22T20:38:18.5983215Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-average-pooling.c.o 2024-08-22T20:38:18.5985041Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2024-08-22T20:38:18.5987115Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-sum-pooling.c.o 2024-08-22T20:38:18.5989347Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/hardswish.c.o 2024-08-22T20:38:18.5991435Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/leaky-relu.c.o 2024-08-22T20:38:18.5993883Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2024-08-22T20:38:18.5995757Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2024-08-22T20:38:18.5997481Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2024-08-22T20:38:18.5999514Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/maximum2.c.o 2024-08-22T20:38:18.6001610Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/minimum2.c.o 2024-08-22T20:38:18.6003674Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/multiply2.c.o 2024-08-22T20:38:18.6005712Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/negate.c.o 2024-08-22T20:38:18.6007732Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/prelu.c.o 2024-08-22T20:38:18.6009830Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2024-08-22T20:38:18.6012079Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2024-08-22T20:38:18.6014608Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2024-08-22T20:38:18.6016519Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/sigmoid.c.o 2024-08-22T20:38:18.6018391Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2024-08-22T20:38:18.6020277Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2024-08-22T20:38:18.6022151Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square-root.c.o 2024-08-22T20:38:18.6024727Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square.c.o 2024-08-22T20:38:18.6026833Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/squared-difference.c.o 2024-08-22T20:38:18.6028499Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2024-08-22T20:38:18.6030325Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2024-08-22T20:38:18.6032362Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-mean.c.o 2024-08-22T20:38:18.6034519Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reshape.c.o 2024-08-22T20:38:18.6036652Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2024-08-22T20:38:18.6038761Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2024-08-22T20:38:18.6040742Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2024-08-22T20:38:18.6042832Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/subtract.c.o 2024-08-22T20:38:18.6044742Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/tanh.c.o 2024-08-22T20:38:18.6046720Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2024-08-22T20:38:18.6048626Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2024-08-22T20:38:18.6050432Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2024-08-22T20:38:18.6051580Z [ 70%] Built target subgraph 2024-08-22T20:38:18.6053015Z [ 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:18.6054963Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2024-08-22T20:38:18.6056597Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2024-08-22T20:38:18.6058071Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2024-08-22T20:38:18.6059638Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2024-08-22T20:38:18.6061612Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2024-08-22T20:38:18.6063608Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2024-08-22T20:38:18.6065754Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2024-08-22T20:38:18.6067861Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2024-08-22T20:38:18.6070026Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2024-08-22T20:38:18.6072016Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2024-08-22T20:38:18.6074137Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2024-08-22T20:38:18.6075966Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2024-08-22T20:38:18.6077618Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2024-08-22T20:38:18.6079480Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2024-08-22T20:38:18.6081598Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2024-08-22T20:38:18.6083720Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-config.c.o 2024-08-22T20:38:18.6085614Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2024-08-22T20:38:18.6087577Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-cw-config.c.o 2024-08-22T20:38:18.6089638Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2024-08-22T20:38:18.6091359Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2024-08-22T20:38:18.6092999Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2024-08-22T20:38:18.6095005Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2024-08-22T20:38:18.6096738Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2024-08-22T20:38:18.6098647Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2024-08-22T20:38:18.6100771Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2024-08-22T20:38:18.6102869Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2024-08-22T20:38:18.6104597Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2024-08-22T20:38:29.6007490Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2024-08-22T20:38:29.6009601Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/prelu-config.c.o 2024-08-22T20:38:29.6011777Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2024-08-22T20:38:29.6014011Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2024-08-22T20:38:29.6015968Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2024-08-22T20:38:29.6017850Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2024-08-22T20:38:29.6019458Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2024-08-22T20:38:29.6021386Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2024-08-22T20:38:29.6023555Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2024-08-22T20:38:29.6025979Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2024-08-22T20:38:29.6029035Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2024-08-22T20:38:29.6031379Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2024-08-22T20:38:29.6033626Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2024-08-22T20:38:29.6035343Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2024-08-22T20:38:29.6037224Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2024-08-22T20:38:29.6039289Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2024-08-22T20:38:29.6041233Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2024-08-22T20:38:29.6042971Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2024-08-22T20:38:29.6044729Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2024-08-22T20:38:29.6046261Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2024-08-22T20:38:29.6047339Z [ 70%] Linking CXX static library libXNNPACK.a 2024-08-22T20:38:29.6047974Z [ 70%] Built target XNNPACK 2024-08-22T20:38:29.6048984Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2024-08-22T20:38:29.6050520Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2024-08-22T20:38:29.6052006Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2024-08-22T20:38:29.6053475Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2024-08-22T20:38:29.6054913Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2024-08-22T20:38:29.6056394Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2024-08-22T20:38:29.6057943Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2024-08-22T20:38:29.6059493Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2024-08-22T20:38:29.6061071Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2024-08-22T20:38:29.6062692Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2024-08-22T20:38:29.6064259Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2024-08-22T20:38:29.6065881Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2024-08-22T20:38:29.6067511Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool.cpp.o 2024-08-22T20:38:29.6069084Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool_guard.cpp.o 2024-08-22T20:38:29.6070597Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2024-08-22T20:38:29.6071967Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2024-08-22T20:38:29.6073692Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2024-08-22T20:38:29.6075222Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2024-08-22T20:38:29.6076784Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2024-08-22T20:38:29.6078287Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2024-08-22T20:38:29.6080320Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2024-08-22T20:38:29.6081622Z [ 70%] Linking CXX static library libxnnpack_backend.a 2024-08-22T20:38:29.6082824Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2024-08-22T20:38:29.6083800Z [ 80%] Built target xnnpack_backend 2024-08-22T20:38:29.6084945Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2024-08-22T20:38:29.6086455Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2024-08-22T20:38:29.6087972Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2024-08-22T20:38:29.6089549Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2024-08-22T20:38:29.6091144Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2024-08-22T20:38:29.6092785Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2024-08-22T20:38:29.6094494Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2024-08-22T20:38:29.6096162Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2024-08-22T20:38:29.6097739Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2024-08-22T20:38:29.6099261Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2024-08-22T20:38:29.6100812Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2024-08-22T20:38:29.6102511Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2024-08-22T20:38:29.6104286Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2024-08-22T20:38:29.6105865Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2024-08-22T20:38:29.6107429Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2024-08-22T20:38:29.6108994Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2024-08-22T20:38:29.6110573Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2024-08-22T20:38:29.6112206Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2024-08-22T20:38:29.6114239Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2024-08-22T20:38:29.6115841Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2024-08-22T20:38:29.6117422Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2024-08-22T20:38:29.6119047Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2024-08-22T20:38:29.6120640Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2024-08-22T20:38:29.6122121Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2024-08-22T20:38:29.6123738Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2024-08-22T20:38:29.6125916Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2024-08-22T20:38:29.6127650Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2024-08-22T20:38:29.6129381Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2024-08-22T20:38:29.6130913Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2024-08-22T20:38:29.6133179Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2024-08-22T20:38:29.6134764Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2024-08-22T20:38:29.6136038Z [ 80%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:38:29.6137248Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2024-08-22T20:38:29.6138759Z [ 80%] Built target quantized_ops_aot_lib 2024-08-22T20:38:29.6139899Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2024-08-22T20:38:29.6141598Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2024-08-22T20:41:40.4288929Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2024-08-22T20:41:40.4290111Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-08-22T20:41:40.4291319Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2024-08-22T20:41:40.4292603Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2024-08-22T20:41:40.4293819Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2024-08-22T20:41:40.4295128Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2024-08-22T20:41:40.4296598Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2024-08-22T20:41:40.4297972Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2024-08-22T20:41:40.4299035Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2024-08-22T20:41:40.4300044Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2024-08-22T20:41:40.4301304Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2024-08-22T20:41:40.4302651Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2024-08-22T20:41:40.4303759Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2024-08-22T20:41:40.4304968Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2024-08-22T20:41:40.4306412Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2024-08-22T20:41:40.4307749Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2024-08-22T20:41:40.4308876Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2024-08-22T20:41:40.4309912Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2024-08-22T20:41:40.4310967Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2024-08-22T20:41:40.4312126Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2024-08-22T20:41:40.4313225Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2024-08-22T20:41:40.4314391Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2024-08-22T20:41:40.4315361Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2024-08-22T20:41:40.4316338Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2024-08-22T20:41:40.4317306Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2024-08-22T20:41:40.4318796Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2024-08-22T20:41:40.4319856Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2024-08-22T20:41:40.4320943Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2024-08-22T20:41:40.4322005Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2024-08-22T20:41:40.4323040Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2024-08-22T20:41:40.4324433Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2024-08-22T20:41:40.4325394Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2024-08-22T20:41:40.4326341Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2024-08-22T20:41:40.4327351Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2024-08-22T20:41:40.4328392Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2024-08-22T20:41:40.4329422Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2024-08-22T20:41:40.4330443Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2024-08-22T20:41:40.4331539Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2024-08-22T20:41:40.4332584Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2024-08-22T20:41:40.4333598Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2024-08-22T20:41:40.4334616Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2024-08-22T20:41:40.4335583Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2024-08-22T20:41:40.4336534Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2024-08-22T20:41:40.4337515Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2024-08-22T20:41:40.4338491Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2024-08-22T20:41:40.4339438Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2024-08-22T20:41:40.4340422Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2024-08-22T20:41:40.4341494Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2024-08-22T20:41:40.4342511Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2024-08-22T20:41:40.4343489Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2024-08-22T20:41:40.4344499Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2024-08-22T20:41:40.4345556Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2024-08-22T20:41:40.4346559Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2024-08-22T20:41:40.4347546Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2024-08-22T20:41:40.4348541Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2024-08-22T20:41:40.4349499Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2024-08-22T20:41:40.4350841Z [ 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:40.4352932Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2024-08-22T20:41:40.4354229Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2024-08-22T20:41:40.4355483Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_floath.cpp.o 2024-08-22T20:41:40.4356684Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2024-08-22T20:41:40.4357817Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2024-08-22T20:41:40.4358922Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2024-08-22T20:41:40.4359997Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2024-08-22T20:41:40.4361075Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2024-08-22T20:41:40.4362130Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2024-08-22T20:41:40.4363195Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2024-08-22T20:41:40.4364285Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2024-08-22T20:41:40.4365408Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2024-08-22T20:41:40.4366518Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2024-08-22T20:41:40.4367563Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2024-08-22T20:41:40.4368625Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2024-08-22T20:41:40.4369698Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2024-08-22T20:41:40.4370633Z [ 90%] Linking CXX static library libportable_kernels.a 2024-08-22T20:41:40.4371267Z [ 90%] Built target portable_kernels 2024-08-22T20:41:40.4371934Z [ 90%] Generating selected_operators.yaml for portable_ops_lib 2024-08-22T20:41:40.4372636Z [100%] Generating code for kernel registration 2024-08-22T20:41:40.4373661Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:41:40.4374715Z [100%] Linking CXX static library libportable_ops_lib.a 2024-08-22T20:41:40.4375226Z [100%] Built target portable_ops_lib 2024-08-22T20:41:40.4375913Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2024-08-22T20:41:40.4377084Z [100%] Linking CXX shared library _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:42:15.2580823Z [100%] Built target portable_lib 2024-08-22T20:42:15.2582397Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2024-08-22T20:42:15.2590383Z [ 0%] Built target microkernel-utils 2024-08-22T20:42:15.2604488Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2024-08-22T20:42:15.2606200Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2024-08-22T20:42:15.2608023Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2024-08-22T20:42:15.2609718Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2024-08-22T20:42:15.2612697Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2024-08-22T20:42:15.2614549Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2024-08-22T20:42:15.2668907Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2024-08-22T20:42:15.2672648Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2024-08-22T20:42:15.2674269Z [ 9%] Built target pthreadpool 2024-08-22T20:42:15.2675201Z [ 9%] Built target flatccrt 2024-08-22T20:42:15.2676875Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2024-08-22T20:42:15.2679133Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2024-08-22T20:42:15.2680950Z [ 18%] Built target cpuinfo 2024-08-22T20:42:15.2685061Z [ 18%] Built target flatcc 2024-08-22T20:42:15.2685894Z [ 18%] Built target allocator 2024-08-22T20:42:15.2686593Z [ 27%] Built target flatc 2024-08-22T20:42:15.2687242Z [ 27%] Built target logging 2024-08-22T20:42:15.2687893Z [ 27%] Built target indirection 2024-08-22T20:42:15.2690136Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2024-08-22T20:42:15.2691769Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2024-08-22T20:42:15.2692773Z [ 27%] Built target normalization 2024-08-22T20:42:15.2693408Z [ 27%] Built target microparams-init 2024-08-22T20:42:15.2694041Z [ 36%] Built target microkernels-prod 2024-08-22T20:42:15.2694602Z [ 45%] Built target packing 2024-08-22T20:42:15.2695668Z [ 45%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2024-08-22T20:42:15.2697251Z [ 45%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2024-08-22T20:42:15.2698278Z [ 45%] Built target memory 2024-08-22T20:42:15.2698758Z [ 45%] Built target mutex 2024-08-22T20:42:15.2699423Z [ 45%] Built target operator-utils 2024-08-22T20:42:15.2700108Z [ 45%] Built target operator-run 2024-08-22T20:42:15.2700730Z [ 45%] Built target bundled_program_schema 2024-08-22T20:42:15.2701366Z [ 45%] Built target flatcc_cli 2024-08-22T20:42:15.2701935Z [ 45%] Generating common_schema headers 2024-08-22T20:42:15.2702519Z [ 54%] Built target xnnpack_schema 2024-08-22T20:42:15.2703164Z [ 54%] Built target post-operation 2024-08-22T20:42:15.2703725Z [ 54%] Built target common_schema 2024-08-22T20:42:15.2704355Z [ 54%] Built target hardware-config 2024-08-22T20:42:15.2704889Z [ 54%] Built target jit 2024-08-22T20:42:15.2705365Z [ 54%] Built target etdump_schema 2024-08-22T20:42:15.2706486Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2024-08-22T20:42:15.2707548Z [ 54%] Built target cache 2024-08-22T20:42:15.2708113Z [ 54%] Generating program_schema headers 2024-08-22T20:42:15.2709454Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2024-08-22T20:42:15.2711034Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2024-08-22T20:42:15.2712598Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2024-08-22T20:42:15.2713582Z [ 54%] Built target program_schema 2024-08-22T20:42:15.2714336Z [ 54%] Built target operators 2024-08-22T20:42:15.2715466Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2024-08-22T20:42:15.2716802Z [ 54%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:42:15.2718119Z [ 54%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:42:15.2720182Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2024-08-22T20:42:15.2721164Z [ 63%] Built target subgraph 2024-08-22T20:42:15.2722210Z [ 72%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2024-08-22T20:42:15.2723171Z [ 72%] Built target XNNPACK 2024-08-22T20:42:15.2724432Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:42:15.2725988Z [ 72%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2024-08-22T20:42:15.2727453Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:42:15.2728581Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:42:15.2729457Z [ 72%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:42:15.2730032Z [ 72%] Built target executorch_no_prim_ops 2024-08-22T20:42:15.2730472Z [ 72%] Built target executorch 2024-08-22T20:42:15.2730871Z [ 72%] Built target xnnpack_backend 2024-08-22T20:42:15.2731311Z [ 72%] Built target extension_data_loader 2024-08-22T20:42:15.2731869Z [ 72%] Built target etdump 2024-08-22T20:42:15.2732374Z [ 72%] Built target bundled_program 2024-08-22T20:42:15.2732928Z [ 72%] Built target quantized_kernels 2024-08-22T20:42:15.2733485Z [ 72%] Built target quantized_ops_lib 2024-08-22T20:42:15.2734042Z [ 72%] Built target util 2024-08-22T20:42:15.2734548Z [ 90%] Built target portable_kernels 2024-08-22T20:42:15.2735091Z [100%] Built target portable_ops_lib 2024-08-22T20:42:15.2735818Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:42:15.2736581Z [100%] Built target quantized_ops_aot_lib 2024-08-22T20:42:15.2737629Z [100%] Linking CXX shared library _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:42:15.2738452Z [100%] Built target portable_lib 2024-08-22T20:42:15.2739045Z [100%] Linking CXX static library libeigen_blas.a 2024-08-22T20:42:15.2739660Z [100%] Built target eigen_blas 2024-08-22T20:42:15.2740487Z [100%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2024-08-22T20:42:15.2741426Z [100%] Linking CXX static library libcpublas.a 2024-08-22T20:42:15.2742019Z [100%] Built target cpublas 2024-08-22T20:42:15.2742983Z [100%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2024-08-22T20:42:15.2744756Z [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:15.2746547Z [100%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2024-08-22T20:42:15.2748281Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp: In lambda function: 2024-08-22T20:42:15.2750222Z /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:15.2751440Z 505 | [scaling_factor](Vec x, Vec y) { 2024-08-22T20:42:15.2751910Z | ^ 2024-08-22T20:42:15.2752429Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-08-22T20:42:15.2753142Z [100%] Built target custom_ops_aot_lib 2024-08-22T20:42:15.2754405Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2024-08-22T20:42:15.2755505Z [ 0%] Built target microkernel-utils 2024-08-22T20:42:15.2756676Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2024-08-22T20:42:15.2758338Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2024-08-22T20:42:15.2760932Z [ 0%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/convolution-test-helpers.dir/test/convolution-test-helpers.cc.o 2024-08-22T20:42:15.2762871Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2024-08-22T20:42:15.2763916Z [ 1%] Built target flatccrt 2024-08-22T20:42:15.2765037Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2024-08-22T20:42:15.2766102Z [ 1%] Built target pthreadpool 2024-08-22T20:42:15.2767236Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2024-08-22T20:42:15.2768865Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2024-08-22T20:42:15.2769914Z [ 2%] Built target cpuinfo 2024-08-22T20:42:15.2771202Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2024-08-22T20:42:15.2772967Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2024-08-22T20:42:15.2773964Z [ 2%] Built target flatcc 2024-08-22T20:42:15.2774463Z [ 2%] Built target allocator 2024-08-22T20:42:15.2774968Z [ 2%] Built target logging 2024-08-22T20:42:15.2775453Z [ 3%] Built target eigen_blas 2024-08-22T20:42:15.2776611Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2024-08-22T20:42:15.2777781Z [ 4%] Built target microkernels-prod 2024-08-22T20:42:15.2778349Z [ 4%] Built target indirection 2024-08-22T20:42:15.2778865Z [ 5%] Built target flatc 2024-08-22T20:42:15.2779503Z [ 5%] Built target microparams-init 2024-08-22T20:42:15.2780629Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2024-08-22T20:42:15.2782258Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2024-08-22T20:42:15.2783985Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2024-08-22T20:42:15.2785679Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2024-08-22T20:42:15.2786727Z [ 5%] Built target normalization 2024-08-22T20:42:15.2787272Z [ 6%] Built target packing 2024-08-22T20:42:16.2366704Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2024-08-22T20:42:16.2367820Z [ 6%] Built target memory 2024-08-22T20:42:16.2368326Z [ 6%] Built target mutex 2024-08-22T20:42:16.2368889Z [ 6%] Built target operator-utils 2024-08-22T20:42:16.2370196Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2024-08-22T20:42:16.2371383Z [ 6%] Built target operator-run 2024-08-22T20:42:16.2372679Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2024-08-22T20:42:16.2373805Z [ 6%] Built target flatcc_cli 2024-08-22T20:42:16.2374363Z [ 6%] Built target bundled_program_schema 2024-08-22T20:42:16.2375660Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2024-08-22T20:42:16.2377403Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2024-08-22T20:42:16.2378533Z [ 6%] Generating common_schema headers 2024-08-22T20:42:16.2379846Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2024-08-22T20:42:16.2380973Z [ 6%] Built target common_schema 2024-08-22T20:42:16.2382234Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2024-08-22T20:42:16.2385498Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2024-08-22T20:42:16.2386721Z [ 7%] Built target xnnpack_schema 2024-08-22T20:42:16.2387997Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2024-08-22T20:42:16.2389213Z [ 7%] Built target post-operation 2024-08-22T20:42:16.2389860Z [ 7%] Built target hardware-config 2024-08-22T20:42:16.2390402Z [ 7%] Built target cache 2024-08-22T20:42:16.2390889Z [ 7%] Built target jit 2024-08-22T20:42:16.2391375Z [ 7%] Built target etdump_schema 2024-08-22T20:42:16.2391951Z [ 7%] Generating program_schema headers 2024-08-22T20:42:16.2392544Z [ 7%] Built target operators 2024-08-22T20:42:16.2393079Z [ 7%] Built target program_schema 2024-08-22T20:42:16.2393969Z [ 8%] Built target subgraph 2024-08-22T20:42:16.2394480Z [ 8%] Built target XNNPACK 2024-08-22T20:42:16.2395388Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:42:16.2396683Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:42:16.2397988Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:42:16.2399378Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:42:16.2400894Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:42:16.2402000Z [ 8%] Linking C static library libcpuinfo_internals.a 2024-08-22T20:42:16.2402666Z [ 8%] Built target cpuinfo_internals 2024-08-22T20:42:16.2403414Z [ 8%] Built target convolution-test-helpers 2024-08-22T20:42:16.2404893Z [ 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:16.2407016Z [ 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:16.2409093Z [ 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:16.2411179Z [ 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:16.2413265Z [ 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:16.2415429Z [ 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:16.2417767Z [ 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:16.2419840Z [ 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:16.2422021Z [ 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:16.2425078Z [ 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:16.2427643Z [ 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:16.2429947Z [ 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:16.2432495Z [ 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:16.2435149Z [ 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:16.2437313Z [ 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:16.2439389Z [ 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:16.2441547Z [ 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:16.2443808Z [ 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:16.2445730Z [ 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:16.2447391Z [ 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:16.2449036Z [ 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:16.2450764Z [ 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:16.2452952Z [ 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:16.2455145Z [ 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:16.2457306Z [ 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:16.2459375Z [ 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:16.2461525Z [ 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:16.2463654Z [ 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:16.2465816Z [ 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:16.2467974Z [ 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:16.2470202Z [ 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:16.2472446Z [ 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:16.2474799Z [ 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:16.2477141Z [ 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:16.2479415Z [ 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:16.2481570Z [ 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:16.2484220Z [ 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:16.2486448Z [ 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:16.2488682Z [ 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:16.7263825Z [ 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:16.7266143Z [ 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:16.7268343Z [ 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:16.7270991Z [ 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:16.7273583Z [ 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:16.7276506Z [ 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:16.7279317Z [ 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:16.7282118Z [ 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:16.7285080Z [ 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:16.7288090Z [ 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:16.7291224Z [ 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:16.7294215Z [ 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:16.7297222Z [ 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:16.7300205Z [ 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:16.7303176Z [ 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:16.7305878Z [ 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:16.7308846Z [ 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:16.7311983Z [ 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:16.7315332Z [ 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:16.7319340Z [ 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:16.7322632Z [ 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:16.7326149Z [ 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:16.7329392Z [ 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:16.7332593Z [ 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:16.7335692Z [ 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:16.7338443Z [ 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:16.7341577Z [ 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:16.7344803Z [ 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:16.7348015Z [ 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:16.7351326Z [ 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:16.7354683Z [ 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:16.7357887Z [ 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:16.7360914Z [ 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:16.7364008Z [ 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:16.7367190Z [ 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:16.7370393Z [ 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:16.7373601Z [ 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:16.7376885Z [ 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:16.7380206Z [ 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:16.7383851Z [ 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:16.7387383Z [ 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:16.7390642Z [ 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:16.7394111Z [ 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:16.7397318Z [ 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:16.7400084Z [ 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:16.7403018Z [ 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:16.7406120Z [ 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:16.7409123Z [ 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:16.7412097Z [ 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:17.2178293Z [ 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:17.2181163Z [ 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:17.2184137Z [ 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:17.2186940Z [ 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:17.2189836Z [ 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:17.2192804Z [ 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:17.2195686Z [ 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:17.2198432Z [ 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:17.2201123Z [ 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:17.2203757Z [ 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:17.2206318Z [ 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:17.2208957Z [ 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:17.2212718Z [ 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:17.2215375Z [ 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:17.2217869Z [ 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:17.2220769Z [ 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:17.2223463Z [ 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:17.2226559Z [ 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:17.2229096Z [ 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:17.2231634Z [ 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:17.2234532Z [ 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:17.2237165Z [ 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:17.2239820Z [ 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:17.2242622Z [ 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:17.2245455Z [ 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:17.2248484Z [ 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:17.2251470Z [ 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:17.2254426Z [ 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:17.2257409Z [ 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:17.2260351Z [ 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:17.2263059Z [ 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:17.2265882Z [ 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:17.2268778Z [ 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:17.2271715Z [ 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:17.2274692Z [ 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:17.2278197Z [ 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:17.2281130Z [ 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:17.2283926Z [ 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:17.2286585Z [ 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:17.2289197Z [ 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:17.2292029Z [ 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:17.2294881Z [ 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:17.2297503Z [ 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:17.2300208Z [ 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:17.2302958Z [ 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:17.2305569Z [ 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:17.2308228Z [ 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:17.2310798Z [ 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:17.2313588Z [ 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:17.2316422Z [ 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:17.2319064Z [ 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:17.2321790Z [ 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:17.2323650Z [ 10%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:42:17.2325986Z [ 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:17.7659077Z [ 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:17.7660635Z [ 10%] Built target executorch_no_prim_ops 2024-08-22T20:42:17.7662203Z [ 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:17.7664436Z [ 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:17.7667054Z [ 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:17.7669248Z [ 10%] Built target executorch 2024-08-22T20:42:17.7671022Z [ 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:17.7672514Z [ 10%] Built target cpublas 2024-08-22T20:42:17.7674560Z [ 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:17.7677270Z [ 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:17.7678693Z [ 10%] Built target extension_data_loader 2024-08-22T20:42:17.7679416Z [ 10%] Built target xnnpack_backend 2024-08-22T20:42:17.7681232Z [ 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:17.7682851Z [ 11%] Built target etdump 2024-08-22T20:42:17.7684558Z [ 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:17.7687169Z [ 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:17.7688652Z [ 11%] Built target bundled_program 2024-08-22T20:42:17.7690246Z [ 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:17.7692710Z [ 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:17.7695219Z [ 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:17.7697145Z [ 11%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2024-08-22T20:42:17.7699131Z [ 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:17.7700975Z [ 11%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2024-08-22T20:42:17.7702530Z [ 11%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/op_sdpa.cpp.o 2024-08-22T20:42:17.7704679Z [ 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:17.7707050Z [ 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:17.7709473Z [ 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:17.7711956Z [ 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:17.7714625Z [ 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:17.7717184Z [ 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:17.7719448Z [ 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:17.7721859Z [ 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:17.7723555Z [ 11%] Linking CXX static library libgflags_nothreads.a 2024-08-22T20:42:17.7726232Z [ 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:17.7729061Z [ 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:17.7731436Z [ 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:17.7732832Z [ 11%] Built target gflags_nothreads_static 2024-08-22T20:42:17.7734131Z [ 11%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/__/__/__/__/extension/parallel/thread_parallel.cpp.o 2024-08-22T20:42:17.7736623Z [ 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:17.7739247Z [ 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:17.7741842Z [ 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:17.7744545Z [ 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:17.7747271Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c4.c.o 2024-08-22T20:42:17.7749956Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:17.7752043Z [ 11%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/blas/CPUBlas.cpp.o 2024-08-22T20:42:17.7754543Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2024-08-22T20:42:17.7757085Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2024-08-22T20:42:17.7758492Z [ 11%] Built target quantized_kernels 2024-08-22T20:42:17.7760001Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:17.7761360Z [ 11%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:42:17.7762943Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2024-08-22T20:42:17.7764206Z [ 11%] Built target quantized_ops_lib 2024-08-22T20:42:17.7765576Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2024-08-22T20:42:17.7767140Z [ 11%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:42:17.7768097Z [ 13%] Built target portable_kernels 2024-08-22T20:42:17.7769526Z [ 13%] 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:17.7770808Z [ 13%] Built target util 2024-08-22T20:42:17.7772157Z [ 13%] 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:17.7774197Z [ 13%] 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:17.7775451Z [ 14%] Built target portable_ops_lib 2024-08-22T20:42:17.7776895Z [ 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:17.7778861Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/examples/portable/executor_runner/executor_runner.cpp.o 2024-08-22T20:42:17.7781110Z [ 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:17.7783247Z [ 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:17.7785450Z [ 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:17.7787788Z [ 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:17.7790245Z [ 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:17.7792531Z [ 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:19.0459035Z [ 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:19.0461356Z [ 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:19.0462912Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2024-08-22T20:42:19.0464832Z [ 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:19.0466941Z [ 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:19.0469076Z [ 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:19.0470720Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2024-08-22T20:42:19.0472593Z [ 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:19.0475137Z [ 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:19.0477696Z [ 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:19.0479687Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2024-08-22T20:42:19.0481613Z [ 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:19.0483910Z [ 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:19.0486531Z [ 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:19.0551780Z [ 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:19.0557825Z [ 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:19.0560179Z [ 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:19.0562419Z [ 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:19.0565314Z [ 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:19.0567502Z [ 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:19.0568771Z [ 14%] Built target quantized_ops_aot_lib 2024-08-22T20:42:19.0570244Z [ 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:19.0572533Z [ 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:19.0574451Z [ 15%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/data_loader/file_data_loader.cpp.o 2024-08-22T20:42:19.0576535Z [ 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:19.0578408Z [ 15%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:42:19.0579903Z [ 15%] Linking CXX shared library _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:42:19.0581654Z [ 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:19.0583456Z [ 15%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs.cpp.o 2024-08-22T20:42:19.0585492Z [ 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:19.0587419Z [ 15%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs_portable.cpp.o 2024-08-22T20:42:19.0589526Z [ 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:19.0591814Z [ 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:19.0594451Z [ 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:19.0600329Z [ 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:19.0602037Z [ 15%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2024-08-22T20:42:19.0603961Z [ 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:19.0607086Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp: In lambda function: 2024-08-22T20:42:19.0609380Z /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:19.0611064Z 505 | [scaling_factor](Vec x, Vec y) { 2024-08-22T20:42:19.0611680Z | ^ 2024-08-22T20:42:19.0612527Z [ 15%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2024-08-22T20:42:19.0614407Z [ 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:19.0615852Z [ 15%] Linking CXX shared library libextension_module.so 2024-08-22T20:42:19.0616953Z [ 15%] Linking CXX static library libextension_module_static.a 2024-08-22T20:42:19.0618750Z [ 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:19.0620136Z [ 15%] Built target extension_module_static 2024-08-22T20:42:19.0621750Z [ 15%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-08-22T20:42:19.0622796Z [ 15%] Built target extension_module 2024-08-22T20:42:19.0624571Z [ 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:19.0626258Z [ 15%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2024-08-22T20:42:19.0628114Z [ 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:19.0630439Z [ 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:19.0632672Z [ 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:19.0635057Z [ 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:19.0637312Z [ 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:19.0639547Z [ 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:19.0641452Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_exp.cpp: In lambda function: 2024-08-22T20:42:19.0643544Z /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:19.0645164Z 39 | [](Vec x) { return x.exp(); }, out_data, in_data, numel); 2024-08-22T20:42:19.0645828Z | ^ 2024-08-22T20:42:19.0647201Z [ 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:19.0649377Z [ 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:19.0651473Z [ 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:19.7529071Z [ 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:19.7532145Z [ 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:19.7534161Z [ 15%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2024-08-22T20:42:19.7536461Z [ 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:19.7542802Z [ 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:19.7560532Z [ 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:19.7562866Z [ 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:19.7566615Z [ 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:19.7568857Z [ 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:19.7571091Z [ 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:19.7573358Z [ 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:19.7575580Z [ 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:19.7577834Z [ 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:19.7580376Z [ 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:19.7583264Z [ 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:19.7586117Z [ 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:19.7588944Z [ 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:19.7591841Z [ 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:19.7594900Z [ 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:19.7597609Z [ 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:19.7600284Z [ 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:19.7602995Z [ 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:19.7605656Z [ 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:19.7608418Z [ 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:19.7611287Z [ 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:19.7613749Z [ 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:19.7615927Z [ 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:19.7617302Z [ 15%] Linking CXX executable xnn_executor_runner 2024-08-22T20:42:19.7619225Z [ 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:19.7621871Z [ 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:19.7624352Z [ 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:19.7626469Z [ 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:19.7628575Z [ 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:19.7630792Z [ 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:19.7633010Z [ 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:19.7635407Z [ 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:19.7637476Z [ 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:19.7639779Z [ 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:19.7642173Z [ 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:19.7644404Z [ 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:19.7646685Z [ 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:19.7648854Z [ 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:19.7650954Z [ 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:19.7653295Z [ 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:19.7655550Z [ 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:19.7657665Z [ 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:19.7660011Z [ 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:19.7662517Z [ 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:19.7664948Z [ 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:19.7667465Z [ 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:19.7669993Z [ 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:19.7672561Z [ 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:19.7676122Z [ 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:19.7678704Z [ 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:20.3343163Z [ 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:20.3345694Z [ 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:20.3348227Z [ 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:20.3350711Z [ 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:20.3353318Z [ 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:20.3355970Z [ 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:20.3358473Z [ 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:20.3360851Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/kernel/kernel_includes.h:21, 2024-08-22T20:42:20.3362568Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp:11: 2024-08-22T20:42:20.3364151Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp: In lambda function: 2024-08-22T20:42:20.3366439Z /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:20.3368098Z 32 | [](Vec x) { return x.neg(); }, 2024-08-22T20:42:20.3368709Z | ^ 2024-08-22T20:42:20.3370482Z /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:20.3372103Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:20.3372805Z | ^~~~~~~~~~~ 2024-08-22T20:42:20.3376796Z /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:20.3378414Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:20.3379107Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:20.3380848Z /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:20.3382688Z 1093 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2024-08-22T20:42:20.3383498Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:20.3385071Z /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:20.3386687Z 29 | ET_SWITCH_REAL_TYPES(in.scalar_type(), ctx, "neg.out", CTYPE, [&] { 2024-08-22T20:42:20.3387510Z | ^~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:20.3389118Z [ 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:20.3391623Z [ 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:20.3394895Z [ 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:20.3397098Z [ 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:20.3399200Z [ 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:20.3401247Z [ 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:20.3403304Z [ 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:20.3405417Z [ 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:20.3407597Z [ 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:20.3409742Z [ 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:20.3411966Z [ 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:20.3413925Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In lambda function: 2024-08-22T20:42:20.3416225Z /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:20.3417881Z 97 | [scale, offset](Vec x, Vec gamma, Vec beta) { 2024-08-22T20:42:20.3418536Z | ^ 2024-08-22T20:42:20.3419957Z [ 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:20.3422176Z [ 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:20.3424656Z [ 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:20.3426842Z [ 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:20.3429053Z [ 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:20.3431161Z [ 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:20.3433331Z [ 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:20.3435643Z [ 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:20.3438016Z [ 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:20.3440574Z [ 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:20.3442394Z [ 16%] Built target xnn_executor_runner 2024-08-22T20:42:20.3443885Z [ 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:20.3446525Z [ 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:20.3448860Z [ 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:20.3451377Z [ 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:20.3453609Z [ 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:20.3455818Z [ 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:20.3458011Z [ 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:20.3460129Z [ 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:20.3462345Z [ 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:20.3464682Z [ 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:20.3466943Z [ 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:20.3469064Z [ 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:20.3471703Z [ 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:20.3474320Z [ 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:20.8746824Z [ 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:20.8749075Z [ 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:20.8751252Z [ 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:20.8753413Z [ 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:20.8755657Z [ 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:20.8757894Z [ 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:20.8760175Z [ 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:20.8762526Z [ 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:20.8765540Z [ 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:20.8768021Z [ 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:20.8770389Z [ 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:20.8773356Z [ 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:20.8775974Z [ 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:20.8778412Z [ 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:20.8780934Z [ 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:20.8783335Z [ 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:20.8785858Z [ 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:20.8788355Z [ 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:20.8790844Z [ 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:20.8793117Z [ 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:20.8795730Z [ 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:20.8798092Z [ 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:20.8800527Z [ 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:20.8803015Z [ 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:20.8805523Z [ 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:20.8808148Z [ 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:20.8810765Z [ 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:20.8813329Z [ 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:20.8815864Z [ 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:20.8818254Z [ 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:20.8821496Z [ 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:20.8825915Z [ 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:20.8828565Z [ 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:20.8831168Z [ 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:20.8833924Z [ 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:20.8836895Z [ 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:20.8839781Z [ 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:20.8843093Z [ 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:20.8845667Z [ 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:20.8848199Z [ 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:20.8850449Z [ 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:20.8852971Z [ 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:20.8855099Z [ 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:20.8857193Z [ 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:20.8859277Z [ 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:20.8861284Z [ 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:20.8863332Z [ 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:20.8865378Z [ 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:20.8867508Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u1.c.o 2024-08-22T20:42:20.8869728Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u2.c.o 2024-08-22T20:42:20.8872462Z [ 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:20.8874969Z [ 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:20.8877143Z [ 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:20.8879352Z [ 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:20.8882011Z [ 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:20.8884222Z [ 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:20.8886568Z [ 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:21.3825043Z [ 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:21.3827614Z [ 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:21.3830722Z [ 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:21.3833388Z [ 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:21.3836255Z [ 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:21.3838939Z [ 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:21.3841581Z [ 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:21.3844088Z [ 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:21.3846503Z [ 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:21.3849071Z [ 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:21.3851630Z [ 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:21.3854094Z [ 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:21.3856622Z [ 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:21.3859138Z [ 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:21.3861695Z [ 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:21.3863201Z [ 18%] Linking CXX static library libcustom_ops.a 2024-08-22T20:42:21.3865017Z [ 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:21.3867622Z [ 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:21.3870236Z [ 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:21.3871856Z [ 18%] Built target custom_ops 2024-08-22T20:42:21.3873537Z [ 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:21.3876376Z [ 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:21.3878992Z [ 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:21.3881698Z [ 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:21.3884295Z [ 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:21.3886684Z [ 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:21.3889121Z [ 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:21.3892112Z [ 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:21.3900052Z [ 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:21.3902604Z [ 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:21.3905181Z [ 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:21.3907691Z [ 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:21.3910243Z [ 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:21.3912825Z [ 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:21.3915503Z [ 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:21.3917819Z [ 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:21.3919965Z [ 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:21.3922413Z [ 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:21.3925227Z [ 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:21.3927754Z [ 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:21.3930237Z [ 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:21.3932900Z [ 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:21.3935484Z [ 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:21.3937984Z [ 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:21.3940446Z [ 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:21.3942992Z [ 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:21.3945375Z [ 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:21.3947699Z [ 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:21.3950047Z [ 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:21.3952509Z [ 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:21.3955526Z [ 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:21.3958342Z [ 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:21.3960903Z [ 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:21.3963487Z [ 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:21.3966012Z [ 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:21.3968337Z [ 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:21.3970674Z [ 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:21.3972935Z [ 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:21.9391668Z [ 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:21.9394296Z [ 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:21.9396552Z [ 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:21.9398872Z [ 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:21.9401194Z [ 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:21.9403355Z [ 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:21.9405797Z [ 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:21.9408037Z [ 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:21.9410194Z [ 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:21.9412539Z [ 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:21.9414895Z [ 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:21.9417235Z [ 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:21.9419587Z [ 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:21.9421915Z [ 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:21.9426513Z [ 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:21.9428991Z [ 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:21.9431923Z [ 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:21.9434846Z [ 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:21.9437352Z [ 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:21.9439692Z [ 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:21.9442168Z [ 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:21.9444248Z [ 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:21.9446393Z [ 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:21.9448494Z [ 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:21.9450841Z [ 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:21.9453123Z [ 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:21.9455548Z [ 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:21.9457821Z [ 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:21.9460001Z [ 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:21.9462409Z [ 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:21.9464624Z [ 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:21.9466902Z [ 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:21.9469945Z [ 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:21.9472207Z [ 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:21.9474582Z [ 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:21.9476855Z [ 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:21.9479118Z [ 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:21.9482295Z [ 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:21.9485078Z [ 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:21.9488021Z [ 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:21.9493298Z [ 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:21.9496362Z [ 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:21.9499369Z [ 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:21.9502251Z [ 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:21.9505204Z [ 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:21.9508028Z [ 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:21.9510909Z [ 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:21.9513873Z [ 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:21.9516425Z [ 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:21.9518986Z [ 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:21.9521737Z [ 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:21.9525291Z [ 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:21.9528472Z [ 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:21.9531619Z [ 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:21.9534673Z [ 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:22.3289417Z [ 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:22.3292807Z [ 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:22.3295338Z [ 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:22.3297778Z [ 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:22.3300248Z [ 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:22.3303126Z [ 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:22.3305566Z [ 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:22.3309536Z [ 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:22.3312214Z [ 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:22.3314878Z [ 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:22.3317357Z [ 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:22.3319844Z [ 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:22.3322942Z [ 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:22.3325719Z [ 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:22.3328229Z [ 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:22.3330992Z [ 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:22.3333839Z [ 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:22.3336405Z [ 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:22.3338953Z [ 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:22.3341579Z [ 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:22.3344084Z [ 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:22.3346566Z [ 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:22.3349104Z [ 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:22.3351768Z [ 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:22.3354663Z [ 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:22.3357075Z [ 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:22.3359416Z [ 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:22.3362201Z [ 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:22.3364574Z [ 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:22.3366978Z [ 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:22.3369394Z [ 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:22.3371825Z [ 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:22.3374966Z [ 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:22.3377339Z [ 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:22.3379686Z [ 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:22.3382520Z [ 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:22.3384949Z [ 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:22.3387281Z [ 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:22.3389810Z [ 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:22.3392965Z [ 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:22.3395796Z [ 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:22.3398585Z [ 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:22.3401578Z [ 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:22.3404514Z [ 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:22.3407480Z [ 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:22.3410379Z [ 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:22.3413350Z [ 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:22.3416276Z [ 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:22.3419176Z [ 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:22.3422535Z [ 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:22.3429848Z [ 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:22.3432780Z [ 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:22.3435896Z [ 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:22.3438792Z [ 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:22.3442559Z [ 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:22.3445795Z [ 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:22.6064984Z [ 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:22.6068017Z [ 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:22.6071025Z [ 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:22.6074097Z [ 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:22.6076969Z [ 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:22.6079813Z [ 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:22.6082699Z [ 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:22.6085525Z [ 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:22.6088422Z [ 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:22.6091345Z [ 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:22.6094290Z [ 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:22.6097221Z [ 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:22.6100094Z [ 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:22.6103074Z [ 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:22.6105995Z [ 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:22.6108923Z [ 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:22.6111921Z [ 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:22.6115068Z [ 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:22.6118001Z [ 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:22.6120897Z [ 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:22.6124779Z [ 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:22.6127875Z [ 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:22.6130488Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:22.6132865Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:22.6135083Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:11: 2024-08-22T20:42:22.6136782Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp: In lambda function: 2024-08-22T20:42:22.6139337Z /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:22.6141625Z 105 | [alpha_val](Vec x, Vec y) { return x - Vec(alpha_val) * y; }, 2024-08-22T20:42:22.6142636Z | ^ 2024-08-22T20:42:22.6144725Z /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:22.6146746Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:22.6147455Z | ^~~~~~~~~~~ 2024-08-22T20:42:22.6149263Z /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:22.6151077Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:22.6151877Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:22.6154026Z /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:22.6156282Z 1093 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2024-08-22T20:42:22.6157158Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:22.6158844Z /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:22.6186027Z 98 | ET_SWITCH_REAL_TYPES(out_type, ctx, "sub.out", CTYPE, [&]() { 2024-08-22T20:42:22.6187118Z | ^~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:22.6189192Z [ 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:22.6192599Z [ 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:22.6195809Z [ 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:22.6198592Z [ 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:22.6201683Z [ 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:22.6204640Z [ 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:22.6207464Z [ 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:22.6210726Z [ 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:22.6213744Z [ 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:22.6216602Z [ 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:22.6219405Z [ 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:22.6222353Z [ 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:22.6225471Z [ 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:22.6228401Z [ 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:22.6231819Z [ 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:22.6234932Z [ 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:22.6237804Z [ 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:22.6240727Z [ 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:22.9697672Z [ 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:22.9700359Z [ 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:22.9706921Z [ 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:22.9709679Z [ 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:22.9712867Z [ 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:22.9716250Z [ 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:22.9719114Z [ 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:22.9722093Z [ 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:22.9725747Z [ 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:22.9728103Z [ 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:22.9730981Z [ 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:22.9734426Z [ 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:22.9737551Z [ 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:22.9740428Z [ 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:22.9743553Z [ 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:22.9746608Z [ 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:22.9749638Z [ 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:22.9752657Z [ 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:22.9755878Z [ 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:22.9758584Z [ 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:22.9761120Z [ 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:22.9763746Z [ 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:22.9766363Z [ 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:22.9769011Z [ 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:22.9771762Z [ 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:22.9774495Z [ 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:22.9777223Z [ 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:22.9779874Z [ 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:22.9782396Z [ 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:22.9785002Z [ 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:22.9787824Z [ 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:22.9790653Z [ 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:22.9793520Z [ 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:22.9796892Z [ 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:22.9800246Z [ 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:22.9803479Z [ 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:22.9806511Z [ 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:22.9809587Z [ 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:22.9812693Z [ 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:22.9815775Z [ 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:22.9818476Z [ 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:22.9821368Z [ 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:22.9824974Z [ 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:22.9827573Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:22.9829559Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:22.9831310Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:11: 2024-08-22T20:42:22.9833054Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp: In lambda function: 2024-08-22T20:42:22.9835700Z /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:22.9837633Z 102 | [alpha_val](Vec x, Vec y) { return x + Vec(alpha_val) * y; }, 2024-08-22T20:42:22.9838475Z | ^ 2024-08-22T20:42:22.9840220Z /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:22.9841866Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:22.9842547Z | ^~~~~~~~~~~ 2024-08-22T20:42:22.9844351Z /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:22.9846105Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:22.9846911Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:22.9848872Z /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:22.9851130Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:22.9852315Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:23.4314748Z /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:23.4316434Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:23.4317150Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:23.4319227Z /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:23.4322318Z 1117 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2024-08-22T20:42:23.4323253Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:23.4325121Z /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:23.4326809Z 95 | ET_SWITCH_REALB_TYPES(a_type, ctx, "add.out", CTYPE, [&]() { 2024-08-22T20:42:23.4327632Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:23.4329524Z [ 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:23.4332447Z [ 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:23.4335300Z [ 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:23.4338186Z [ 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:23.4341071Z [ 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:23.4343924Z [ 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:23.4346785Z [ 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:23.4349644Z [ 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:23.4352578Z [ 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:23.4355717Z [ 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:23.4358574Z [ 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:23.4361493Z [ 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:23.4364465Z [ 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:23.4367361Z [ 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:23.4370314Z [ 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:23.4373237Z [ 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:23.4376204Z [ 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:23.4379139Z [ 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:23.4382889Z [ 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:23.4386010Z [ 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:23.4389064Z [ 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:23.4392225Z [ 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:23.4395599Z [ 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:23.4398171Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:23.4400165Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:23.4401926Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:11: 2024-08-22T20:42:23.4403627Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp: In lambda function: 2024-08-22T20:42:23.4406087Z /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:23.4407883Z 114 | [](Vec x, Vec y) { return x * y; }, 2024-08-22T20:42:23.4408552Z | ^ 2024-08-22T20:42:23.4410321Z /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:23.4412030Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:23.4412737Z | ^~~~~~~~~~~ 2024-08-22T20:42:23.4414596Z /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:23.4416346Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:23.4417117Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:23.4419051Z /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:23.4421062Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:23.4422089Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:23.4424826Z /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:23.4426775Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:23.4427579Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:23.4429503Z /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:23.4431406Z 1117 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2024-08-22T20:42:23.4432351Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:23.4434176Z /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:23.4435796Z 111 | ET_SWITCH_REALB_TYPES(out_type, ctx, "mul.out", CTYPE, [&]() { 2024-08-22T20:42:23.4437116Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:23.4439298Z [ 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:23.4442431Z [ 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:23.4445507Z [ 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:23.4448539Z [ 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:23.4451587Z [ 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:23.4454691Z [ 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:24.3324466Z [ 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:24.3327615Z [ 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:24.3330687Z [ 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:24.3333745Z [ 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:24.3336815Z [ 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:24.3339853Z [ 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:24.3343448Z [ 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:24.3346432Z [ 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:24.3349337Z [ 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:24.3352933Z [ 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:24.3356386Z [ 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:24.3359630Z [ 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:24.3362817Z [ 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:24.3366053Z [ 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:24.3369779Z [ 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:24.3373222Z [ 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:24.3375746Z [ 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:24.3378007Z [ 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:24.3379873Z [ 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:24.3381725Z [ 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:24.3383600Z [ 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:24.3385575Z [ 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:24.3388048Z [ 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:24.3390529Z [ 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:24.3393070Z [ 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:24.3395769Z [ 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:24.3398399Z [ 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:24.3401050Z [ 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:24.3403723Z [ 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:24.3406165Z [ 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:24.3408649Z [ 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:24.3411272Z [ 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:24.3414083Z [ 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:24.3416735Z [ 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:24.3419595Z [ 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:24.3422095Z [ 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:24.3425917Z [ 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:24.3428256Z [ 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:24.3430554Z [ 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:24.3433318Z [ 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:24.3435796Z [ 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:24.3438164Z [ 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:24.3441034Z [ 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:24.3443979Z [ 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:24.3446528Z [ 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:24.3448698Z [ 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:24.3451266Z [ 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:24.3453889Z [ 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:24.3456568Z [ 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:24.3459209Z [ 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:25.0872002Z [ 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:25.0874764Z [ 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:25.0877746Z [ 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:25.0880726Z [ 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:25.0883714Z [ 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:25.0886816Z [ 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:25.0889915Z [ 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:25.0893290Z [ 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:25.0896563Z [ 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:25.0899824Z [ 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:25.0903213Z [ 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:25.0906289Z [ 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:25.0909419Z [ 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:25.0912788Z [ 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:25.0916491Z [ 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:25.0919714Z [ 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:25.0923152Z [ 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:25.0927123Z [ 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:25.0930216Z [ 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:25.0933588Z [ 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:25.0937036Z [ 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:25.0940446Z [ 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:25.0943539Z [ 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:25.0946807Z [ 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:25.0949980Z [ 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:25.0953300Z [ 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:25.0956779Z [ 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:25.0960477Z [ 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:25.0964037Z [ 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:25.0967325Z [ 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:25.0970529Z [ 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:25.0973601Z [ 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:25.0976922Z [ 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:25.0980268Z [ 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:25.0983548Z [ 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:25.0986726Z [ 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:25.0990246Z [ 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:25.0994053Z [ 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:25.0997434Z [ 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:25.1000897Z [ 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:25.1004227Z [ 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:25.1007440Z [ 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:25.1010533Z [ 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:25.1013845Z [ 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:25.1017147Z [ 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:25.1020355Z [ 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:25.6628544Z [ 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:25.6632415Z [ 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:25.6636059Z [ 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:25.6639336Z [ 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:25.6642640Z [ 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:25.6645961Z [ 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:25.6649253Z [ 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:25.6652332Z [ 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:25.6655955Z [ 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:25.6657803Z [ 25%] Built target portable_lib 2024-08-22T20:42:25.6659860Z [ 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:25.6663156Z [ 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:25.6666418Z [ 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:25.6669615Z [ 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:25.6672788Z [ 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:25.6676159Z [ 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:25.6679247Z [ 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:25.6682126Z [ 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:25.6685028Z [ 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:25.6688145Z [ 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:25.6691288Z [ 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:25.6694439Z [ 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:25.6696378Z [ 25%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-08-22T20:42:25.6698860Z [ 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:25.6702171Z [ 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:25.6705305Z [ 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:25.6708419Z [ 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:25.6711516Z [ 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:25.6714917Z [ 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:25.6718058Z [ 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:25.6721178Z [ 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:25.6724608Z [ 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:25.6727312Z [ 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:25.6730434Z [ 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:25.6733632Z [ 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:25.6736751Z [ 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:25.6739869Z [ 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:25.6742527Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:25.6744593Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:25.6746121Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp:11: 2024-08-22T20:42:25.6747705Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp: In lambda function: 2024-08-22T20:42:25.6750033Z /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:25.6751969Z 49 | [](Vec x, Vec y) { return x.le(y); }, 2024-08-22T20:42:25.6752712Z | ^ 2024-08-22T20:42:25.6754722Z /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:25.6757554Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:25.6758574Z | ^~~~~~~~~~~ 2024-08-22T20:42:25.6760501Z /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:25.6763190Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:25.6764032Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:25.6766083Z /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:25.6768215Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:25.6769197Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:25.6771335Z /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:25.6773305Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:25.6774150Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:25.6775937Z /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:25.6777465Z 45 | ET_SWITCH_REAL_TYPES_AND( 2024-08-22T20:42:25.6778122Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:26.2413394Z [ 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:26.2416019Z [ 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:26.2418524Z [ 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:26.2421103Z [ 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:26.2423809Z [ 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:26.2427014Z [ 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:26.2429572Z [ 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:26.2432377Z [ 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:26.2435258Z [ 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:26.2437826Z [ 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:26.2440345Z [ 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:26.2442867Z [ 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:26.2445443Z [ 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:26.2447974Z [ 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:26.2451017Z [ 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:26.2453901Z [ 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:26.2456523Z [ 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:26.2459131Z [ 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:26.2461690Z [ 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:26.2464398Z [ 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:26.2467251Z [ 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:26.2468873Z [ 25%] Built target custom_ops_aot_lib 2024-08-22T20:42:26.2470504Z [ 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:26.2473045Z [ 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:26.2475897Z [ 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:26.2478486Z [ 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:26.2481033Z [ 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:26.2483547Z [ 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:26.2485991Z [ 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:26.2488524Z [ 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:26.2491372Z [ 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:26.2494171Z [ 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:26.2496707Z [ 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:26.2499013Z [ 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:26.2501294Z [ 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:26.2503463Z [ 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:26.2506004Z [ 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:26.2508371Z [ 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:26.2510652Z [ 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:26.2512728Z [ 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:26.2514951Z [ 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:26.2516920Z [ 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:26.2518988Z [ 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:26.2521065Z [ 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:26.2523252Z [ 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:26.2525940Z [ 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:26.2528245Z [ 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:26.2530534Z [ 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:26.2532829Z [ 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:26.2535073Z [ 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:26.2537420Z [ 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:26.2539980Z [ 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:26.9776996Z [ 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:26.9779509Z [ 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:26.9782426Z [ 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:26.9785195Z [ 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:26.9787758Z [ 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:26.9790195Z [ 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:26.9792754Z [ 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:26.9795386Z [ 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:26.9798676Z [ 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:26.9801645Z [ 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:26.9804731Z [ 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:26.9807834Z [ 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:26.9811133Z [ 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:26.9814399Z [ 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:26.9817407Z [ 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:26.9820389Z [ 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:26.9823417Z [ 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:26.9827183Z [ 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:26.9830497Z [ 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:26.9833954Z [ 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:26.9837242Z [ 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:26.9840497Z [ 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:26.9843463Z [ 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:26.9846675Z [ 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:26.9849931Z [ 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:26.9853277Z [ 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:26.9856393Z [ 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:26.9859710Z [ 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:26.9862995Z [ 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:26.9866373Z [ 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:26.9869593Z [ 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:26.9872868Z [ 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:26.9876302Z [ 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:26.9878815Z [ 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:26.9881919Z [ 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:26.9885199Z [ 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:26.9888403Z [ 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:26.9891210Z [ 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:26.9894051Z [ 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:26.9896911Z [ 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:26.9899683Z [ 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:26.9902543Z [ 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:26.9905420Z [ 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:26.9908299Z [ 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:26.9911162Z [ 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:26.9914831Z [ 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:26.9917688Z [ 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:26.9920550Z [ 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:26.9923568Z [ 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:26.9927112Z [ 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:27.6316245Z [ 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:27.6319314Z [ 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:27.6322283Z [ 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:27.6325543Z [ 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:27.6328504Z [ 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:27.6331396Z [ 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:27.6334424Z [ 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:27.6337396Z [ 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:27.6340163Z [ 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:27.6342773Z [ 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:27.6345407Z [ 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:27.6348036Z [ 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:27.6350851Z [ 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:27.6358390Z [ 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:27.6361647Z [ 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:27.6365225Z [ 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:27.6368393Z [ 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:27.6371359Z [ 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:27.6374767Z [ 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:27.6377879Z [ 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:27.6380924Z [ 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:27.6384266Z [ 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:27.6387388Z [ 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:27.6390353Z [ 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:27.6393425Z [ 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:27.6397022Z [ 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:27.6400160Z [ 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:27.6403588Z [ 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:27.6406705Z [ 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:27.6409800Z [ 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:27.6412612Z [ 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:27.6415368Z [ 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:27.6418174Z [ 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:27.6421018Z [ 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:27.6423791Z [ 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:27.6427015Z [ 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:27.6429691Z [ 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:27.6432508Z [ 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:27.6435559Z [ 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:27.6438404Z [ 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:27.6441186Z [ 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:27.6447343Z [ 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:27.6450399Z [ 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:27.6455020Z [ 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:27.6458277Z [ 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:27.6461204Z [ 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:27.6464136Z [ 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:27.6467119Z [ 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:27.6470086Z [ 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:27.6473020Z [ 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:27.6476197Z [ 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:28.1136983Z [ 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:28.1140051Z [ 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:28.1142951Z [ 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:28.1145889Z [ 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:28.1148859Z [ 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:28.1151661Z [ 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:28.1154680Z [ 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:28.1157595Z [ 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:28.1160484Z [ 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:28.1163437Z [ 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:28.1166276Z [ 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:28.1169132Z [ 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:28.1172046Z [ 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:28.1175001Z [ 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:28.1177871Z [ 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:28.1180940Z [ 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:28.1183731Z [ 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:28.1186709Z [ 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:28.1189275Z [ 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:28.1191947Z [ 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:28.1195090Z [ 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:28.1197746Z [ 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:28.1200355Z [ 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:28.1202930Z [ 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:28.1205489Z [ 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:28.1208338Z [ 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:28.1211119Z [ 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:28.1213920Z [ 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:28.1216755Z [ 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:28.1219606Z [ 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:28.1222356Z [ 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:28.1225789Z [ 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:28.1228855Z [ 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:28.1231649Z [ 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:28.1234269Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:28.1236382Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:28.1238151Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp:11: 2024-08-22T20:42:28.1240531Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp: In lambda function: 2024-08-22T20:42:28.1243300Z /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:28.1245052Z 64 | [](Vec x, Vec y) { return x / y; }, 2024-08-22T20:42:28.1245702Z | ^ 2024-08-22T20:42:28.1247482Z /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.1249288Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:28.1249956Z | ^~~~~~~~~~~ 2024-08-22T20:42:28.1251592Z /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.1253561Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:28.1254398Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:28.1256390Z /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:28.1258499Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:28.1259463Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:28.1261469Z /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:28.1263350Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:28.1264101Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:28.1265788Z /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:28.1267554Z 61 | ET_SWITCH_REAL_TYPES_AND(Bool, out_type, ctx, "div.out", CTYPE, [&]() { 2024-08-22T20:42:28.1268419Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:28.1270130Z [ 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:28.1272947Z [ 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:28.1276077Z [ 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:28.1278907Z [ 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:28.5649231Z [ 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:28.5652191Z [ 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:28.5655165Z [ 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:28.5657930Z [ 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:28.5660538Z [ 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:28.5663294Z [ 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:28.5666789Z [ 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:28.5669705Z [ 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:28.5672644Z [ 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:28.5675896Z [ 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:28.5678921Z [ 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:28.5681760Z [ 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:28.5684446Z [ 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:28.5686973Z [ 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:28.5689556Z [ 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:28.5692121Z [ 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:28.5694863Z [ 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:28.5697538Z [ 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:28.5700076Z [ 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:28.5702676Z [ 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:28.5705256Z [ 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:28.5707922Z [ 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:28.5710656Z [ 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:28.5713171Z [ 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:28.5715946Z [ 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:28.5718526Z [ 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:28.5720965Z [ 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:28.5723619Z [ 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:28.5726578Z [ 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:28.5729739Z [ 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:28.5732337Z [ 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:28.5734913Z [ 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:28.5737556Z [ 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:28.5740086Z [ 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:28.5743016Z [ 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:28.5746039Z [ 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:28.5748602Z [ 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:28.5751201Z [ 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:28.5754305Z [ 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:28.5756719Z [ 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:28.5759215Z [ 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:28.5761749Z [ 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:28.5764351Z [ 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:28.5766806Z [ 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:28.5769326Z [ 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:28.5771829Z [ 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:28.5774762Z [ 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:28.5778007Z [ 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:28.5780709Z [ 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:28.5783848Z [ 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:28.5786592Z [ 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:28.5789195Z [ 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:28.5791726Z [ 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:28.5794557Z [ 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:28.5796571Z [ 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:28.9774828Z [ 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:28.9777523Z [ 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:28.9779780Z [ 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:28.9781852Z [ 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:28.9783876Z [ 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:28.9785680Z [ 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:28.9787482Z [ 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:28.9789210Z [ 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:28.9790829Z [ 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:28.9792805Z [ 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:28.9794950Z [ 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:28.9796935Z [ 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:28.9799136Z [ 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:28.9801492Z [ 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:28.9803833Z [ 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:28.9806182Z [ 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:28.9808563Z [ 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:28.9811218Z [ 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:28.9813777Z [ 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:28.9816055Z [ 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:28.9818314Z [ 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:28.9821335Z [ 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:28.9823678Z [ 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:28.9826464Z [ 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:28.9828760Z [ 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:28.9831083Z [ 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:28.9833404Z [ 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:28.9836053Z [ 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:28.9838618Z [ 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:28.9840906Z [ 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:28.9842989Z [ 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:28.9844877Z [ 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:28.9846752Z [ 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:28.9848688Z [ 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:28.9850825Z [ 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:28.9853255Z [ 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:28.9855746Z [ 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:28.9858130Z [ 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:28.9860465Z [ 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:28.9862910Z [ 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:28.9865322Z [ 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:28.9867837Z [ 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:28.9870401Z [ 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:28.9872718Z [ 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:28.9875829Z [ 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:28.9878475Z [ 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:28.9880969Z [ 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:28.9883507Z [ 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:28.9886015Z [ 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:28.9888569Z [ 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:28.9891168Z [ 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:28.9893686Z [ 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:28.9896181Z [ 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:28.9898575Z [ 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:28.9901043Z [ 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:29.3531059Z [ 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:29.3533531Z [ 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:29.3535810Z [ 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:29.3538131Z [ 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:29.3540485Z [ 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:29.3543118Z [ 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:29.3545853Z [ 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:29.3548341Z [ 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:29.3550685Z [ 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:29.3553380Z [ 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:29.3556051Z [ 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:29.3558432Z [ 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:29.3561503Z [ 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:29.3563861Z [ 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:29.3566189Z [ 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:29.3568340Z [ 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:29.3570319Z [ 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:29.3572391Z [ 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:29.3575073Z [ 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:29.3577506Z [ 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:29.3580158Z [ 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:29.3582648Z [ 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:29.3585375Z [ 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:29.3587949Z [ 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:29.3590324Z [ 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:29.3592753Z [ 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:29.3595402Z [ 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:29.3597758Z [ 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:29.3600034Z [ 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:29.3602311Z [ 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:29.3604666Z [ 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:29.3607272Z [ 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:29.3609585Z [ 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:29.3611333Z [ 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:29.3612991Z [ 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:29.3614966Z [ 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:29.3616685Z [ 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:29.3618399Z [ 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:29.3620422Z [ 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:29.3622657Z [ 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:29.3625311Z [ 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:29.3627650Z [ 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:29.3629939Z [ 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:29.3632039Z [ 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:29.3634224Z [ 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:29.3636150Z [ 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:29.3637998Z [ 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:29.3639931Z [ 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:29.3642492Z [ 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:29.3644958Z [ 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:29.3647257Z [ 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:29.3649568Z [ 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:29.3651938Z [ 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:29.3654325Z [ 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:29.6828104Z [ 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:29.6830507Z [ 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:29.6832838Z [ 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:29.6835182Z [ 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:29.6837724Z [ 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:29.6839717Z [ 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:29.6841840Z [ 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:29.6844363Z [ 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:29.6847050Z [ 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:29.6849974Z [ 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:29.6852822Z [ 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:29.6855282Z [ 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:29.6857715Z [ 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:29.6860186Z [ 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:29.6862720Z [ 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:29.6865273Z [ 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:29.6867791Z [ 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:29.6870401Z [ 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:29.6873144Z [ 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:29.6875831Z [ 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:29.6878253Z [ 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:29.6880920Z [ 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:29.6883459Z [ 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:29.6885903Z [ 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:29.6888471Z [ 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:29.6891051Z [ 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:29.6893976Z [ 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:29.6896455Z [ 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:29.6898898Z [ 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:29.6901468Z [ 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:29.6904187Z [ 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:29.6906620Z [ 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:29.6909122Z [ 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:29.6911791Z [ 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:29.6914685Z [ 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:29.6917721Z [ 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:29.6920182Z [ 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:29.6922756Z [ 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:29.6925919Z [ 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:29.6928693Z [ 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:29.6931350Z [ 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:29.6933969Z [ 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:29.6936450Z [ 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:29.6939315Z [ 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:29.6941803Z [ 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:29.6944380Z [ 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:29.6946923Z [ 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:29.6949587Z [ 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:29.6953002Z [ 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:29.6955882Z [ 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:29.6958384Z [ 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:29.6961107Z [ 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:30.0773564Z [ 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:30.0776100Z [ 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:30.0778636Z [ 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:30.0781008Z [ 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:30.0783453Z [ 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:30.0785862Z [ 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:30.0788231Z [ 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:30.0790667Z [ 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:30.0793122Z [ 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:30.0795867Z [ 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:30.0798300Z [ 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:30.0800747Z [ 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:30.0803250Z [ 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:30.0805585Z [ 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:30.0807999Z [ 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:30.0810571Z [ 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:30.0813130Z [ 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:30.0815395Z [ 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:30.0818107Z [ 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:30.0821217Z [ 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:30.0823940Z [ 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:30.0826991Z [ 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:30.0829494Z [ 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:30.0831969Z [ 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:30.0834715Z [ 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:30.0837196Z [ 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:30.0839513Z [ 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:30.0841858Z [ 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:30.0844245Z [ 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:30.0846660Z [ 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:30.0849113Z [ 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:30.0851514Z [ 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:30.0853869Z [ 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:30.0855634Z [ 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:30.0857494Z [ 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:30.0859703Z [ 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:30.0861906Z [ 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:30.0864300Z [ 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:30.0866742Z [ 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:30.0869286Z [ 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:30.0872355Z [ 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:30.0875708Z [ 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:30.0878301Z [ 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:30.0880845Z [ 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:30.0883410Z [ 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:30.0885945Z [ 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:30.0888541Z [ 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:30.0891332Z [ 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:30.0894110Z [ 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:30.0896708Z [ 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:30.0899391Z [ 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:30.9930995Z [ 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:30.9934206Z [ 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:30.9937257Z [ 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:30.9940304Z [ 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:30.9943663Z [ 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:30.9946993Z [ 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:30.9950053Z [ 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:30.9953456Z [ 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:30.9956926Z [ 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:30.9959911Z [ 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:30.9963572Z [ 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:30.9966777Z [ 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:30.9969964Z [ 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:30.9973133Z [ 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:30.9976539Z [ 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:30.9979521Z [ 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:30.9982534Z [ 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:30.9986076Z [ 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:30.9989183Z [ 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:30.9992366Z [ 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:30.9995858Z [ 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:30.9998942Z [ 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:31.0002016Z [ 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:31.0005189Z [ 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:31.0008164Z [ 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:31.0011129Z [ 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:31.0014169Z [ 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:31.0017248Z [ 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:31.0020421Z [ 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:31.0023249Z [ 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:31.0030222Z [ 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:31.0033521Z [ 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:31.0036704Z [ 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:31.0039346Z [ 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:31.0041913Z [ 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:31.0044842Z [ 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:31.0047477Z [ 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:31.0050361Z [ 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:31.0053267Z [ 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:31.0056200Z [ 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:31.0059040Z [ 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:31.0061838Z [ 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:31.0064696Z [ 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:31.0067717Z [ 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:31.0070597Z [ 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:31.0073354Z [ 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:31.0076507Z [ 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:31.0079368Z [ 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:31.0082227Z [ 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:31.0084921Z [ 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:32.3423471Z [ 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:32.3426727Z [ 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:32.3429685Z [ 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:32.3432612Z [ 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:32.3436412Z [ 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:32.3439201Z [ 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:32.3442090Z [ 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:32.3444662Z [ 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:32.3447381Z [ 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:32.3449970Z [ 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:32.3452751Z [ 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:32.3455587Z [ 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:32.3458347Z [ 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:32.3460584Z [ 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:32.3463330Z [ 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:32.3466093Z [ 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:32.3468828Z [ 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:32.3471357Z [ 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:32.3474257Z [ 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:32.3476865Z [ 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:32.3479575Z [ 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:32.3482273Z [ 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:32.3484915Z [ 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:32.3487279Z [ 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:32.3489420Z [ 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:32.3491776Z [ 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:32.3494457Z [ 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:32.3497654Z [ 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:32.3500347Z [ 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:32.3502980Z [ 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:32.3505700Z [ 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:32.3508388Z [ 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:32.3510881Z [ 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:32.3513498Z [ 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:32.3516572Z [ 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:32.3519343Z [ 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:32.3521894Z [ 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:32.3524867Z [ 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:32.3527685Z [ 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:32.3530494Z [ 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:32.3533272Z [ 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:32.3536098Z [ 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:32.3538864Z [ 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:32.3541671Z [ 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:32.3544501Z [ 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:32.3547271Z [ 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:32.3550090Z [ 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:32.3552899Z [ 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:32.3555771Z [ 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:32.3558078Z [ 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:32.3561101Z [ 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:32.3563790Z [ 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:32.3566528Z [ 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:32.3569270Z [ 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:32.3572001Z [ 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:33.0178732Z [ 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:33.0181592Z [ 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:33.0184721Z [ 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:33.0187442Z [ 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:33.0190174Z [ 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:33.0192874Z [ 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:33.0195929Z [ 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:33.0198677Z [ 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:33.0201392Z [ 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:33.0204459Z [ 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:33.0207367Z [ 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:33.0210025Z [ 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:33.0212780Z [ 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:33.0215936Z [ 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:33.0218613Z [ 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:33.0221075Z [ 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:33.0223352Z [ 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:33.0226259Z [ 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:33.0228962Z [ 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:33.0231447Z [ 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:33.0234106Z [ 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:33.0236818Z [ 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:33.0239346Z [ 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:33.0241897Z [ 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:33.0244832Z [ 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:33.0247405Z [ 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:33.0249941Z [ 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:33.0252534Z [ 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:33.0255145Z [ 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:33.0257689Z [ 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:33.0260027Z [ 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:33.0262144Z [ 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:33.0264883Z [ 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:33.0267524Z [ 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:33.0270160Z [ 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:33.0272737Z [ 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:33.0275899Z [ 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:33.0278365Z [ 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:33.0280844Z [ 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:33.0283360Z [ 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:33.0285901Z [ 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:33.0288407Z [ 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:33.0290880Z [ 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:33.0293953Z [ 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:33.0296600Z [ 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:33.0299208Z [ 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:33.0301820Z [ 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:33.0304508Z [ 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:33.0307096Z [ 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:33.0309695Z [ 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:33.0312335Z [ 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:33.0315223Z [ 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:33.0317769Z [ 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:33.0320313Z [ 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:33.0322484Z [ 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:33.0325362Z [ 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:33.0327844Z [ 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:33.5297716Z [ 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:33.5300180Z [ 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:33.5302548Z [ 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:33.5305039Z [ 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:33.5307572Z [ 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:33.5310071Z [ 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:33.5312547Z [ 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:33.5315284Z [ 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:33.5317881Z [ 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:33.5320469Z [ 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:33.5324655Z [ 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:33.5327140Z [ 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:33.5329711Z [ 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:33.5332311Z [ 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:33.5335009Z [ 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:33.5337676Z [ 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:33.5340372Z [ 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:33.5343016Z [ 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:33.5345781Z [ 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:33.5348402Z [ 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:33.5350966Z [ 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:33.5353472Z [ 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:33.5356213Z [ 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:33.5358729Z [ 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:33.5361275Z [ 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:33.5363849Z [ 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:33.5366436Z [ 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:33.5369029Z [ 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:33.5371523Z [ 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:33.5374266Z [ 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:33.5377193Z [ 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:33.5379869Z [ 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:33.5382392Z [ 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:33.5385034Z [ 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:33.5388252Z [ 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:33.5390907Z [ 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:33.5393403Z [ 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:33.5396225Z [ 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:33.5398825Z [ 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:33.5401359Z [ 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:33.5403860Z [ 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:33.5406323Z [ 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:33.5408777Z [ 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:33.5411229Z [ 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:33.5413491Z [ 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:33.5415886Z [ 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:33.5418332Z [ 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:33.5420743Z [ 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:33.5423153Z [ 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:33.5426009Z [ 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:33.5428332Z [ 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:33.5430688Z [ 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:33.5433041Z [ 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:33.5435775Z [ 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:33.5438361Z [ 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:33.5440890Z [ 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:33.5443422Z [ 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:33.5446001Z [ 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:34.2559214Z [ 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:34.2562139Z [ 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:34.2564897Z [ 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:34.2567643Z [ 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:34.2570114Z [ 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:34.2572560Z [ 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:34.2574844Z [ 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:34.2577189Z [ 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:34.2579665Z [ 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:34.2582222Z [ 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:34.2584862Z [ 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:34.2587437Z [ 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:34.2589894Z [ 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:34.2592429Z [ 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:34.2595192Z [ 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:34.2597548Z [ 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:34.2600166Z [ 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:34.2602739Z [ 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:34.2605368Z [ 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:34.2607970Z [ 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:34.2610634Z [ 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:34.2613357Z [ 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:34.2615920Z [ 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:34.2618488Z [ 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:34.2621602Z [ 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:34.2624814Z [ 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:34.2627487Z [ 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:34.2630364Z [ 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:34.2633009Z [ 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:34.2635624Z [ 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:34.2638289Z [ 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:34.2640901Z [ 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:34.2643571Z [ 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:34.2646473Z [ 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:34.2649216Z [ 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:34.2651799Z [ 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:34.2654581Z [ 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:34.2657359Z [ 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:34.2660187Z [ 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:34.2663016Z [ 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:34.2666056Z [ 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:34.2669015Z [ 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:34.2672077Z [ 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:34.2675270Z [ 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:34.2677977Z [ 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:34.2680918Z [ 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:34.2684292Z [ 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:34.2687308Z [ 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:34.2690058Z [ 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:34.2692947Z [ 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:34.2695782Z [ 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:34.2698569Z [ 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:34.2701304Z [ 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:34.2704043Z [ 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:34.8209430Z [ 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:34.8213148Z [ 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:34.8217793Z [ 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:34.8220385Z [ 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:34.8223052Z [ 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:34.8226014Z [ 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:34.8228643Z [ 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:34.8231597Z [ 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:34.8235054Z [ 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:34.8238295Z [ 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:34.8241662Z [ 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:34.8245009Z [ 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:34.8248357Z [ 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:34.8251726Z [ 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:34.8255606Z [ 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:34.8259142Z [ 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:34.8262492Z [ 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:34.8265922Z [ 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:34.8269277Z [ 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:34.8272002Z [ 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:34.8274914Z [ 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:34.8277662Z [ 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:34.8280407Z [ 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:34.8283158Z [ 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:34.8285975Z [ 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:34.8288621Z [ 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:34.8291228Z [ 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:34.8293854Z [ 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:34.8296493Z [ 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:34.8298909Z [ 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:34.8301331Z [ 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:34.8303900Z [ 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:34.8306429Z [ 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:34.8308900Z [ 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:34.8311376Z [ 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:34.8314014Z [ 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:34.8316548Z [ 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:34.8319300Z [ 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:34.8321917Z [ 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:34.8324943Z [ 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:34.8327121Z [ 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:34.8329852Z [ 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:34.8332716Z [ 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:34.8335501Z [ 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:34.8338106Z [ 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:34.8340883Z [ 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:34.8343572Z [ 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:34.8346372Z [ 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:34.8349052Z [ 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:34.8351730Z [ 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:34.8354582Z [ 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:34.8357292Z [ 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:34.8359982Z [ 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:35.2639169Z [ 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:35.2641915Z [ 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:35.2644569Z [ 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:35.2647234Z [ 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:35.2650044Z [ 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:35.2652807Z [ 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:35.2656005Z [ 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:35.2659043Z [ 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:35.2661908Z [ 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:35.2664995Z [ 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:35.2668013Z [ 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:35.2670956Z [ 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:35.2674213Z [ 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:35.2677175Z [ 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:35.2680191Z [ 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:35.2683242Z [ 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:35.2686043Z [ 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:35.2688394Z [ 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:35.2690903Z [ 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:35.2693361Z [ 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:35.2695951Z [ 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:35.2698564Z [ 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:35.2701071Z [ 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:35.2703480Z [ 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:35.2705828Z [ 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:35.2708216Z [ 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:35.2710537Z [ 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:35.2712926Z [ 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:35.2715672Z [ 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:35.2717865Z [ 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:35.2720547Z [ 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:35.2724614Z [ 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:35.2727060Z [ 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:35.2729415Z [ 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:35.2732223Z [ 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:35.2735246Z [ 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:35.2738246Z [ 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:35.2741232Z [ 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:35.2744231Z [ 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:35.2747369Z [ 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:35.2750422Z [ 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:35.2753507Z [ 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:35.2756833Z [ 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:35.2759895Z [ 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:35.2763040Z [ 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:35.2766245Z [ 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:35.2769486Z [ 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:35.2772557Z [ 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:35.2775837Z [ 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:35.2779043Z [ 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:35.2782274Z [ 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:35.2785526Z [ 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:35.2789129Z [ 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:36.2750892Z [ 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:36.2754157Z [ 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:36.2757148Z [ 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:36.2760260Z [ 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:36.2763315Z [ 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:36.2766239Z [ 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:36.2769237Z [ 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:36.2772202Z [ 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:36.2775045Z [ 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:36.2778056Z [ 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:36.2780994Z [ 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:36.2784049Z [ 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:36.2787021Z [ 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:36.2790065Z [ 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:36.2793136Z [ 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:36.2796472Z [ 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:36.2799508Z [ 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:36.2802826Z [ 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:36.2805952Z [ 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:36.2809008Z [ 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:36.2812877Z [ 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:36.2816171Z [ 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:36.2819239Z [ 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:36.2822332Z [ 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:36.2825995Z [ 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:36.2829186Z [ 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:36.2832317Z [ 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:36.2835592Z [ 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:36.2838535Z [ 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:36.2841579Z [ 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:36.2844591Z [ 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:36.2847627Z [ 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:36.2850630Z [ 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:36.2853382Z [ 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:36.2856384Z [ 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:36.2859170Z [ 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:36.2861715Z [ 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:36.2864323Z [ 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:36.2866934Z [ 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:36.2869638Z [ 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:36.2872520Z [ 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:36.2876172Z [ 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:36.2879297Z [ 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:36.2882264Z [ 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:36.2885290Z [ 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:36.2888466Z [ 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:36.2891779Z [ 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:36.2895038Z [ 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:36.2898207Z [ 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:37.2230779Z [ 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:37.2233893Z [ 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:37.2236788Z [ 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:37.2239946Z [ 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:37.2242706Z [ 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:37.2245634Z [ 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:37.2248495Z [ 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:37.2251212Z [ 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:37.2253951Z [ 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:37.2256615Z [ 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:37.2259214Z [ 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:37.2261834Z [ 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:37.2264757Z [ 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:37.2267609Z [ 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:37.2270301Z [ 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:37.2273076Z [ 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:37.2276149Z [ 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:37.2278779Z [ 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:37.2281764Z [ 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:37.2284589Z [ 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:37.2287207Z [ 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:37.2289775Z [ 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:37.2292331Z [ 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:37.2294947Z [ 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:37.2297561Z [ 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:37.2300192Z [ 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:37.2302981Z [ 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:37.2305885Z [ 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:37.2308445Z [ 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:37.2310995Z [ 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:37.2313600Z [ 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:37.2316297Z [ 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:37.2318910Z [ 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:37.2321879Z [ 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:37.2325494Z [ 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:37.2328081Z [ 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:37.2330468Z [ 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:37.2332888Z [ 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:37.2335540Z [ 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:37.2338430Z [ 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:37.2341027Z [ 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:37.2343794Z [ 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:37.2346600Z [ 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:37.2349468Z [ 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:37.2352337Z [ 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:37.2355409Z [ 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:37.2358318Z [ 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:37.2361241Z [ 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:37.9607659Z [ 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:37.9610909Z [ 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:37.9614044Z [ 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:37.9617227Z [ 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:37.9620114Z [ 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:37.9622973Z [ 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:37.9628019Z [ 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:37.9631318Z [ 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:37.9634578Z [ 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:37.9637611Z [ 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:37.9640646Z [ 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:37.9643743Z [ 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:37.9646902Z [ 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:37.9649733Z [ 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:37.9652555Z [ 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:37.9655523Z [ 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:37.9658281Z [ 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:37.9661157Z [ 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:37.9663819Z [ 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:37.9666502Z [ 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:37.9669268Z [ 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:37.9671934Z [ 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:37.9674983Z [ 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:37.9677784Z [ 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:37.9680322Z [ 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:37.9682667Z [ 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:37.9685087Z [ 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:37.9687482Z [ 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:37.9689995Z [ 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:37.9693064Z [ 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:37.9695671Z [ 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:37.9698012Z [ 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:37.9700406Z [ 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:37.9702794Z [ 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:37.9705103Z [ 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:37.9707201Z [ 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:37.9709270Z [ 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:37.9711405Z [ 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:37.9713636Z [ 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:37.9716361Z [ 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:37.9718882Z [ 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:37.9721402Z [ 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:37.9727708Z [ 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:37.9730358Z [ 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:37.9732937Z [ 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:37.9735607Z [ 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:37.9738113Z [ 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:37.9740633Z [ 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:37.9743063Z [ 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:37.9745358Z [ 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:37.9747486Z [ 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:37.9750232Z [ 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:38.6835228Z [ 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:38.6837959Z [ 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:38.6840486Z [ 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:38.6843094Z [ 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:38.6846103Z [ 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:38.6849062Z [ 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:38.6852023Z [ 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:38.6855010Z [ 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:38.6857940Z [ 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:38.6860455Z [ 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:38.6863152Z [ 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:38.6866059Z [ 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:38.6868939Z [ 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:38.6871578Z [ 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:38.6874611Z [ 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:38.6877491Z [ 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:38.6880513Z [ 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:38.6883439Z [ 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:38.6886327Z [ 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:38.6889197Z [ 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:38.6891851Z [ 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:38.6895097Z [ 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:38.6898295Z [ 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:38.6900954Z [ 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:38.6903818Z [ 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:38.6906690Z [ 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:38.6909516Z [ 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:38.6912477Z [ 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:38.6915461Z [ 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:38.6918153Z [ 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:38.6922008Z [ 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:38.6925373Z [ 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:38.6928380Z [ 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:38.6931312Z [ 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:38.6934196Z [ 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:38.6937184Z [ 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:38.6939979Z [ 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:38.6942842Z [ 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:38.6945644Z [ 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:38.6948336Z [ 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:38.6950934Z [ 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:38.6953501Z [ 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:38.6956710Z [ 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:38.6959818Z [ 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:38.6962590Z [ 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:38.6965318Z [ 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:38.6968111Z [ 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:38.6970963Z [ 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:38.6973840Z [ 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:38.6976795Z [ 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:38.6979687Z [ 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:38.6982494Z [ 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:39.5974363Z [ 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:39.5977623Z [ 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:39.5980222Z [ 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:39.5983056Z [ 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:39.5986082Z [ 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:39.5989045Z [ 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:39.5991844Z [ 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:39.5994536Z [ 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:39.5997188Z [ 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:39.5999871Z [ 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:39.6002480Z [ 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:39.6004773Z [ 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:39.6007567Z [ 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:39.6010258Z [ 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:39.6013980Z [ 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:39.6017017Z [ 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:39.6019211Z [ 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:39.6021370Z [ 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:39.6023534Z [ 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:39.6026031Z [ 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:39.6028068Z [ 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:39.6030109Z [ 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:39.6032025Z [ 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:39.6034158Z [ 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:39.6036231Z [ 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:39.6038316Z [ 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:39.6040641Z [ 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:39.6042746Z [ 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:39.6044587Z [ 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:39.6046401Z [ 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:39.6048219Z [ 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:39.6050320Z [ 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:39.6052714Z [ 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:39.6055201Z [ 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:39.6057553Z [ 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:39.6059901Z [ 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:39.6062080Z [ 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:39.6064657Z [ 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:39.6067168Z [ 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:39.6069372Z [ 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:39.6071552Z [ 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:39.6073910Z [ 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:39.6076074Z [ 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:39.6078262Z [ 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:39.6080496Z [ 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:39.6082759Z [ 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:39.6085038Z [ 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:39.6087322Z [ 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:39.6089558Z [ 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:39.6091876Z [ 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:39.6094091Z [ 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:39.6096387Z [ 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:39.6098705Z [ 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:39.6100977Z [ 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:39.6103229Z [ 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:40.4579593Z [ 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:40.4582592Z [ 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:40.4585334Z [ 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:40.4587819Z [ 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:40.4590344Z [ 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:40.4593904Z [ 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:40.4596463Z [ 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:40.4598624Z [ 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:40.4600900Z [ 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:40.4603144Z [ 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:40.4605420Z [ 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:40.4608039Z [ 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:40.4610903Z [ 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:40.4613840Z [ 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:40.4616844Z [ 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:40.4619859Z [ 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:40.4622663Z [ 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:40.4625768Z [ 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:40.4628198Z [ 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:40.4630970Z [ 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:40.4634187Z [ 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:40.4637155Z [ 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:40.4640280Z [ 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:40.4643436Z [ 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:40.4646448Z [ 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:40.4649376Z [ 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:40.4652564Z [ 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:40.4656099Z [ 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:40.4659483Z [ 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:40.4662510Z [ 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:40.4665473Z [ 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:40.4668409Z [ 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:40.4670952Z [ 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:40.4673485Z [ 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:40.4676452Z [ 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:40.4679133Z [ 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:40.4681679Z [ 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:40.4684140Z [ 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:40.4686758Z [ 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:40.4689325Z [ 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:40.4691929Z [ 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:40.4694623Z [ 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:40.4697023Z [ 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:40.4699423Z [ 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:40.4701951Z [ 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:40.4704520Z [ 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:40.4707096Z [ 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:40.4709565Z [ 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:40.4711995Z [ 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:40.4714516Z [ 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:40.4717057Z [ 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:40.4720017Z [ 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:40.4722839Z [ 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:40.4726396Z [ 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:41.1289606Z [ 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:41.1292028Z [ 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:41.1294614Z [ 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:41.1297257Z [ 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:41.1299795Z [ 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:41.1302254Z [ 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:41.1304695Z [ 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:41.1307044Z [ 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:41.1309527Z [ 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:41.1311965Z [ 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:41.1314601Z [ 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:41.1317294Z [ 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:41.1320198Z [ 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:41.1323017Z [ 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:41.1326268Z [ 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:41.1329104Z [ 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:41.1331893Z [ 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:41.1334844Z [ 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:41.1337727Z [ 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:41.1340558Z [ 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:41.1344188Z [ 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:41.1347115Z [ 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:41.1349851Z [ 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:41.1352562Z [ 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:41.1355721Z [ 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:41.1358653Z [ 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:41.1361617Z [ 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:41.1364558Z [ 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:41.1367468Z [ 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:41.1370361Z [ 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:41.1373123Z [ 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:41.1376103Z [ 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:41.1378966Z [ 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:41.1381185Z [ 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:41.1383262Z [ 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:41.1385305Z [ 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:41.1387777Z [ 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:41.1390237Z [ 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:41.1392815Z [ 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:41.1395783Z [ 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:41.1398518Z [ 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:41.1400995Z [ 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:41.1403544Z [ 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:41.1406523Z [ 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:41.1408965Z [ 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:41.1411515Z [ 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:41.1414026Z [ 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:41.1416526Z [ 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:41.1418959Z [ 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:41.1421375Z [ 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:41.1424367Z [ 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:41.1426386Z [ 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:41.1428694Z [ 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:41.1430995Z [ 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:41.6531887Z [ 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:41.6534180Z [ 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:41.6536607Z [ 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:41.6538993Z [ 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:41.6541447Z [ 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:41.6544081Z [ 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:41.6546889Z [ 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:41.6549775Z [ 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:41.6552677Z [ 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:41.6555971Z [ 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:41.6559029Z [ 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:41.6561849Z [ 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:41.6565262Z [ 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:41.6568448Z [ 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:41.6571636Z [ 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:41.6574223Z [ 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:41.6577088Z [ 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:41.6580103Z [ 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:41.6583184Z [ 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:41.6586427Z [ 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:41.6589494Z [ 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:41.6592764Z [ 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:41.6596026Z [ 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:41.6598940Z [ 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:41.6601840Z [ 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:41.6604942Z [ 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:41.6608088Z [ 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:41.6611208Z [ 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:41.6614408Z [ 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:41.6617651Z [ 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:41.6620837Z [ 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:41.6624925Z [ 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:41.6628234Z [ 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:41.6631677Z [ 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:41.6635079Z [ 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:41.6638162Z [ 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:41.6641231Z [ 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:41.6643716Z [ 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:41.6646270Z [ 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:41.6648747Z [ 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:41.6651147Z [ 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:41.6653297Z [ 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:41.6655182Z [ 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:41.6657099Z [ 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:41.6658908Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse41.c.o 2024-08-22T20:42:41.6660713Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse41.c.o 2024-08-22T20:42:41.6662517Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse41.c.o 2024-08-22T20:42:41.6664322Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse41.c.o 2024-08-22T20:42:41.6666604Z [ 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:41.6669197Z [ 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:41.6671762Z [ 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:41.6674610Z [ 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:42.6055043Z [ 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:42.6058286Z [ 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:42.6061113Z [ 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:42.6064109Z [ 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:42.6067867Z [ 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:42.6070972Z [ 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:42.6074136Z [ 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:42.6077305Z [ 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:42.6080549Z [ 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:42.6083820Z [ 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:42.6087021Z [ 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:42.6090137Z [ 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:42.6093342Z [ 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:42.6096489Z [ 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:42.6099645Z [ 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:42.6102954Z [ 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:42.6106266Z [ 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:42.6109614Z [ 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:42.6112971Z [ 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:42.6116540Z [ 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:42.6119736Z [ 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:42.6122800Z [ 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:42.6126394Z [ 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:42.6129479Z [ 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:42.6133033Z [ 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:42.6136607Z [ 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:42.6139893Z [ 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:42.6143078Z [ 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:42.6146752Z [ 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:42.6150045Z [ 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:42.6153275Z [ 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:42.6156516Z [ 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:42.6159639Z [ 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:42.6162801Z [ 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:42.6166050Z [ 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:42.6169188Z [ 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:42.6172320Z [ 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:42.6175335Z [ 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:42.6178439Z [ 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:42.6181427Z [ 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:42.6184644Z [ 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:42.6187659Z [ 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:42.6190714Z [ 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:42.6193900Z [ 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:42.6196945Z [ 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:42.6200194Z [ 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:42.6203344Z [ 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:42.6206482Z [ 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:43.9149427Z [ 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:43.9151918Z [ 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:43.9154517Z [ 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:43.9156928Z [ 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:43.9159591Z [ 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:43.9162237Z [ 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:43.9165060Z [ 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:43.9168318Z [ 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:43.9171349Z [ 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:43.9174052Z [ 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:43.9177076Z [ 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:43.9180009Z [ 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:43.9183115Z [ 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:43.9186400Z [ 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:43.9189840Z [ 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:43.9193275Z [ 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:43.9196918Z [ 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:43.9200354Z [ 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:43.9203750Z [ 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:43.9208048Z [ 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:43.9211459Z [ 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:43.9214859Z [ 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:43.9217996Z [ 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:43.9220805Z [ 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:43.9224392Z [ 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:43.9227857Z [ 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:43.9231293Z [ 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:43.9234950Z [ 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:43.9238392Z [ 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:43.9241851Z [ 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:43.9245260Z [ 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:43.9248612Z [ 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:43.9251862Z [ 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:43.9255772Z [ 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:43.9259186Z [ 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:43.9262274Z [ 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:43.9265505Z [ 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:43.9268888Z [ 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:43.9272633Z [ 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:43.9276168Z [ 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:43.9279458Z [ 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:43.9282766Z [ 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:43.9286050Z [ 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:43.9289251Z [ 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:43.9292421Z [ 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:43.9295586Z [ 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:43.9298807Z [ 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:43.9301904Z [ 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:44.5772000Z [ 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:44.5775226Z [ 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:44.5778312Z [ 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:44.5781464Z [ 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:44.5784586Z [ 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:44.5787669Z [ 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:44.5790764Z [ 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:44.5794003Z [ 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:44.5797158Z [ 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:44.5800297Z [ 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:44.5803454Z [ 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:44.5807009Z [ 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:44.5810378Z [ 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:44.5813316Z [ 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:44.5816401Z [ 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:44.5819529Z [ 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:44.5822686Z [ 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:44.5826135Z [ 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:44.5829186Z [ 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:44.5832350Z [ 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:44.5835426Z [ 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:44.5838397Z [ 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:44.5841453Z [ 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:44.5844441Z [ 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:44.5847105Z [ 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:44.5850036Z [ 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:44.5853375Z [ 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:44.5856049Z [ 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:44.5858915Z [ 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:44.5861972Z [ 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:44.5864920Z [ 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:44.5867964Z [ 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:44.5871562Z [ 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:44.5875232Z [ 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:44.5878529Z [ 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:44.5881745Z [ 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:44.5884956Z [ 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:44.5888193Z [ 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:44.5891496Z [ 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:44.5894608Z [ 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:44.5897651Z [ 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:44.5900630Z [ 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:44.5903628Z [ 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:44.5906676Z [ 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:44.5909660Z [ 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:44.5912612Z [ 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:44.5915745Z [ 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:44.5918723Z [ 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:44.5922179Z [ 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:45.8929856Z [ 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:45.8932854Z [ 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:45.8935438Z [ 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:45.8938024Z [ 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:45.8940949Z [ 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:45.8944658Z [ 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:45.8947633Z [ 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:45.8950574Z [ 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:45.8953458Z [ 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:45.8956632Z [ 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:45.8959531Z [ 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:45.8962235Z [ 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:45.8964716Z [ 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:45.8967133Z [ 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:45.8969678Z [ 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:45.8972261Z [ 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:45.8974876Z [ 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:45.8977592Z [ 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:45.8980202Z [ 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:45.8982807Z [ 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:45.8985621Z [ 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:45.8988599Z [ 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:45.8991522Z [ 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:45.8994864Z [ 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:45.8997731Z [ 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:45.9000376Z [ 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:45.9003043Z [ 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:45.9006005Z [ 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:45.9009649Z [ 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:45.9012686Z [ 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:45.9015826Z [ 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:45.9018940Z [ 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:45.9022077Z [ 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:45.9025907Z [ 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:45.9028835Z [ 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:45.9031514Z [ 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:45.9034606Z [ 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:45.9037590Z [ 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:45.9040135Z [ 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:45.9042782Z [ 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:45.9045482Z [ 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:45.9048500Z [ 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:45.9051500Z [ 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:45.9054187Z [ 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:45.9056636Z [ 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:45.9059400Z [ 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:45.9062336Z [ 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:45.9065177Z [ 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:45.9067422Z [ 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:45.9070007Z [ 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:45.9072633Z [ 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:45.9075848Z [ 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:46.6698418Z [ 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:46.6701010Z [ 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:46.6703422Z [ 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:46.6706401Z [ 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:46.6709468Z [ 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:46.6712432Z [ 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:46.6715450Z [ 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:46.6718093Z [ 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:46.6720935Z [ 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:46.6723697Z [ 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:46.6726858Z [ 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:46.6729673Z [ 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:46.6732415Z [ 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:46.6735244Z [ 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:46.6738167Z [ 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:46.6740973Z [ 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:46.6743702Z [ 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:46.6746306Z [ 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:46.6748981Z [ 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:46.6751754Z [ 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:46.6755637Z [ 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:46.6758420Z [ 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:46.6761292Z [ 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:46.6764173Z [ 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:46.6766993Z [ 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:46.6769941Z [ 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:46.6772841Z [ 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:46.6775655Z [ 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:46.6778537Z [ 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:46.6781383Z [ 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:46.6784201Z [ 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:46.6787182Z [ 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:46.6790001Z [ 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:46.6792594Z [ 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:46.6795628Z [ 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:46.6798297Z [ 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:46.6801108Z [ 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:46.6803973Z [ 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:46.6806867Z [ 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:46.6809708Z [ 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:46.6812552Z [ 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:46.6815796Z [ 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:46.6818838Z [ 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:46.6821756Z [ 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:46.6825267Z [ 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:46.6828135Z [ 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:46.6831012Z [ 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:46.6834218Z [ 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:46.6837184Z [ 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:46.6840083Z [ 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:46.6842919Z [ 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:46.6845687Z [ 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:47.6869702Z [ 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:47.6872181Z [ 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:47.6874640Z [ 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:47.6876949Z [ 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:47.6879888Z [ 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:47.6882740Z [ 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:47.6885644Z [ 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:47.6888351Z [ 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:47.6890837Z [ 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:47.6893277Z [ 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:47.6895807Z [ 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:47.6898177Z [ 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:47.6901226Z [ 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:47.6903990Z [ 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:47.6906507Z [ 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:47.6909133Z [ 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:47.6911930Z [ 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:47.6914949Z [ 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:47.6917534Z [ 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:47.6920244Z [ 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:47.6923032Z [ 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:47.6925709Z [ 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:47.6927950Z [ 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:47.6930330Z [ 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:47.6932795Z [ 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:47.6935456Z [ 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:47.6938155Z [ 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:47.6940566Z [ 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:47.6942761Z [ 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:47.6945265Z [ 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:47.6947966Z [ 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:47.6950671Z [ 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:47.6953126Z [ 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:47.6955596Z [ 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:47.6958136Z [ 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:47.6961221Z [ 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:47.6963961Z [ 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:47.6966196Z [ 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:47.6968680Z [ 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:47.6971062Z [ 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:47.6973481Z [ 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:47.6975814Z [ 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:47.6978329Z [ 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:47.6981023Z [ 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:47.6983951Z [ 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:47.6986885Z [ 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:47.6989808Z [ 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:47.6992722Z [ 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:47.6995802Z [ 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:47.6998767Z [ 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:47.7001683Z [ 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:47.7004597Z [ 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:47.7007545Z [ 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:47.7010492Z [ 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:49.4182595Z [ 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:49.4184914Z [ 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:49.4187144Z [ 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:49.4189387Z [ 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:49.4192267Z [ 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:49.4194651Z [ 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:49.4197145Z [ 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:49.4200031Z [ 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:49.4202719Z [ 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:49.4205354Z [ 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:49.4208059Z [ 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:49.4210713Z [ 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:49.4213452Z [ 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:49.4216277Z [ 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:49.4219089Z [ 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:49.4221866Z [ 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:49.4224889Z [ 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:49.4227709Z [ 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:49.4230498Z [ 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:49.4234261Z [ 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:49.4237039Z [ 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:49.4239798Z [ 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:49.4242096Z [ 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:49.4244364Z [ 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:49.4246911Z [ 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:49.4249841Z [ 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:49.4252783Z [ 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:49.4256479Z [ 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:49.4259441Z [ 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:49.4262364Z [ 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:49.4265275Z [ 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:49.4268189Z [ 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:49.4271065Z [ 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:49.4274069Z [ 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:49.4276916Z [ 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:49.4279768Z [ 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:49.4282624Z [ 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:49.4285120Z [ 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:49.4287409Z [ 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:49.4289735Z [ 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:49.4292025Z [ 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:49.4294353Z [ 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:49.4296982Z [ 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:49.4299528Z [ 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:49.4302318Z [ 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:49.4305345Z [ 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:49.4308383Z [ 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:49.4311352Z [ 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:49.4314503Z [ 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:49.4318051Z [ 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:49.4321046Z [ 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:49.4324438Z [ 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:49.4327416Z [ 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:51.0172176Z [ 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:51.0175403Z [ 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:51.0178403Z [ 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:51.0181413Z [ 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:51.0184271Z [ 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:51.0187252Z [ 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:51.0190311Z [ 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:51.0193126Z [ 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:51.0196050Z [ 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:51.0198635Z [ 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:51.0201215Z [ 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:51.0203810Z [ 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:51.0206368Z [ 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:51.0208963Z [ 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:51.0211435Z [ 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:51.0213961Z [ 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:51.0216463Z [ 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:51.0219074Z [ 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:51.0221638Z [ 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:51.0225667Z [ 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:42:51.0228046Z [ 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:42:51.0230515Z [ 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:42:51.0233054Z [ 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:42:51.0235825Z [ 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:42:51.0238356Z [ 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:42:51.0240966Z [ 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:42:51.0243526Z [ 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:42:51.0246007Z [ 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:42:51.0248287Z [ 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:42:51.0250661Z [ 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:42:51.0253119Z [ 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:42:51.0255418Z [ 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:42:51.0257503Z [ 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:42:51.0259662Z [ 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:42:51.0261976Z [ 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:42:51.0264409Z [ 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:42:51.0267043Z [ 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:42:51.0269732Z [ 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:42:51.0271976Z [ 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:42:51.0274538Z [ 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:42:51.0276971Z [ 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:42:51.0279497Z [ 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:42:51.0282142Z [ 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:42:51.0285003Z [ 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:42:51.0287032Z [ 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:42:51.0289351Z [ 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:42:51.0291752Z [ 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:42:51.0294236Z [ 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:42:51.0296304Z [ 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:42:51.0298420Z [ 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:42:51.0300606Z [ 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:42:51.0302860Z [ 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:42:51.0305168Z [ 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:42:51.0307453Z [ 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:42:51.0309723Z [ 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:42:51.0312199Z [ 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:42:52.4909127Z [ 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:42:52.4912022Z [ 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:42:52.4915015Z [ 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:42:52.4917694Z [ 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:42:52.4920332Z [ 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:42:52.4922953Z [ 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:42:52.4925948Z [ 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:42:52.4928588Z [ 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:42:52.4931196Z [ 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:42:52.4933813Z [ 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:42:52.4936485Z [ 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:42:52.4939784Z [ 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:42:52.4942300Z [ 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:42:52.4944726Z [ 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:42:52.4947488Z [ 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:42:52.4950291Z [ 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:42:52.4953096Z [ 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:42:52.4956205Z [ 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:42:52.4959009Z [ 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:42:52.4961762Z [ 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:42:52.4964450Z [ 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:42:52.4967050Z [ 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:42:52.4969750Z [ 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:42:52.4972153Z [ 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:42:52.4974838Z [ 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:42:52.4977349Z [ 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:42:52.4979957Z [ 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:42:52.4982475Z [ 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:42:52.4985054Z [ 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:42:52.4987630Z [ 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:42:52.4990199Z [ 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:42:52.4992600Z [ 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:42:52.4995306Z [ 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:42:52.4997800Z [ 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:42:52.5000627Z [ 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:42:52.5003234Z [ 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:42:52.5005702Z [ 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:42:52.5008159Z [ 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:42:52.5010468Z [ 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:42:52.5012503Z [ 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:42:52.5014637Z [ 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:42:52.5016904Z [ 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:42:52.5019346Z [ 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:42:52.5021355Z [ 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:42:52.5023416Z [ 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:42:52.5028408Z [ 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:42:52.5031020Z [ 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:42:52.5033946Z [ 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:42:52.5036509Z [ 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:42:52.5038934Z [ 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:42:52.5041405Z [ 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:42:52.5044025Z [ 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:42:52.5046852Z [ 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:42:52.5049534Z [ 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:42:52.5051894Z [ 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:42:52.5054319Z [ 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:42:53.8754764Z [ 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:42:53.8757746Z [ 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:42:53.8761382Z [ 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:42:53.8764227Z [ 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:42:53.8767072Z [ 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:42:53.8769898Z [ 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:42:53.8772744Z [ 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:42:53.8775423Z [ 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:42:53.8778278Z [ 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:42:53.8781135Z [ 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:42:53.8783974Z [ 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:42:53.8786776Z [ 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:42:53.8789494Z [ 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:42:53.8792101Z [ 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:42:53.8794899Z [ 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:42:53.8797841Z [ 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:42:53.8801103Z [ 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:42:53.8804355Z [ 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:42:53.8807612Z [ 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:42:53.8810944Z [ 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:42:53.8813640Z [ 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:42:53.8816228Z [ 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:42:53.8818884Z [ 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:42:53.8821556Z [ 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:42:53.8825520Z [ 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:42:53.8828845Z [ 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:42:53.8832014Z [ 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:42:53.8835314Z [ 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:42:53.8838488Z [ 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:42:53.8841617Z [ 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:42:53.8844651Z [ 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:42:53.8847682Z [ 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:42:53.8850762Z [ 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:42:53.8853790Z [ 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:42:53.8856827Z [ 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:42:53.8859772Z [ 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:42:53.8862805Z [ 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:42:53.8865834Z [ 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:42:53.8868902Z [ 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:42:53.8871917Z [ 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:42:53.8875148Z [ 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:42:53.8878176Z [ 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:42:53.8881245Z [ 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:42:53.8884248Z [ 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:42:53.8887285Z [ 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:42:53.8890541Z [ 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:42:53.8893811Z [ 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:42:53.8896795Z [ 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:42:53.8899859Z [ 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:42:53.8902872Z [ 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:42:55.2034448Z [ 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:42:55.2037578Z [ 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:42:55.2040604Z [ 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:42:55.2043660Z [ 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:42:55.2046635Z [ 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:42:55.2049662Z [ 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:42:55.2052661Z [ 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:42:55.2055099Z [ 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:42:55.2057567Z [ 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:42:55.2059689Z [ 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:42:55.2061674Z [ 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:42:55.2063920Z [ 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:42:55.2066323Z [ 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:42:55.2068776Z [ 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:42:55.2071238Z [ 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:42:55.2073925Z [ 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:42:55.2076452Z [ 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:42:55.2079114Z [ 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:42:55.2082179Z [ 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:42:55.2084742Z [ 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:42:55.2087280Z [ 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:42:55.2089781Z [ 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:42:55.2092153Z [ 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:42:55.2094962Z [ 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:42:55.2097757Z [ 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:42:55.2100687Z [ 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:42:55.2103211Z [ 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:42:55.2105772Z [ 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:42:55.2107941Z [ 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:42:55.2110965Z [ 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:42:55.2114116Z [ 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:42:55.2117022Z [ 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:42:55.2119832Z [ 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:42:55.2122635Z [ 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:42:55.2125931Z [ 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:42:55.2129108Z [ 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:42:55.2132450Z [ 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:42:55.2135452Z [ 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:42:55.2138588Z [ 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:42:55.2141786Z [ 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:42:55.2145223Z [ 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:42:55.2148568Z [ 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:42:55.2151744Z [ 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:42:55.2154980Z [ 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:42:55.2158014Z [ 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:42:55.2160456Z [ 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:42:55.2163353Z [ 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:42:55.2165850Z [ 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:42:55.2168347Z [ 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:42:55.2171264Z [ 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:42:55.2174329Z [ 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:42:55.2177467Z [ 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:42:56.4266262Z [ 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:42:56.4269294Z [ 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:42:56.4272260Z [ 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:42:56.4275486Z [ 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:42:56.4278648Z [ 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:42:56.4281766Z [ 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:42:56.4284838Z [ 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:42:56.4287812Z [ 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:42:56.4290689Z [ 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:42:56.4294410Z [ 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:42:56.4297497Z [ 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:42:56.4300725Z [ 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:42:56.4303876Z [ 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:42:56.4306926Z [ 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:42:56.4309798Z [ 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:42:56.4312738Z [ 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:42:56.4315920Z [ 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:42:56.4318690Z [ 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:42:56.4322106Z [ 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:42:56.4325492Z [ 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:42:56.4328435Z [ 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:42:56.4331755Z [ 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:42:56.4334839Z [ 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:42:56.4337719Z [ 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:42:56.4340549Z [ 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:42:56.4343151Z [ 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:42:56.4345643Z [ 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:42:56.4348154Z [ 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:42:56.4351671Z [ 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:42:56.4356110Z [ 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:42:56.4359551Z [ 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:42:56.4364553Z [ 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:42:56.4367877Z [ 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:42:56.4371147Z [ 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:42:56.4374464Z [ 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:42:56.4377682Z [ 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:42:56.4381340Z [ 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:42:56.4384533Z [ 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:42:56.4387687Z [ 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:42:56.4391172Z [ 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:42:56.4394528Z [ 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:42:56.4397667Z [ 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:42:56.4400907Z [ 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:42:56.4404105Z [ 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:42:56.4407315Z [ 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:42:56.4411053Z [ 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:42:56.4414050Z [ 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:42:56.4417031Z [ 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:42:56.4420601Z [ 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:42:57.2079977Z [ 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:42:57.2083279Z [ 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:42:57.2086736Z [ 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:42:57.2089819Z [ 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:42:57.2092725Z [ 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:42:57.2095822Z [ 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:42:57.2098945Z [ 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:42:57.2103171Z [ 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:42:57.2106110Z [ 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:42:57.2109236Z [ 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:42:57.2112684Z [ 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:42:57.2115631Z [ 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:42:57.2118499Z [ 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:42:57.2121583Z [ 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:42:57.2128842Z [ 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:42:57.2132512Z [ 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:42:57.2135584Z [ 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:42:57.2138650Z [ 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:42:57.2142178Z [ 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:42:57.2145253Z [ 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:42:57.2148400Z [ 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:42:57.2151407Z [ 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:42:57.2154647Z [ 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:42:57.2157845Z [ 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:42:57.2161545Z [ 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:42:57.2164621Z [ 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:42:57.2167366Z [ 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:42:57.2170700Z [ 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:42:57.2173625Z [ 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:42:57.2176673Z [ 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:42:57.2179730Z [ 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:42:57.2182502Z [ 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:42:57.2185213Z [ 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:42:57.2188112Z [ 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:42:57.2191555Z [ 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:42:57.2194636Z [ 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:42:57.2197448Z [ 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:42:57.2200452Z [ 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:42:57.2203387Z [ 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:42:57.2206152Z [ 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:42:57.2208734Z [ 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:42:57.2211715Z [ 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:42:57.2214234Z [ 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:42:57.2216603Z [ 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:42:57.2219320Z [ 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:42:57.2222881Z [ 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:42:57.2225999Z [ 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:42:57.2228770Z [ 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:42:57.2231673Z [ 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:42:57.2234697Z [ 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:42:58.2951041Z [ 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:42:58.2953748Z [ 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:42:58.2956432Z [ 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:42:58.2959242Z [ 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:42:58.2961966Z [ 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:42:58.2964322Z [ 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:42:58.2966957Z [ 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:42:58.2969704Z [ 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:42:58.2972287Z [ 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:42:58.2974310Z [ 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:42:58.2976276Z [ 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:42:58.2978557Z [ 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:42:58.2981115Z [ 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:42:58.2983690Z [ 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:42:58.2986116Z [ 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:42:58.2988234Z [ 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:42:58.2990307Z [ 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:42:58.2992826Z [ 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:42:58.2996668Z [ 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:42:58.2999446Z [ 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:42:58.3001991Z [ 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:42:58.3004467Z [ 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:42:58.3006979Z [ 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:42:58.3009358Z [ 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:42:58.3011771Z [ 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:42:58.3014129Z [ 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:42:58.3016923Z [ 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:42:58.3019920Z [ 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:42:58.3022547Z [ 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:42:58.3025702Z [ 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:42:58.3028525Z [ 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:42:58.3031471Z [ 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:42:58.3034510Z [ 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:42:58.3037441Z [ 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:42:58.3039801Z [ 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:42:58.3041987Z [ 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:42:58.3044430Z [ 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:42:58.3047227Z [ 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:42:58.3049995Z [ 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:42:58.3052557Z [ 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:42:58.3055499Z [ 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:42:58.3057715Z [ 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:42:58.3060279Z [ 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:42:58.3063072Z [ 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:42:58.3065920Z [ 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:42:58.3068807Z [ 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:42:58.3071742Z [ 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:42:58.3074846Z [ 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:42:58.3077690Z [ 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:42:58.3080603Z [ 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:42:58.3083484Z [ 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:42:58.3086390Z [ 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:42:58.3089275Z [ 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:42:59.1821387Z [ 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:42:59.1824593Z [ 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:42:59.1827453Z [ 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:42:59.1830410Z [ 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:42:59.1833333Z [ 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:42:59.1836541Z [ 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:42:59.1839350Z [ 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:42:59.1842276Z [ 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:42:59.1845006Z [ 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:42:59.1848369Z [ 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:42:59.1851486Z [ 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:42:59.1854380Z [ 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:42:59.1857335Z [ 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:42:59.1860285Z [ 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:42:59.1863228Z [ 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:42:59.1866171Z [ 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:42:59.1869024Z [ 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:42:59.1871872Z [ 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:42:59.1875163Z [ 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:42:59.1878028Z [ 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:42:59.1880981Z [ 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:42:59.1883924Z [ 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:42:59.1886727Z [ 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:42:59.1889425Z [ 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:42:59.1892366Z [ 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:42:59.1895293Z [ 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:42:59.1898284Z [ 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:42:59.1901266Z [ 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:42:59.1904138Z [ 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:42:59.1906644Z [ 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:42:59.1909092Z [ 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:42:59.1911879Z [ 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:42:59.1915500Z [ 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:42:59.1917922Z [ 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:42:59.1920339Z [ 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:42:59.1922957Z [ 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:42:59.1926319Z [ 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:42:59.1929197Z [ 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:42:59.1931847Z [ 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:42:59.1934167Z [ 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:42:59.1936824Z [ 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:42:59.1939364Z [ 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:42:59.1941796Z [ 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:42:59.1944037Z [ 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:42:59.1946109Z [ 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:42:59.1948326Z [ 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:42:59.1950719Z [ 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:42:59.1952965Z [ 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:42:59.1955440Z [ 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:42:59.1957722Z [ 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:42:59.1960019Z [ 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:42:59.1962552Z [ 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:42:59.1965127Z [ 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:00.3434878Z [ 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:00.3437530Z [ 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:00.3440920Z [ 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:00.3443491Z [ 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:00.3445781Z [ 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:00.3448239Z [ 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:00.3450984Z [ 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:00.3453886Z [ 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:00.3456699Z [ 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:00.3459508Z [ 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:00.3462337Z [ 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:00.3465093Z [ 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:00.3467842Z [ 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:00.3471046Z [ 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:00.3474109Z [ 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:00.3477041Z [ 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:00.3479990Z [ 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:00.3483135Z [ 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:00.3486091Z [ 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:00.3489092Z [ 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:00.3492155Z [ 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:00.3495103Z [ 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:00.3498053Z [ 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:00.3501379Z [ 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:00.3504341Z [ 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:00.3507571Z [ 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:00.3510378Z [ 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:00.3513047Z [ 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:00.3515843Z [ 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:00.3518487Z [ 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:00.3521287Z [ 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:00.3523884Z [ 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:00.3526906Z [ 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:00.3529818Z [ 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:00.3533058Z [ 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:00.3535783Z [ 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:00.3538391Z [ 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:00.3540933Z [ 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:00.3543545Z [ 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:00.3546120Z [ 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:00.3548753Z [ 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:00.3551335Z [ 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:00.3553891Z [ 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:00.3556034Z [ 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:00.3558289Z [ 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:00.3560560Z [ 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:00.3562823Z [ 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:00.3565292Z [ 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:00.3568365Z [ 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:00.3570896Z [ 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:00.3573246Z [ 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:00.3575720Z [ 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:00.3578378Z [ 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:00.3580951Z [ 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:00.3583426Z [ 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:01.5757009Z [ 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:01.5759161Z [ 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:01.5761337Z [ 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:01.5763328Z [ 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:01.5765372Z [ 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:01.5767439Z [ 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:01.5769547Z [ 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:01.5771732Z [ 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:01.5773818Z [ 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:01.5775994Z [ 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:01.5778174Z [ 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:01.5780341Z [ 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:01.5782534Z [ 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:01.5784709Z [ 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:01.5786831Z [ 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:01.5788914Z [ 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:01.5791097Z [ 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:01.5794287Z [ 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:01.5796585Z [ 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:01.5798789Z [ 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:01.5801006Z [ 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:01.5803191Z [ 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:01.5805338Z [ 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:01.5807369Z [ 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:01.5809433Z [ 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:01.5811499Z [ 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:01.5813443Z [ 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:01.5815367Z [ 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:01.5817324Z [ 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:01.5819272Z [ 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:01.5821248Z [ 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:01.5823189Z [ 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:01.5825707Z [ 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:01.5827703Z [ 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:01.5829659Z [ 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:01.5831661Z [ 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:01.5833865Z [ 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:01.5836117Z [ 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:01.5838510Z [ 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:01.5840639Z [ 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:01.5842726Z [ 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:01.5845809Z [ 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:01.5848274Z [ 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:01.5850752Z [ 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:01.5853391Z [ 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:01.5855851Z [ 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:01.5858311Z [ 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:01.5860769Z [ 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:01.5863165Z [ 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:01.5865620Z [ 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:01.5868009Z [ 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:01.5870484Z [ 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:01.5872960Z [ 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:01.5875795Z [ 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:01.5878295Z [ 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:02.8195733Z [ 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:02.8198863Z [ 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:02.8202043Z [ 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:02.8205142Z [ 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:02.8208164Z [ 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:02.8211261Z [ 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:02.8214328Z [ 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:02.8217687Z [ 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:02.8220794Z [ 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:02.8223718Z [ 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:02.8227172Z [ 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:02.8230071Z [ 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:02.8232950Z [ 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:02.8236037Z [ 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:02.8238923Z [ 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:02.8241826Z [ 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:02.8244686Z [ 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:02.8247352Z [ 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:02.8249806Z [ 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:02.8252323Z [ 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:02.8254928Z [ 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:02.8257320Z [ 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:02.8259444Z [ 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:02.8262044Z [ 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:02.8264938Z [ 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:02.8267466Z [ 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:02.8270145Z [ 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:02.8273077Z [ 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:02.8275814Z [ 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:02.8278547Z [ 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:02.8282032Z [ 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:02.8285335Z [ 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:02.8287902Z [ 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:02.8290419Z [ 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:02.8292939Z [ 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:02.8295807Z [ 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:02.8298785Z [ 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:02.8301956Z [ 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:02.8304870Z [ 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:02.8307425Z [ 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:02.8310261Z [ 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:02.8313346Z [ 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:02.8316758Z [ 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:02.8319387Z [ 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:02.8322116Z [ 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:02.8325398Z [ 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:02.8328573Z [ 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:02.8331266Z [ 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:02.8333964Z [ 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:02.8336709Z [ 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:02.8339450Z [ 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:04.3037238Z [ 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:04.3040437Z [ 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:04.3043604Z [ 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:04.3046795Z [ 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:04.3049809Z [ 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:04.3052844Z [ 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:04.3055940Z [ 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:04.3058971Z [ 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:04.3062037Z [ 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:04.3065041Z [ 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:04.3067991Z [ 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:04.3071034Z [ 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:04.3074171Z [ 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:04.3077173Z [ 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:04.3080079Z [ 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:04.3083373Z [ 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:04.3086745Z [ 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:04.3089731Z [ 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:04.3092520Z [ 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:04.3095439Z [ 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:04.3098239Z [ 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:04.3101988Z [ 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:04.3105076Z [ 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:04.3108063Z [ 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:04.3111268Z [ 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:04.3114747Z [ 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:04.3118557Z [ 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:04.3121845Z [ 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:04.3125348Z [ 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:04.3128476Z [ 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:04.3131596Z [ 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:04.3134667Z [ 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:04.3137804Z [ 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:04.3140908Z [ 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:04.3144004Z [ 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:04.3147032Z [ 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:04.3150138Z [ 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:04.3153304Z [ 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:04.3156600Z [ 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:04.3159719Z [ 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:04.3162849Z [ 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:04.3165946Z [ 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:04.3169691Z [ 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:04.3172822Z [ 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:04.3175964Z [ 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:04.3179085Z [ 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:04.3182230Z [ 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:04.3185294Z [ 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:04.3188376Z [ 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:05.7089997Z [ 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:05.7092887Z [ 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:05.7095798Z [ 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:05.7098521Z [ 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:05.7101563Z [ 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:05.7104593Z [ 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:05.7107592Z [ 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:05.7110552Z [ 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:05.7113829Z [ 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:05.7116857Z [ 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:05.7119888Z [ 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:05.7122930Z [ 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:05.7126062Z [ 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:05.7128979Z [ 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:05.7133028Z [ 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:05.7138751Z [ 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:05.7143420Z [ 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:05.7147786Z [ 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:05.7152033Z [ 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:05.7156427Z [ 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:05.7160418Z [ 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:05.7164565Z [ 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:05.7168810Z [ 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:05.7173232Z [ 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:05.7177385Z [ 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:05.7181008Z [ 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:05.7184375Z [ 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:05.7187002Z [ 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:05.7189857Z [ 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:05.7192481Z [ 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:05.7195740Z [ 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:05.7198586Z [ 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:05.7201528Z [ 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:05.7204594Z [ 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:05.7207518Z [ 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:05.7211316Z [ 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:05.7214474Z [ 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:05.7217501Z [ 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:05.7220483Z [ 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:05.7223298Z [ 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:05.7226044Z [ 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:05.7228768Z [ 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:05.7231681Z [ 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:05.7234731Z [ 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:05.7238429Z [ 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:05.7241268Z [ 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:05.7243973Z [ 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:05.7246779Z [ 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:05.7249534Z [ 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:05.7252166Z [ 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:07.0722326Z [ 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:07.0725021Z [ 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:07.0727695Z [ 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:07.0730489Z [ 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:07.0733134Z [ 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:07.0735914Z [ 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:07.0738771Z [ 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:07.0742432Z [ 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:07.0745533Z [ 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:07.0748113Z [ 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:07.0750931Z [ 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:07.0754012Z [ 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:07.0756882Z [ 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:07.0759598Z [ 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:07.0762321Z [ 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:07.0765235Z [ 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:07.0768122Z [ 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:07.0771057Z [ 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:07.0774002Z [ 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:07.0776916Z [ 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:07.0779812Z [ 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:07.0782741Z [ 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:07.0785637Z [ 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:07.0788568Z [ 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:07.0791429Z [ 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:07.0794531Z [ 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:07.0797394Z [ 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:07.0800279Z [ 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:07.0803226Z [ 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:07.0806167Z [ 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:07.0809578Z [ 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:07.0812555Z [ 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:07.0815437Z [ 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:07.0818302Z [ 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:07.0821212Z [ 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:07.0824495Z [ 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:07.0827386Z [ 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:07.0830151Z [ 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:07.0833000Z [ 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:07.0836044Z [ 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:07.0838875Z [ 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:07.0841683Z [ 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:07.0844409Z [ 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:07.0847180Z [ 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:07.0849947Z [ 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:07.0852760Z [ 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:07.0855297Z [ 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:07.0858033Z [ 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:07.0860795Z [ 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:07.0863360Z [ 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:07.0865576Z [ 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:07.0867797Z [ 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:07.0870547Z [ 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:08.5163463Z [ 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:08.5166622Z [ 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:08.5169849Z [ 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:08.5175395Z [ 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:08.5178122Z [ 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:08.5181012Z [ 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:08.5184255Z [ 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:08.5187152Z [ 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:08.5190506Z [ 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:08.5196661Z [ 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:08.5199494Z [ 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:08.5202470Z [ 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:08.5205273Z [ 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:08.5208132Z [ 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:08.5211834Z [ 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:08.5214768Z [ 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:08.5217803Z [ 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:08.5220719Z [ 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:08.5223513Z [ 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:08.5226721Z [ 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:08.5229818Z [ 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:08.5232757Z [ 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:08.5236010Z [ 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:08.5238931Z [ 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:08.5241663Z [ 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:08.5244494Z [ 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:08.5247674Z [ 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:08.5250499Z [ 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:08.5253208Z [ 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:08.5255952Z [ 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:08.5258380Z [ 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:08.5261415Z [ 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:08.5264218Z [ 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:08.5266908Z [ 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:08.5269888Z [ 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:08.5272811Z [ 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:08.5276002Z [ 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:08.5278716Z [ 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:08.5281681Z [ 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:08.5284664Z [ 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:08.5287506Z [ 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:08.5290591Z [ 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:08.5293421Z [ 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:08.5296687Z [ 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:08.5300180Z [ 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:08.5303486Z [ 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:08.5306242Z [ 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:08.5309229Z [ 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:08.5312319Z [ 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:08.5315270Z [ 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:08.5318451Z [ 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:08.5321348Z [ 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:09.9355838Z [ 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:09.9358428Z [ 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:09.9360894Z [ 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:09.9363470Z [ 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:09.9365924Z [ 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:09.9368498Z [ 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:09.9371220Z [ 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:09.9373954Z [ 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:09.9376402Z [ 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:09.9378810Z [ 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:09.9381187Z [ 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:09.9383591Z [ 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:09.9385948Z [ 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:09.9388791Z [ 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:09.9391336Z [ 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:09.9394194Z [ 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:09.9396633Z [ 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:09.9398864Z [ 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:09.9401150Z [ 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:09.9403629Z [ 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:09.9406007Z [ 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:09.9408429Z [ 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:09.9410922Z [ 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:09.9413496Z [ 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:09.9415926Z [ 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:09.9418422Z [ 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:09.9420823Z [ 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:09.9423353Z [ 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:09.9426957Z [ 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:09.9429428Z [ 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:09.9432066Z [ 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:09.9434769Z [ 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:09.9437287Z [ 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:09.9439798Z [ 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:09.9442387Z [ 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:09.9444993Z [ 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:09.9448264Z [ 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:09.9450799Z [ 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:09.9453321Z [ 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:09.9455744Z [ 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:09.9458273Z [ 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:09.9461015Z [ 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:09.9463498Z [ 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:09.9465879Z [ 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:09.9468297Z [ 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:09.9470790Z [ 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:09.9473455Z [ 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:09.9476191Z [ 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:09.9478508Z [ 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:09.9480974Z [ 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:09.9483454Z [ 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:09.9486216Z [ 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:09.9489107Z [ 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:11.2001170Z [ 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:11.2003655Z [ 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:11.2006343Z [ 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:11.2009097Z [ 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:11.2011549Z [ 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:11.2014700Z [ 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:11.2017597Z [ 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:11.2020030Z [ 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:11.2022814Z [ 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:11.2029239Z [ 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:11.2031691Z [ 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:11.2034641Z [ 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:11.2037481Z [ 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:11.2040305Z [ 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:11.2043344Z [ 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:11.2046022Z [ 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:11.2048540Z [ 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:11.2051094Z [ 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:11.2053795Z [ 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:11.2056307Z [ 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:11.2058660Z [ 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:11.2061324Z [ 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:11.2064200Z [ 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:11.2066612Z [ 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:11.2069099Z [ 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:11.2071810Z [ 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:11.2074708Z [ 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:11.2077846Z [ 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:11.2080681Z [ 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:11.2083847Z [ 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:11.2086570Z [ 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:11.2089419Z [ 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:11.2091815Z [ 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:11.2094119Z [ 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:11.2096771Z [ 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:11.2099577Z [ 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:11.2101991Z [ 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:11.2104226Z [ 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:11.2106673Z [ 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:11.2109473Z [ 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:11.2112101Z [ 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:11.2115082Z [ 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:11.2117871Z [ 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:11.2120425Z [ 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:11.2123143Z [ 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:11.2126220Z [ 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:11.2128854Z [ 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:11.2131939Z [ 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:11.2134495Z [ 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:11.2137508Z [ 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:11.2140315Z [ 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:12.4348089Z [ 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:12.4350499Z [ 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:12.4352589Z [ 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:12.4354924Z [ 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:12.4357428Z [ 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:12.4360057Z [ 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:12.4362787Z [ 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:12.4365436Z [ 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:12.4368196Z [ 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:12.4371253Z [ 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:12.4374627Z [ 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:12.4377949Z [ 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:12.4381236Z [ 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:12.4384593Z [ 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:12.4387890Z [ 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:12.4391106Z [ 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:12.4394698Z [ 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:12.4398016Z [ 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:12.4401315Z [ 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:12.4404781Z [ 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:12.4408387Z [ 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:12.4411807Z [ 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:12.4414961Z [ 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:12.4418317Z [ 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:12.4421742Z [ 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:12.4425433Z [ 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:12.4428535Z [ 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:12.4431450Z [ 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:12.4435515Z [ 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:12.4438824Z [ 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:12.4441504Z [ 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:12.4444865Z [ 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:12.4448066Z [ 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:12.4450940Z [ 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:12.4453287Z [ 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:12.4455827Z [ 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:12.4458488Z [ 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:12.4461225Z [ 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:12.4464406Z [ 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:12.4467337Z [ 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:12.4471242Z [ 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:12.4474942Z [ 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:12.4478038Z [ 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:12.4481103Z [ 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:12.4484191Z [ 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:12.4487286Z [ 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:12.4490134Z [ 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:12.4492709Z [ 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:12.4495998Z [ 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:13.6631922Z [ 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:13.6634639Z [ 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:13.6637170Z [ 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:13.6639796Z [ 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:13.6642806Z [ 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:13.6645613Z [ 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:13.6648541Z [ 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:13.6651601Z [ 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:13.6654830Z [ 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:13.6657794Z [ 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:13.6660839Z [ 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:13.6663905Z [ 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:13.6667569Z [ 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:13.6670652Z [ 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:13.6673865Z [ 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:13.6676880Z [ 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:13.6680071Z [ 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:13.6683261Z [ 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:13.6685980Z [ 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:13.6688059Z [ 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:13.6690328Z [ 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:13.6692793Z [ 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:13.6695573Z [ 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:13.6698265Z [ 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:13.6700872Z [ 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:13.6703637Z [ 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:13.6706746Z [ 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:13.6709729Z [ 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:13.6712623Z [ 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:13.6715726Z [ 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:13.6718411Z [ 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:13.6721120Z [ 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:13.6723903Z [ 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:13.6729132Z [ 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:13.6732241Z [ 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:13.6735506Z [ 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:13.6738725Z [ 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:13.6741814Z [ 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:13.6744715Z [ 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:13.6747807Z [ 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:13.6750841Z [ 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:13.6754146Z [ 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:13.6757206Z [ 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:13.6760383Z [ 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:13.6763499Z [ 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:13.6766641Z [ 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:13.6769396Z [ 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:13.6772403Z [ 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:13.6775690Z [ 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:13.6778245Z [ 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:14.7852353Z [ 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:14.7854955Z [ 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:14.7857352Z [ 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:14.7859714Z [ 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:14.7862069Z [ 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:14.7864895Z [ 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:14.7867700Z [ 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:14.7870282Z [ 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:14.7872598Z [ 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:14.7875183Z [ 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:14.7877497Z [ 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:14.7879884Z [ 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:14.7882272Z [ 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:14.7884698Z [ 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:14.7887083Z [ 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:14.7889701Z [ 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:14.7892386Z [ 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:14.7894764Z [ 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:14.7897092Z [ 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:14.7899418Z [ 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:14.7901719Z [ 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:14.7904264Z [ 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:14.7907286Z [ 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:14.7910052Z [ 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:14.7912805Z [ 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:14.7915808Z [ 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:14.7918517Z [ 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:14.7922012Z [ 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:14.7925128Z [ 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:14.7928049Z [ 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:14.7931014Z [ 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:14.7934071Z [ 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:14.7937192Z [ 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:14.7940234Z [ 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:14.7943363Z [ 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:14.7946363Z [ 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:14.7949391Z [ 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:14.7952362Z [ 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:14.7955436Z [ 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:14.7958687Z [ 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:14.7961514Z [ 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:14.7964352Z [ 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:14.7966980Z [ 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:14.7969275Z [ 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:14.7971754Z [ 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:14.7974247Z [ 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:14.7976674Z [ 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:14.7979143Z [ 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:14.7982606Z [ 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:14.7985478Z [ 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:16.0614961Z [ 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:16.0617501Z [ 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:16.0619952Z [ 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:16.0622340Z [ 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:16.0625268Z [ 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:16.0627699Z [ 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:16.0630336Z [ 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:16.0632639Z [ 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:16.0635245Z [ 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:16.0637628Z [ 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:16.0640934Z [ 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:16.0643578Z [ 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:16.0646497Z [ 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:16.0649069Z [ 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:16.0651698Z [ 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:16.0654407Z [ 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:16.0657044Z [ 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:16.0659634Z [ 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:16.0662402Z [ 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:16.0665375Z [ 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:16.0667932Z [ 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:16.0670302Z [ 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:16.0672798Z [ 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:16.0675507Z [ 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:16.0678077Z [ 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:16.0680723Z [ 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:16.0683276Z [ 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:16.0686266Z [ 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:16.0689057Z [ 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:16.0691575Z [ 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:16.0694069Z [ 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:16.0696605Z [ 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:16.0699141Z [ 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:16.0701708Z [ 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:16.0704247Z [ 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:16.0706886Z [ 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:16.0709731Z [ 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:16.0712360Z [ 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:16.0715175Z [ 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:16.0717669Z [ 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:16.0720210Z [ 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:16.0723257Z [ 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:16.0727113Z [ 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:16.0729639Z [ 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:16.0732178Z [ 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:16.0734737Z [ 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:16.0737536Z [ 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:16.0740199Z [ 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:16.0742791Z [ 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:16.0745596Z [ 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:17.2001394Z [ 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:17.2004070Z [ 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:17.2006860Z [ 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:17.2009385Z [ 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:17.2011920Z [ 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:17.2014634Z [ 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:17.2018067Z [ 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:17.2020652Z [ 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:17.2023029Z [ 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:17.2026100Z [ 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:17.2028324Z [ 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:17.2030465Z [ 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:17.2032566Z [ 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:17.2036102Z [ 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:17.2038241Z [ 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:17.2040334Z [ 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:17.2042606Z [ 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:17.2128889Z [ 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:17.2131392Z [ 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:17.2133870Z [ 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:17.2136339Z [ 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:17.2138766Z [ 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:17.2141262Z [ 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:17.2143736Z [ 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:17.2146746Z [ 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:17.2149225Z [ 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:17.2151738Z [ 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:17.2154630Z [ 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:17.2157228Z [ 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:17.2159549Z [ 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:17.2161847Z [ 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:17.2164194Z [ 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:17.2166473Z [ 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:17.2168748Z [ 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:17.2171097Z [ 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:17.2174061Z [ 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:17.2176857Z [ 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:17.2179238Z [ 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:17.2181687Z [ 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:17.2184176Z [ 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:17.2187082Z [ 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:17.2190021Z [ 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:17.2193139Z [ 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:17.2196397Z [ 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:17.2199121Z [ 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:17.2201873Z [ 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:17.2204689Z [ 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:17.2207481Z [ 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:17.2210296Z [ 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:17.2213092Z [ 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:18.4881828Z [ 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:18.4884646Z [ 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:18.4887130Z [ 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:18.4889397Z [ 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:18.4891700Z [ 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:18.4894371Z [ 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:18.4896825Z [ 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:18.4899089Z [ 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:18.4901350Z [ 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:18.4903610Z [ 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:18.4905930Z [ 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:18.4908171Z [ 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:18.4910436Z [ 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:18.4912697Z [ 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:18.4915265Z [ 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:18.4917534Z [ 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:18.4919824Z [ 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:18.4922086Z [ 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:18.4924904Z [ 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:18.4927162Z [ 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:18.4929399Z [ 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:18.4931614Z [ 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:18.4933944Z [ 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:18.4936272Z [ 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:18.4938611Z [ 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:18.4940968Z [ 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:18.4943265Z [ 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:18.4945620Z [ 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:18.4949125Z [ 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:18.4951637Z [ 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:18.4954053Z [ 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:18.4956348Z [ 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:18.4958567Z [ 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:18.4960761Z [ 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:18.4962960Z [ 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:18.4965112Z [ 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:18.4967257Z [ 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:18.4969559Z [ 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:18.4971930Z [ 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:18.4974088Z [ 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:18.4976161Z [ 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:18.4978299Z [ 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:18.4980612Z [ 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:18.4983198Z [ 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:18.4985717Z [ 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:18.4988288Z [ 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:18.4990827Z [ 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:18.4993798Z [ 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:18.4996448Z [ 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:18.4998943Z [ 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:18.5001454Z [ 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:18.5004440Z [ 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:18.5007023Z [ 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:19.6694697Z [ 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:19.6697738Z [ 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:19.6700551Z [ 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:19.6703395Z [ 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:19.6706241Z [ 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:19.6708644Z [ 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:19.6711080Z [ 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:19.6713809Z [ 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:19.6716557Z [ 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:19.6719440Z [ 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:19.6722262Z [ 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:19.6727676Z [ 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:19.6730558Z [ 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:19.6733386Z [ 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:19.6736250Z [ 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:19.6739117Z [ 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:19.6741990Z [ 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:19.6744832Z [ 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:19.6747692Z [ 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:19.6750570Z [ 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:19.6754364Z [ 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:19.6757264Z [ 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:19.6760102Z [ 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:19.6762993Z [ 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:19.6765944Z [ 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:19.6768889Z [ 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:19.6771825Z [ 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:19.6774742Z [ 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:19.6777646Z [ 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:19.6780555Z [ 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:19.6783477Z [ 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:19.6786513Z [ 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:19.6789435Z [ 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:19.6792351Z [ 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:19.6795563Z [ 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:19.6798486Z [ 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:19.6801415Z [ 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:19.6804346Z [ 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:19.6806878Z [ 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:19.6809353Z [ 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:19.6812054Z [ 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:19.6814996Z [ 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:19.6818362Z [ 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:19.6821461Z [ 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:19.6825321Z [ 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:19.6828643Z [ 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:19.6831943Z [ 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:19.6835475Z [ 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:19.6838778Z [ 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:19.6842055Z [ 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:19.6845465Z [ 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:20.7653462Z [ 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:20.7656898Z [ 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:20.7662089Z [ 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:20.7665298Z [ 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:20.7669998Z [ 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:20.7673333Z [ 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:20.7676900Z [ 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:20.7680372Z [ 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:20.7683659Z [ 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:20.7687058Z [ 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:20.7690423Z [ 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:20.7694254Z [ 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:20.7697887Z [ 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:20.7701207Z [ 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:20.7704298Z [ 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:20.7707450Z [ 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:20.7710820Z [ 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:20.7714220Z [ 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:20.7717487Z [ 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:20.7720790Z [ 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:20.7724586Z [ 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:20.7727713Z [ 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:20.7730613Z [ 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:20.7733763Z [ 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:20.7737426Z [ 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:20.7740539Z [ 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:20.7743639Z [ 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:20.7746980Z [ 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:20.7750163Z [ 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:20.7753114Z [ 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:20.7756476Z [ 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:20.7759711Z [ 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:20.7768408Z [ 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:20.7771801Z [ 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:20.7775155Z [ 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:20.7778479Z [ 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:20.7781785Z [ 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:20.7785078Z [ 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:20.7788365Z [ 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:20.7791638Z [ 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:20.7794886Z [ 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:20.7798044Z [ 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:20.7801357Z [ 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:20.7804767Z [ 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:20.7808205Z [ 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:20.7811535Z [ 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:21.9891783Z [ 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:21.9895356Z [ 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:21.9898821Z [ 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:21.9902325Z [ 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:21.9905580Z [ 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:21.9909460Z [ 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:21.9912857Z [ 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:21.9916115Z [ 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:21.9919030Z [ 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:21.9922187Z [ 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:21.9928321Z [ 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:21.9930900Z [ 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:21.9933342Z [ 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:21.9935792Z [ 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:21.9938192Z [ 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:21.9940550Z [ 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:21.9942928Z [ 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:21.9945294Z [ 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:21.9947639Z [ 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:21.9950046Z [ 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:21.9952480Z [ 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:21.9955179Z [ 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:21.9957666Z [ 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:21.9960159Z [ 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:21.9962634Z [ 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:21.9965118Z [ 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:21.9968027Z [ 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:21.9970701Z [ 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:21.9973163Z [ 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:21.9975642Z [ 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:21.9978099Z [ 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:21.9980521Z [ 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:21.9982949Z [ 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:21.9985370Z [ 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:21.9987800Z [ 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:21.9990182Z [ 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:21.9992337Z [ 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:21.9994602Z [ 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:21.9996710Z [ 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:21.9998701Z [ 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:22.0000628Z [ 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:22.0002662Z [ 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:22.0004678Z [ 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:22.0006646Z [ 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:22.0008572Z [ 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:22.0010603Z [ 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:22.0012360Z [ 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:22.0014469Z [ 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:22.0016648Z [ 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:22.0019067Z [ 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:22.0021418Z [ 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:22.0023393Z [ 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:23.1122644Z [ 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:23.1154724Z [ 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:23.1157444Z [ 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:23.1160346Z [ 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:23.1163321Z [ 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:23.1166256Z [ 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:23.1168956Z [ 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:23.1171497Z [ 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:23.1174065Z [ 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:23.1176519Z [ 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:23.1179382Z [ 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:23.1182336Z [ 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:23.1185809Z [ 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:23.1188027Z [ 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:23.1190364Z [ 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:23.1192871Z [ 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:23.1196599Z [ 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:23.1199492Z [ 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:23.1202505Z [ 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:23.1205638Z [ 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:23.1208818Z [ 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:23.1212508Z [ 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:23.1215721Z [ 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:23.1218913Z [ 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:23.1221854Z [ 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:23.1225474Z [ 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:23.1228600Z [ 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:23.1231975Z [ 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:23.1235131Z [ 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:23.1238127Z [ 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:23.1241153Z [ 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:23.1244196Z [ 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:23.1250581Z [ 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:23.1253662Z [ 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:23.1256730Z [ 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:23.1259743Z [ 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:23.1262760Z [ 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:23.1266004Z [ 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:23.1269126Z [ 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:23.1272195Z [ 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:23.1275455Z [ 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:23.1278502Z [ 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:23.1282024Z [ 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:23.1285302Z [ 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:23.1288342Z [ 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:23.1291326Z [ 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:23.1294266Z [ 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:23.1297151Z [ 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:23.1299551Z [ 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:23.1302037Z [ 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:23.1304691Z [ 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:23.1307472Z [ 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:24.6275366Z [ 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:24.6279114Z [ 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:24.6282334Z [ 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:24.6285789Z [ 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:24.6289418Z [ 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:24.6292792Z [ 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:24.6295848Z [ 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:24.6299169Z [ 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:24.6302464Z [ 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:24.6305827Z [ 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:24.6309063Z [ 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:24.6312915Z [ 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:24.6316387Z [ 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:24.6319708Z [ 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:24.6322913Z [ 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:24.6326653Z [ 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:24.6330098Z [ 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:24.6333643Z [ 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:24.6337111Z [ 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:24.6340419Z [ 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:24.6343438Z [ 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:24.6346784Z [ 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:24.6350304Z [ 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:24.6353920Z [ 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:24.6357073Z [ 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:24.6360423Z [ 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:24.6363972Z [ 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:24.6367259Z [ 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:24.6370337Z [ 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:24.6373410Z [ 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:24.6376561Z [ 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:24.6379969Z [ 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:24.6383337Z [ 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:24.6386630Z [ 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:24.6389994Z [ 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:24.6393240Z [ 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:24.6396704Z [ 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:24.6399819Z [ 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:24.6402856Z [ 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:24.6406185Z [ 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:24.6409297Z [ 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:24.6412309Z [ 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:24.6415476Z [ 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:24.6419917Z [ 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:24.6423055Z [ 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:24.6426358Z [ 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:24.6429670Z [ 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:24.6432200Z [ 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:26.1178555Z [ 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:26.1180845Z [ 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:26.1182893Z [ 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:26.1185168Z [ 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:26.1187709Z [ 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:26.1190666Z [ 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:26.1193002Z [ 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:26.1196265Z [ 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:26.1199407Z [ 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:26.1202395Z [ 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:26.1205921Z [ 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:26.1209696Z [ 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:26.1212748Z [ 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:26.1216341Z [ 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:26.1219503Z [ 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:26.1222689Z [ 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:26.1226427Z [ 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:26.1229067Z [ 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:26.1232228Z [ 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:26.1235983Z [ 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:26.1239061Z [ 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:26.1241567Z [ 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:26.1244235Z [ 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:26.1247698Z [ 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:26.1251000Z [ 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:26.1254133Z [ 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:26.1279358Z [ 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:26.1282846Z [ 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:26.1286094Z [ 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:26.1289319Z [ 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:26.1292348Z [ 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:26.1295654Z [ 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:26.1299257Z [ 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:26.1302601Z [ 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:26.1305478Z [ 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:26.1308615Z [ 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:26.1311636Z [ 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:26.1314758Z [ 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:26.1317818Z [ 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:26.1320642Z [ 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:26.1323814Z [ 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:26.1327166Z [ 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:26.1329926Z [ 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:26.1332966Z [ 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:26.1336643Z [ 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:26.1339555Z [ 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:27.5981901Z [ 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:27.5985352Z [ 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:27.5988897Z [ 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:27.5992488Z [ 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:27.5996088Z [ 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:27.5998969Z [ 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:27.6001364Z [ 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:27.6003743Z [ 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:27.6006714Z [ 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:27.6009678Z [ 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:27.6012563Z [ 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:27.6015566Z [ 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:27.6018588Z [ 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:27.6021552Z [ 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:27.6024899Z [ 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:27.6027830Z [ 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:27.6030676Z [ 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:27.6033746Z [ 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:27.6036403Z [ 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:27.6039039Z [ 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:27.6042130Z [ 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:27.6045047Z [ 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:27.6047779Z [ 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:27.6054250Z [ 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:27.6056613Z [ 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:27.6058825Z [ 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:27.6060887Z [ 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:27.6062921Z [ 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:27.6065334Z [ 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:27.6068003Z [ 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:27.6070595Z [ 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:27.6073380Z [ 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:27.6076646Z [ 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:27.6079901Z [ 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:27.6082724Z [ 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:27.6085420Z [ 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:27.6088541Z [ 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:27.6091292Z [ 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:27.6094042Z [ 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:27.6096829Z [ 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:27.6099463Z [ 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:27.6102409Z [ 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:27.6105164Z [ 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:27.6107974Z [ 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:27.6110517Z [ 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:27.6112728Z [ 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:27.6116635Z [ 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:27.6119497Z [ 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:27.6122244Z [ 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:27.6126727Z [ 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:27.6129403Z [ 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:27.6131983Z [ 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:28.9713072Z [ 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:28.9716196Z [ 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:28.9719036Z [ 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:28.9721858Z [ 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:28.9725014Z [ 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:28.9727963Z [ 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:28.9730849Z [ 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:28.9733570Z [ 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:28.9735967Z [ 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:28.9738436Z [ 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:28.9740768Z [ 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:28.9743216Z [ 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:28.9745683Z [ 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:28.9748847Z [ 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:28.9751120Z [ 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:28.9753406Z [ 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:28.9755988Z [ 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:28.9758746Z [ 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:28.9761724Z [ 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:28.9764342Z [ 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:28.9766750Z [ 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:28.9769358Z [ 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:28.9772013Z [ 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:28.9774601Z [ 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:28.9777406Z [ 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:28.9780110Z [ 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:28.9782522Z [ 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:28.9785168Z [ 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:28.9787775Z [ 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:28.9790273Z [ 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:28.9793009Z [ 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:28.9795725Z [ 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:28.9798359Z [ 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:28.9800991Z [ 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:28.9803974Z [ 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:28.9807412Z [ 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:28.9810583Z [ 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:28.9813527Z [ 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:28.9816310Z [ 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:28.9819219Z [ 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:28.9822074Z [ 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:28.9825540Z [ 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:28.9828465Z [ 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:28.9831180Z [ 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:28.9833879Z [ 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:28.9836735Z [ 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:28.9839709Z [ 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:28.9842631Z [ 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:28.9845582Z [ 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:28.9853921Z [ 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:28.9856943Z [ 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:28.9859958Z [ 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:28.9863073Z [ 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:28.9865860Z [ 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:30.1346517Z [ 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:30.1349318Z [ 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:30.1352103Z [ 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:30.1355210Z [ 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:30.1357964Z [ 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:30.1360522Z [ 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:30.1362995Z [ 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:30.1365473Z [ 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:30.1367869Z [ 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:30.1370323Z [ 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:30.1372442Z [ 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:30.1375779Z [ 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:30.1378479Z [ 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:30.1381080Z [ 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:30.1383686Z [ 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:30.1386315Z [ 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:30.1388878Z [ 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:30.1391589Z [ 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:30.1394517Z [ 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:30.1396995Z [ 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:30.1399384Z [ 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:30.1402194Z [ 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:30.1405134Z [ 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:30.1407943Z [ 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:30.1410741Z [ 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:30.1413423Z [ 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:30.1415962Z [ 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:30.1418541Z [ 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:30.1421067Z [ 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:30.1423819Z [ 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:30.1428357Z [ 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:30.1430901Z [ 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:30.1433681Z [ 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:30.1436246Z [ 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:30.1438941Z [ 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:30.1441799Z [ 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:30.1444641Z [ 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:30.1447644Z [ 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:30.1450894Z [ 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:30.1453847Z [ 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:30.1456805Z [ 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:30.1459923Z [ 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:30.1463213Z [ 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:30.1466531Z [ 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:30.1470466Z [ 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:30.1474147Z [ 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:30.1477448Z [ 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:30.1480147Z [ 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:31.2200979Z [ 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:31.2203229Z [ 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:31.2205340Z [ 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:31.2207450Z [ 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:31.2209503Z [ 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:31.2211607Z [ 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:31.2213690Z [ 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:31.2215812Z [ 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:31.2217952Z [ 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:31.2220109Z [ 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:31.2222286Z [ 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:31.2224839Z [ 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:31.2227015Z [ 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:31.2229221Z [ 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:31.2231272Z [ 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:31.2233284Z [ 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:31.2235431Z [ 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:31.2237515Z [ 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:31.2239547Z [ 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:31.2242017Z [ 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:31.2244345Z [ 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:31.2246478Z [ 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:31.2248656Z [ 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:31.2250815Z [ 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:31.2252957Z [ 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:31.2255190Z [ 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:31.2257432Z [ 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:31.2259585Z [ 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:31.2261637Z [ 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:31.2263772Z [ 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:31.2265832Z [ 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:31.2267964Z [ 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:31.2270022Z [ 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:31.2272097Z [ 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:31.2274315Z [ 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:31.2276464Z [ 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:31.2278711Z [ 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:31.2280899Z [ 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:31.2283095Z [ 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:31.2285382Z [ 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:31.2287574Z [ 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:31.2289773Z [ 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:31.2292057Z [ 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:31.2294791Z [ 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:31.2297036Z [ 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:31.2299427Z [ 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:31.2301678Z [ 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:31.2303887Z [ 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:31.2306201Z [ 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:31.2308507Z [ 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:31.2310783Z [ 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:31.2313290Z [ 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:31.2315700Z [ 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:31.2318064Z [ 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:31.2320666Z [ 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:32.2947000Z [ 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:32.2949552Z [ 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:32.2952086Z [ 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:32.2954884Z [ 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:32.2957478Z [ 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:32.2960365Z [ 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:32.2963014Z [ 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:32.2965283Z [ 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:32.2967482Z [ 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:32.2969976Z [ 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:32.2973025Z [ 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:32.2975764Z [ 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:32.2978730Z [ 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:32.2981438Z [ 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:32.2984155Z [ 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:32.2986801Z [ 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:32.2989587Z [ 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:32.2991690Z [ 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:32.2994112Z [ 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:32.2996356Z [ 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:32.2998672Z [ 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:32.3000745Z [ 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:32.3002995Z [ 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:32.3005253Z [ 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:32.3007609Z [ 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:32.3010378Z [ 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:32.3012490Z [ 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:32.3014638Z [ 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:32.3016845Z [ 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:32.3019269Z [ 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:32.3021958Z [ 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:32.3025490Z [ 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:32.3028530Z [ 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:32.3031454Z [ 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:32.3035272Z [ 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:32.3038204Z [ 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:32.3041068Z [ 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:32.3043975Z [ 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:32.3047003Z [ 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:32.3049905Z [ 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:32.3053050Z [ 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:32.3056236Z [ 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:32.3059595Z [ 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:32.3062746Z [ 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:32.3065469Z [ 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:32.3068476Z [ 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:32.3071320Z [ 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:32.3074623Z [ 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:32.3077150Z [ 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:32.3080220Z [ 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:32.3083206Z [ 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:32.3086003Z [ 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:33.2816605Z [ 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:33.2819252Z [ 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:33.2822187Z [ 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:33.2825260Z [ 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:33.2828204Z [ 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:33.2831504Z [ 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:33.2834864Z [ 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:33.2838035Z [ 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:33.2841097Z [ 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:33.2844355Z [ 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:33.2847712Z [ 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:33.2851078Z [ 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:33.2854447Z [ 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:33.2857808Z [ 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:33.2861179Z [ 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:33.2864427Z [ 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:33.2867706Z [ 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:33.2871194Z [ 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:33.2874651Z [ 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:33.2877672Z [ 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:33.2880462Z [ 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:33.2883458Z [ 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:33.2886528Z [ 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:33.2890241Z [ 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:33.2893123Z [ 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:33.2896026Z [ 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:33.2898906Z [ 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:33.2901979Z [ 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:33.2905467Z [ 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:33.2908834Z [ 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:33.2911844Z [ 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:33.2914982Z [ 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:33.2917892Z [ 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:33.2921326Z [ 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:33.2925096Z [ 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:33.2928341Z [ 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:33.2931467Z [ 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:33.2934327Z [ 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:33.2937624Z [ 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:33.2941026Z [ 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:33.2944271Z [ 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:33.2947477Z [ 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:33.2950812Z [ 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:33.2954782Z [ 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:33.2958289Z [ 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:33.2961537Z [ 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:33.2964725Z [ 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:34.3704277Z [ 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:34.3707546Z [ 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:34.3710772Z [ 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:34.3714617Z [ 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:34.3717778Z [ 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:34.3720494Z [ 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:34.3722886Z [ 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:34.3725807Z [ 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:34.3728207Z [ 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:34.3730586Z [ 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:34.3733040Z [ 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:34.3735448Z [ 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:34.3737899Z [ 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:34.3740519Z [ 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:34.3743141Z [ 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:34.3745779Z [ 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:34.3748444Z [ 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:34.3750958Z [ 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:34.3753944Z [ 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:34.3756580Z [ 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:34.3758978Z [ 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:34.3761244Z [ 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:34.3763699Z [ 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:34.3766099Z [ 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:34.3768542Z [ 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:34.3771034Z [ 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:34.3773818Z [ 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:34.3776842Z [ 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:34.3779789Z [ 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:34.3782712Z [ 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:34.3785729Z [ 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:34.3788578Z [ 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:34.3791070Z [ 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:34.3793769Z [ 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:34.3796414Z [ 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:34.3799377Z [ 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:34.3802351Z [ 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:34.3805109Z [ 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:34.3808118Z [ 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:34.3811166Z [ 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:34.3814224Z [ 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:34.3817497Z [ 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:34.3820612Z [ 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:34.3823223Z [ 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:34.3826399Z [ 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:34.3828989Z [ 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:34.3831492Z [ 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:34.3833780Z [ 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:34.3836125Z [ 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:34.3838625Z [ 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:34.3841256Z [ 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:34.3843769Z [ 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:34.3845859Z [ 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:35.3094052Z [ 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:35.3096913Z [ 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:35.3099827Z [ 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:35.3102892Z [ 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:35.3106008Z [ 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:35.3109186Z [ 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:35.3112187Z [ 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:35.3115415Z [ 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:35.3118525Z [ 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:35.3121550Z [ 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:35.3125891Z [ 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:35.3128888Z [ 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:35.3132942Z [ 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:35.3135836Z [ 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:35.3138639Z [ 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:35.3141691Z [ 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:35.3145165Z [ 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:35.3148278Z [ 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:35.3151336Z [ 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:35.3154516Z [ 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:35.3157608Z [ 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:35.3161142Z [ 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:35.3164200Z [ 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:35.3167207Z [ 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:35.3170737Z [ 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:35.3173852Z [ 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:35.3176692Z [ 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:35.3179214Z [ 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:35.3181873Z [ 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:35.3184550Z [ 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:35.3187123Z [ 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:35.3190546Z [ 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:35.3193101Z [ 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:35.3196122Z [ 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:35.3199275Z [ 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:35.3202530Z [ 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:35.3205564Z [ 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:35.3208905Z [ 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:35.3212088Z [ 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:35.3215361Z [ 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:35.3218443Z [ 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:35.3221798Z [ 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:35.3225307Z [ 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:35.3228275Z [ 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:35.3231675Z [ 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:35.3235195Z [ 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:35.3238548Z [ 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:35.3241697Z [ 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:36.2161149Z [ 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:36.2164069Z [ 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:36.2166888Z [ 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:36.2171014Z [ 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:36.2174227Z [ 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:36.2177661Z [ 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:36.2181527Z [ 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:36.2184962Z [ 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:36.2188414Z [ 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:36.2191671Z [ 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:36.2195277Z [ 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:36.2198792Z [ 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:36.2202213Z [ 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:36.2205575Z [ 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:36.2208811Z [ 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:36.2212116Z [ 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:36.2215484Z [ 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:36.2219092Z [ 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:36.2222609Z [ 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:36.2226946Z [ 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:36.2230467Z [ 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:36.2233949Z [ 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:36.2237906Z [ 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:36.2241648Z [ 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:36.2245099Z [ 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:36.2248439Z [ 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:36.2251743Z [ 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:36.2255227Z [ 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:36.2258695Z [ 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:36.2262297Z [ 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:36.2265821Z [ 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:36.2269286Z [ 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:36.2272832Z [ 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:36.2276488Z [ 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:36.2279648Z [ 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:36.2282928Z [ 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:36.2285677Z [ 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:36.2288529Z [ 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:36.2291373Z [ 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:36.2294117Z [ 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:36.2296864Z [ 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:36.2299624Z [ 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:36.2302630Z [ 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:36.2305523Z [ 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:36.2308322Z [ 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:37.1854965Z [ 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:37.1858213Z [ 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:37.1861019Z [ 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:37.1863851Z [ 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:37.1866950Z [ 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:37.1870163Z [ 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:37.1872848Z [ 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:37.1875991Z [ 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:37.1879125Z [ 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:37.1881899Z [ 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:37.1884673Z [ 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:37.1887637Z [ 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:37.1890610Z [ 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:37.1893293Z [ 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:37.1896237Z [ 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:37.1899474Z [ 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:37.1902620Z [ 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:37.1906249Z [ 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:37.1909655Z [ 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:37.1912624Z [ 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:37.1916041Z [ 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:37.1919220Z [ 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:37.1922470Z [ 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:37.1926368Z [ 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:37.1929720Z [ 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:37.1933023Z [ 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:37.1936329Z [ 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:37.1939598Z [ 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:37.1942849Z [ 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:37.1945764Z [ 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:37.1948227Z [ 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:37.1951029Z [ 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:37.1954307Z [ 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:37.1957192Z [ 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:37.1960393Z [ 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:37.1963516Z [ 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:37.1966371Z [ 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:37.1969265Z [ 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:37.1972272Z [ 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:37.1975341Z [ 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:37.1978402Z [ 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:37.1981591Z [ 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:37.1984368Z [ 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:37.1987028Z [ 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:37.1990001Z [ 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:37.1992894Z [ 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:37.1995771Z [ 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:37.1998649Z [ 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:38.3273206Z [ 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:38.3276588Z [ 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:38.3279821Z [ 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:38.3282930Z [ 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:38.3286063Z [ 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:38.3289158Z [ 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:38.3292302Z [ 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:38.3295372Z [ 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:38.3298467Z [ 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:38.3301636Z [ 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:38.3304823Z [ 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:38.3308385Z [ 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:38.3311879Z [ 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:38.3315257Z [ 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:38.3318341Z [ 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:38.3321525Z [ 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:38.3325394Z [ 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:38.3328521Z [ 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:38.3331674Z [ 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:38.3334874Z [ 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:38.3337963Z [ 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:38.3341171Z [ 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:38.3344339Z [ 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:38.3347433Z [ 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:38.3350616Z [ 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:38.3354015Z [ 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:38.3357110Z [ 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:38.3360267Z [ 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:38.3363176Z [ 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:38.3366237Z [ 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:38.3369367Z [ 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:38.3372287Z [ 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:38.3375916Z [ 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:38.3379124Z [ 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:38.3382370Z [ 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:38.3385433Z [ 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:38.3388594Z [ 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:38.3391851Z [ 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:38.3394900Z [ 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:38.3397487Z [ 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:38.3400146Z [ 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:38.3402715Z [ 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:38.3405270Z [ 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:38.3407877Z [ 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:38.3410364Z [ 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:38.3412957Z [ 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:38.3415718Z [ 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:38.3418442Z [ 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:39.4711800Z [ 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:39.4715129Z [ 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:39.4718173Z [ 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:39.4721267Z [ 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:39.4725284Z [ 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:39.4728523Z [ 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:39.4731646Z [ 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:39.4734830Z [ 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:39.4737990Z [ 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:39.4741274Z [ 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:39.4744467Z [ 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:39.4747576Z [ 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:39.4750701Z [ 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:39.4753937Z [ 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:39.4756955Z [ 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:39.4760250Z [ 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:39.4763451Z [ 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:39.4766610Z [ 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:39.4769938Z [ 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:39.4773145Z [ 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:39.4776361Z [ 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:39.4779618Z [ 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:39.4782755Z [ 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:39.4785858Z [ 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:39.4789069Z [ 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:39.4792726Z [ 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:39.4796066Z [ 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:39.4799208Z [ 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:39.4802443Z [ 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:39.4805001Z [ 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:39.4808223Z [ 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:39.4811457Z [ 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:39.4814580Z [ 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:39.4817752Z [ 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:39.4821084Z [ 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:39.4824644Z [ 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:39.4827769Z [ 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:39.4830988Z [ 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:39.4834333Z [ 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:39.4837516Z [ 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:39.4840701Z [ 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:39.4843831Z [ 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:39.4846563Z [ 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:39.4849274Z [ 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:39.4852532Z [ 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:39.4855230Z [ 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:39.4858796Z [ 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:39.4862422Z [ 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:40.5361215Z [ 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:40.5364604Z [ 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:40.5367886Z [ 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:40.5371193Z [ 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:40.5374495Z [ 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:40.5377797Z [ 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:40.5381008Z [ 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:40.5384309Z [ 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:40.5387667Z [ 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:40.5390811Z [ 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:40.5394200Z [ 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:40.5397374Z [ 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:40.5400577Z [ 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:40.5403707Z [ 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:40.5406845Z [ 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:40.5410015Z [ 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:40.5413193Z [ 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:40.5416411Z [ 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:40.5419953Z [ 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:40.5423336Z [ 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:40.5427857Z [ 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:40.5430856Z [ 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:40.5433537Z [ 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:40.5436847Z [ 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:40.5440094Z [ 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:40.5443260Z [ 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:40.5446425Z [ 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:40.5449683Z [ 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:40.5452869Z [ 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:40.5456035Z [ 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:40.5459256Z [ 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:40.5462491Z [ 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:40.5465614Z [ 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:40.5468794Z [ 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:40.5471978Z [ 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:40.5475553Z [ 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:40.5478753Z [ 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:40.5481669Z [ 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:40.5484830Z [ 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:40.5488550Z [ 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:40.5492066Z [ 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:40.5495264Z [ 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:40.5498489Z [ 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:40.5501706Z [ 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:40.5504934Z [ 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:40.5508172Z [ 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:40.5511466Z [ 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:40.5515116Z [ 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:41.7413884Z [ 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:41.7417052Z [ 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:41.7420038Z [ 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:41.7423120Z [ 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:41.7426825Z [ 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:41.7429429Z [ 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:41.7432389Z [ 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:41.7435710Z [ 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:41.7438422Z [ 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:41.7441087Z [ 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:41.7444063Z [ 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:41.7447102Z [ 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:41.7450983Z [ 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:41.7453808Z [ 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:41.7456384Z [ 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:41.7459078Z [ 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:41.7461817Z [ 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:41.7464541Z [ 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:41.7467014Z [ 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:41.7469609Z [ 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:41.7471916Z [ 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:41.7474519Z [ 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:41.7477355Z [ 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:41.7480354Z [ 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:41.7483263Z [ 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:41.7486149Z [ 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:41.7488935Z [ 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:41.7491926Z [ 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:41.7494692Z [ 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:41.7497535Z [ 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:41.7500455Z [ 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:41.7502675Z [ 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:41.7505619Z [ 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:41.7508623Z [ 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:41.7512169Z [ 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:41.7515398Z [ 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:41.7518284Z [ 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:41.7521287Z [ 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:41.7524558Z [ 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:41.7527511Z [ 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:41.7530519Z [ 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:41.7533519Z [ 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:41.7536468Z [ 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:41.7539481Z [ 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:41.7542543Z [ 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:41.7545463Z [ 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:41.7548472Z [ 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:41.7551554Z [ 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:41.7554775Z [ 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:41.7557465Z [ 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:41.7560408Z [ 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:42.7685970Z [ 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:42.7689058Z [ 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:42.7692114Z [ 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:42.7695051Z [ 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:42.7698058Z [ 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:42.7701841Z [ 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:42.7704850Z [ 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:42.7707789Z [ 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:42.7710812Z [ 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:42.7714057Z [ 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:42.7716639Z [ 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:42.7719508Z [ 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:42.7722359Z [ 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:42.7725383Z [ 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:42.7728105Z [ 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:42.7730780Z [ 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:42.7733610Z [ 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:42.7736138Z [ 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:42.7738900Z [ 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:42.7741596Z [ 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:42.7744021Z [ 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:42.7747279Z [ 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:42.7750570Z [ 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:42.7753308Z [ 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:42.7756218Z [ 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:42.7759156Z [ 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:42.7762482Z [ 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:42.7766180Z [ 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:42.7769292Z [ 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:42.7772527Z [ 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:42.7775752Z [ 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:42.7778993Z [ 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:42.7782283Z [ 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:42.7785569Z [ 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:42.7788790Z [ 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:42.7792071Z [ 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:42.7795200Z [ 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:42.7798479Z [ 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:42.7801622Z [ 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:42.7804864Z [ 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:42.7808102Z [ 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:42.7811364Z [ 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:42.7814646Z [ 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:42.7817905Z [ 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:42.7821200Z [ 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:42.7824795Z [ 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:42.7828073Z [ 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:42.7831718Z [ 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:42.7835344Z [ 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:43.8054178Z [ 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:43.8057396Z [ 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:43.8060584Z [ 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:43.8063767Z [ 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:43.8066894Z [ 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:43.8070001Z [ 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:43.8073590Z [ 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:43.8076833Z [ 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:43.8079854Z [ 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:43.8083354Z [ 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:43.8086335Z [ 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:43.8089380Z [ 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:43.8092538Z [ 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:43.8095552Z [ 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:43.8098795Z [ 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:43.8102041Z [ 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:43.8105146Z [ 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:43.8108293Z [ 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:43.8112039Z [ 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:43.8115799Z [ 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:43.8119117Z [ 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:43.8122224Z [ 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:43.8127394Z [ 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:43.8130884Z [ 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:43.8134644Z [ 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:43.8137764Z [ 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:43.8140991Z [ 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:43.8144339Z [ 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:43.8147404Z [ 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:43.8150749Z [ 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:43.8154262Z [ 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:43.8157333Z [ 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:43.8160247Z [ 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:43.8163571Z [ 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:43.8166942Z [ 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:43.8170269Z [ 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:43.8173633Z [ 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:43.8176939Z [ 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:43.8180221Z [ 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:43.8183999Z [ 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:43.8187237Z [ 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:43.8190327Z [ 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:43.8193369Z [ 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:43.8197006Z [ 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:43.8200184Z [ 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:43.8203498Z [ 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:43.8207931Z [ 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:44.9164478Z [ 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:44.9167726Z [ 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:44.9170509Z [ 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:44.9173241Z [ 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:44.9175840Z [ 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:44.9179331Z [ 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:44.9182095Z [ 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:44.9184755Z [ 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:44.9187417Z [ 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:44.9190094Z [ 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:44.9192782Z [ 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:44.9195635Z [ 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:44.9198904Z [ 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:44.9202036Z [ 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:44.9204586Z [ 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:44.9207191Z [ 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:44.9209846Z [ 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:44.9212563Z [ 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:44.9215309Z [ 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:44.9218117Z [ 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:44.9220754Z [ 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:44.9223507Z [ 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:44.9227275Z [ 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:44.9233919Z [ 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:44.9236725Z [ 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:44.9239677Z [ 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:44.9242556Z [ 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:44.9245473Z [ 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:44.9248446Z [ 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:44.9251520Z [ 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:44.9254540Z [ 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:44.9257456Z [ 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:44.9260364Z [ 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:44.9263920Z [ 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:44.9266815Z [ 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:44.9269695Z [ 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:44.9272575Z [ 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:44.9275611Z [ 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:44.9278563Z [ 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:44.9281488Z [ 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:44.9284221Z [ 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:44.9286934Z [ 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:44.9289694Z [ 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:44.9292584Z [ 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:44.9295542Z [ 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:44.9298240Z [ 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:44.9300979Z [ 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:45.9977859Z [ 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:45.9980839Z [ 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:45.9984110Z [ 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:45.9986814Z [ 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:45.9989619Z [ 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:45.9992240Z [ 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:45.9996855Z [ 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:45.9999745Z [ 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:46.0003195Z [ 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:46.0005849Z [ 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:46.0008804Z [ 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:46.0012242Z [ 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:46.0015311Z [ 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:46.0018512Z [ 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:46.0021530Z [ 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:46.0024820Z [ 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:46.0027611Z [ 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:46.0030749Z [ 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:46.0034203Z [ 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:46.0036911Z [ 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:46.0039680Z [ 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:46.0042727Z [ 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:46.0045840Z [ 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:46.0048553Z [ 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:46.0051597Z [ 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:46.0054636Z [ 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:46.0057339Z [ 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:46.0060607Z [ 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:46.0063618Z [ 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:46.0066856Z [ 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:46.0070098Z [ 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:46.0073408Z [ 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:46.0076893Z [ 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:46.0079940Z [ 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:46.0083165Z [ 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:46.0086416Z [ 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:46.0089678Z [ 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:46.0092994Z [ 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:46.0096241Z [ 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:46.0099493Z [ 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:46.0102742Z [ 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:46.0106001Z [ 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:46.0109268Z [ 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:46.0112304Z [ 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:46.0115693Z [ 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:46.0118912Z [ 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:46.0121926Z [ 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:47.0542171Z [ 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:47.0545137Z [ 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:47.0547749Z [ 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:47.0550377Z [ 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:47.0552991Z [ 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:47.0555718Z [ 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:47.0558282Z [ 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:47.0560866Z [ 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:47.0563458Z [ 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:47.0566014Z [ 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:47.0568686Z [ 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:47.0571278Z [ 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:47.0573952Z [ 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:47.0576542Z [ 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:47.0579141Z [ 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:47.0581810Z [ 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:47.0584430Z [ 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:47.0586994Z [ 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:47.0589634Z [ 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:47.0592233Z [ 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:47.0595545Z [ 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:47.0598401Z [ 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:47.0601014Z [ 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:47.0603607Z [ 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:47.0606236Z [ 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:47.0608890Z [ 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:47.0611741Z [ 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:47.0614420Z [ 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:47.0617025Z [ 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:47.0619607Z [ 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:47.0622253Z [ 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:47.0625593Z [ 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:47.0628284Z [ 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:47.0630857Z [ 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:47.0633917Z [ 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:47.0636728Z [ 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:47.0639653Z [ 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:47.0642532Z [ 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:47.0645377Z [ 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:47.0648360Z [ 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:47.0651161Z [ 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:47.0654174Z [ 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:47.0656954Z [ 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:47.0659553Z [ 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:47.0662224Z [ 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:47.0665095Z [ 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:47.0667877Z [ 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:47.0671535Z [ 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:48.1719695Z [ 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:48.1722022Z [ 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:48.1724486Z [ 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:48.1727061Z [ 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:48.1729681Z [ 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:48.1732336Z [ 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:48.1734941Z [ 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:48.1737584Z [ 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:48.1740255Z [ 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:48.1743284Z [ 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:48.1746143Z [ 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:48.1748704Z [ 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:48.1751296Z [ 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:48.1754067Z [ 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:48.1757376Z [ 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:48.1760124Z [ 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:48.1762722Z [ 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:48.1765545Z [ 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:48.1768476Z [ 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:48.1771027Z [ 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:48.1773636Z [ 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:48.1776281Z [ 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:48.1778910Z [ 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:48.1781596Z [ 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:48.1784362Z [ 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:48.1786981Z [ 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:48.1789610Z [ 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:48.1792081Z [ 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:48.1794767Z [ 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:48.1797481Z [ 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:48.1800450Z [ 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:48.1803113Z [ 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:48.1805661Z [ 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:48.1808429Z [ 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:48.1811302Z [ 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:48.1814702Z [ 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:48.1817603Z [ 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:48.1820441Z [ 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:48.1823383Z [ 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:48.1830601Z [ 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:48.1833484Z [ 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:48.1836436Z [ 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:48.1839189Z [ 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:48.1841944Z [ 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:48.1844645Z [ 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:48.1847375Z [ 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:48.1850316Z [ 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:48.1853019Z [ 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:49.2511601Z [ 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:49.2514543Z [ 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:49.2517236Z [ 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:49.2519872Z [ 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:49.2522564Z [ 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:49.2525573Z [ 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:49.2528460Z [ 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:49.2531209Z [ 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:49.2534728Z [ 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:49.2537297Z [ 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:49.2539854Z [ 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:49.2542565Z [ 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:49.2545191Z [ 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:49.2547831Z [ 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:49.2550427Z [ 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:49.2553095Z [ 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:49.2556040Z [ 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:49.2558990Z [ 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:49.2561724Z [ 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:49.2564311Z [ 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:49.2566886Z [ 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:49.2569420Z [ 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:49.2572242Z [ 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:49.2575402Z [ 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:49.2578287Z [ 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:49.2580982Z [ 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:49.2584166Z [ 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:49.2586895Z [ 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:49.2590240Z [ 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:49.2593163Z [ 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:49.2596249Z [ 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:49.2599101Z [ 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:49.2602120Z [ 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:49.2605177Z [ 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:49.2608214Z [ 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:49.2611333Z [ 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:49.2614473Z [ 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:49.2617461Z [ 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:49.2620438Z [ 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:49.2623390Z [ 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:49.2626735Z [ 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:49.2629726Z [ 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:49.2632771Z [ 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:49.2635721Z [ 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:49.2642381Z [ 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:49.2645335Z [ 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:49.2648112Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:04.1174804Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:04.1177694Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:04.1179899Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:04.1181910Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:04.1183947Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:04.1186023Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:04.1188061Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:04.1190089Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:04.1192102Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:04.1194251Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:04.1196316Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:04.1198352Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:04.1200369Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:04.1202394Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:04.1204410Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:04.1206445Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:04.1208486Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:04.1210526Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:04.1212555Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:04.1214580Z [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:04.1216642Z [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:04.1218748Z [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:04.1220859Z [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:04.1222896Z [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:04.1225162Z [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:04.1227267Z [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:04.1229317Z [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:04.1231334Z [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:04.1233368Z [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:04.1235460Z [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:04.1237497Z [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:04.1239538Z [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:04.1241579Z [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:04.1243616Z [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:04.1245699Z [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:04.1247738Z [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:04.1249779Z [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:04.1251827Z [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:04.1253853Z [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:04.1255568Z [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:04.1257031Z [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:04.1258491Z [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:04.1260087Z [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:04.1261675Z [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:04.1263154Z [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:04.1264633Z [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:04.1266183Z [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:04.1267589Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/vlog.c.o 2024-08-22T20:44:04.1268462Z [100%] Built target microkernels-all 2024-08-22T20:44:04.1268979Z [100%] Linking CXX static library liboptimized_kernels.a 2024-08-22T20:44:04.1269520Z [100%] Built target optimized_kernels 2024-08-22T20:44:04.1269948Z [100%] Merging kernel yaml files 2024-08-22T20:44:08.2997636Z [100%] Generating selected_operators.yaml for optimized_ops_lib 2024-08-22T20:44:08.2998614Z [100%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2024-08-22T20:44:08.2999496Z [100%] Generating code for kernel registration 2024-08-22T20:44:08.3000210Z [100%] Generating code for kernel registration 2024-08-22T20:44:08.3001565Z [100%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:44:08.3003689Z [100%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:44:08.3004912Z [100%] Linking CXX static library liboptimized_ops_lib.a 2024-08-22T20:44:08.3005473Z [100%] Built target optimized_ops_lib 2024-08-22T20:44:08.3006090Z [100%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2024-08-22T20:44:08.3006812Z [100%] Built target optimized_native_cpu_ops_lib 2024-08-22T20:44:08.3007745Z [100%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2024-08-22T20:44:08.3008906Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:44:08.3010008Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2024-08-22T20:44:08.3011106Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2024-08-22T20:44:08.3012151Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2024-08-22T20:44:08.3013264Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2024-08-22T20:44:08.3014149Z [100%] Linking CXX executable executor_runner 2024-08-22T20:44:08.3014619Z [100%] Built target executor_runner 2024-08-22T20:44:08.3015076Z Install the project... 2024-08-22T20:44:08.3015712Z -- Install configuration: "Release" 2024-08-22T20:44:08.3016504Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-config.cmake 2024-08-22T20:44:08.3017452Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libcpuinfo.a 2024-08-22T20:44:08.3018302Z -- Installing: /pytorch/torchchat/et-build/install/include/cpuinfo.h 2024-08-22T20:44:08.3019180Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets.cmake 2024-08-22T20:44:08.3020203Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets-release.cmake 2024-08-22T20:44:08.3021315Z -- Installing: /pytorch/torchchat/et-build/install/lib64/pkgconfig/libcpuinfo.pc 2024-08-22T20:44:08.3022251Z -- Installing: /pytorch/torchchat/et-build/install/include/pthreadpool.h 2024-08-22T20:44:08.3023628Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libpthreadpool.a 2024-08-22T20:44:08.3024828Z -- Installing: /pytorch/torchchat/et-build/install/include/fxdiv.h 2024-08-22T20:44:08.3025627Z -- Installing: /pytorch/torchchat/et-build/install/lib/libportable_kernels.a 2024-08-22T20:44:08.3026461Z -- Installing: /pytorch/torchchat/et-build/install/lib/libportable_ops_lib.a 2024-08-22T20:44:08.3027537Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/portable/Functions.h 2024-08-22T20:44:08.3028852Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/portable/NativeFunctions.h 2024-08-22T20:44:08.3029886Z -- Installing: /pytorch/torchchat/et-build/install/lib/libeigen_blas.a 2024-08-22T20:44:08.3030709Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcpublas.a 2024-08-22T20:44:08.3031582Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_kernels.a 2024-08-22T20:44:08.3032443Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_ops_lib.a 2024-08-22T20:44:08.3033438Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/optimized/Functions.h 2024-08-22T20:44:08.3034836Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/optimized/NativeFunctions.h 2024-08-22T20:44:08.3035909Z -- Up-to-date: /pytorch/torchchat/et-build/install/lib/libcpublas.a 2024-08-22T20:44:08.3036838Z -- Installing: /pytorch/torchchat/et-build/install/lib/libquantized_kernels.a 2024-08-22T20:44:08.3037797Z -- Installing: /pytorch/torchchat/et-build/install/lib/libquantized_ops_lib.a 2024-08-22T20:44:08.3038900Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/quantized/Functions.h 2024-08-22T20:44:08.3040071Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/quantized/NativeFunctions.h 2024-08-22T20:44:08.3041226Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_native_cpu_ops_lib.a 2024-08-22T20:44:08.3042210Z -- Installing: /pytorch/torchchat/et-build/install/lib/Functions.h 2024-08-22T20:44:08.3043052Z -- Installing: /pytorch/torchchat/et-build/install/lib/NativeFunctions.h 2024-08-22T20:44:08.3043932Z -- Installing: /pytorch/torchchat/et-build/install/lib/libexecutorch.a 2024-08-22T20:44:08.3044862Z -- Installing: /pytorch/torchchat/et-build/install/lib/libexecutorch_no_prim_ops.a 2024-08-22T20:44:08.3046003Z -- Installing: /pytorch/torchchat/et-build/install/lib/cmake/ExecuTorch/executorch-config.cmake 2024-08-22T20:44:08.3047010Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_data_loader.a 2024-08-22T20:44:08.3047885Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_module.so 2024-08-22T20:44:08.3048889Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_module_static.a 2024-08-22T20:44:08.3049795Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16.h 2024-08-22T20:44:08.3050651Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/bitcasts.h 2024-08-22T20:44:08.3051529Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/fp16.h 2024-08-22T20:44:08.3052396Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/psimd.h 2024-08-22T20:44:08.3053211Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/__init__.py 2024-08-22T20:44:08.3054049Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/avx.py 2024-08-22T20:44:08.3054900Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/avx2.py 2024-08-22T20:44:08.3055744Z -- Installing: /pytorch/torchchat/et-build/install/include/psimd.h 2024-08-22T20:44:08.3056576Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libXNNPACK.a 2024-08-22T20:44:08.3057407Z -- Installing: /pytorch/torchchat/et-build/install/include/xnnpack.h 2024-08-22T20:44:08.3058305Z -- Installing: /pytorch/torchchat/et-build/install/include/experiments-config.h 2024-08-22T20:44:08.3059473Z -- Installing: /pytorch/torchchat/et-build/install/lib/libxnnpack_backend.a 2024-08-22T20:44:08.3060660Z -- 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:08.3062210Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libetdump.a 2024-08-22T20:44:08.3063713Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libflatccrt.a 2024-08-22T20:44:08.3065267Z -- Installing: /pytorch/torchchat/et-build/install/executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:44:08.3066949Z -- 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:08.3068245Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcustom_ops.a 2024-08-22T20:44:08.3069166Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcustom_ops_aot_lib.so 2024-08-22T20:44:08.3070416Z -- Set non-toolchain portion of runtime path of "/pytorch/torchchat/et-build/install/lib/libcustom_ops_aot_lib.so" to "" 2024-08-22T20:44:08.3071475Z creating pip-out/lib.linux-x86_64-cpython-311 2024-08-22T20:44:08.3072125Z creating pip-out/lib.linux-x86_64-cpython-311/executorch 2024-08-22T20:44:08.3072854Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/data 2024-08-22T20:44:08.3073601Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin 2024-08-22T20:44:08.3074681Z 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:08.3075425Z running build_py 2024-08-22T20:44:08.3075956Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends 2024-08-22T20:44:08.3076750Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:08.3077703Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:08.3078949Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:08.3080202Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:08.3081386Z copying backends/arm/arm_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:08.3082626Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:08.3083814Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:08.3084857Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:08.3085980Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:08.3087335Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:08.3088743Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:08.3090088Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:08.3091224Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm 2024-08-22T20:44:08.3092369Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm 2024-08-22T20:44:08.3093487Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:08.3145145Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:08.3146961Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:08.3148646Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:08.3150096Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:08.3151623Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:08.3153043Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:08.3154569Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:08.3156023Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:08.3157469Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:08.3158842Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:08.3160202Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:08.3161319Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-08-22T20:44:08.3162367Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-08-22T20:44:08.3163631Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-08-22T20:44:08.3164794Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-08-22T20:44:08.3165873Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-08-22T20:44:08.3167227Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-08-22T20:44:08.3168400Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple 2024-08-22T20:44:08.3169321Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-08-22T20:44:08.3170430Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-08-22T20:44:08.3171751Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-08-22T20:44:08.3172887Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml 2024-08-22T20:44:08.3173914Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:08.3175299Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:08.3176933Z 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:08.3178283Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition 2024-08-22T20:44:08.3179680Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition 2024-08-22T20:44:08.3181378Z 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:08.3182766Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:08.3184150Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:08.3185944Z 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:08.3187501Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test 2024-08-22T20:44:08.3188850Z 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:08.3190518Z 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:08.3191854Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime 2024-08-22T20:44:08.3193045Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:44:08.3194612Z 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:08.3196075Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:08.3197550Z 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:08.3199263Z 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:08.3200864Z 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:08.3202474Z 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:08.3204284Z 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:08.3206048Z 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:08.3207895Z 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:08.3209690Z 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:08.3211393Z 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:08.3213014Z 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:08.3214624Z 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:08.3216257Z 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:08.3217978Z 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:08.3219620Z 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:08.3221237Z 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:08.3222836Z 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:08.3224650Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:08.3226277Z 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:08.3227695Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition 2024-08-22T20:44:08.3229396Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition 2024-08-22T20:44:08.3231021Z 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:08.3232403Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-08-22T20:44:08.3233993Z 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:08.3235780Z 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:08.3237176Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:44:08.3238429Z 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:08.3239974Z 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:08.3241566Z 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:08.3243135Z 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:08.3270645Z 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:08.3272552Z 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:08.3274154Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/utils 2024-08-22T20:44:08.3275479Z 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:08.3276652Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3277811Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3279132Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3280456Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3281803Z copying backends/arm/operators/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3283125Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3284444Z copying backends/arm/operators/op_dequant.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3285765Z copying backends/arm/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3287056Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3288358Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3289693Z copying backends/arm/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3291019Z copying backends/arm/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3292339Z copying backends/arm/operators/op_output.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3293843Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3295184Z copying backends/arm/operators/op_placeholder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3296521Z copying backends/arm/operators/op_quant.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3297829Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3299135Z copying backends/arm/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3300429Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3301756Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3303085Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3304370Z copying backends/arm/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:08.3305442Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:44:08.3306660Z 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:08.3308057Z copying backends/arm/passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:44:08.3309367Z 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:08.3310668Z copying backends/arm/passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:44:08.3311762Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:08.3312860Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:08.3314306Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:08.3315691Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:08.3317053Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:08.3318155Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-08-22T20:44:08.3319183Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-08-22T20:44:08.3320386Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-08-22T20:44:08.3321599Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:08.3323260Z 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:08.3325527Z 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:08.3327494Z 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:08.3329401Z 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:08.3331636Z 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:08.3333558Z 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:08.3335478Z 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:08.3337442Z 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:08.3339307Z 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:08.3340661Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/misc 2024-08-22T20:44:08.3341842Z 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:08.3342980Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/models 2024-08-22T20:44:08.3344218Z 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:08.3345390Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:08.3346566Z 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:08.3347900Z 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:08.3349218Z 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:08.3350554Z 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:08.3351914Z 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:08.3353273Z 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:08.3354752Z 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:08.3356093Z 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:08.3357525Z 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:08.3358870Z 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:08.3360170Z 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:08.3361484Z 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:08.3379158Z 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:08.3380955Z 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:08.3382363Z 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:08.3383469Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/passes 2024-08-22T20:44:08.3384852Z 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:08.3386152Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-08-22T20:44:08.3387359Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-08-22T20:44:08.3388719Z 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:08.3389865Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil 2024-08-22T20:44:08.3391046Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil 2024-08-22T20:44:08.3392174Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party 2024-08-22T20:44:08.3393217Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:44:08.3394796Z 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:08.3396257Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python 2024-08-22T20:44:08.3397610Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:44:08.3399366Z 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:08.3401522Z 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:08.3403239Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:08.3405066Z 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:08.3407251Z 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:08.3409319Z 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:08.3411423Z 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:08.3413550Z 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:08.3415657Z 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:08.3417826Z 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:08.3419871Z 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:08.3421917Z 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:08.3424624Z 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:08.3426818Z 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:08.3428906Z 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:08.3431004Z 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:08.3433053Z 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:08.3435182Z 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:08.3437258Z 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:08.3439344Z 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:08.3441445Z 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:08.3443566Z 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:08.3445692Z 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:08.3447769Z 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:08.3449877Z 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:08.3452007Z 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:08.3454117Z 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:08.3456434Z 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:08.3458749Z 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:08.3461021Z 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:08.3463222Z 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:08.3465753Z 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:08.3468053Z 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:08.3470427Z 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:08.3525704Z 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:08.3528944Z 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:08.3531127Z 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:08.3532823Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test 2024-08-22T20:44:08.3534171Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:44:08.3536152Z 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:08.3538141Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:44:08.3540122Z 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:08.3541759Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence 2024-08-22T20:44:08.3542699Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:08.3543862Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:08.3545256Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:08.3546516Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:08.3547991Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:08.3549493Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:08.3550923Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:08.3552031Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-08-22T20:44:08.3553319Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-08-22T20:44:08.3554782Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-08-22T20:44:08.3556131Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:08.3557552Z 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:08.3559123Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:08.3561025Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:08.3562610Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:08.3564013Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:44:08.3565678Z 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:08.3567900Z 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:08.3569412Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:08.3570864Z 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:08.3572515Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:08.3574111Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:08.3575724Z 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:08.3577320Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:08.3578932Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:08.3580570Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:08.3582177Z 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:08.3583714Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:08.3585299Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:08.3586588Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3587828Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3589257Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3590748Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3592198Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3593626Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3595097Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3596559Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3598064Z 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:08.3599771Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3601248Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3602729Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3604212Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3605876Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3607394Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3609020Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3610453Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3611972Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3613487Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3614996Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3616494Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3617969Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3619473Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3620993Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3653713Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3655370Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3657134Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3658868Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3660411Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3661940Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3663457Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3664882Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3666286Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3667746Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3669491Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3671159Z 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:08.3672643Z 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:08.3674293Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3675826Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3677485Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3678970Z 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:08.3680526Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3682026Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3683499Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3685057Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3686665Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3688257Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3689841Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3691339Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3692879Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3694375Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3695848Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3697408Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:08.3698722Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-08-22T20:44:08.3700090Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-08-22T20:44:08.3701653Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-08-22T20:44:08.3702838Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3704103Z 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:08.3705619Z copying backends/qualcomm/passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3707082Z copying backends/qualcomm/passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3708695Z 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:08.3710248Z 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:08.3711815Z 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:08.3713472Z copying backends/qualcomm/passes/convert_prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3715127Z copying backends/qualcomm/passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3716770Z copying backends/qualcomm/passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3718171Z copying backends/qualcomm/passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3719753Z copying backends/qualcomm/passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3721320Z copying backends/qualcomm/passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3722834Z copying backends/qualcomm/passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3724525Z copying backends/qualcomm/passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3726048Z copying backends/qualcomm/passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3727664Z copying backends/qualcomm/passes/recompose_pixel_shuffle.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3729318Z copying backends/qualcomm/passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3730850Z copying backends/qualcomm/passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3732284Z copying backends/qualcomm/passes/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3733812Z copying backends/qualcomm/passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3735449Z copying backends/qualcomm/passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3737079Z copying backends/qualcomm/passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:08.3738372Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:08.3739711Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:08.3741249Z copying backends/qualcomm/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:08.3742432Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-08-22T20:44:08.3743921Z 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:08.3745646Z 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:08.3747048Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:44:08.3748237Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:44:08.3809169Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:44:08.3810933Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:44:08.3812417Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-08-22T20:44:08.3813785Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-08-22T20:44:08.3815259Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-08-22T20:44:08.3816670Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/test 2024-08-22T20:44:08.3818054Z 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:08.3819379Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-08-22T20:44:08.3820794Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-08-22T20:44:08.3822438Z copying backends/vulkan/partitioner/supported_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-08-22T20:44:08.3823636Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes 2024-08-22T20:44:08.3825205Z copying backends/vulkan/passes/custom_ops_defs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes 2024-08-22T20:44:08.3826733Z copying backends/vulkan/passes/test_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes 2024-08-22T20:44:08.3827869Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime 2024-08-22T20:44:08.3829179Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime 2024-08-22T20:44:08.3830370Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:08.3831842Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:08.3833524Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:08.3835262Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:08.3836636Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:44:08.3837932Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:44:08.3839432Z 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:08.3840930Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:44:08.3842269Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests 2024-08-22T20:44:08.3843713Z 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:08.3845247Z 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:08.3846527Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:44:08.3848065Z 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:08.3849736Z 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:08.3851006Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party 2024-08-22T20:44:08.3852002Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/volk 2024-08-22T20:44:08.3853324Z 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:08.3854659Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-08-22T20:44:08.3855945Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:08.3857607Z 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:08.3859622Z 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:08.3861615Z 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:08.3863598Z 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:08.3865536Z 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:08.3867864Z 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:08.3870097Z 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:08.3872007Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:44:08.3874003Z 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:08.3875759Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-08-22T20:44:08.3877527Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-08-22T20:44:08.3879144Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:44:08.3881305Z 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:08.3883071Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3884422Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3885906Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3887409Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3889003Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3890562Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3892091Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3893598Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3895092Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3896869Z 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:08.3898829Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3900436Z 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:08.3901980Z 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:08.3903525Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3905045Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3906762Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3942303Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3944290Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3946095Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3947729Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3949237Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3950782Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3952369Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3954038Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3955483Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3957178Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3959045Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3960509Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3962075Z 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:08.3963666Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3965518Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3966999Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3968428Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3969927Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3971485Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3973184Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3974774Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3976373Z 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:08.3977832Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3979381Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3980967Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3982526Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3983987Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3985480Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3987028Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:08.3988646Z 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:08.3989923Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-08-22T20:44:08.3991231Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-08-22T20:44:08.3992850Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-08-22T20:44:08.3994171Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:08.3995518Z copying backends/xnnpack/passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:08.3997118Z copying backends/xnnpack/passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:08.3998672Z copying backends/xnnpack/passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:08.4000152Z copying backends/xnnpack/passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:08.4001713Z 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:08.4003321Z copying backends/xnnpack/passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:08.4005120Z copying backends/xnnpack/passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:08.4006580Z copying backends/xnnpack/passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:08.4008035Z copying backends/xnnpack/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:08.4009637Z 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:08.4011344Z 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:08.4013073Z 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:08.4014301Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:08.4015812Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:08.4017646Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:08.4019014Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-08-22T20:44:08.4020191Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-08-22T20:44:08.4021773Z 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:08.4023126Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party 2024-08-22T20:44:08.4024826Z 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:08.4026628Z 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:08.4028065Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:08.4029376Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:08.4030763Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:08.4032215Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:08.4033700Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:08.4034906Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:08.4036387Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:08.4038170Z 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:08.4039475Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:08.4076437Z 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:08.4078332Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:08.4079814Z 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:08.4081648Z 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:08.4083308Z 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:08.4084917Z 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:08.4086837Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:08.4088800Z 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:08.4090417Z 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:08.4091904Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:08.4093561Z 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:08.4095263Z 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:08.4097130Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:08.4098599Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4099831Z copying backends/xnnpack/test/ops/abs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4101320Z copying backends/xnnpack/test/ops/add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4102862Z copying backends/xnnpack/test/ops/avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4104456Z copying backends/xnnpack/test/ops/bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4105998Z copying backends/xnnpack/test/ops/cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4107374Z copying backends/xnnpack/test/ops/ceil.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4108728Z copying backends/xnnpack/test/ops/clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4110094Z copying backends/xnnpack/test/ops/conv1d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4111464Z copying backends/xnnpack/test/ops/conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4112807Z copying backends/xnnpack/test/ops/div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4114229Z copying backends/xnnpack/test/ops/elu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4115799Z copying backends/xnnpack/test/ops/floor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4117715Z copying backends/xnnpack/test/ops/hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4119436Z copying backends/xnnpack/test/ops/hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4121001Z 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:08.4122515Z copying backends/xnnpack/test/ops/linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4124300Z 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:08.4125705Z copying backends/xnnpack/test/ops/maximum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4127329Z copying backends/xnnpack/test/ops/maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4128902Z 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:08.4130383Z copying backends/xnnpack/test/ops/minimum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4131773Z copying backends/xnnpack/test/ops/multiply.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4133167Z copying backends/xnnpack/test/ops/negate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4134546Z copying backends/xnnpack/test/ops/permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4136041Z copying backends/xnnpack/test/ops/pow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4137608Z copying backends/xnnpack/test/ops/prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4139196Z 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:08.4140651Z copying backends/xnnpack/test/ops/relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4142075Z copying backends/xnnpack/test/ops/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4143560Z copying backends/xnnpack/test/ops/sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4145079Z 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:08.4146601Z copying backends/xnnpack/test/ops/softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4148494Z copying backends/xnnpack/test/ops/sqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4150044Z copying backends/xnnpack/test/ops/square.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4151509Z 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:08.4152918Z copying backends/xnnpack/test/ops/sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:08.4154321Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:08.4155726Z 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:08.4157751Z 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:08.4159650Z 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:08.4161446Z 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:08.4163166Z 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:08.4165154Z 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:08.4166570Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization 2024-08-22T20:44:08.4168141Z 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:08.4169985Z 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:08.4171414Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:08.4172782Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:08.4174380Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:08.4175630Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:44:08.4215668Z 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:08.4217753Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:44:08.4219173Z 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:08.4220512Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:44:08.4221901Z 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:08.4223278Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:44:08.4225034Z 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:08.4226455Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include 2024-08-22T20:44:08.4227631Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:08.4229162Z 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:08.4230988Z 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:08.4232803Z 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:08.4234340Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test 2024-08-22T20:44:08.4235486Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:44:08.4237259Z 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:08.4238982Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK 2024-08-22T20:44:08.4240102Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:44:08.4241718Z 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:08.4243952Z 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:08.4245458Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:08.4247522Z 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:08.4249669Z 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:08.4251689Z 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:08.4253669Z 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:08.4255610Z 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:08.4257557Z 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:08.4259558Z 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:08.4261598Z 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:08.4263639Z 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:08.4265640Z 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:08.4267627Z 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:08.4269514Z 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:08.4271423Z 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:08.4273433Z 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:08.4275645Z 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:08.4277743Z 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:08.4279733Z 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:08.4281686Z 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:08.4283760Z 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:08.4285798Z 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:08.4287769Z 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:08.4289712Z 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:08.4291691Z 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:08.4293646Z 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:08.4295588Z 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:08.4297581Z 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:08.4299498Z 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:08.4301421Z 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:08.4303427Z 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:08.4305467Z 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:08.4307557Z 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:08.4309578Z 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:08.4644775Z 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:08.4647224Z 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:08.4649259Z 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:08.4651277Z 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:08.4653342Z 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:08.4655351Z 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:08.4657619Z 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:08.4659658Z 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:08.4661709Z 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:08.4663727Z 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:08.4665781Z 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:08.4668068Z 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:08.4670195Z 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:08.4672278Z 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:08.4674497Z 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:08.4676601Z 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:08.4678646Z 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:08.4680607Z 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:08.4682512Z 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:08.4684491Z 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:08.4686355Z 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:08.4687897Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:08.4689601Z 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:08.4691752Z 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:08.4693783Z 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:08.4695388Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-08-22T20:44:08.4696648Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:44:08.4698337Z 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:08.4699836Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples 2024-08-22T20:44:08.4700737Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:44:08.4701812Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:44:08.4702971Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:44:08.4704232Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:44:08.4705306Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-08-22T20:44:08.4706734Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-08-22T20:44:08.4708183Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-08-22T20:44:08.4709325Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-08-22T20:44:08.4710451Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-08-22T20:44:08.4711757Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-08-22T20:44:08.4712867Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:08.4714273Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:08.4715705Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:08.4716979Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-08-22T20:44:08.4718280Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-08-22T20:44:08.4719738Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-08-22T20:44:08.4720937Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-08-22T20:44:08.4722233Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-08-22T20:44:08.4723711Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-08-22T20:44:08.4725141Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:08.4726273Z copying examples/models/llama2/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:08.4727680Z copying examples/models/llama2/export_llama.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:08.4729107Z copying examples/models/llama2/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:08.4730525Z copying examples/models/llama2/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:08.4732008Z copying examples/models/llama2/llama_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:08.4733378Z copying examples/models/llama2/rope.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:08.4734684Z copying examples/models/llama2/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:08.4736108Z copying examples/models/llama2/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:08.4737785Z copying examples/models/llama2/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:08.4739230Z copying examples/models/llama2/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:08.4740651Z copying examples/models/llama2/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:08.4787542Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:44:08.4789075Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:44:08.4790678Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:44:08.4792239Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:44:08.4793500Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-08-22T20:44:08.4795042Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-08-22T20:44:08.4796597Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-08-22T20:44:08.4798010Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:08.4799457Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:08.4801073Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:08.4802288Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:08.4803634Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:08.4805350Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:08.4806780Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi-3-mini 2024-08-22T20:44:08.4808161Z 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:08.4809785Z 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:08.4811137Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi3-mini-lora 2024-08-22T20:44:08.4812593Z 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:08.4813864Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-08-22T20:44:08.4815067Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-08-22T20:44:08.4816675Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-08-22T20:44:08.4817892Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test 2024-08-22T20:44:08.4819139Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test 2024-08-22T20:44:08.4820635Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test 2024-08-22T20:44:08.4821999Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-08-22T20:44:08.4823352Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-08-22T20:44:08.4825503Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-08-22T20:44:08.4826998Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-08-22T20:44:08.4828433Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-08-22T20:44:08.4830008Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-08-22T20:44:08.4831276Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-08-22T20:44:08.4832640Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-08-22T20:44:08.4834405Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-08-22T20:44:08.4835741Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:08.4837413Z copying examples/models/llama2/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:08.4839153Z 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:08.4840588Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:44:08.4842281Z copying examples/models/llama2/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:44:08.4844182Z 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:08.4846072Z copying examples/models/llama2/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:44:08.4847783Z 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:08.4849310Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/runner 2024-08-22T20:44:08.4850815Z copying examples/models/llama2/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/runner 2024-08-22T20:44:08.4852389Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:08.4854108Z 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:08.4855920Z 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:08.4857988Z 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:08.4860048Z 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:08.4861573Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tests 2024-08-22T20:44:08.4863058Z 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:08.4864561Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-08-22T20:44:08.4866114Z copying examples/models/llama2/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-08-22T20:44:08.4867628Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:08.4869225Z 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:08.4871038Z 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:08.4872957Z 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:08.4874499Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/test 2024-08-22T20:44:08.4875948Z 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:08.4877318Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4878140Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4879312Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4880330Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4881459Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4882512Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4883481Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4884582Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4885536Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4886697Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4887700Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4888807Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4889830Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4890841Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4891902Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4945633Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4946906Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4948057Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4949228Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4950509Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4951703Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4952658Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4953571Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4954542Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:08.4955401Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:08.4956392Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:08.4957547Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:08.4958649Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:08.4959973Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:08.4961196Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:08.4962152Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:08.4963192Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:08.4964363Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:08.4965518Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:08.4966762Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:08.4967832Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:08.4968747Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:08.4969693Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:08.4970750Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:08.4971804Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:08.4972848Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:08.4973773Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-08-22T20:44:08.4974730Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-08-22T20:44:08.4975795Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-08-22T20:44:08.4976752Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:44:08.4977641Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:44:08.4978647Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:44:08.4979657Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:44:08.4980548Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:44:08.4981506Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:44:08.4982598Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:44:08.4983678Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:44:08.4984603Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.4985579Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.4986754Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.4988009Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.4989233Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.4990480Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.4991779Z 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:08.4993019Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.4994337Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.4995727Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.4996956Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.4998078Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.4999266Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.5000445Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.5001759Z 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:08.5003078Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.5004335Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.5005601Z 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:08.5006894Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.5008035Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.5009181Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.5010343Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.5011421Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.5012595Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.5013828Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.5015013Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.5016235Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.5017535Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:08.5018544Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:44:08.5019490Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:44:08.5020576Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:44:08.5021677Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:44:08.5022599Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:08.5023500Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:08.5024885Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:08.5025941Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:08.5027029Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:08.5028073Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:08.5029095Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:08.5030280Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:08.5031249Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5032175Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5033270Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5034505Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5035589Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5083682Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5085218Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5086647Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5087918Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5089047Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5090249Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5091392Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5092560Z 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:08.5093834Z 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:08.5095041Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5096168Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5097325Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5098452Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5099595Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5100749Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5101893Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5102996Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5104050Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5105113Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5106163Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5107240Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5108375Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5109513Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5110606Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:08.5111597Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:08.5112667Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:08.5114157Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:08.5115369Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:08.5116598Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:08.5117665Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:08.5118732Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:08.5120017Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:08.5121296Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:08.5122595Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:08.5123765Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:08.5125558Z 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:08.5127369Z 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:08.5129122Z 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:08.5130398Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:08.5131538Z 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:08.5132965Z 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:08.5134336Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:08.5135637Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:08.5136982Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:08.5138272Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:08.5139584Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:08.5140882Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:08.5142202Z 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:08.5143548Z 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:08.5144879Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:08.5146224Z 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:08.5147522Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:08.5148756Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:08.5150199Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:08.5151514Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:08.5152578Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos 2024-08-22T20:44:08.5153915Z 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:08.5155388Z 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:08.5156705Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:08.5158049Z 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:08.5159608Z 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:08.5161161Z 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:08.5162413Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend 2024-08-22T20:44:08.5163497Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend 2024-08-22T20:44:08.5164528Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-08-22T20:44:08.5165557Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-08-22T20:44:08.5166567Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/test 2024-08-22T20:44:08.5167744Z 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:08.5168876Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend/test 2024-08-22T20:44:08.5170123Z 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:08.5171304Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-08-22T20:44:08.5172422Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-08-22T20:44:08.5173720Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-08-22T20:44:08.5272348Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:08.5274087Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:08.5275821Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:08.5277315Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:08.5278435Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-08-22T20:44:08.5279582Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-08-22T20:44:08.5280941Z 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:08.5282120Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-08-22T20:44:08.5283278Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-08-22T20:44:08.5284611Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-08-22T20:44:08.5286047Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test 2024-08-22T20:44:08.5287285Z 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:08.5288695Z 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:08.5289858Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/test 2024-08-22T20:44:08.5291077Z 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:08.5292271Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/test 2024-08-22T20:44:08.5293276Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/test 2024-08-22T20:44:08.5294266Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/test 2024-08-22T20:44:08.5295365Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/test 2024-08-22T20:44:08.5296487Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:44:08.5297515Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:44:08.5298806Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:44:08.5300065Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:44:08.5301137Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/test 2024-08-22T20:44:08.5302340Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/test 2024-08-22T20:44:08.5303433Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension 2024-08-22T20:44:08.5304343Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util 2024-08-22T20:44:08.5305486Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util 2024-08-22T20:44:08.5306716Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util 2024-08-22T20:44:08.5307807Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:44:08.5308886Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:44:08.5310177Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:44:08.5311401Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:44:08.5312452Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings 2024-08-22T20:44:08.5313577Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings 2024-08-22T20:44:08.5314796Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree 2024-08-22T20:44:08.5315861Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree 2024-08-22T20:44:08.5316917Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converters 2024-08-22T20:44:08.5318255Z 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:08.5319462Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm 2024-08-22T20:44:08.5320365Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:08.5321567Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:08.5322905Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:08.5324461Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:08.5325870Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:08.5327037Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer 2024-08-22T20:44:08.5328209Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer 2024-08-22T20:44:08.5329656Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer 2024-08-22T20:44:08.5330839Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party 2024-08-22T20:44:08.5331930Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:44:08.5333366Z 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:08.5335070Z 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:08.5336522Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:44:08.5338106Z 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:08.5339634Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:44:08.5341243Z 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:08.5343242Z 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:08.5344725Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2 2024-08-22T20:44:08.5345791Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:44:08.5347266Z 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:08.5348697Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:08.5350112Z 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:08.5351798Z 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:08.5353457Z 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:08.5354881Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:08.5356330Z 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:08.5358069Z 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:08.5359770Z 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:08.5361434Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:44:08.5363077Z 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:08.5364605Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece 2024-08-22T20:44:08.5365806Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:44:08.5417007Z 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:08.5419133Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:44:08.5421293Z 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:08.5423688Z 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:08.5425621Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src 2024-08-22T20:44:08.5426991Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:08.5428831Z 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:08.5431111Z 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:08.5433471Z 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:08.5435976Z 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:08.5437655Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer/test 2024-08-22T20:44:08.5438940Z 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:08.5440158Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-08-22T20:44:08.5441347Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-08-22T20:44:08.5442771Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-08-22T20:44:08.5443924Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/test 2024-08-22T20:44:08.5445000Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/test 2024-08-22T20:44:08.5445963Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk 2024-08-22T20:44:08.5446752Z copying sdk/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk 2024-08-22T20:44:08.5447615Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:44:08.5448188Z copying sdk/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:44:08.5448948Z copying sdk/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:44:08.5449575Z copying sdk/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:44:08.5449960Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-08-22T20:44:08.5450521Z copying sdk/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-08-22T20:44:08.5451081Z copying sdk/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-08-22T20:44:08.5451432Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:08.5452016Z copying sdk/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:08.5452506Z copying sdk/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:08.5452905Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-08-22T20:44:08.5453404Z copying sdk/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-08-22T20:44:08.5453905Z copying sdk/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-08-22T20:44:08.5454278Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:08.5454782Z copying sdk/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:08.5455314Z copying sdk/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:08.5455874Z copying sdk/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:08.5456427Z copying sdk/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:08.5456845Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool 2024-08-22T20:44:08.5457507Z 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:08.5458178Z 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:08.5458625Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:44:08.5459275Z copying sdk/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:44:08.5460014Z 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:08.5460472Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:08.5461158Z copying sdk/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:08.5461597Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-08-22T20:44:08.5462278Z 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:08.5462928Z 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:08.5463598Z 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:08.5464024Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/util 2024-08-22T20:44:08.5464678Z 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:08.5465144Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/test 2024-08-22T20:44:08.5466016Z 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:08.5466521Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:44:08.5467365Z 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:08.5467757Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/tests 2024-08-22T20:44:08.5468360Z copying sdk/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/tests 2024-08-22T20:44:08.5468796Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/tests 2024-08-22T20:44:08.5469422Z copying sdk/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/tests 2024-08-22T20:44:08.5469826Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:44:08.5470481Z copying sdk/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:44:08.5471120Z copying sdk/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:44:08.5471784Z copying sdk/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:44:08.5472103Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-08-22T20:44:08.5472548Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-08-22T20:44:08.5473060Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-08-22T20:44:08.5473353Z creating pip-out/lib.linux-x86_64-cpython-311/serializer 2024-08-22T20:44:08.5474159Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/serializer 2024-08-22T20:44:08.5474927Z 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:08.5475194Z creating pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.5476004Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.5476684Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8897084Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8898988Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8900582Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8902139Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8903701Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8905167Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8906534Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8908169Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8909752Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8911559Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8913066Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8914630Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8915983Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8917518Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8919100Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8920625Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8922167Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8923622Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8925557Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8927043Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8928579Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8930097Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8931562Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8933071Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8934558Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8936079Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8937626Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8939096Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8940704Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8942247Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8943696Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8945203Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:08.8945997Z running egg_info 2024-08-22T20:44:08.8946372Z creating executorch.egg-info 2024-08-22T20:44:08.8946924Z writing executorch.egg-info/PKG-INFO 2024-08-22T20:44:08.8947577Z writing dependency_links to executorch.egg-info/dependency_links.txt 2024-08-22T20:44:08.8948325Z writing entry points to executorch.egg-info/entry_points.txt 2024-08-22T20:44:08.8949070Z writing requirements to executorch.egg-info/requires.txt 2024-08-22T20:44:08.8949789Z writing top-level names to executorch.egg-info/top_level.txt 2024-08-22T20:44:08.8950759Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:44:08.8951485Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:44:08.8952070Z adding license file 'LICENSE' 2024-08-22T20:44:08.8952610Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:44:08.8953812Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-08-22T20:44:08.8955317Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:44:08.8957041Z 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:08.8958744Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:08.8960301Z copying backends/qualcomm/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-08-22T20:44:08.8961516Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot 2024-08-22T20:44:08.8962500Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot/ir 2024-08-22T20:44:08.8963649Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot/ir 2024-08-22T20:44:08.8965155Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:08.8966393Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph 2024-08-22T20:44:08.8967533Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops 2024-08-22T20:44:08.8968609Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:08.8970181Z 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:08.8972062Z 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:08.8973907Z 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:08.8975657Z 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:08.8977511Z 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:08.8979378Z 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:08.8981203Z 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:08.8982939Z 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:08.8984829Z 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:08.8986585Z 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:08.8988605Z 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:08.8990846Z 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:08.8992833Z 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:08.8994719Z 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:08.9026503Z 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:08.9029085Z 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:08.9031611Z 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:08.9033816Z 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:08.9035965Z 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:08.9038107Z 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:08.9040150Z 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:08.9042265Z 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:08.9044351Z 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:08.9046455Z 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:08.9048535Z 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:08.9050631Z 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:08.9052754Z 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:08.9054798Z 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:08.9056821Z 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:08.9058890Z 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:08.9060953Z 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:08.9062987Z 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:08.9065057Z 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:08.9067542Z 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:08.9069673Z 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:08.9071775Z 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:08.9073995Z 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:08.9076162Z 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:08.9078366Z 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:08.9080482Z 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:08.9082669Z 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:08.9084814Z 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:08.9087049Z 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:08.9089202Z 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:08.9091258Z 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:08.9093321Z 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:08.9095414Z 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:08.9097473Z 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:08.9099554Z 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:08.9101614Z 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:08.9103196Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/glsl 2024-08-22T20:44:08.9104450Z 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:08.9105883Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools 2024-08-22T20:44:08.9106865Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo 2024-08-22T20:44:08.9108185Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:08.9109822Z 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:08.9111912Z 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:08.9114003Z 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:08.9115891Z 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:08.9117748Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:08.9119520Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:08.9121361Z 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:08.9123226Z 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:08.9125323Z 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:08.9127230Z 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:08.9128833Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:44:08.9130521Z 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:08.9132552Z 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:08.9134396Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:08.9136417Z 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:08.9138649Z 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:08.9140605Z 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:08.9142576Z 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:08.9144495Z 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:08.9146498Z 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:08.9148593Z 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:08.9150670Z 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:08.9152687Z 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:08.9154665Z 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:08.9156920Z 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:08.9159037Z 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:08.9161043Z 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:08.9163003Z 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:08.9165107Z 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:08.9167085Z 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:08.9168953Z 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:08.9170962Z 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:08.9172930Z 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:08.9174870Z 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:08.9176757Z 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:08.9178799Z 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:08.9180820Z 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:08.9182757Z 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:08.9184685Z 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:08.9186609Z 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:08.9188638Z 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:08.9190509Z 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:08.9192326Z 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:08.9194286Z 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:08.9196231Z 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:08.9198342Z 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:08.9200302Z 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:08.9202204Z 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:08.9204156Z 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:08.9206147Z 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:08.9208077Z 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:08.9210014Z 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:08.9211953Z 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:08.9213859Z 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:08.9215762Z 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:08.9217632Z 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:08.9219582Z 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:08.9221461Z 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:08.9223284Z 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:08.9225463Z 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:08.9227438Z 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:08.9229452Z 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:08.9231394Z 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:08.9256719Z 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:08.9259182Z 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:08.9261004Z 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:08.9262992Z 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:08.9264856Z 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:08.9266711Z 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:08.9268578Z 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:08.9270461Z 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:08.9272259Z 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:08.9274174Z 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:08.9275965Z 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:08.9277846Z 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:08.9279702Z 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:08.9281529Z 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:08.9283341Z 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:08.9285218Z 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:08.9287086Z 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:08.9288956Z 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:08.9290915Z 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:08.9292922Z 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:08.9294891Z 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:08.9296857Z 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:08.9298755Z 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:08.9300607Z 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:08.9302568Z 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:08.9304492Z 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:08.9306394Z 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:08.9308259Z 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:08.9310140Z 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:08.9311980Z 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:08.9313862Z 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:08.9315699Z 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:08.9317641Z 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:08.9319494Z 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:08.9321315Z 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:08.9323178Z 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:08.9325345Z 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:08.9327149Z 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:08.9328978Z 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:08.9330864Z 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:08.9332741Z 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:08.9334584Z 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:08.9336463Z 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:08.9338444Z 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:08.9340363Z 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:08.9342431Z 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:08.9344348Z 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:08.9346183Z 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:08.9348065Z 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:08.9362481Z 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:08.9364878Z 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:08.9366810Z 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:08.9368581Z 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:08.9370372Z 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:08.9372155Z 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:08.9373994Z 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:08.9375835Z 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:08.9377712Z 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:08.9379556Z 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:08.9381372Z 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:08.9383211Z 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:08.9385097Z 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:08.9386942Z 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:08.9388762Z 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:08.9390567Z 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:08.9392415Z 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:08.9394472Z 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:08.9396360Z 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:08.9398250Z 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:08.9400104Z 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:08.9401943Z 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:08.9403792Z 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:08.9405616Z 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:08.9407493Z 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:08.9409300Z 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:08.9411094Z 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:08.9412896Z 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:08.9414703Z 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:08.9416545Z 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:08.9418400Z 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:08.9420220Z 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:08.9422067Z 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:08.9424233Z 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:08.9426101Z 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:08.9427973Z 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:08.9429829Z 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:08.9431683Z 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:08.9433555Z 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:08.9435683Z 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:08.9437472Z 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:08.9439238Z 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:08.9441013Z 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:08.9442843Z 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:08.9444601Z 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:08.9446376Z 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:08.9448201Z 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:08.9450046Z 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:08.9451883Z 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:08.9453752Z 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:08.9477339Z 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:08.9479874Z 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:08.9481952Z 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:08.9483860Z 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:08.9485842Z 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:08.9487812Z 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:08.9489774Z 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:08.9491736Z 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:08.9493658Z 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:08.9495572Z 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:08.9497739Z 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:08.9499754Z 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:08.9501657Z 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:08.9503545Z 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:08.9505645Z 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:08.9507791Z 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:08.9509883Z 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:08.9511993Z 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:08.9514198Z 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:08.9516286Z 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:08.9518391Z 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:08.9520423Z 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:08.9522504Z 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:08.9524932Z 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:08.9527225Z 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:08.9529421Z 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:08.9531430Z 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:08.9533353Z 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:08.9535340Z 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:08.9537448Z 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:08.9539841Z 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:08.9542252Z 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:08.9544397Z 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:08.9546487Z 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:08.9548736Z 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:08.9550849Z 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:08.9552892Z 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:08.9554960Z 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:08.9556897Z 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:08.9558775Z 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:08.9560732Z 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:08.9562650Z 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:08.9564766Z 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:08.9566850Z 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:08.9568854Z 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:08.9571001Z 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:08.9573112Z 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:08.9608185Z 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:08.9610995Z 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:08.9613249Z 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:08.9615836Z 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:08.9618343Z 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:08.9620845Z 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:08.9622999Z 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:08.9625282Z 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:08.9627421Z 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:08.9629483Z 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:08.9631486Z 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:08.9633456Z 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:08.9635371Z 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:08.9637189Z 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:08.9639004Z 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:08.9640876Z 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:08.9642801Z 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:08.9644735Z 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:08.9646686Z 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:08.9648593Z 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:08.9650424Z 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:08.9652242Z 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:08.9654117Z 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:08.9655972Z 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:08.9658070Z 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:08.9660110Z 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:08.9662080Z 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:08.9663921Z 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:08.9665858Z 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:08.9667688Z 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:08.9669561Z 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:08.9671403Z 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:08.9673187Z 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:08.9675051Z 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:08.9676854Z 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:08.9678746Z 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:08.9680568Z 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:08.9682359Z 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:08.9684142Z 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:08.9685964Z 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:08.9687775Z 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:08.9689596Z 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:08.9691397Z 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:08.9693291Z 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:08.9695121Z 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:08.9696966Z 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:08.9698926Z 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:08.9700761Z 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:08.9702239Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-08-22T20:44:08.9703431Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:09.0805512Z 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:09.0808249Z 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:09.0810248Z 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:09.0812211Z 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:09.0813760Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-08-22T20:44:09.0814737Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-08-22T20:44:09.0815600Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-08-22T20:44:09.0816582Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-08-22T20:44:09.0817722Z copying sdk/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:09.0818853Z copying sdk/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:09.0820178Z 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:09.0821650Z 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:09.0822892Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:09.0824229Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:09.0825579Z 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:09.0827085Z 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:09.0828018Z running build_ext 2024-08-22T20:44:09.0829445Z 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:09.0832243Z 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:09.0835213Z 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:09.0836748Z installing to pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:44:09.0837200Z running install 2024-08-22T20:44:09.0837799Z running install_lib 2024-08-22T20:44:09.0838212Z creating pip-out/bdist.linux-x86_64 2024-08-22T20:44:09.0838711Z creating pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:44:09.0839287Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2024-08-22T20:44:09.0839929Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2024-08-22T20:44:09.0840621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2024-08-22T20:44:09.0841742Z 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:09.0843195Z 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:09.0844322Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2024-08-22T20:44:09.0845057Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:44:09.0846259Z 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:09.0847918Z 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:09.0849527Z 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:09.0851142Z 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:09.0852777Z 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:09.0854404Z 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:09.0855613Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:09.0857011Z 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:09.0858872Z 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:09.0860694Z 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:09.0862557Z 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:09.0864388Z 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:09.0866212Z 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:09.0868024Z 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:09.0869809Z 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:09.0871616Z 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:09.0873451Z 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:09.0875537Z 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:09.0877456Z 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:09.0879568Z 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:09.0881652Z 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:09.0883796Z 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:09.0885877Z 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:09.0888202Z 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:09.0890235Z 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:09.0892317Z 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:09.0894389Z 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:09.0896502Z 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:09.0898042Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:44:09.0899916Z 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:09.0906877Z 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:09.0909648Z 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:09.0912636Z 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:09.0914869Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:44:09.0916997Z 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:09.0919890Z 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:09.0922946Z 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:09.0925992Z 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:09.0928259Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:09.0931312Z 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:09.0935187Z 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:09.0939045Z 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:09.0942943Z 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:09.0946537Z 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:09.0950268Z 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:09.0954099Z 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:09.0957825Z 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:09.0961369Z 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:09.0963691Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-08-22T20:44:09.0965647Z 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:09.0968164Z 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:09.0970119Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2024-08-22T20:44:09.0972268Z 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:09.0974314Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2024-08-22T20:44:09.0976541Z 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:09.0978629Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:09.0980738Z 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:09.0983592Z 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:09.0986478Z 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:09.0989425Z 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:09.0992680Z 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:09.0995768Z 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:09.0998773Z 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:09.1001646Z 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:09.1004786Z 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:09.1007628Z 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:09.1010552Z 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:09.1013308Z 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:09.1016260Z 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:09.1019150Z 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:09.1022029Z 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:09.1024348Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2024-08-22T20:44:09.1026674Z 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:09.1028834Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2024-08-22T20:44:09.1030970Z 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:09.1033940Z 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:09.1036201Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2024-08-22T20:44:09.1038212Z 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:09.1040407Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2024-08-22T20:44:09.1042033Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:44:09.1044670Z 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:09.1047312Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2024-08-22T20:44:09.1049314Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:44:09.1052708Z 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:09.1056952Z 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:09.1059747Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:09.1062962Z 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:09.1067214Z 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:09.1071130Z 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:09.1074911Z 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:09.1079033Z 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:09.1083065Z 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:09.1087100Z 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:09.1090991Z 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:09.1094829Z 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:09.1098841Z 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:09.1102855Z 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:09.1106929Z 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:09.1110957Z 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:09.1115157Z 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:09.1119251Z 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:09.1123303Z 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:09.1127162Z 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:09.1131405Z 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:09.1135621Z 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:09.1139826Z 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:09.1143931Z 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:09.1148076Z 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:09.1152282Z 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:09.1156523Z 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:09.1160766Z 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:09.1164913Z 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:09.1169038Z 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:09.1173181Z 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:09.1177198Z 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:09.1181299Z 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:09.1185551Z 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:09.1189608Z 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:09.1193980Z 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:09.1198072Z 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:09.1200515Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2024-08-22T20:44:09.1202459Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:44:09.1205621Z 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:09.1208618Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:44:09.1211923Z 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:09.1214298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:44:09.1216830Z 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:09.1219150Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:44:09.1221262Z 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:09.1224181Z 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:09.1227053Z 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:09.1229960Z 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:09.1232216Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:44:09.1235157Z 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:09.1239240Z 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:09.1242024Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:09.1244552Z 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:09.1247750Z 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:09.1250963Z 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:09.1254314Z 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:09.1257635Z 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:09.1260990Z 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:09.1264141Z 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:09.1267476Z 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:09.1270688Z 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:09.1273842Z 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:09.1276115Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2024-08-22T20:44:09.1278254Z 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:09.1280318Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:09.1282602Z 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:09.1285758Z 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:09.1288719Z 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:09.1291785Z 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:09.1294633Z 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:09.1297646Z 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:09.1300710Z 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:09.1303686Z 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:09.1306309Z 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:09.1309375Z 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:09.1312372Z 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:09.1315506Z 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:09.1318508Z 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:09.1321481Z 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:09.1325061Z 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:09.1327098Z 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:09.1329065Z 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:09.1331002Z 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:09.1332951Z 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:09.1334891Z 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:09.1336808Z 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:09.1338749Z 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:09.1340676Z 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:09.1342558Z 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:09.1344419Z 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:09.1346338Z 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:09.1348266Z 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:09.1350448Z 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:09.1352352Z 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:09.1354381Z 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:09.1356316Z 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:09.1358367Z 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:09.1360325Z 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:09.1362266Z 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:09.1364220Z 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:09.1366445Z 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:09.1368723Z 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:09.1370635Z 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:09.1372550Z 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:09.1374480Z 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:09.1376406Z 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:09.1378356Z 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:09.1380291Z 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:09.1382239Z 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:09.1384249Z 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:09.1386294Z 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:09.1388259Z 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:09.1390331Z 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:09.1392255Z 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:09.1394254Z 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:09.1396157Z 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:09.1398240Z 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:09.1399673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2024-08-22T20:44:09.1401172Z 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:09.1403171Z 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:09.1404589Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:09.1406086Z 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:09.1408171Z 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:09.1410119Z 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:09.1412125Z 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:09.1414162Z 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:09.1416240Z 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:09.1418274Z 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:09.1420223Z 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:09.1422270Z 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:09.1424468Z 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:09.1426454Z 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:09.1428429Z 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:09.1430570Z 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:09.1432530Z 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:09.1434571Z 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:09.1436579Z 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:09.1438685Z 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:09.1440686Z 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:09.1442609Z 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:09.1444542Z 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:09.1446583Z 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:09.1448606Z 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:09.1450038Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:09.1451540Z 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:09.1453494Z 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:09.1454903Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:44:09.1456529Z 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:09.1458747Z 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:09.1460894Z 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:09.1462332Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:44:09.1463939Z 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:09.1466038Z 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:09.1468054Z 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:09.1469619Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2024-08-22T20:44:09.1471257Z 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:09.1473242Z 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:09.1474838Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2024-08-22T20:44:09.1475713Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2024-08-22T20:44:09.1477303Z 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:09.1478689Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:09.1480116Z 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:09.1481944Z 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:09.1483940Z 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:09.1485969Z 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:09.1487992Z 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:09.1490001Z 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:09.1491970Z 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:09.1493883Z 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:09.1495701Z 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:09.1497612Z 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:09.1499445Z 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:09.1500853Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2024-08-22T20:44:09.1502453Z 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:09.1503868Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2024-08-22T20:44:09.1505187Z 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:09.1506958Z 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:09.1508306Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2024-08-22T20:44:09.1510089Z 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:09.1512384Z 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:09.1513978Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/passes 2024-08-22T20:44:09.1515461Z 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:09.1517469Z 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:09.1519058Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2024-08-22T20:44:09.1520558Z 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:09.1522041Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2024-08-22T20:44:09.1523017Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2024-08-22T20:44:09.1524440Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:09.1526285Z 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:09.1528701Z 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:09.1531144Z 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:09.1533594Z 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:09.1536131Z 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:09.1538535Z 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:09.1540853Z 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:09.1543197Z 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:09.1545525Z 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:09.1547860Z 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:09.1550254Z 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:09.1553100Z 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:09.1555835Z 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:09.1558247Z 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:09.1560622Z 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:09.1563389Z 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:09.1566025Z 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:09.1568658Z 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:09.1571073Z 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:09.1573453Z 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:09.1575817Z 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:09.1578323Z 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:09.1580777Z 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:09.1583344Z 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:09.1585874Z 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:09.1588351Z 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:09.1590867Z 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:09.1593434Z 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:09.1595879Z 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:09.1598552Z 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:09.1600936Z 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:09.1603334Z 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:09.1605955Z 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:09.1608430Z 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:09.1610857Z 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:09.1613276Z 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:09.1615700Z 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:09.1618217Z 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:09.1620888Z 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:09.1623352Z 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:09.1626080Z 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:09.1628614Z 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:09.1631205Z 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:09.1633766Z 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:09.1636228Z 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:09.1638625Z 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:09.1641294Z 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:09.1643748Z 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:09.1646201Z 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:09.1648671Z 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:09.1650408Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:44:09.1652103Z 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:09.1654305Z 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:09.1656530Z 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:09.1658722Z 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:09.1660153Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:44:09.1661639Z 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:09.1663625Z 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:09.1665951Z 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:09.1667473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2024-08-22T20:44:09.1668964Z 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:09.1671090Z 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:09.1672825Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:44:09.1674590Z 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:09.1676874Z 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:09.1678458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2024-08-22T20:44:09.1680051Z 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:09.1681504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2024-08-22T20:44:09.1682654Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2024-08-22T20:44:09.1684401Z 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:09.1686091Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-08-22T20:44:09.1687361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:09.1689360Z 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:09.1692096Z 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:09.1694784Z 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:09.1697396Z 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:09.1700047Z 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:09.1702617Z 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:09.1705269Z 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:09.1707310Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:44:09.1709355Z 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:09.1711410Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-08-22T20:44:09.1712730Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-08-22T20:44:09.1714260Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:44:09.1716719Z 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:09.1718780Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2024-08-22T20:44:09.1719696Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2024-08-22T20:44:09.1720862Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:09.1722524Z 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:09.1725421Z 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:09.1727912Z 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:09.1730224Z 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:09.1731840Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2024-08-22T20:44:09.1733115Z 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:09.1735105Z 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:09.1736506Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:09.1738162Z 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:09.1740195Z 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:09.1742263Z 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:09.1744199Z 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:09.1746273Z 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:09.1748384Z 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:09.1750453Z 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:09.1752490Z 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:09.1754699Z 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:09.1756797Z 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:09.1758912Z 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:09.1761145Z 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:09.1763146Z 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:09.1765192Z 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:09.1767440Z 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:09.1769578Z 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:09.1771727Z 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:09.1773780Z 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:09.1776006Z 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:09.1778063Z 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:09.1780144Z 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:09.1782243Z 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:09.1784307Z 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:09.1786432Z 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:09.1788400Z 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:09.1790564Z 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:09.1792786Z 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:09.1795209Z 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:09.1797160Z 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:09.1799079Z 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:09.1801016Z 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:09.1802966Z 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:09.1804900Z 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:09.1806793Z 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:09.1808718Z 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:09.1810841Z 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:09.1812886Z 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:09.1814838Z 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:09.1816730Z 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:09.1818724Z 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:09.1820642Z 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:09.1822531Z 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:09.1824678Z 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:09.1826589Z 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:09.1828583Z 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:09.1830043Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2024-08-22T20:44:09.1831486Z 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:09.1833454Z 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:09.1834999Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:09.1836559Z 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:09.1838649Z 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:09.1840114Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:09.1841560Z 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:09.1843490Z 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:09.1845431Z 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:09.1847384Z 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:09.1849607Z 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:09.1851584Z 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:09.1853530Z 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:09.1855446Z 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:09.1857366Z 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:09.1859342Z 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:09.1861412Z 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:09.1863430Z 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:09.1864864Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:44:09.1866461Z 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:09.1868606Z 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:09.1870852Z 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:09.1873195Z 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:09.1874673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2024-08-22T20:44:09.1876079Z 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:09.1877991Z 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:09.1879422Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:09.1880926Z 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:09.1882907Z 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:09.1884911Z 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:09.1886961Z 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:09.1889151Z 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:09.1891178Z 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:09.1893192Z 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:09.1895189Z 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:09.1897294Z 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:09.1899268Z 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:09.1901262Z 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:09.1903302Z 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:09.1905288Z 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:09.1906674Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:09.1908137Z 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:09.1909994Z 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:09.1911895Z 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:09.1913951Z 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:09.1915845Z 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:09.1917683Z 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:09.1919547Z 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:09.1921408Z 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:09.1923271Z 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:09.1925459Z 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:09.1927385Z 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:09.1929499Z 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:09.1931405Z 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:09.1933325Z 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:09.1935241Z 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:09.1937201Z 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:09.1939131Z 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:09.1941029Z 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:09.1942943Z 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:09.1945064Z 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:09.1946979Z 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:09.1948923Z 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:09.1950853Z 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:09.1952761Z 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:09.1954711Z 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:09.1956593Z 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:09.1958613Z 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:09.1960560Z 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:09.1962402Z 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:09.1964253Z 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:09.1966147Z 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:09.1968106Z 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:09.1970134Z 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:09.1972003Z 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:09.1973935Z 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:09.1975839Z 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:09.1977258Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:09.1978821Z 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:09.1980919Z 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:09.1983070Z 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:09.1985230Z 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:09.1987404Z 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:09.1989517Z 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:09.1991054Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2024-08-22T20:44:09.1992720Z 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:09.1995010Z 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:09.1996520Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:09.1998098Z 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:09.2000050Z 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:09.2001453Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2024-08-22T20:44:09.2003042Z 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:09.2005164Z 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:09.2006693Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:44:09.2008353Z 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:09.2009945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2024-08-22T20:44:09.2011059Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:09.2012836Z 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:09.2015140Z 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:09.2017580Z 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:09.2019229Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2024-08-22T20:44:09.2020621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:44:09.2022475Z 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:09.2024922Z 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:09.2026440Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:44:09.2028084Z 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:09.2030197Z 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:09.2031718Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:44:09.2033370Z 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:09.2035069Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:09.2036923Z 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:09.2039451Z 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:09.2041970Z 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:09.2043718Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-08-22T20:44:09.2044859Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:44:09.2046679Z 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:09.2049315Z 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:09.2051580Z 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:09.2053146Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:44:09.2054843Z 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:09.2057209Z 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:09.2058821Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2024-08-22T20:44:09.2059911Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:44:09.2061806Z 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:09.2064294Z 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:09.2066022Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:09.2068009Z 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:09.2070596Z 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:09.2073015Z 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:09.2075539Z 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:09.2078056Z 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:09.2080529Z 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:09.2083009Z 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:09.2085557Z 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:09.2088184Z 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:09.2090746Z 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:09.2093310Z 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:09.2096115Z 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:09.2098613Z 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:09.2101146Z 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:09.2103806Z 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:09.2106382Z 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:09.2108900Z 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:09.2111379Z 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:09.2113961Z 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:09.2116505Z 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:09.2118979Z 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:09.2121432Z 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:09.2124218Z 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:09.2126669Z 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:09.2129103Z 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:09.2131723Z 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:09.2134406Z 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:09.2136821Z 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:09.2139305Z 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:09.2141946Z 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:09.2144718Z 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:09.2147239Z 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:09.2149665Z 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:09.2152094Z 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:09.2154570Z 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:09.2157004Z 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:09.2159445Z 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:09.2161859Z 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:09.2164283Z 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:09.2166697Z 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:09.2169095Z 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:09.2172000Z 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:09.2174657Z 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:09.2177174Z 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:09.2179693Z 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:09.2182222Z 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:09.2184897Z 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:09.2187405Z 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:09.2189848Z 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:09.2192207Z 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:09.2194682Z 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:09.2197207Z 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:09.2199511Z 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:09.2201178Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:44:09.2202915Z 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:09.2205183Z 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:09.2206842Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:09.2208618Z 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:09.2210965Z 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:09.2213264Z 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:09.2215758Z 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:09.2218132Z 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:09.2219339Z 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:09.2220648Z 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:09.2221919Z 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:09.2223126Z 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:09.2224600Z 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:09.2225864Z 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:09.2227115Z 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:09.2228306Z 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:09.2229486Z 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:09.2230702Z 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:09.2231882Z 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:09.2233093Z 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:09.2234350Z 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:09.2235526Z 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:09.2236705Z 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:09.2238138Z 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:09.2239355Z 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:09.2240572Z 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:09.2241800Z 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:09.2242987Z 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:09.2244236Z 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:09.2245388Z 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:09.2246672Z 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:09.2248170Z 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:09.2249470Z 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:09.2250679Z 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:09.2251821Z 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:09.2253019Z 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:09.2254231Z 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:09.2255392Z 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:09.2256565Z 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:09.2257870Z 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:09.2259211Z 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:09.2260406Z 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:09.2261572Z 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:09.2262737Z 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:09.2263937Z 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:09.2265107Z 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:09.2266254Z 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:09.2267426Z 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:09.2268627Z 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:09.2269838Z 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:09.2271076Z 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:09.2272221Z 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:09.2273436Z 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:09.2274690Z 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:09.2275866Z 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:09.2277019Z 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:09.2278177Z 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:09.2279517Z 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:09.2280748Z 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:09.2281897Z 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:09.2283068Z 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:09.2284299Z 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:09.2285466Z 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:09.2286662Z 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:09.2287852Z 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:09.2288999Z 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:09.2290199Z 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:09.2291407Z 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:09.2292591Z 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:09.2293789Z 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:09.2295073Z 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:09.2296345Z 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:09.2297566Z 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:09.2298781Z 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:09.2299976Z 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:09.2301298Z 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:09.2302500Z 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:09.2303725Z 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:09.2305006Z 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:09.2306186Z 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:09.2307438Z 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:09.2308622Z 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:09.2309786Z 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:09.2310999Z 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:09.2312217Z 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:09.2313402Z 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:09.2314662Z 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:09.2315890Z 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:09.2317093Z 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:09.2318262Z 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:09.2319476Z 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:09.2320703Z 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:09.2322043Z 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:09.2323513Z 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:09.2325188Z 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:09.2326538Z 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:09.2327760Z 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:09.2328943Z 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:09.2330122Z 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:09.2331280Z 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:09.2332507Z 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:09.2333688Z 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:09.2334924Z 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:09.2336076Z 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:09.2337276Z 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:09.2338443Z 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:09.2339579Z 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:09.2340771Z 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:09.2341914Z 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:09.2343230Z 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:09.2344533Z 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:09.2345680Z 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:09.2346871Z 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:09.2348117Z 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:09.2349271Z 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:09.2350424Z 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:09.2351579Z 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:09.2352761Z 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:09.2354016Z 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:09.2355155Z 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:09.2356357Z 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:09.2357539Z 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:09.2358690Z 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:09.2359842Z 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:09.2360997Z 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:09.2362168Z 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:09.2363921Z 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:09.2365131Z 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:09.2366276Z 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:09.2367423Z 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:09.2368662Z 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:09.2369845Z 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:09.2370994Z 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:09.2372183Z 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:09.2373372Z 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:09.2374524Z 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:09.2375749Z 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:09.2376895Z 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:09.2378096Z 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:09.2379298Z 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:09.2380455Z 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:09.2381605Z 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:09.2382766Z 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:09.2383936Z 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:09.2385234Z 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:09.2386392Z 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:09.2387570Z 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:09.2388812Z 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:09.2390033Z 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:09.2391204Z 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:09.2392434Z 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:09.2393622Z 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:09.2394906Z 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:09.2396337Z 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:09.2397927Z 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:09.2399400Z 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:09.2400567Z 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:09.2401780Z 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:09.2402957Z 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:09.2404110Z 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:09.2405321Z 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:09.2406630Z 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:09.2407925Z 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:09.2409076Z 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:09.2410255Z 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:09.2411562Z 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:09.2412837Z 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:09.2414113Z 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:09.2415387Z 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:09.2416669Z 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:09.2417984Z 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:09.2419272Z 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:09.2420470Z 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:09.2421786Z 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:09.2423127Z 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:09.2424680Z 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:09.2425997Z 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:09.2427166Z 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:09.2428603Z 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:09.2429853Z 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:09.2431106Z 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:09.2432527Z 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:09.2433957Z 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:09.2435208Z 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:09.2436453Z 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:09.2437706Z 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:09.2438972Z 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:09.2440193Z 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:09.2441381Z 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:09.2442532Z 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:09.2443694Z 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:09.2444859Z 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:09.2446078Z 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:09.2447332Z 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:09.2448582Z 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:09.2449956Z 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:09.2451207Z 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:09.2452510Z 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:09.2453877Z 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:09.2455192Z 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:09.2456515Z 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:09.2457752Z 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:09.2459021Z 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:09.2460312Z 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:09.2461550Z 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:09.2462796Z 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:09.2464040Z 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:09.2465300Z 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:09.2466507Z 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:09.2467721Z 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:09.2468891Z 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:09.2470155Z 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:09.2471380Z 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:09.2472632Z 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:09.2473960Z 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:09.2475261Z 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:09.2476550Z 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:09.2478166Z 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:09.2479378Z 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:09.2480556Z 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:09.2481785Z 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:09.2482953Z 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:09.2484217Z 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:09.2485481Z 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:09.2486643Z 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:09.2487951Z 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:09.2489131Z 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:09.2490298Z 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:09.2491628Z 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:09.2492819Z 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:09.2493992Z 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:09.2495161Z 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:09.2496396Z 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:09.2497585Z 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:09.2498751Z 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:09.2499928Z 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:09.2501084Z 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:09.2502285Z 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:09.2503433Z 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:09.2504624Z 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:09.2505764Z 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:09.2506925Z 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:09.2508361Z 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:09.2509697Z 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:09.2510857Z 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:09.2512058Z 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:09.2512754Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-08-22T20:44:09.2513311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:09.2514653Z 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:09.2515884Z 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:09.2517198Z 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:09.2517662Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:44:09.2518631Z 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:09.2519535Z 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:09.2520458Z 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:09.2521342Z 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:09.2521710Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2024-08-22T20:44:09.2522082Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2024-08-22T20:44:09.2522939Z 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:09.2523829Z 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:09.2524563Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:09.2525617Z 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:09.2526649Z 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:09.2527686Z 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:09.2528715Z 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:09.2529766Z 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:09.2530783Z 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:09.2531833Z 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:09.2533045Z 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:09.2534095Z 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:09.2567240Z 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:09.2568614Z 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:09.2570069Z 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:09.2571380Z 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:09.2572659Z 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:09.2573760Z 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:09.2574739Z 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:09.2575715Z 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:09.2576723Z 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:09.2577162Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2024-08-22T20:44:09.2578187Z 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:09.2579203Z 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:09.2579657Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:44:09.2580753Z 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:09.2581827Z 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:09.2582894Z 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:09.2583292Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:44:09.2584215Z 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:09.2585185Z 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:09.2586260Z 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:09.2587267Z 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:09.2588231Z 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:09.2589177Z 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:09.2589624Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2024-08-22T20:44:09.2590568Z 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:09.2590970Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2024-08-22T20:44:09.2591404Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:09.2592411Z 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:09.2593472Z 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:09.2593998Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2024-08-22T20:44:09.2595023Z 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:09.2596105Z 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:09.2596621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:09.2597869Z 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:09.2599081Z 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:09.2599495Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2024-08-22T20:44:09.2600526Z 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:09.2601570Z 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:09.2601999Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2024-08-22T20:44:09.2602512Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:44:09.2603633Z 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:09.2603995Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2024-08-22T20:44:09.2604381Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:09.2605247Z 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:09.2606251Z 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:09.2607352Z 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:09.2608456Z 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:09.2609392Z 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:09.2610308Z 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:09.2610760Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:09.2611781Z 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:09.2612795Z 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:09.2613811Z 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:09.2657873Z 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:09.2659136Z 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:09.2659594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2024-08-22T20:44:09.2660507Z 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:09.2661453Z 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:09.2661770Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2024-08-22T20:44:09.2662141Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:44:09.2662944Z 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:09.2663773Z 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:09.2664611Z 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:09.2665023Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2024-08-22T20:44:09.2665947Z 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:09.2666867Z 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:09.2667256Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2024-08-22T20:44:09.2668316Z 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:09.2669234Z 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:09.2669675Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:09.2670622Z 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:09.2671574Z 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:09.2672074Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2024-08-22T20:44:09.2673029Z 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:09.2674108Z 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:09.2674537Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2024-08-22T20:44:09.2675478Z 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:09.2676424Z 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:09.2676869Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:09.2677768Z 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:09.2678687Z 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:09.2679600Z 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:09.2680630Z 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:09.2681547Z 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:09.2682432Z 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:09.2683353Z 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:09.2684286Z 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:09.2685213Z 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:09.2686154Z 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:09.2687052Z 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:09.2687641Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:09.2688649Z 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:09.2689685Z 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:09.2690160Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:44:09.2691256Z 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:09.2692416Z 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:09.2693505Z 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:09.2694610Z 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:09.2695048Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/runner 2024-08-22T20:44:09.2696066Z 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:09.2696608Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:09.2697813Z 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:09.2698971Z 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:09.2700113Z 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:09.2701247Z 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:09.2701677Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tests 2024-08-22T20:44:09.2702708Z 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:09.2756221Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer 2024-08-22T20:44:09.2757748Z 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:09.2758358Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:09.2759580Z 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:09.2760745Z 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:09.2762226Z 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:09.2763488Z 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:09.2763955Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:44:09.2764902Z 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:09.2766016Z 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:09.2767007Z 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:09.2767522Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2024-08-22T20:44:09.2768545Z 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:09.2768975Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2024-08-22T20:44:09.2770027Z 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:09.2771059Z 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:09.2771567Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:09.2772600Z 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:09.2773650Z 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:09.2774160Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:09.2775192Z 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:09.2776196Z 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:09.2776731Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2024-08-22T20:44:09.2777797Z 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:09.2778883Z 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:09.2779406Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi3-mini-lora 2024-08-22T20:44:09.2780504Z 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:09.2780923Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2024-08-22T20:44:09.2782032Z 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:09.2783084Z 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:09.2783485Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2024-08-22T20:44:09.2784411Z 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:09.2785400Z 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:09.2786008Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2024-08-22T20:44:09.2787057Z 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:09.2788192Z 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:09.2788699Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2024-08-22T20:44:09.2789653Z 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:09.2790663Z 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:09.2791096Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2024-08-22T20:44:09.2792106Z 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:09.2793174Z 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:09.2793530Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:09.2794391Z 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:09.2795187Z 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:09.2795998Z 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:09.2796780Z 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:09.2797639Z 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:09.2798392Z 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:09.2799196Z 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:09.2800016Z 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:09.2800755Z 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:09.2801571Z 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:09.2802398Z 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:09.2803350Z 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:09.2804102Z 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:09.2804893Z 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:09.2805620Z 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:09.2806415Z 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:09.2853035Z 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:09.2853979Z 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:09.2855004Z 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:09.2855967Z 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:09.2856946Z 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:09.2857883Z 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:09.2858624Z 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:09.2858988Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:09.2859821Z 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:09.2860615Z 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:09.2861426Z 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:09.2862246Z 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:09.2863046Z 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:09.2863434Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:44:09.2864291Z 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:09.2865155Z 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:09.2866058Z 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:09.2866984Z 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:09.2867811Z 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:09.2868623Z 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:09.2894575Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:44:09.2895766Z 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:09.2896637Z 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:09.2897498Z 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:09.2898305Z 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:09.2899181Z 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:09.2899691Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:09.2900855Z 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:09.2902007Z 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:09.2903130Z 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:09.2903505Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:09.2904452Z 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:09.2905431Z 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:09.2906347Z 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:09.2907248Z 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:09.2908182Z 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:09.2909105Z 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:09.2910036Z 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:09.2910961Z 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:09.2911879Z 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:09.2912814Z 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:09.2913821Z 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:09.2914916Z 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:09.2915788Z 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:09.2916672Z 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:09.2917573Z 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:09.2918492Z 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:09.2918898Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2024-08-22T20:44:09.2919903Z 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:09.2920887Z 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:09.2921318Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:09.2922435Z 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:09.2923430Z 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:09.2924849Z 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:09.2925212Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:44:09.2962942Z 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:09.2964042Z 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:09.2965060Z 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:09.2965929Z 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:09.2966345Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2024-08-22T20:44:09.2967258Z 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:09.2968111Z 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:09.2968526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2024-08-22T20:44:09.2969462Z 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:09.2969949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2024-08-22T20:44:09.2971030Z 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:09.2971770Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2024-08-22T20:44:09.2972704Z 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:09.2973211Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2024-08-22T20:44:09.2974171Z 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:09.2975130Z 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:09.2975738Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:09.2976683Z 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:09.2977823Z 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:09.2978762Z 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:09.2979217Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2024-08-22T20:44:09.2980166Z 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:09.2981155Z 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:09.2981595Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2024-08-22T20:44:09.2982647Z 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:09.2983144Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2024-08-22T20:44:09.2984149Z 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:09.2985129Z 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:09.2985608Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2024-08-22T20:44:09.2986627Z 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:09.2987659Z 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:09.2988573Z 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:09.2988993Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2024-08-22T20:44:09.2989958Z 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:09.2990287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:44:09.2991098Z 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:09.2991854Z 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:09.2992816Z 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:09.2993213Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2024-08-22T20:44:09.2994121Z 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:09.2994484Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:44:09.2995270Z 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:09.2996117Z 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:09.2997115Z 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:09.2997623Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2024-08-22T20:44:09.2998634Z 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:09.2998995Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:09.2999973Z 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:09.3000817Z 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:09.3001683Z 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:09.3002655Z 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:09.3003721Z 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:09.3004781Z 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:09.3005752Z 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:09.3006626Z 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:09.3007545Z 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:09.3008424Z 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:09.3009295Z 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:09.3012686Z 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:09.3013576Z 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:09.3014694Z 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:09.3077606Z 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:09.3078819Z 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:09.3079991Z 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:09.3081160Z 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:09.3082205Z 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:09.3083033Z 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:09.3083862Z 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:09.3084610Z 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:09.3085497Z 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:09.3086332Z 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:09.3087193Z 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:09.3088103Z 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:09.3088955Z 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:09.3089306Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:44:09.3090065Z 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:09.3090858Z 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:09.3091665Z 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:09.3092035Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:44:09.3092873Z 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:09.3093761Z 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:09.3094620Z 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:09.3095081Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:09.3095912Z 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:09.3096734Z 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:09.3097671Z 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:09.3098451Z 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:09.3099200Z 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:09.3099954Z 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:09.3100729Z 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:09.3101109Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:09.3101872Z 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:09.3102700Z 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:09.3103525Z 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:09.3104271Z 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:09.3105077Z 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:09.3105851Z 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:09.3106625Z 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:09.3107405Z 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:09.3108222Z 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:09.3109090Z 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:09.3109852Z 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:09.3110729Z 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:09.3111608Z 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:09.3112426Z 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:09.3113216Z 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:09.3114168Z 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:09.3114996Z 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:09.3115816Z 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:09.3116743Z 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:09.3117610Z 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:09.3118376Z 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:09.3119151Z 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:09.3119963Z 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:09.3120752Z 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:09.3121503Z 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:09.3122345Z 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:09.3123109Z 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:09.3451388Z 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:09.3451928Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:44:09.3453049Z 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:09.3454064Z 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:09.3455109Z 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:09.3456208Z 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:09.3456695Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2024-08-22T20:44:09.3457680Z 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:09.3458067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2024-08-22T20:44:09.3458461Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2024-08-22T20:44:09.3459407Z 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:09.3460272Z 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:09.3460652Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:44:09.3461838Z 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:09.3462717Z 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:09.3463739Z 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:09.3464270Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2024-08-22T20:44:09.3465339Z 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:09.3465747Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2024-08-22T20:44:09.3466685Z 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:09.3467272Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2024-08-22T20:44:09.3468223Z 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:09.3469279Z 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:09.3470356Z 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:09.3470723Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2024-08-22T20:44:09.3471621Z 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:09.3472026Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2024-08-22T20:44:09.3472890Z 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:09.3473266Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2024-08-22T20:44:09.3473801Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:44:09.3474673Z 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:09.3475623Z 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:09.3476553Z 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:09.3477545Z 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:09.3477952Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2024-08-22T20:44:09.3478918Z 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:09.3479922Z 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:09.3480368Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2024-08-22T20:44:09.3481468Z 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:09.3481964Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party 2024-08-22T20:44:09.3482462Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:44:09.3483606Z 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:09.3484795Z 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:09.3485328Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:44:09.3486600Z 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:09.3487307Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:44:09.3488553Z 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:09.3489859Z 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:09.3490317Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2 2024-08-22T20:44:09.3490809Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:44:09.3491976Z 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:09.3492493Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:09.3493593Z 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:09.3494732Z 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:09.3495799Z 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:09.3496363Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:44:09.3497652Z 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:09.3498125Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:09.3499298Z 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:09.3548710Z 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:09.3550137Z 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:09.3550795Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece 2024-08-22T20:44:09.3551371Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:44:09.3552856Z 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:09.3553809Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:44:09.3555159Z 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:09.3556637Z 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:09.3557476Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src 2024-08-22T20:44:09.3558268Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:09.3559818Z 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:09.3561512Z 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:09.3563221Z 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:09.3564806Z 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:09.3565196Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk 2024-08-22T20:44:09.3565972Z 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:09.3566489Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:44:09.3567410Z 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:09.3568450Z 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:09.3569316Z 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:09.3569761Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:44:09.3570873Z 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:09.3572085Z 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:09.3572644Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema/test 2024-08-22T20:44:09.3573841Z 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:09.3574998Z 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:09.3576217Z 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:09.3576677Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:09.3577781Z 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:09.3578361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:44:09.3579703Z 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:09.3580901Z 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:09.3581981Z 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:09.3582398Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:44:09.3583415Z 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:09.3584519Z 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:09.3585602Z 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:09.3586030Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/util 2024-08-22T20:44:09.3587152Z 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:09.3587566Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/debug_format 2024-08-22T20:44:09.3588476Z 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:09.3589440Z 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:09.3589794Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:44:09.3590719Z 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:09.3591569Z 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:09.3591946Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump/tests 2024-08-22T20:44:09.3593009Z 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:09.3594013Z 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:09.3595023Z 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:09.3595383Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord 2024-08-22T20:44:09.3596243Z 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:09.3597253Z 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:09.3597645Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord/tests 2024-08-22T20:44:09.3598682Z 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:09.3599112Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:44:09.3599897Z 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:09.3878890Z 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:09.3880021Z 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:09.3881112Z 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:09.3881648Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:44:09.3882598Z 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:09.3883724Z 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:09.3884765Z 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:09.3885307Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/size_analysis_tool 2024-08-22T20:44:09.3886304Z 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:09.3887460Z 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:09.3887788Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2024-08-22T20:44:09.3888526Z 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:09.3889370Z 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:09.3889775Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-08-22T20:44:09.3890576Z 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:09.3891352Z 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:09.3892073Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/executorch 2024-08-22T20:44:09.3892444Z creating pip-out/bdist.linux-x86_64/wheel/serializer 2024-08-22T20:44:09.3893250Z copying pip-out/lib.linux-x86_64-cpython-311/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/serializer 2024-08-22T20:44:09.3894029Z 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:09.3894363Z creating pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3895301Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3896024Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3896644Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3897439Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3898090Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3898727Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3899461Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3900000Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3900667Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3901481Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3902156Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3902890Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3903572Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3904170Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3904773Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3905366Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3906118Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3906797Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3907458Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3908074Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3908654Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3909243Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3909845Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3910428Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3911030Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3911591Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3912268Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3912849Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3913424Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3914185Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3914934Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3915490Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3916121Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3916679Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:09.3916836Z running install_egg_info 2024-08-22T20:44:09.3917441Z 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:09.3917627Z running install_scripts 2024-08-22T20:44:09.3918084Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.4.0a0+9129892.dist-info/WHEEL 2024-08-22T20:44:09.3918968Z creating '/tmp/pip-wheel-0jnpan79/.tmp-slzj7k21/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:09.3919156Z adding 'executorch/version.py' 2024-08-22T20:44:09.3919483Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2024-08-22T20:44:09.3919886Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2024-08-22T20:44:09.3920351Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2024-08-22T20:44:09.3920877Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2024-08-22T20:44:09.3921224Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2024-08-22T20:44:09.3921678Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2024-08-22T20:44:09.3922056Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2024-08-22T20:44:09.3922441Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2024-08-22T20:44:09.3922822Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2024-08-22T20:44:09.3923125Z adding 'executorch/backends/apple/mps/__init__.py' 2024-08-22T20:44:09.3923526Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2024-08-22T20:44:09.3924201Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2024-08-22T20:44:09.3924629Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2024-08-22T20:44:09.3925026Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2024-08-22T20:44:09.3925338Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2024-08-22T20:44:09.3925715Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2024-08-22T20:44:09.3926198Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2024-08-22T20:44:09.3926674Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2024-08-22T20:44:09.3927111Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2024-08-22T20:44:09.3927454Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2024-08-22T20:44:09.4139095Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2024-08-22T20:44:09.4139437Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2024-08-22T20:44:09.4139792Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2024-08-22T20:44:09.4140216Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2024-08-22T20:44:09.4140765Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2024-08-22T20:44:09.4141369Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2024-08-22T20:44:09.4141802Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2024-08-22T20:44:09.4142117Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2024-08-22T20:44:09.4142415Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2024-08-22T20:44:09.4142722Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2024-08-22T20:44:09.4143239Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2024-08-22T20:44:09.4143624Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2024-08-22T20:44:09.4144030Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2024-08-22T20:44:09.4144352Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2024-08-22T20:44:09.4144635Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2024-08-22T20:44:09.4144981Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2024-08-22T20:44:09.4145334Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2024-08-22T20:44:09.4145652Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2024-08-22T20:44:09.4146056Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2024-08-22T20:44:09.4146462Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2024-08-22T20:44:09.4146798Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2024-08-22T20:44:09.4147093Z adding 'executorch/backends/arm/arm_backend.py' 2024-08-22T20:44:09.4147406Z adding 'executorch/backends/arm/arm_partitioner.py' 2024-08-22T20:44:09.4147644Z adding 'executorch/backends/arm/arm_vela.py' 2024-08-22T20:44:09.4147883Z adding 'executorch/backends/arm/tosa_mapping.py' 2024-08-22T20:44:09.4148145Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2024-08-22T20:44:09.4148438Z adding 'executorch/backends/arm/tosa_utils.py' 2024-08-22T20:44:09.4148722Z adding 'executorch/backends/arm/operators/__init__.py' 2024-08-22T20:44:09.4149038Z adding 'executorch/backends/arm/operators/node_visitor.py' 2024-08-22T20:44:09.4149370Z adding 'executorch/backends/arm/operators/op_add.py' 2024-08-22T20:44:09.4149648Z adding 'executorch/backends/arm/operators/op_addmm.py' 2024-08-22T20:44:09.4149987Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2024-08-22T20:44:09.4150336Z adding 'executorch/backends/arm/operators/op_batch_norm.py' 2024-08-22T20:44:09.4150618Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2024-08-22T20:44:09.4150955Z adding 'executorch/backends/arm/operators/op_dequant.py' 2024-08-22T20:44:09.4151244Z adding 'executorch/backends/arm/operators/op_div.py' 2024-08-22T20:44:09.4151506Z adding 'executorch/backends/arm/operators/op_full.py' 2024-08-22T20:44:09.4151867Z adding 'executorch/backends/arm/operators/op_get_item.py' 2024-08-22T20:44:09.4152167Z adding 'executorch/backends/arm/operators/op_hardtanh.py' 2024-08-22T20:44:09.4152457Z adding 'executorch/backends/arm/operators/op_mean_dim.py' 2024-08-22T20:44:09.4152816Z adding 'executorch/backends/arm/operators/op_output.py' 2024-08-22T20:44:09.4153111Z adding 'executorch/backends/arm/operators/op_permute.py' 2024-08-22T20:44:09.4153533Z adding 'executorch/backends/arm/operators/op_placeholder.py' 2024-08-22T20:44:09.4153921Z adding 'executorch/backends/arm/operators/op_quant.py' 2024-08-22T20:44:09.4154209Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2024-08-22T20:44:09.4154579Z adding 'executorch/backends/arm/operators/op_softmax.py' 2024-08-22T20:44:09.4154843Z adding 'executorch/backends/arm/operators/op_sub.py' 2024-08-22T20:44:09.4155102Z adding 'executorch/backends/arm/operators/op_view.py' 2024-08-22T20:44:09.4155606Z adding 'executorch/backends/arm/passes/annotate_channels_last_dim_order_pass.py' 2024-08-22T20:44:09.4155914Z adding 'executorch/backends/arm/passes/arm_pass_manager.py' 2024-08-22T20:44:09.4156289Z adding 'executorch/backends/arm/passes/remove_clone_pass.py' 2024-08-22T20:44:09.4156767Z adding 'executorch/backends/arm/passes/tag_io_quant_pass.py' 2024-08-22T20:44:09.4157178Z adding 'executorch/backends/arm/quantizer/__init__.py' 2024-08-22T20:44:09.4157508Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2024-08-22T20:44:09.4157874Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2024-08-22T20:44:09.4158256Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2024-08-22T20:44:09.4158861Z adding 'executorch/backends/arm/quantizer/quantization_annotation/__init__.py' 2024-08-22T20:44:09.4159423Z adding 'executorch/backends/arm/quantizer/quantization_annotation/adaptive_ang_pool2d_annotator.py' 2024-08-22T20:44:09.4160003Z adding 'executorch/backends/arm/quantizer/quantization_annotation/add_annotator.py' 2024-08-22T20:44:09.4160475Z adding 'executorch/backends/arm/quantizer/quantization_annotation/conv_annotator.py' 2024-08-22T20:44:09.4160940Z adding 'executorch/backends/arm/quantizer/quantization_annotation/linear_annotator.py' 2024-08-22T20:44:09.4161434Z adding 'executorch/backends/arm/quantizer/quantization_annotation/max_pool2d_annotator.py' 2024-08-22T20:44:09.4161941Z adding 'executorch/backends/arm/quantizer/quantization_annotation/mul_annotator.py' 2024-08-22T20:44:09.4162489Z adding 'executorch/backends/arm/quantizer/quantization_annotation/sigmoid_annotator.py' 2024-08-22T20:44:09.4163011Z adding 'executorch/backends/arm/quantizer/quantization_annotation/sub_annotator.py' 2024-08-22T20:44:09.4163266Z adding 'executorch/backends/arm/test/common.py' 2024-08-22T20:44:09.4163567Z adding 'executorch/backends/arm/test/runner_utils.py' 2024-08-22T20:44:09.4163930Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2024-08-22T20:44:09.4164383Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2024-08-22T20:44:09.4164708Z adding 'executorch/backends/arm/test/ops/test_add.py' 2024-08-22T20:44:09.4165006Z adding 'executorch/backends/arm/test/ops/test_avg_pool.py' 2024-08-22T20:44:09.4165369Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2024-08-22T20:44:09.4165675Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2024-08-22T20:44:09.4165947Z adding 'executorch/backends/arm/test/ops/test_conv.py' 2024-08-22T20:44:09.4166320Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2024-08-22T20:44:09.4166717Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2024-08-22T20:44:09.4167116Z adding 'executorch/backends/arm/test/ops/test_div.py' 2024-08-22T20:44:09.4167401Z adding 'executorch/backends/arm/test/ops/test_full.py' 2024-08-22T20:44:09.4167723Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2024-08-22T20:44:09.4168086Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2024-08-22T20:44:09.4168385Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2024-08-22T20:44:09.4168696Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2024-08-22T20:44:09.4169056Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2024-08-22T20:44:09.4169351Z adding 'executorch/backends/arm/test/ops/test_view.py' 2024-08-22T20:44:09.4169719Z adding 'executorch/backends/arm/test/passes/test_tag_io_quant_pass.py' 2024-08-22T20:44:09.4170001Z adding 'executorch/backends/arm/test/tester/__init__.py' 2024-08-22T20:44:09.4170301Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2024-08-22T20:44:09.4170589Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2024-08-22T20:44:09.4170981Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2024-08-22T20:44:09.4171563Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2024-08-22T20:44:09.4172113Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2024-08-22T20:44:09.4172725Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2024-08-22T20:44:09.4173278Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2024-08-22T20:44:09.4173781Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2024-08-22T20:44:09.4174389Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2024-08-22T20:44:09.4174933Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2024-08-22T20:44:09.4175623Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2024-08-22T20:44:09.4176188Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2024-08-22T20:44:09.4176722Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2024-08-22T20:44:09.4177268Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2024-08-22T20:44:09.4177864Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2024-08-22T20:44:09.4178441Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2024-08-22T20:44:09.4179078Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2024-08-22T20:44:09.4179585Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2024-08-22T20:44:09.4180097Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2024-08-22T20:44:09.4180595Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2024-08-22T20:44:09.4181143Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2024-08-22T20:44:09.4181715Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2024-08-22T20:44:09.4182235Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2024-08-22T20:44:09.4182814Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2024-08-22T20:44:09.4183397Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2024-08-22T20:44:09.4183881Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2024-08-22T20:44:09.4184452Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2024-08-22T20:44:09.4184990Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2024-08-22T20:44:09.4185523Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2024-08-22T20:44:09.4395625Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2024-08-22T20:44:09.4396163Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2024-08-22T20:44:09.4396834Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2024-08-22T20:44:09.4397497Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2024-08-22T20:44:09.4398167Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2024-08-22T20:44:09.4398791Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2024-08-22T20:44:09.4399359Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2024-08-22T20:44:09.4399823Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2024-08-22T20:44:09.4400350Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2024-08-22T20:44:09.4400802Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2024-08-22T20:44:09.4401410Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2024-08-22T20:44:09.4401928Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2024-08-22T20:44:09.4402465Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2024-08-22T20:44:09.4402772Z adding 'executorch/backends/cadence/aot/__init__.py' 2024-08-22T20:44:09.4403038Z adding 'executorch/backends/cadence/aot/compiler.py' 2024-08-22T20:44:09.4403519Z adding 'executorch/backends/cadence/aot/export_example.py' 2024-08-22T20:44:09.4403804Z adding 'executorch/backends/cadence/aot/functions.yaml' 2024-08-22T20:44:09.4404120Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2024-08-22T20:44:09.4404388Z adding 'executorch/backends/cadence/aot/passes.py' 2024-08-22T20:44:09.4404628Z adding 'executorch/backends/cadence/aot/utils.py' 2024-08-22T20:44:09.4405058Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2024-08-22T20:44:09.4405397Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2024-08-22T20:44:09.4405725Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2024-08-22T20:44:09.4406161Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2024-08-22T20:44:09.4406441Z adding 'executorch/backends/cadence/utils/gen_header.py' 2024-08-22T20:44:09.4406844Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2024-08-22T20:44:09.4407148Z adding 'executorch/backends/example/example_backend.py' 2024-08-22T20:44:09.4407446Z adding 'executorch/backends/example/example_partitioner.py' 2024-08-22T20:44:09.4407733Z adding 'executorch/backends/example/example_quantizer.py' 2024-08-22T20:44:09.4408053Z adding 'executorch/backends/example/test_example_delegate.py' 2024-08-22T20:44:09.4408517Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2024-08-22T20:44:09.4409047Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2024-08-22T20:44:09.4409531Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2024-08-22T20:44:09.4409855Z adding 'executorch/backends/example/example_operators/add.py' 2024-08-22T20:44:09.4410193Z adding 'executorch/backends/example/example_operators/conv2d.py' 2024-08-22T20:44:09.4410536Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2024-08-22T20:44:09.4410880Z adding 'executorch/backends/example/example_operators/dropout.py' 2024-08-22T20:44:09.4411222Z adding 'executorch/backends/example/example_operators/flatten.py' 2024-08-22T20:44:09.4411546Z adding 'executorch/backends/example/example_operators/linear.py' 2024-08-22T20:44:09.4411880Z adding 'executorch/backends/example/example_operators/op_base.py' 2024-08-22T20:44:09.4412196Z adding 'executorch/backends/example/example_operators/ops.py' 2024-08-22T20:44:09.4412515Z adding 'executorch/backends/example/example_operators/utils.py' 2024-08-22T20:44:09.4412808Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2024-08-22T20:44:09.4413072Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2024-08-22T20:44:09.4413368Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2024-08-22T20:44:09.4413701Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2024-08-22T20:44:09.4413988Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2024-08-22T20:44:09.4414390Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2024-08-22T20:44:09.4414728Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2024-08-22T20:44:09.4415008Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2024-08-22T20:44:09.4415285Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2024-08-22T20:44:09.4415576Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2024-08-22T20:44:09.4415870Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2024-08-22T20:44:09.4416176Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2024-08-22T20:44:09.4416672Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2024-08-22T20:44:09.4417008Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2024-08-22T20:44:09.4417297Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2024-08-22T20:44:09.4417615Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2024-08-22T20:44:09.4417913Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2024-08-22T20:44:09.4418302Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2024-08-22T20:44:09.4418640Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2024-08-22T20:44:09.4418964Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2024-08-22T20:44:09.4419290Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2024-08-22T20:44:09.4419612Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2024-08-22T20:44:09.4419916Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2024-08-22T20:44:09.4420245Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2024-08-22T20:44:09.4420588Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2024-08-22T20:44:09.4420917Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2024-08-22T20:44:09.4421226Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2024-08-22T20:44:09.4421507Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2024-08-22T20:44:09.4421805Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2024-08-22T20:44:09.4422086Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2024-08-22T20:44:09.4422380Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2024-08-22T20:44:09.4422691Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2024-08-22T20:44:09.4422971Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2024-08-22T20:44:09.4423278Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2024-08-22T20:44:09.4423578Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2024-08-22T20:44:09.4424205Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2024-08-22T20:44:09.4424545Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2024-08-22T20:44:09.4424855Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2024-08-22T20:44:09.4425189Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2024-08-22T20:44:09.4425576Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2024-08-22T20:44:09.4425932Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2024-08-22T20:44:09.4426287Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2024-08-22T20:44:09.4426581Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2024-08-22T20:44:09.4426882Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2024-08-22T20:44:09.4427168Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2024-08-22T20:44:09.4427499Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2024-08-22T20:44:09.4427788Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2024-08-22T20:44:09.4428075Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2024-08-22T20:44:09.4428390Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2024-08-22T20:44:09.4428701Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2024-08-22T20:44:09.4429100Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2024-08-22T20:44:09.4429476Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2024-08-22T20:44:09.4429796Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2024-08-22T20:44:09.4430106Z adding 'executorch/backends/qualcomm/builders/utils.py' 2024-08-22T20:44:09.4430478Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2024-08-22T20:44:09.4430836Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2024-08-22T20:44:09.4431333Z adding 'executorch/backends/qualcomm/passes/annotate_and_quant_scalar.py' 2024-08-22T20:44:09.4431696Z adding 'executorch/backends/qualcomm/passes/annotate_decomposed.py' 2024-08-22T20:44:09.4432117Z adding 'executorch/backends/qualcomm/passes/annotate_quant_attrs.py' 2024-08-22T20:44:09.4432457Z adding 'executorch/backends/qualcomm/passes/build_quant_io.py' 2024-08-22T20:44:09.4433017Z adding 'executorch/backends/qualcomm/passes/convert_binary_op_with_scalar.py' 2024-08-22T20:44:09.4433389Z adding 'executorch/backends/qualcomm/passes/convert_bmm_to_matmul.py' 2024-08-22T20:44:09.4433931Z adding 'executorch/backends/qualcomm/passes/convert_interpolate_with_upsample2d.py' 2024-08-22T20:44:09.4434244Z adding 'executorch/backends/qualcomm/passes/convert_prelu.py' 2024-08-22T20:44:09.4434586Z adding 'executorch/backends/qualcomm/passes/convert_to_linear.py' 2024-08-22T20:44:09.4434900Z adding 'executorch/backends/qualcomm/passes/decompose_silu.py' 2024-08-22T20:44:09.4435191Z adding 'executorch/backends/qualcomm/passes/fold_qdq.py' 2024-08-22T20:44:09.4435666Z adding 'executorch/backends/qualcomm/passes/fuse_consecutive_transpose.py' 2024-08-22T20:44:09.4435961Z adding 'executorch/backends/qualcomm/passes/i64_to_i32.py' 2024-08-22T20:44:09.4436282Z adding 'executorch/backends/qualcomm/passes/insert_io_qdq.py' 2024-08-22T20:44:09.4436618Z adding 'executorch/backends/qualcomm/passes/insert_requantize.py' 2024-08-22T20:44:09.4436965Z adding 'executorch/backends/qualcomm/passes/layout_transform.py' 2024-08-22T20:44:09.4437350Z adding 'executorch/backends/qualcomm/passes/recompose_pixel_shuffle.py' 2024-08-22T20:44:09.4437804Z adding 'executorch/backends/qualcomm/passes/recompose_pixel_unshuffle.py' 2024-08-22T20:44:09.4438184Z adding 'executorch/backends/qualcomm/passes/reduce_dynamic_range.py' 2024-08-22T20:44:09.4438526Z adding 'executorch/backends/qualcomm/passes/remove_redundancy.py' 2024-08-22T20:44:09.4438866Z adding 'executorch/backends/qualcomm/passes/replace_inf_buffer.py' 2024-08-22T20:44:09.4439138Z adding 'executorch/backends/qualcomm/passes/utils.py' 2024-08-22T20:44:09.4709669Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2024-08-22T20:44:09.4709964Z adding 'executorch/backends/qualcomm/quantizer/utils.py' 2024-08-22T20:44:09.4710517Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_schema.py' 2024-08-22T20:44:09.4711052Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_serialize.py' 2024-08-22T20:44:09.4711496Z adding 'executorch/backends/qualcomm/serialization/schema.fbs' 2024-08-22T20:44:09.4711958Z adding 'executorch/backends/qualcomm/tests/models.py' 2024-08-22T20:44:09.4712313Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2024-08-22T20:44:09.4712685Z adding 'executorch/backends/qualcomm/tests/utils.py' 2024-08-22T20:44:09.4713064Z adding 'executorch/backends/qualcomm/utils/constants.py' 2024-08-22T20:44:09.4713421Z adding 'executorch/backends/qualcomm/utils/utils.py' 2024-08-22T20:44:09.4713888Z adding 'executorch/backends/transforms/__init__.py' 2024-08-22T20:44:09.4714313Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2024-08-22T20:44:09.4714726Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2024-08-22T20:44:09.4715018Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2024-08-22T20:44:09.4715399Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2024-08-22T20:44:09.4715758Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2024-08-22T20:44:09.4716088Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2024-08-22T20:44:09.4716376Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2024-08-22T20:44:09.4716676Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2024-08-22T20:44:09.4716972Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2024-08-22T20:44:09.4717210Z adding 'executorch/backends/transforms/utils.py' 2024-08-22T20:44:09.4717932Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2024-08-22T20:44:09.4718257Z adding 'executorch/backends/vulkan/__init__.py' 2024-08-22T20:44:09.4718639Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2024-08-22T20:44:09.4718982Z adding 'executorch/backends/vulkan/partitioner/supported_ops.py' 2024-08-22T20:44:09.4719441Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2024-08-22T20:44:09.4719824Z adding 'executorch/backends/vulkan/passes/custom_ops_defs.py' 2024-08-22T20:44:09.4720125Z adding 'executorch/backends/vulkan/passes/test_custom_ops.py' 2024-08-22T20:44:09.4720494Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2024-08-22T20:44:09.4720989Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive.yaml' 2024-08-22T20:44:09.4721431Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2024-08-22T20:44:09.4721802Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2024-08-22T20:44:09.4722205Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2024-08-22T20:44:09.4722684Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2024-08-22T20:44:09.4723195Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2024-08-22T20:44:09.4723593Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2024-08-22T20:44:09.4724200Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2024-08-22T20:44:09.4724593Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2024-08-22T20:44:09.4724970Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2024-08-22T20:44:09.4725536Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2024-08-22T20:44:09.4726090Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2024-08-22T20:44:09.4726568Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2024-08-22T20:44:09.4727055Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2024-08-22T20:44:09.4727642Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2024-08-22T20:44:09.4728198Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2024-08-22T20:44:09.4728651Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2024-08-22T20:44:09.4729141Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2024-08-22T20:44:09.4729580Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2024-08-22T20:44:09.4729928Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2024-08-22T20:44:09.4730324Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2024-08-22T20:44:09.4730777Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2024-08-22T20:44:09.4731309Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml' 2024-08-22T20:44:09.4731764Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml' 2024-08-22T20:44:09.4732159Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2024-08-22T20:44:09.4732632Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2024-08-22T20:44:09.4733159Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_tensor.yaml' 2024-08-22T20:44:09.4733519Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2024-08-22T20:44:09.4733921Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2024-08-22T20:44:09.4734378Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2024-08-22T20:44:09.4735004Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2024-08-22T20:44:09.4735426Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2024-08-22T20:44:09.4735856Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2024-08-22T20:44:09.4736381Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2024-08-22T20:44:09.4736969Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2024-08-22T20:44:09.4737554Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2024-08-22T20:44:09.4737990Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2024-08-22T20:44:09.4738569Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2024-08-22T20:44:09.4739003Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2024-08-22T20:44:09.4739425Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2024-08-22T20:44:09.4739909Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml' 2024-08-22T20:44:09.4740541Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml' 2024-08-22T20:44:09.4741056Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml' 2024-08-22T20:44:09.4741477Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml' 2024-08-22T20:44:09.4741862Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml' 2024-08-22T20:44:09.4742392Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml' 2024-08-22T20:44:09.4742848Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tensor_to_nchw.yaml' 2024-08-22T20:44:09.4743227Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2024-08-22T20:44:09.4743676Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2024-08-22T20:44:09.4744085Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2024-08-22T20:44:09.4744488Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2024-08-22T20:44:09.4744885Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2024-08-22T20:44:09.4745264Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2024-08-22T20:44:09.4745679Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2024-08-22T20:44:09.4745997Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2024-08-22T20:44:09.4746327Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2024-08-22T20:44:09.4746798Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2024-08-22T20:44:09.4747177Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2024-08-22T20:44:09.4747477Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2024-08-22T20:44:09.4747848Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_tests.py' 2024-08-22T20:44:09.4748182Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen.py' 2024-08-22T20:44:09.4748594Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen_base.py' 2024-08-22T20:44:09.4749182Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2024-08-22T20:44:09.4749647Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2024-08-22T20:44:09.4750114Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2024-08-22T20:44:09.4750695Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2024-08-22T20:44:09.4751131Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2024-08-22T20:44:09.4751545Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2024-08-22T20:44:09.4752088Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2024-08-22T20:44:09.4752698Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2024-08-22T20:44:09.4753337Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2024-08-22T20:44:09.4753771Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2024-08-22T20:44:09.4754402Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2024-08-22T20:44:09.4754868Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2024-08-22T20:44:09.4755228Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2024-08-22T20:44:09.4755588Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2024-08-22T20:44:09.4755825Z adding 'executorch/backends/xnnpack/__init__.py' 2024-08-22T20:44:09.4756124Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2024-08-22T20:44:09.4756508Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2024-08-22T20:44:09.4756899Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2024-08-22T20:44:09.5001595Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2024-08-22T20:44:09.5002033Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2024-08-22T20:44:09.5002480Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2024-08-22T20:44:09.5002994Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2024-08-22T20:44:09.5003378Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2024-08-22T20:44:09.5003755Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2024-08-22T20:44:09.5004105Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2024-08-22T20:44:09.5004465Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2024-08-22T20:44:09.5004924Z adding 'executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py' 2024-08-22T20:44:09.5005209Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2024-08-22T20:44:09.5005687Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2024-08-22T20:44:09.5006158Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2024-08-22T20:44:09.5006515Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2024-08-22T20:44:09.5006946Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2024-08-22T20:44:09.5007454Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2024-08-22T20:44:09.5007896Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2024-08-22T20:44:09.5008340Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2024-08-22T20:44:09.5008693Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2024-08-22T20:44:09.5009092Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2024-08-22T20:44:09.5009498Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2024-08-22T20:44:09.5009925Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2024-08-22T20:44:09.5010338Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2024-08-22T20:44:09.5010766Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2024-08-22T20:44:09.5011165Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2024-08-22T20:44:09.5011589Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2024-08-22T20:44:09.5011995Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2024-08-22T20:44:09.5012316Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2024-08-22T20:44:09.5012657Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2024-08-22T20:44:09.5013083Z adding 'executorch/backends/xnnpack/operators/op_quantize_per_tensor.py' 2024-08-22T20:44:09.5013371Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2024-08-22T20:44:09.5013664Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2024-08-22T20:44:09.5014171Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2024-08-22T20:44:09.5014531Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2024-08-22T20:44:09.5014913Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2024-08-22T20:44:09.5015283Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2024-08-22T20:44:09.5015603Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2024-08-22T20:44:09.5016193Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2024-08-22T20:44:09.5016505Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2024-08-22T20:44:09.5016885Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2024-08-22T20:44:09.5017393Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2024-08-22T20:44:09.5017764Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2024-08-22T20:44:09.5018100Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2024-08-22T20:44:09.5018426Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2024-08-22T20:44:09.5018801Z adding 'executorch/backends/xnnpack/partition/configs.py' 2024-08-22T20:44:09.5019168Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2024-08-22T20:44:09.5019520Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2024-08-22T20:44:09.5019835Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2024-08-22T20:44:09.5020168Z adding 'executorch/backends/xnnpack/passes/__init__.py' 2024-08-22T20:44:09.5020650Z adding 'executorch/backends/xnnpack/passes/channels_last_tagged_reshape_pass.py' 2024-08-22T20:44:09.5021067Z adding 'executorch/backends/xnnpack/passes/conv1d_unsqueeze_pass.py' 2024-08-22T20:44:09.5021450Z adding 'executorch/backends/xnnpack/passes/convert_to_linear.py' 2024-08-22T20:44:09.5021784Z adding 'executorch/backends/xnnpack/passes/convert_to_sdpa.py' 2024-08-22T20:44:09.5022191Z adding 'executorch/backends/xnnpack/passes/convert_to_upsample_bilinear2d.py' 2024-08-22T20:44:09.5022533Z adding 'executorch/backends/xnnpack/passes/fuse_activation_pass.py' 2024-08-22T20:44:09.5022917Z adding 'executorch/backends/xnnpack/passes/fuse_batch_norm_with_conv.py' 2024-08-22T20:44:09.5023248Z adding 'executorch/backends/xnnpack/passes/prelu_reshape_pass.py' 2024-08-22T20:44:09.5023586Z adding 'executorch/backends/xnnpack/passes/remove_getitem_op.py' 2024-08-22T20:44:09.5024193Z adding 'executorch/backends/xnnpack/passes/tag_implicit_q_dq_pass.py' 2024-08-22T20:44:09.5024520Z adding 'executorch/backends/xnnpack/passes/xnnpack_pass.py' 2024-08-22T20:44:09.5024886Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2024-08-22T20:44:09.5025195Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2024-08-22T20:44:09.5025587Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2024-08-22T20:44:09.5026008Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2024-08-22T20:44:09.5026330Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2024-08-22T20:44:09.5026700Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2024-08-22T20:44:09.5027032Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2024-08-22T20:44:09.5027311Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2024-08-22T20:44:09.5027658Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2024-08-22T20:44:09.5027987Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2024-08-22T20:44:09.5028319Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2024-08-22T20:44:09.5028682Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2024-08-22T20:44:09.5028998Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2024-08-22T20:44:09.5029327Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2024-08-22T20:44:09.5029759Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2024-08-22T20:44:09.5030065Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2024-08-22T20:44:09.5030414Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2024-08-22T20:44:09.5030767Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2024-08-22T20:44:09.5031041Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2024-08-22T20:44:09.5031443Z adding 'executorch/backends/xnnpack/test/ops/abs.py' 2024-08-22T20:44:09.5031700Z adding 'executorch/backends/xnnpack/test/ops/add.py' 2024-08-22T20:44:09.5031993Z adding 'executorch/backends/xnnpack/test/ops/avgpool2d.py' 2024-08-22T20:44:09.5032297Z adding 'executorch/backends/xnnpack/test/ops/bilinear2d.py' 2024-08-22T20:44:09.5032549Z adding 'executorch/backends/xnnpack/test/ops/cat.py' 2024-08-22T20:44:09.5032812Z adding 'executorch/backends/xnnpack/test/ops/ceil.py' 2024-08-22T20:44:09.5033089Z adding 'executorch/backends/xnnpack/test/ops/clamp.py' 2024-08-22T20:44:09.5033369Z adding 'executorch/backends/xnnpack/test/ops/conv1d.py' 2024-08-22T20:44:09.5033837Z adding 'executorch/backends/xnnpack/test/ops/conv2d.py' 2024-08-22T20:44:09.5034160Z adding 'executorch/backends/xnnpack/test/ops/div.py' 2024-08-22T20:44:09.5034419Z adding 'executorch/backends/xnnpack/test/ops/elu.py' 2024-08-22T20:44:09.5034758Z adding 'executorch/backends/xnnpack/test/ops/floor.py' 2024-08-22T20:44:09.5035083Z adding 'executorch/backends/xnnpack/test/ops/hardswish.py' 2024-08-22T20:44:09.5035380Z adding 'executorch/backends/xnnpack/test/ops/hardtanh.py' 2024-08-22T20:44:09.5035681Z adding 'executorch/backends/xnnpack/test/ops/leaky_relu.py' 2024-08-22T20:44:09.5035949Z adding 'executorch/backends/xnnpack/test/ops/linear.py' 2024-08-22T20:44:09.5036221Z adding 'executorch/backends/xnnpack/test/ops/max_dim.py' 2024-08-22T20:44:09.5036575Z adding 'executorch/backends/xnnpack/test/ops/maximum.py' 2024-08-22T20:44:09.5036891Z adding 'executorch/backends/xnnpack/test/ops/maxpool2d.py' 2024-08-22T20:44:09.5037224Z adding 'executorch/backends/xnnpack/test/ops/mean_dim.py' 2024-08-22T20:44:09.5037593Z adding 'executorch/backends/xnnpack/test/ops/minimum.py' 2024-08-22T20:44:09.5037876Z adding 'executorch/backends/xnnpack/test/ops/multiply.py' 2024-08-22T20:44:09.5038145Z adding 'executorch/backends/xnnpack/test/ops/negate.py' 2024-08-22T20:44:09.5038436Z adding 'executorch/backends/xnnpack/test/ops/permute.py' 2024-08-22T20:44:09.5038738Z adding 'executorch/backends/xnnpack/test/ops/pow.py' 2024-08-22T20:44:09.5039054Z adding 'executorch/backends/xnnpack/test/ops/prelu.py' 2024-08-22T20:44:09.5039479Z adding 'executorch/backends/xnnpack/test/ops/quantize_per_tensor.py' 2024-08-22T20:44:09.5039764Z adding 'executorch/backends/xnnpack/test/ops/relu.py' 2024-08-22T20:44:09.5040036Z adding 'executorch/backends/xnnpack/test/ops/sdpa.py' 2024-08-22T20:44:09.5040312Z adding 'executorch/backends/xnnpack/test/ops/sigmoid.py' 2024-08-22T20:44:09.5040611Z adding 'executorch/backends/xnnpack/test/ops/slice_copy.py' 2024-08-22T20:44:09.5040963Z adding 'executorch/backends/xnnpack/test/ops/softmax.py' 2024-08-22T20:44:09.5041234Z adding 'executorch/backends/xnnpack/test/ops/sqrt.py' 2024-08-22T20:44:09.5041573Z adding 'executorch/backends/xnnpack/test/ops/square.py' 2024-08-22T20:44:09.5041940Z adding 'executorch/backends/xnnpack/test/ops/static_constant_pad.py' 2024-08-22T20:44:09.5042202Z adding 'executorch/backends/xnnpack/test/ops/sub.py' 2024-08-22T20:44:09.5042602Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2024-08-22T20:44:09.5042992Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2024-08-22T20:44:09.5043444Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2024-08-22T20:44:09.5043871Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2024-08-22T20:44:09.5044410Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2024-08-22T20:44:09.5044892Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2024-08-22T20:44:09.5045315Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2024-08-22T20:44:09.5045702Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2024-08-22T20:44:09.5046007Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2024-08-22T20:44:09.5046449Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2024-08-22T20:44:09.5046872Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2024-08-22T20:44:09.5196210Z adding 'executorch/backends/xnnpack/third-party/generate-xnnpack-wrappers.py' 2024-08-22T20:44:09.5196692Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2024-08-22T20:44:09.5197156Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2024-08-22T20:44:09.5197738Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2024-08-22T20:44:09.5198284Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2024-08-22T20:44:09.5198942Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2024-08-22T20:44:09.5199400Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2024-08-22T20:44:09.5199771Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2024-08-22T20:44:09.5200186Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2024-08-22T20:44:09.5200711Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml' 2024-08-22T20:44:09.5201193Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml' 2024-08-22T20:44:09.5201755Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py' 2024-08-22T20:44:09.5202291Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2024-08-22T20:44:09.5202933Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml' 2024-08-22T20:44:09.5203490Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml' 2024-08-22T20:44:09.5204103Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml' 2024-08-22T20:44:09.5204719Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2024-08-22T20:44:09.5205240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml' 2024-08-22T20:44:09.5205645Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml' 2024-08-22T20:44:09.5206195Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml' 2024-08-22T20:44:09.5206752Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml' 2024-08-22T20:44:09.5207277Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2024-08-22T20:44:09.5207801Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml' 2024-08-22T20:44:09.5208400Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml' 2024-08-22T20:44:09.5208847Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2024-08-22T20:44:09.5209260Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml' 2024-08-22T20:44:09.5209816Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2024-08-22T20:44:09.5210306Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2024-08-22T20:44:09.5210739Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2024-08-22T20:44:09.5211227Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml' 2024-08-22T20:44:09.5211938Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml' 2024-08-22T20:44:09.5212466Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml' 2024-08-22T20:44:09.5212926Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2024-08-22T20:44:09.5213431Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2024-08-22T20:44:09.5213961Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2024-08-22T20:44:09.5214543Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml' 2024-08-22T20:44:09.5215086Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2024-08-22T20:44:09.5215558Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml' 2024-08-22T20:44:09.5216097Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml' 2024-08-22T20:44:09.5216623Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml' 2024-08-22T20:44:09.5217087Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml' 2024-08-22T20:44:09.5217772Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2024-08-22T20:44:09.5218189Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2024-08-22T20:44:09.5218656Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2024-08-22T20:44:09.5219076Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2024-08-22T20:44:09.5219541Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2024-08-22T20:44:09.5219981Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2024-08-22T20:44:09.5220449Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml' 2024-08-22T20:44:09.5220896Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml' 2024-08-22T20:44:09.5221406Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml' 2024-08-22T20:44:09.5221857Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml' 2024-08-22T20:44:09.5222297Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml' 2024-08-22T20:44:09.5222772Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml' 2024-08-22T20:44:09.5223266Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml' 2024-08-22T20:44:09.5223715Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml' 2024-08-22T20:44:09.5224471Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml' 2024-08-22T20:44:09.5224926Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml' 2024-08-22T20:44:09.5225363Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml' 2024-08-22T20:44:09.5225795Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml' 2024-08-22T20:44:09.5226236Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml' 2024-08-22T20:44:09.5226663Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml' 2024-08-22T20:44:09.5227153Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml' 2024-08-22T20:44:09.5227659Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml' 2024-08-22T20:44:09.5228141Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2024-08-22T20:44:09.5228608Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml' 2024-08-22T20:44:09.5229060Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml' 2024-08-22T20:44:09.5229527Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml' 2024-08-22T20:44:09.5230045Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml' 2024-08-22T20:44:09.5230520Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml' 2024-08-22T20:44:09.5230923Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml' 2024-08-22T20:44:09.5231441Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml' 2024-08-22T20:44:09.5232109Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml' 2024-08-22T20:44:09.5232525Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml' 2024-08-22T20:44:09.5233016Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml' 2024-08-22T20:44:09.5233457Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml' 2024-08-22T20:44:09.5234012Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml' 2024-08-22T20:44:09.5234469Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml' 2024-08-22T20:44:09.5234985Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml' 2024-08-22T20:44:09.5235515Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml' 2024-08-22T20:44:09.5236002Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2024-08-22T20:44:09.5236533Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml' 2024-08-22T20:44:09.5236966Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2024-08-22T20:44:09.5237476Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2024-08-22T20:44:09.5238009Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml' 2024-08-22T20:44:09.5238581Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml' 2024-08-22T20:44:09.5239116Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml' 2024-08-22T20:44:09.5239586Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml' 2024-08-22T20:44:09.5240100Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2024-08-22T20:44:09.5240536Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml' 2024-08-22T20:44:09.5241047Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml' 2024-08-22T20:44:09.5241532Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml' 2024-08-22T20:44:09.5242057Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2024-08-22T20:44:09.5242516Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml' 2024-08-22T20:44:09.5242994Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2024-08-22T20:44:09.5243490Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2024-08-22T20:44:09.5243892Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2024-08-22T20:44:09.5244424Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2024-08-22T20:44:09.5244882Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2024-08-22T20:44:09.5364947Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2024-08-22T20:44:09.5365562Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml' 2024-08-22T20:44:09.5366125Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2024-08-22T20:44:09.5366580Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2024-08-22T20:44:09.5366978Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2024-08-22T20:44:09.5367565Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml' 2024-08-22T20:44:09.5368221Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml' 2024-08-22T20:44:09.5368832Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2024-08-22T20:44:09.5369350Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml' 2024-08-22T20:44:09.5370123Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2024-08-22T20:44:09.5370711Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2024-08-22T20:44:09.5371240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2024-08-22T20:44:09.5371661Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2024-08-22T20:44:09.5372083Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml' 2024-08-22T20:44:09.5372495Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml' 2024-08-22T20:44:09.5372973Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2024-08-22T20:44:09.5373516Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2024-08-22T20:44:09.5374013Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2024-08-22T20:44:09.5374418Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2024-08-22T20:44:09.5374806Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2024-08-22T20:44:09.5375210Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2024-08-22T20:44:09.5375611Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2024-08-22T20:44:09.5376044Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2024-08-22T20:44:09.5376432Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml' 2024-08-22T20:44:09.5376873Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml' 2024-08-22T20:44:09.5377330Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml' 2024-08-22T20:44:09.5377743Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml' 2024-08-22T20:44:09.5378184Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml' 2024-08-22T20:44:09.5378612Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml' 2024-08-22T20:44:09.5379018Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml' 2024-08-22T20:44:09.5379431Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml' 2024-08-22T20:44:09.5379823Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml' 2024-08-22T20:44:09.5380266Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml' 2024-08-22T20:44:09.5380684Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml' 2024-08-22T20:44:09.5381082Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml' 2024-08-22T20:44:09.5381520Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml' 2024-08-22T20:44:09.5381948Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml' 2024-08-22T20:44:09.5382354Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml' 2024-08-22T20:44:09.5382739Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml' 2024-08-22T20:44:09.5383145Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml' 2024-08-22T20:44:09.5383551Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml' 2024-08-22T20:44:09.5383935Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml' 2024-08-22T20:44:09.5384416Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml' 2024-08-22T20:44:09.5384808Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml' 2024-08-22T20:44:09.5385199Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml' 2024-08-22T20:44:09.5385638Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml' 2024-08-22T20:44:09.5386149Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml' 2024-08-22T20:44:09.5386536Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml' 2024-08-22T20:44:09.5386983Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml' 2024-08-22T20:44:09.5387433Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml' 2024-08-22T20:44:09.5387859Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml' 2024-08-22T20:44:09.5388326Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2024-08-22T20:44:09.5388782Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml' 2024-08-22T20:44:09.5389238Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml' 2024-08-22T20:44:09.5389673Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml' 2024-08-22T20:44:09.5390078Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml' 2024-08-22T20:44:09.5390479Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml' 2024-08-22T20:44:09.5390867Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml' 2024-08-22T20:44:09.5391261Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml' 2024-08-22T20:44:09.5391654Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml' 2024-08-22T20:44:09.5392039Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml' 2024-08-22T20:44:09.5392440Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml' 2024-08-22T20:44:09.5392889Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml' 2024-08-22T20:44:09.5393321Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml' 2024-08-22T20:44:09.5393855Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml' 2024-08-22T20:44:09.5394345Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2024-08-22T20:44:09.5394784Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2024-08-22T20:44:09.5395208Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml' 2024-08-22T20:44:09.5395596Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml' 2024-08-22T20:44:09.5396019Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml' 2024-08-22T20:44:09.5396438Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml' 2024-08-22T20:44:09.5396831Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml' 2024-08-22T20:44:09.5397273Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml' 2024-08-22T20:44:09.5397689Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml' 2024-08-22T20:44:09.5398079Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml' 2024-08-22T20:44:09.5398522Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml' 2024-08-22T20:44:09.5398947Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml' 2024-08-22T20:44:09.5399346Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml' 2024-08-22T20:44:09.5399732Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml' 2024-08-22T20:44:09.5400190Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml' 2024-08-22T20:44:09.5400693Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2024-08-22T20:44:09.5401186Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2024-08-22T20:44:09.5401673Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2024-08-22T20:44:09.5402269Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2024-08-22T20:44:09.5402753Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2024-08-22T20:44:09.5403239Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2024-08-22T20:44:09.5403733Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2024-08-22T20:44:09.5404159Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml' 2024-08-22T20:44:09.5404720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:44:09.5405334Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml' 2024-08-22T20:44:09.5405878Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:44:09.5406436Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml' 2024-08-22T20:44:09.5406850Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml' 2024-08-22T20:44:09.5407293Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml' 2024-08-22T20:44:09.5407807Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml' 2024-08-22T20:44:09.5408310Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml' 2024-08-22T20:44:09.5588017Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:44:09.5588624Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:44:09.5589109Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml' 2024-08-22T20:44:09.5589628Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2024-08-22T20:44:09.5590110Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml' 2024-08-22T20:44:09.5590625Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2024-08-22T20:44:09.5591061Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml' 2024-08-22T20:44:09.5591502Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml' 2024-08-22T20:44:09.5591914Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml' 2024-08-22T20:44:09.5592324Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml' 2024-08-22T20:44:09.5592769Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml' 2024-08-22T20:44:09.5593250Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml' 2024-08-22T20:44:09.5593840Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml' 2024-08-22T20:44:09.5594314Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml' 2024-08-22T20:44:09.5594793Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml' 2024-08-22T20:44:09.5595284Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml' 2024-08-22T20:44:09.5595949Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:44:09.5596512Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml' 2024-08-22T20:44:09.5597055Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:44:09.5597597Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml' 2024-08-22T20:44:09.5598142Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml' 2024-08-22T20:44:09.5598635Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml' 2024-08-22T20:44:09.5599136Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml' 2024-08-22T20:44:09.5599608Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2024-08-22T20:44:09.5600079Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2024-08-22T20:44:09.5600550Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2024-08-22T20:44:09.5601099Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2024-08-22T20:44:09.5601534Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml' 2024-08-22T20:44:09.5601984Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml' 2024-08-22T20:44:09.5602379Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml' 2024-08-22T20:44:09.5602786Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml' 2024-08-22T20:44:09.5603195Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml' 2024-08-22T20:44:09.5603658Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml' 2024-08-22T20:44:09.5604127Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml' 2024-08-22T20:44:09.5604607Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml' 2024-08-22T20:44:09.5605087Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml' 2024-08-22T20:44:09.5605503Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml' 2024-08-22T20:44:09.5605901Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml' 2024-08-22T20:44:09.5606321Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2024-08-22T20:44:09.5606773Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml' 2024-08-22T20:44:09.5607167Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml' 2024-08-22T20:44:09.5607670Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml' 2024-08-22T20:44:09.5608164Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml' 2024-08-22T20:44:09.5608553Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml' 2024-08-22T20:44:09.5609010Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml' 2024-08-22T20:44:09.5609425Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2024-08-22T20:44:09.5609832Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2024-08-22T20:44:09.5610291Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml' 2024-08-22T20:44:09.5610676Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2024-08-22T20:44:09.5611073Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml' 2024-08-22T20:44:09.5611468Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml' 2024-08-22T20:44:09.5611894Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml' 2024-08-22T20:44:09.5612369Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml' 2024-08-22T20:44:09.5612776Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml' 2024-08-22T20:44:09.5613162Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml' 2024-08-22T20:44:09.5613559Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml' 2024-08-22T20:44:09.5614069Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml' 2024-08-22T20:44:09.5614464Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml' 2024-08-22T20:44:09.5614897Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml' 2024-08-22T20:44:09.5615278Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2024-08-22T20:44:09.5615667Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml' 2024-08-22T20:44:09.5616099Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml' 2024-08-22T20:44:09.5616485Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml' 2024-08-22T20:44:09.5616981Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml' 2024-08-22T20:44:09.5617429Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml' 2024-08-22T20:44:09.5618168Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py' 2024-08-22T20:44:09.5618651Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py' 2024-08-22T20:44:09.5619145Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2024-08-22T20:44:09.5619619Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py' 2024-08-22T20:44:09.5620076Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py' 2024-08-22T20:44:09.5620549Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2024-08-22T20:44:09.5621066Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2024-08-22T20:44:09.5621598Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2024-08-22T20:44:09.5622118Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2024-08-22T20:44:09.5622628Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2024-08-22T20:44:09.5623054Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py' 2024-08-22T20:44:09.5623510Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py' 2024-08-22T20:44:09.5624254Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py' 2024-08-22T20:44:09.5624856Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py' 2024-08-22T20:44:09.5625425Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py' 2024-08-22T20:44:09.5625926Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py' 2024-08-22T20:44:09.5626399Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py' 2024-08-22T20:44:09.5626862Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2024-08-22T20:44:09.5627420Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2024-08-22T20:44:09.5627904Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2024-08-22T20:44:09.5628371Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2024-08-22T20:44:09.5628808Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2024-08-22T20:44:09.5629372Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py' 2024-08-22T20:44:09.5629825Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py' 2024-08-22T20:44:09.5630280Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py' 2024-08-22T20:44:09.5630747Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py' 2024-08-22T20:44:09.5631311Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py' 2024-08-22T20:44:09.7447724Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py' 2024-08-22T20:44:09.7449218Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2024-08-22T20:44:09.7450588Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2024-08-22T20:44:09.7451979Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2024-08-22T20:44:09.7453809Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2024-08-22T20:44:09.7455872Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py' 2024-08-22T20:44:09.7457584Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2024-08-22T20:44:09.7459230Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py' 2024-08-22T20:44:09.7460859Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py' 2024-08-22T20:44:09.7462544Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2024-08-22T20:44:09.7464125Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py' 2024-08-22T20:44:09.7465206Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py' 2024-08-22T20:44:09.7466850Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py' 2024-08-22T20:44:09.7467954Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py' 2024-08-22T20:44:09.7468964Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py' 2024-08-22T20:44:09.7470009Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2024-08-22T20:44:09.7471138Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2024-08-22T20:44:09.7472625Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2024-08-22T20:44:09.7474197Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py' 2024-08-22T20:44:09.7475267Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py' 2024-08-22T20:44:09.7476316Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2024-08-22T20:44:09.7477626Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py' 2024-08-22T20:44:09.7479135Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2024-08-22T20:44:09.7480630Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2024-08-22T20:44:09.7482133Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2024-08-22T20:44:09.7483527Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2024-08-22T20:44:09.7484755Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2024-08-22T20:44:09.7486010Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2024-08-22T20:44:09.7486886Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2024-08-22T20:44:09.7487811Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2024-08-22T20:44:09.7488932Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2024-08-22T20:44:09.7490003Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2024-08-22T20:44:09.7491081Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2024-08-22T20:44:09.7492088Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2024-08-22T20:44:09.7493736Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2024-08-22T20:44:09.7494588Z adding 'executorch/backends/xnnpack/utils/configs.py' 2024-08-22T20:44:09.7495235Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2024-08-22T20:44:09.7495879Z adding 'executorch/backends/xnnpack/utils/utils.py' 2024-08-22T20:44:09.7496557Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2024-08-22T20:44:09.7497232Z adding 'executorch/data/bin/__init__.py' 2024-08-22T20:44:09.7498033Z adding 'executorch/data/bin/flatc' 2024-08-22T20:44:09.7498856Z adding 'executorch/examples/models/__init__.py' 2024-08-22T20:44:09.7499905Z adding 'executorch/examples/models/model_base.py' 2024-08-22T20:44:09.7500857Z adding 'executorch/examples/models/model_factory.py' 2024-08-22T20:44:09.7501909Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2024-08-22T20:44:09.7502952Z adding 'executorch/examples/models/deeplab_v3/model.py' 2024-08-22T20:44:09.7503999Z adding 'executorch/examples/models/edsr/__init__.py' 2024-08-22T20:44:09.7504771Z adding 'executorch/examples/models/edsr/model.py' 2024-08-22T20:44:09.7505429Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2024-08-22T20:44:09.7506130Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2024-08-22T20:44:09.7506847Z adding 'executorch/examples/models/inception_v3/__init__.py' 2024-08-22T20:44:09.7507566Z adding 'executorch/examples/models/inception_v3/model.py' 2024-08-22T20:44:09.7508283Z adding 'executorch/examples/models/inception_v4/__init__.py' 2024-08-22T20:44:09.7508974Z adding 'executorch/examples/models/inception_v4/model.py' 2024-08-22T20:44:09.7509628Z adding 'executorch/examples/models/llama2/__init__.py' 2024-08-22T20:44:09.7510329Z adding 'executorch/examples/models/llama2/eval_llama.py' 2024-08-22T20:44:09.7511436Z adding 'executorch/examples/models/llama2/eval_llama_lib.py' 2024-08-22T20:44:09.7512409Z adding 'executorch/examples/models/llama2/export_llama.py' 2024-08-22T20:44:09.7513210Z adding 'executorch/examples/models/llama2/export_llama_lib.py' 2024-08-22T20:44:09.7514406Z adding 'executorch/examples/models/llama2/fairseq2.py' 2024-08-22T20:44:09.7515544Z adding 'executorch/examples/models/llama2/install_requirement_helper.py' 2024-08-22T20:44:09.7516772Z adding 'executorch/examples/models/llama2/llama_test.py' 2024-08-22T20:44:09.7517752Z adding 'executorch/examples/models/llama2/llama_transformer.py' 2024-08-22T20:44:09.7518859Z adding 'executorch/examples/models/llama2/model.py' 2024-08-22T20:44:09.7519674Z adding 'executorch/examples/models/llama2/rope.py' 2024-08-22T20:44:09.7520480Z adding 'executorch/examples/models/llama2/custom_ops/__init__.py' 2024-08-22T20:44:09.7521831Z adding 'executorch/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.so' 2024-08-22T20:44:09.7522861Z adding 'executorch/examples/models/llama2/custom_ops/sdpa_with_kv_cache.py' 2024-08-22T20:44:09.7524571Z adding 'executorch/examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py' 2024-08-22T20:44:09.7525665Z adding 'executorch/examples/models/llama2/evaluate/__init__.py' 2024-08-22T20:44:09.7526516Z adding 'executorch/examples/models/llama2/evaluate/eager_eval.py' 2024-08-22T20:44:09.7527767Z adding 'executorch/examples/models/llama2/experimental/generate.py' 2024-08-22T20:44:09.7528765Z adding 'executorch/examples/models/llama2/experimental/load_gguf_q4_0.py' 2024-08-22T20:44:09.7530042Z adding 'executorch/examples/models/llama2/experimental/subclass.py' 2024-08-22T20:44:09.7531507Z adding 'executorch/examples/models/llama2/experimental/test_subclass.py' 2024-08-22T20:44:09.7532703Z adding 'executorch/examples/models/llama2/runner/generation.py' 2024-08-22T20:44:09.7533541Z adding 'executorch/examples/models/llama2/source_transformation/__init__.py' 2024-08-22T20:44:09.7534423Z adding 'executorch/examples/models/llama2/source_transformation/quantize.py' 2024-08-22T20:44:09.7535480Z adding 'executorch/examples/models/llama2/source_transformation/rope.py' 2024-08-22T20:44:09.7536324Z adding 'executorch/examples/models/llama2/source_transformation/sdpa.py' 2024-08-22T20:44:09.7537151Z adding 'executorch/examples/models/llama2/tests/test_simple_sdpa.py' 2024-08-22T20:44:09.7537920Z adding 'executorch/examples/models/llama2/tokenizer/tiktoken.py' 2024-08-22T20:44:09.7538615Z adding 'executorch/examples/models/llava/__init__.py' 2024-08-22T20:44:09.7539370Z adding 'executorch/examples/models/llava/export_llava.py' 2024-08-22T20:44:09.7540411Z adding 'executorch/examples/models/llava/model.py' 2024-08-22T20:44:09.7541329Z adding 'executorch/examples/models/llava/test/test_llava.py' 2024-08-22T20:44:09.7542147Z adding 'executorch/examples/models/mobilebert/__init__.py' 2024-08-22T20:44:09.7542815Z adding 'executorch/examples/models/mobilebert/model.py' 2024-08-22T20:44:09.7543498Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2024-08-22T20:44:09.7544190Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2024-08-22T20:44:09.7544865Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2024-08-22T20:44:09.7545552Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2024-08-22T20:44:09.7546212Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2024-08-22T20:44:09.7546933Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2024-08-22T20:44:09.7547763Z adding 'executorch/examples/models/phi3-mini-lora/export_model.py' 2024-08-22T20:44:09.7548907Z adding 'executorch/examples/models/resnet/__init__.py' 2024-08-22T20:44:09.7549815Z adding 'executorch/examples/models/resnet/model.py' 2024-08-22T20:44:09.7550446Z adding 'executorch/examples/models/test/__init__.py' 2024-08-22T20:44:09.7551254Z adding 'executorch/examples/models/test/test_export.py' 2024-08-22T20:44:09.7552379Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2024-08-22T20:44:09.7553522Z adding 'executorch/examples/models/torchvision_vit/model.py' 2024-08-22T20:44:09.7554654Z adding 'executorch/examples/models/toy_model/__init__.py' 2024-08-22T20:44:09.7555651Z adding 'executorch/examples/models/toy_model/model.py' 2024-08-22T20:44:09.7556688Z adding 'executorch/examples/models/wav2letter/__init__.py' 2024-08-22T20:44:09.7557452Z adding 'executorch/examples/models/wav2letter/model.py' 2024-08-22T20:44:09.7558387Z adding 'executorch/exir/__init__.py' 2024-08-22T20:44:09.7559131Z adding 'executorch/exir/common.py' 2024-08-22T20:44:09.7559673Z adding 'executorch/exir/control_flow.py' 2024-08-22T20:44:09.7560393Z adding 'executorch/exir/delegate.py' 2024-08-22T20:44:09.7561215Z adding 'executorch/exir/dim_order_utils.py' 2024-08-22T20:44:09.7561958Z adding 'executorch/exir/dynamic_shape.py' 2024-08-22T20:44:09.7562550Z adding 'executorch/exir/error.py' 2024-08-22T20:44:09.7563303Z adding 'executorch/exir/graph.py' 2024-08-22T20:44:09.7564081Z adding 'executorch/exir/graph_module.py' 2024-08-22T20:44:09.7564735Z adding 'executorch/exir/lowered_backend_module.py' 2024-08-22T20:44:09.7565277Z adding 'executorch/exir/memory.py' 2024-08-22T20:44:09.7565785Z adding 'executorch/exir/memory_planning.py' 2024-08-22T20:44:09.7566300Z adding 'executorch/exir/pass_base.py' 2024-08-22T20:44:09.7566818Z adding 'executorch/exir/pass_manager.py' 2024-08-22T20:44:09.7567623Z adding 'executorch/exir/print_program.py' 2024-08-22T20:44:09.7568464Z adding 'executorch/exir/scalar_type.py' 2024-08-22T20:44:09.7569234Z adding 'executorch/exir/schema.py' 2024-08-22T20:44:09.7570114Z adding 'executorch/exir/sym_util.py' 2024-08-22T20:44:09.7945908Z adding 'executorch/exir/tensor.py' 2024-08-22T20:44:09.7946436Z adding 'executorch/exir/tracer.py' 2024-08-22T20:44:09.7946961Z adding 'executorch/exir/types.py' 2024-08-22T20:44:09.7947782Z adding 'executorch/exir/version.py' 2024-08-22T20:44:09.7948563Z adding 'executorch/exir/wrap.py' 2024-08-22T20:44:09.7949312Z adding 'executorch/exir/_serialize/__init__.py' 2024-08-22T20:44:09.7950371Z adding 'executorch/exir/_serialize/_cord.py' 2024-08-22T20:44:09.7951214Z adding 'executorch/exir/_serialize/_dataclass.py' 2024-08-22T20:44:09.7952007Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2024-08-22T20:44:09.7952814Z adding 'executorch/exir/_serialize/_program.py' 2024-08-22T20:44:09.7953474Z adding 'executorch/exir/_serialize/program.fbs' 2024-08-22T20:44:09.7954192Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2024-08-22T20:44:09.7954798Z adding 'executorch/exir/_serialize/test/__init__.py' 2024-08-22T20:44:09.7955418Z adding 'executorch/exir/_serialize/test/test_cord.py' 2024-08-22T20:44:09.7956073Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2024-08-22T20:44:09.7956858Z adding 'executorch/exir/_serialize/test/test_program.py' 2024-08-22T20:44:09.7957478Z adding 'executorch/exir/backend/backend_api.py' 2024-08-22T20:44:09.7958062Z adding 'executorch/exir/backend/backend_details.py' 2024-08-22T20:44:09.7958696Z adding 'executorch/exir/backend/compile_spec_schema.py' 2024-08-22T20:44:09.7959312Z adding 'executorch/exir/backend/partitioner.py' 2024-08-22T20:44:09.7959863Z adding 'executorch/exir/backend/utils.py' 2024-08-22T20:44:09.7960630Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2024-08-22T20:44:09.7961631Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2024-08-22T20:44:09.7962599Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2024-08-22T20:44:09.7963468Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2024-08-22T20:44:09.7964299Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2024-08-22T20:44:09.7965097Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2024-08-22T20:44:09.7965820Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2024-08-22T20:44:09.7966499Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2024-08-22T20:44:09.7967163Z adding 'executorch/exir/backend/test/test_backends.py' 2024-08-22T20:44:09.7967883Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2024-08-22T20:44:09.7968588Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2024-08-22T20:44:09.7969296Z adding 'executorch/exir/backend/test/test_compatibility.py' 2024-08-22T20:44:09.7970012Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2024-08-22T20:44:09.7970750Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2024-08-22T20:44:09.7971492Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2024-08-22T20:44:09.7972255Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2024-08-22T20:44:09.7972985Z adding 'executorch/exir/backend/test/test_partitioner.py' 2024-08-22T20:44:09.7973638Z adding 'executorch/exir/backend/test/test_passes.py' 2024-08-22T20:44:09.7974258Z adding 'executorch/exir/backend/test/test_utils.py' 2024-08-22T20:44:09.7974992Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2024-08-22T20:44:09.7975791Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2024-08-22T20:44:09.7976667Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2024-08-22T20:44:09.7977655Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2024-08-22T20:44:09.7978463Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2024-08-22T20:44:09.7979085Z adding 'executorch/exir/capture/__init__.py' 2024-08-22T20:44:09.7979759Z adding 'executorch/exir/capture/_capture.py' 2024-08-22T20:44:09.7980316Z adding 'executorch/exir/capture/_config.py' 2024-08-22T20:44:09.7980874Z adding 'executorch/exir/capture/_unlift.py' 2024-08-22T20:44:09.7981427Z adding 'executorch/exir/dialects/__init__.py' 2024-08-22T20:44:09.7981955Z adding 'executorch/exir/dialects/_ops.py' 2024-08-22T20:44:09.7982512Z adding 'executorch/exir/dialects/backend/_ops.py' 2024-08-22T20:44:09.7983307Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2024-08-22T20:44:09.7983975Z adding 'executorch/exir/dialects/edge/_ops.py' 2024-08-22T20:44:09.7984543Z adding 'executorch/exir/dialects/edge/edge.yaml' 2024-08-22T20:44:09.7985135Z adding 'executorch/exir/dialects/edge/arg/model.py' 2024-08-22T20:44:09.7985737Z adding 'executorch/exir/dialects/edge/arg/type.py' 2024-08-22T20:44:09.7986356Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2024-08-22T20:44:09.7987016Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2024-08-22T20:44:09.7987664Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2024-08-22T20:44:09.7988319Z adding 'executorch/exir/dialects/edge/op/api.py' 2024-08-22T20:44:09.7988950Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2024-08-22T20:44:09.7989623Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2024-08-22T20:44:09.7990256Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2024-08-22T20:44:09.7990869Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2024-08-22T20:44:09.7991530Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2024-08-22T20:44:09.7992227Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2024-08-22T20:44:09.7992949Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2024-08-22T20:44:09.7993579Z adding 'executorch/exir/emit/__init__.py' 2024-08-22T20:44:09.7994223Z adding 'executorch/exir/emit/_emit_program.py' 2024-08-22T20:44:09.7994776Z adding 'executorch/exir/emit/_emitter.py' 2024-08-22T20:44:09.7995329Z adding 'executorch/exir/emit/test/test_emit.py' 2024-08-22T20:44:09.7995891Z adding 'executorch/exir/operator/convert.py' 2024-08-22T20:44:09.7996442Z adding 'executorch/exir/operator/manip.py' 2024-08-22T20:44:09.7996976Z adding 'executorch/exir/operator/util.py' 2024-08-22T20:44:09.7997612Z adding 'executorch/exir/operator/test/test_operator.py' 2024-08-22T20:44:09.7998213Z adding 'executorch/exir/passes/__init__.py' 2024-08-22T20:44:09.7998892Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2024-08-22T20:44:09.7999583Z adding 'executorch/exir/passes/const_prop_pass.py' 2024-08-22T20:44:09.8000198Z adding 'executorch/exir/passes/constant_prop_pass.py' 2024-08-22T20:44:09.8000881Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2024-08-22T20:44:09.8001580Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2024-08-22T20:44:09.8002254Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2024-08-22T20:44:09.8002979Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2024-08-22T20:44:09.8003754Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2024-08-22T20:44:09.8004474Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2024-08-22T20:44:09.8005127Z adding 'executorch/exir/passes/memory_planning_pass.py' 2024-08-22T20:44:09.8005804Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2024-08-22T20:44:09.8006527Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2024-08-22T20:44:09.8007193Z adding 'executorch/exir/passes/pass_registry.py' 2024-08-22T20:44:09.8007850Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2024-08-22T20:44:09.8008497Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2024-08-22T20:44:09.8009220Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2024-08-22T20:44:09.8009898Z adding 'executorch/exir/passes/remove_noop_pass.py' 2024-08-22T20:44:09.8010638Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2024-08-22T20:44:09.8011455Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2024-08-22T20:44:09.8012286Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2024-08-22T20:44:09.8013009Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2024-08-22T20:44:09.8013749Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2024-08-22T20:44:09.8014565Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2024-08-22T20:44:09.8015195Z adding 'executorch/exir/passes/spec_prop_pass.py' 2024-08-22T20:44:09.8015807Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2024-08-22T20:44:09.8016448Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2024-08-22T20:44:09.8017046Z adding 'executorch/exir/program/__init__.py' 2024-08-22T20:44:09.8017650Z adding 'executorch/exir/program/_fake_program.py' 2024-08-22T20:44:09.8018231Z adding 'executorch/exir/program/_program.py' 2024-08-22T20:44:09.8018794Z adding 'executorch/exir/program/test/__init__.py' 2024-08-22T20:44:09.8019420Z adding 'executorch/exir/program/test/test_fake_program.py' 2024-08-22T20:44:09.8020127Z adding 'executorch/exir/program/test/test_program.py' 2024-08-22T20:44:09.8020711Z adding 'executorch/exir/serde/__init__.py' 2024-08-22T20:44:09.8021272Z adding 'executorch/exir/serde/export_serialize.py' 2024-08-22T20:44:09.8021847Z adding 'executorch/exir/serde/schema.py' 2024-08-22T20:44:09.8022395Z adding 'executorch/exir/serde/schema_check.py' 2024-08-22T20:44:09.8022944Z adding 'executorch/exir/serde/serialize.py' 2024-08-22T20:44:09.8023466Z adding 'executorch/exir/serde/union.py' 2024-08-22T20:44:09.8024323Z adding 'executorch/exir/serde/upgrade.py' 2024-08-22T20:44:09.8024880Z adding 'executorch/exir/tests/asr_joiner.py' 2024-08-22T20:44:09.8025404Z adding 'executorch/exir/tests/common.py' 2024-08-22T20:44:09.8025976Z adding 'executorch/exir/tests/control_flow_models.py' 2024-08-22T20:44:09.8026598Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2024-08-22T20:44:09.8027169Z adding 'executorch/exir/tests/models.py' 2024-08-22T20:44:09.8027792Z adding 'executorch/exir/tests/test_arg_validator.py' 2024-08-22T20:44:09.8028366Z adding 'executorch/exir/tests/test_capture.py' 2024-08-22T20:44:09.8028927Z adding 'executorch/exir/tests/test_common.py' 2024-08-22T20:44:09.8029491Z adding 'executorch/exir/tests/test_delegate.py' 2024-08-22T20:44:09.8030113Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2024-08-22T20:44:09.8030801Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2024-08-22T20:44:09.8031453Z adding 'executorch/exir/tests/test_error.py' 2024-08-22T20:44:09.8032076Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2024-08-22T20:44:09.8032802Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2024-08-22T20:44:09.8033566Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2024-08-22T20:44:09.8034358Z adding 'executorch/exir/tests/test_memory_planning.py' 2024-08-22T20:44:09.8034954Z adding 'executorch/exir/tests/test_op_convert.py' 2024-08-22T20:44:09.8035546Z adding 'executorch/exir/tests/test_pass_infra.py' 2024-08-22T20:44:09.8036111Z adding 'executorch/exir/tests/test_passes.py' 2024-08-22T20:44:09.8036705Z adding 'executorch/exir/tests/test_print_program.py' 2024-08-22T20:44:09.8037327Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2024-08-22T20:44:09.8038013Z adding 'executorch/exir/tests/test_quantization.py' 2024-08-22T20:44:09.8038640Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2024-08-22T20:44:09.8039226Z adding 'executorch/exir/tests/test_serde.py' 2024-08-22T20:44:09.8039773Z adding 'executorch/exir/tests/test_tensor.py' 2024-08-22T20:44:09.8040320Z adding 'executorch/exir/tests/test_tracer.py' 2024-08-22T20:44:09.8040890Z adding 'executorch/exir/tests/test_verification.py' 2024-08-22T20:44:09.8041588Z adding 'executorch/exir/tests/transformer.py' 2024-08-22T20:44:09.8042187Z adding 'executorch/exir/verification/arg_validator.py' 2024-08-22T20:44:14.1347178Z adding 'executorch/exir/verification/dev_html.py' 2024-08-22T20:44:14.1347976Z adding 'executorch/exir/verification/interpreter.py' 2024-08-22T20:44:14.1348742Z adding 'executorch/exir/verification/verifier.py' 2024-08-22T20:44:14.1349503Z adding 'executorch/exir/verification/test/test_verifier.py' 2024-08-22T20:44:14.1350474Z adding 'executorch/extension/export_util/__init__.py' 2024-08-22T20:44:14.1351097Z adding 'executorch/extension/export_util/utils.py' 2024-08-22T20:44:14.1351728Z adding 'executorch/extension/gguf_util/convert_main.py' 2024-08-22T20:44:14.1352351Z adding 'executorch/extension/gguf_util/converter.py' 2024-08-22T20:44:14.1352965Z adding 'executorch/extension/gguf_util/load_gguf.py' 2024-08-22T20:44:14.1353782Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2024-08-22T20:44:14.1354568Z adding 'executorch/extension/llm/export/__init__.py' 2024-08-22T20:44:14.1355186Z adding 'executorch/extension/llm/export/builder.py' 2024-08-22T20:44:14.1355944Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2024-08-22T20:44:14.1356641Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2024-08-22T20:44:14.1357378Z adding 'executorch/extension/llm/third-party/abseil-cpp/conanfile.py' 2024-08-22T20:44:14.1358228Z adding 'executorch/extension/llm/third-party/abseil-cpp/create_lts.py' 2024-08-22T20:44:14.1359139Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2024-08-22T20:44:14.1360064Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/copts.py' 2024-08-22T20:44:14.1360990Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py' 2024-08-22T20:44:14.1361905Z adding 'executorch/extension/llm/third-party/re2/benchlog/benchplot.py' 2024-08-22T20:44:14.1362686Z adding 'executorch/extension/llm/third-party/re2/python/re2.py' 2024-08-22T20:44:14.1363446Z adding 'executorch/extension/llm/third-party/re2/python/re2_test.py' 2024-08-22T20:44:14.1364220Z adding 'executorch/extension/llm/third-party/re2/python/setup.py' 2024-08-22T20:44:14.1365056Z adding 'executorch/extension/llm/third-party/re2/python/toolchains/generate.py' 2024-08-22T20:44:14.1365955Z adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_casefold.py' 2024-08-22T20:44:14.1366837Z adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_groups.py' 2024-08-22T20:44:14.1367656Z adding 'executorch/extension/llm/third-party/re2/re2/unicode.py' 2024-08-22T20:44:14.1368476Z adding 'executorch/extension/llm/third-party/sentencepiece/python/setup.py' 2024-08-22T20:44:14.1369473Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2024-08-22T20:44:14.1370597Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2024-08-22T20:44:14.1371825Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2024-08-22T20:44:14.1373131Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2024-08-22T20:44:14.1374210Z adding 'executorch/extension/llm/third-party/sentencepiece/python/test/__init__.py' 2024-08-22T20:44:14.1375228Z adding 'executorch/extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py' 2024-08-22T20:44:14.1376095Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2024-08-22T20:44:14.1376742Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2024-08-22T20:44:14.1377456Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2024-08-22T20:44:14.1378389Z adding 'executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so' 2024-08-22T20:44:14.1379190Z adding 'executorch/extension/pybindings/portable_lib.py' 2024-08-22T20:44:14.1379968Z adding 'executorch/extension/pybindings/test/make_test.py' 2024-08-22T20:44:14.1380692Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2024-08-22T20:44:14.1381352Z adding 'executorch/extension/pytree/__init__.py' 2024-08-22T20:44:14.1381940Z adding 'executorch/extension/pytree/test/test.py' 2024-08-22T20:44:14.1382490Z adding 'executorch/schema/program.fbs' 2024-08-22T20:44:14.1382996Z adding 'executorch/schema/scalar_type.fbs' 2024-08-22T20:44:14.1383593Z adding 'executorch/sdk/__init__.py' 2024-08-22T20:44:14.1384123Z adding 'executorch/sdk/bundled_program/config.py' 2024-08-22T20:44:14.1384701Z adding 'executorch/sdk/bundled_program/core.py' 2024-08-22T20:44:14.1385281Z adding 'executorch/sdk/bundled_program/version.py' 2024-08-22T20:44:14.1385924Z adding 'executorch/sdk/bundled_program/schema/__init__.py' 2024-08-22T20:44:14.1386685Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.fbs' 2024-08-22T20:44:14.1387520Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.py' 2024-08-22T20:44:14.1388295Z adding 'executorch/sdk/bundled_program/schema/scalar_type.fbs' 2024-08-22T20:44:14.1389095Z adding 'executorch/sdk/bundled_program/schema/test/test_schema.py' 2024-08-22T20:44:14.1389832Z adding 'executorch/sdk/bundled_program/serialize/__init__.py' 2024-08-22T20:44:14.1390631Z adding 'executorch/sdk/bundled_program/serialize/bundled_program_schema.fbs' 2024-08-22T20:44:14.1391452Z adding 'executorch/sdk/bundled_program/serialize/scalar_type.fbs' 2024-08-22T20:44:14.1392240Z adding 'executorch/sdk/bundled_program/serialize/test/test_serialize.py' 2024-08-22T20:44:14.1393031Z adding 'executorch/sdk/bundled_program/test/test_bundle_data.py' 2024-08-22T20:44:14.1393841Z adding 'executorch/sdk/bundled_program/test/test_config.py' 2024-08-22T20:44:14.1394549Z adding 'executorch/sdk/bundled_program/test/test_end2end.py' 2024-08-22T20:44:14.1395232Z adding 'executorch/sdk/bundled_program/util/test_util.py' 2024-08-22T20:44:14.1395876Z adding 'executorch/sdk/debug_format/base_schema.py' 2024-08-22T20:44:14.1396472Z adding 'executorch/sdk/debug_format/et_schema.py' 2024-08-22T20:44:14.1397087Z adding 'executorch/sdk/etdump/etdump_schema_flatcc.fbs' 2024-08-22T20:44:14.1397697Z adding 'executorch/sdk/etdump/scalar_type.fbs' 2024-08-22T20:44:14.1398260Z adding 'executorch/sdk/etdump/schema_flatcc.py' 2024-08-22T20:44:14.1398820Z adding 'executorch/sdk/etdump/serialize.py' 2024-08-22T20:44:14.1399413Z adding 'executorch/sdk/etdump/tests/serialize_test.py' 2024-08-22T20:44:14.1399995Z adding 'executorch/sdk/etrecord/__init__.py' 2024-08-22T20:44:14.1400537Z adding 'executorch/sdk/etrecord/_etrecord.py' 2024-08-22T20:44:14.1401140Z adding 'executorch/sdk/etrecord/tests/etrecord_test.py' 2024-08-22T20:44:14.1401750Z adding 'executorch/sdk/inspector/__init__.py' 2024-08-22T20:44:14.1402302Z adding 'executorch/sdk/inspector/_inspector.py' 2024-08-22T20:44:14.1402904Z adding 'executorch/sdk/inspector/_inspector_utils.py' 2024-08-22T20:44:14.1403521Z adding 'executorch/sdk/inspector/inspector_cli.py' 2024-08-22T20:44:14.1404176Z adding 'executorch/sdk/inspector/tests/event_blocks_test.py' 2024-08-22T20:44:14.1404865Z adding 'executorch/sdk/inspector/tests/inspector_test.py' 2024-08-22T20:44:14.1405570Z adding 'executorch/sdk/inspector/tests/inspector_utils_test.py' 2024-08-22T20:44:14.1406303Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool.py' 2024-08-22T20:44:14.1407079Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool_test.py' 2024-08-22T20:44:14.1407806Z adding 'executorch/util/activation_memory_profiler.py' 2024-08-22T20:44:14.1408450Z adding 'executorch/util/python_profiler.py' 2024-08-22T20:44:14.1408942Z adding 'serializer/__init__.py' 2024-08-22T20:44:14.1409411Z adding 'serializer/tosa_serializer.py' 2024-08-22T20:44:14.1409965Z adding 'tosa/ArithmeticRightShiftAttribute.py' 2024-08-22T20:44:14.1410484Z adding 'tosa/Attribute.py' 2024-08-22T20:44:14.1410905Z adding 'tosa/AxisAttribute.py' 2024-08-22T20:44:14.1411404Z adding 'tosa/ClampAttribute.py' 2024-08-22T20:44:14.1411850Z adding 'tosa/CondIfAttribute.py' 2024-08-22T20:44:14.1412309Z adding 'tosa/ConvAttribute.py' 2024-08-22T20:44:14.1412753Z adding 'tosa/CustomAttribute.py' 2024-08-22T20:44:14.1413182Z adding 'tosa/DType.py' 2024-08-22T20:44:14.1413591Z adding 'tosa/FFTAttribute.py' 2024-08-22T20:44:14.1414068Z adding 'tosa/FullyConnectedAttribute.py' 2024-08-22T20:44:14.1414684Z adding 'tosa/MatMulAttribute.py' 2024-08-22T20:44:14.1415142Z adding 'tosa/MulAttribute.py' 2024-08-22T20:44:14.1415595Z adding 'tosa/NegateAttribute.py' 2024-08-22T20:44:14.1416014Z adding 'tosa/Op.py' 2024-08-22T20:44:14.1416406Z adding 'tosa/PadAttribute.py' 2024-08-22T20:44:14.1416850Z adding 'tosa/PoolAttribute.py' 2024-08-22T20:44:14.1417281Z adding 'tosa/RFFTAttribute.py' 2024-08-22T20:44:14.1417740Z adding 'tosa/RescaleAttribute.py' 2024-08-22T20:44:14.1418261Z adding 'tosa/ReshapeAttribute.py' 2024-08-22T20:44:14.1418730Z adding 'tosa/ResizeAttribute.py' 2024-08-22T20:44:14.1419178Z adding 'tosa/ResizeMode.py' 2024-08-22T20:44:14.1419666Z adding 'tosa/SliceAttribute.py' 2024-08-22T20:44:14.1420111Z adding 'tosa/TableAttribute.py' 2024-08-22T20:44:14.1420559Z adding 'tosa/TileAttribute.py' 2024-08-22T20:44:14.1421001Z adding 'tosa/TosaBasicBlock.py' 2024-08-22T20:44:14.1421435Z adding 'tosa/TosaGraph.py' 2024-08-22T20:44:14.1421862Z adding 'tosa/TosaOperator.py' 2024-08-22T20:44:14.1422307Z adding 'tosa/TosaRegion.py' 2024-08-22T20:44:14.1422719Z adding 'tosa/TosaTensor.py' 2024-08-22T20:44:14.1423169Z adding 'tosa/TransposeAttribute.py' 2024-08-22T20:44:14.1423669Z adding 'tosa/TransposeConvAttribute.py' 2024-08-22T20:44:14.1424429Z adding 'tosa/Version.py' 2024-08-22T20:44:14.1424867Z adding 'tosa/WhileLoopAttribute.py' 2024-08-22T20:44:14.1425342Z adding 'tosa/__init__.py' 2024-08-22T20:44:14.1425855Z adding 'executorch-0.4.0a0+9129892.dist-info/LICENSE' 2024-08-22T20:44:14.1426513Z adding 'executorch-0.4.0a0+9129892.dist-info/METADATA' 2024-08-22T20:44:14.1427161Z adding 'executorch-0.4.0a0+9129892.dist-info/WHEEL' 2024-08-22T20:44:14.1427847Z adding 'executorch-0.4.0a0+9129892.dist-info/entry_points.txt' 2024-08-22T20:44:14.1428640Z adding 'executorch-0.4.0a0+9129892.dist-info/top_level.txt' 2024-08-22T20:44:14.1429311Z adding 'executorch-0.4.0a0+9129892.dist-info/RECORD' 2024-08-22T20:44:14.1429895Z removing pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:44:14.1430573Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2024-08-22T20:44:14.1432026Z Created wheel for executorch: filename=executorch-0.4.0a0+9129892-cp311-cp311-linux_x86_64.whl size=6627773 sha256=bcf2a3b68b19252d5791088aa22c6d0a14e623c36adb564d9f23caada20eb261 2024-08-22T20:44:14.1433814Z Stored in directory: /tmp/pip-ephem-wheel-cache-l619tw34/wheels/e9/73/cf/b35b0df9d958439bcdb9e4686e628be8ceca468170ac82a737 2024-08-22T20:44:14.1434747Z Successfully built executorch 2024-08-22T20:44:14.1435866Z Installing collected packages: sortedcontainers, flatbuffers, pluggy, parameterized, iniconfig, hypothesis, expecttest, execnet, pytest, pytest-xdist, executorch 2024-08-22T20:44:14.1436891Z Attempting uninstall: pluggy 2024-08-22T20:44:14.1437324Z Found existing installation: pluggy 1.0.0 2024-08-22T20:44:14.1437836Z Uninstalling pluggy-1.0.0: 2024-08-22T20:44:14.1438608Z Removing file or directory /opt/conda/lib/python3.11/site-packages/pluggy-1.0.0.dist-info/ 2024-08-22T20:44:14.1439564Z Removing file or directory /opt/conda/lib/python3.11/site-packages/pluggy/ 2024-08-22T20:44:14.1440269Z Successfully uninstalled pluggy-1.0.0 2024-08-22T20:44:14.1440795Z changing mode of /opt/conda/bin/hypothesis to 755 2024-08-22T20:44:14.1441327Z changing mode of /opt/conda/bin/py.test to 755 2024-08-22T20:44:14.1441853Z changing mode of /opt/conda/bin/pytest to 755 2024-08-22T20:44:14.1442378Z changing mode of /opt/conda/bin/flatc to 755 2024-08-22T20:44:18.7845171Z 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:18.7848280Z 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:18.7850204Z + pip3 list 2024-08-22T20:44:18.7850644Z Package Version 2024-08-22T20:44:18.7851168Z ------------------------- ---------------------- 2024-08-22T20:44:18.7851745Z absl-py 2.1.0 2024-08-22T20:44:18.7852266Z accelerate 0.33.0 2024-08-22T20:44:18.7852796Z aiohappyeyeballs 2.4.0 2024-08-22T20:44:18.7853298Z aiohttp 3.10.5 2024-08-22T20:44:18.7853775Z aiosignal 1.3.1 2024-08-22T20:44:18.7854153Z altair 5.4.0 2024-08-22T20:44:18.7854590Z anaconda-anon-usage 0.4.4 2024-08-22T20:44:18.7855021Z anaconda-client 1.12.3 2024-08-22T20:44:18.7855525Z attrs 23.1.0 2024-08-22T20:44:18.7855893Z beautifulsoup4 4.12.3 2024-08-22T20:44:18.7856269Z blinker 1.8.2 2024-08-22T20:44:18.7856640Z blobfile 2.1.1 2024-08-22T20:44:18.7856998Z boltons 23.0.0 2024-08-22T20:44:18.7857384Z brotlipy 0.7.0 2024-08-22T20:44:18.7857758Z cachetools 5.5.0 2024-08-22T20:44:18.7858130Z certifi 2024.7.4 2024-08-22T20:44:18.7858523Z cffi 1.15.1 2024-08-22T20:44:18.7858891Z chardet 4.0.0 2024-08-22T20:44:18.7859306Z charset-normalizer 2.0.4 2024-08-22T20:44:18.7859691Z click 8.1.7 2024-08-22T20:44:18.7860060Z cmake 3.30.2 2024-08-22T20:44:18.7860418Z colorama 0.4.6 2024-08-22T20:44:18.7860800Z conda 23.5.2 2024-08-22T20:44:18.7861221Z conda-build 24.3.0 2024-08-22T20:44:18.7861638Z conda-content-trust 0.1.3 2024-08-22T20:44:18.7862017Z conda_index 0.5.0 2024-08-22T20:44:18.7862448Z conda-libmamba-solver 23.5.0 2024-08-22T20:44:18.7862891Z conda-package-handling 2.1.0 2024-08-22T20:44:18.7863287Z conda_package_streaming 0.8.0 2024-08-22T20:44:18.7863675Z cryptography 39.0.1 2024-08-22T20:44:18.7864060Z DataProperty 1.0.1 2024-08-22T20:44:18.7864439Z datasets 2.21.0 2024-08-22T20:44:18.7864808Z defusedxml 0.7.1 2024-08-22T20:44:18.7865172Z dill 0.3.8 2024-08-22T20:44:18.7865541Z evaluate 0.4.2 2024-08-22T20:44:18.7865902Z execnet 2.1.1 2024-08-22T20:44:18.7866288Z executorch 0.4.0a0+9129892 2024-08-22T20:44:18.7866715Z expecttest 0.2.1 2024-08-22T20:44:18.7867099Z fastjsonschema 2.16.2 2024-08-22T20:44:18.7867470Z filelock 3.13.1 2024-08-22T20:44:18.7867840Z Flask 3.0.3 2024-08-22T20:44:18.7868211Z flatbuffers 24.3.25 2024-08-22T20:44:18.7868590Z frozenlist 1.4.1 2024-08-22T20:44:18.7868962Z fsspec 2024.6.1 2024-08-22T20:44:18.7869341Z gguf 0.9.1 2024-08-22T20:44:18.7869696Z gitdb 4.0.11 2024-08-22T20:44:18.7870072Z GitPython 3.1.43 2024-08-22T20:44:18.7870507Z huggingface-hub 0.24.6 2024-08-22T20:44:18.7870877Z hypothesis 6.111.1 2024-08-22T20:44:18.7871256Z idna 3.4 2024-08-22T20:44:18.7871619Z iniconfig 2.0.0 2024-08-22T20:44:18.7871988Z itsdangerous 2.2.0 2024-08-22T20:44:18.7872365Z Jinja2 3.1.4 2024-08-22T20:44:18.7872733Z joblib 1.4.2 2024-08-22T20:44:18.7873096Z jsonlines 4.0.0 2024-08-22T20:44:18.7873487Z jsonpatch 1.32 2024-08-22T20:44:18.7874011Z jsonpointer 2.1 2024-08-22T20:44:18.7874371Z jsonschema 4.19.2 2024-08-22T20:44:18.7874832Z jsonschema-specifications 2023.7.1 2024-08-22T20:44:18.7875242Z jupyter_core 5.7.2 2024-08-22T20:44:18.7875655Z libarchive-c 2.9 2024-08-22T20:44:18.7876029Z libmambapy 1.4.1 2024-08-22T20:44:18.7876402Z lm_eval 0.4.2 2024-08-22T20:44:18.7876853Z lxml 4.9.4 2024-08-22T20:44:18.7877278Z markdown-it-py 3.0.0 2024-08-22T20:44:18.7877667Z MarkupSafe 2.1.3 2024-08-22T20:44:18.7878034Z mbstrdecoder 1.1.3 2024-08-22T20:44:18.7878408Z mdurl 0.1.2 2024-08-22T20:44:18.7878786Z menuinst 2.1.2 2024-08-22T20:44:18.7879207Z more-itertools 10.1.0 2024-08-22T20:44:18.7879584Z mpmath 1.3.0 2024-08-22T20:44:18.7879954Z multidict 6.0.5 2024-08-22T20:44:18.7880320Z multiprocess 0.70.16 2024-08-22T20:44:18.7880709Z narwhals 1.5.2 2024-08-22T20:44:18.7881127Z nbformat 5.9.2 2024-08-22T20:44:18.7881490Z networkx 3.3 2024-08-22T20:44:18.7881848Z ninja 1.11.1.1 2024-08-22T20:44:18.7882231Z nltk 3.9.1 2024-08-22T20:44:18.7882591Z numexpr 2.10.1 2024-08-22T20:44:18.7882975Z numpy 1.26.4 2024-08-22T20:44:18.7883423Z nvidia-cublas-cu12 12.1.3.1 2024-08-22T20:44:18.7883873Z nvidia-cuda-cupti-cu12 12.1.105 2024-08-22T20:44:18.7884333Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-08-22T20:44:18.7884792Z nvidia-cuda-runtime-cu12 12.1.105 2024-08-22T20:44:18.7885240Z nvidia-cudnn-cu12 9.1.0.70 2024-08-22T20:44:18.7885691Z nvidia-cufft-cu12 11.0.2.54 2024-08-22T20:44:18.7886153Z nvidia-curand-cu12 10.3.2.106 2024-08-22T20:44:18.7886621Z nvidia-cusolver-cu12 11.4.5.107 2024-08-22T20:44:18.7887101Z nvidia-cusparse-cu12 12.1.0.106 2024-08-22T20:44:18.7887558Z nvidia-nccl-cu12 2.21.5 2024-08-22T20:44:18.7887991Z nvidia-nvjitlink-cu12 12.6.20 2024-08-22T20:44:18.7888438Z nvidia-nvtx-cu12 12.1.105 2024-08-22T20:44:18.7888827Z packaging 23.0 2024-08-22T20:44:18.7889184Z pandas 2.2.2 2024-08-22T20:44:18.7889557Z parameterized 0.9.0 2024-08-22T20:44:18.7889939Z pathvalidate 3.2.0 2024-08-22T20:44:18.7890309Z peft 0.12.0 2024-08-22T20:44:18.7890679Z pillow 10.4.0 2024-08-22T20:44:18.7891045Z pip 23.1.2 2024-08-22T20:44:18.7891405Z pkginfo 1.10.0 2024-08-22T20:44:18.7891777Z platformdirs 3.10.0 2024-08-22T20:44:18.7892150Z pluggy 1.5.0 2024-08-22T20:44:18.7892514Z portalocker 2.10.1 2024-08-22T20:44:18.7892892Z protobuf 5.27.3 2024-08-22T20:44:18.7893267Z psutil 5.9.0 2024-08-22T20:44:18.7893677Z pyarrow 17.0.0 2024-08-22T20:44:18.7894036Z pybind11 2.13.5 2024-08-22T20:44:18.7894409Z pycosat 0.6.4 2024-08-22T20:44:18.7894782Z pycparser 2.21 2024-08-22T20:44:18.7895147Z pycryptodomex 3.20.0 2024-08-22T20:44:18.7895528Z pydeck 0.9.1 2024-08-22T20:44:18.7895897Z Pygments 2.18.0 2024-08-22T20:44:18.7896267Z pyOpenSSL 23.0.0 2024-08-22T20:44:18.7896651Z PySocks 1.7.1 2024-08-22T20:44:18.7897029Z pytablewriter 1.2.0 2024-08-22T20:44:18.7897395Z pytest 8.3.2 2024-08-22T20:44:18.7897810Z pytest-xdist 3.6.1 2024-08-22T20:44:18.7898250Z python-dateutil 2.9.0.post0 2024-08-22T20:44:18.7898727Z pytorch-triton 3.0.0+dedb7bdf33 2024-08-22T20:44:18.7899152Z pytz 2024.1 2024-08-22T20:44:18.7899519Z PyYAML 6.0.1 2024-08-22T20:44:18.7899988Z referencing 0.30.2 2024-08-22T20:44:18.7900367Z regex 2024.7.24 2024-08-22T20:44:18.7900751Z requests 2.32.3 2024-08-22T20:44:18.7901167Z requests-toolbelt 1.0.0 2024-08-22T20:44:18.7901543Z rich 13.7.1 2024-08-22T20:44:18.7901952Z rouge-score 0.1.2 2024-08-22T20:44:18.7902360Z rpds-py 0.10.6 2024-08-22T20:44:18.7902737Z ruamel.yaml 0.17.21 2024-08-22T20:44:18.7903202Z sacrebleu 2.4.3 2024-08-22T20:44:18.7903565Z safetensors 0.4.4 2024-08-22T20:44:18.7903980Z scikit-learn 1.5.1 2024-08-22T20:44:18.7904350Z scipy 1.14.1 2024-08-22T20:44:18.7904714Z sentencepiece 0.2.0 2024-08-22T20:44:18.7905094Z setuptools 67.8.0 2024-08-22T20:44:18.7905464Z six 1.16.0 2024-08-22T20:44:18.7905820Z smmap 5.0.1 2024-08-22T20:44:18.7906180Z snakeviz 2.2.0 2024-08-22T20:44:18.7906561Z sortedcontainers 2.4.0 2024-08-22T20:44:18.7906930Z soupsieve 2.5 2024-08-22T20:44:18.7907373Z sqlitedict 2.1.0 2024-08-22T20:44:18.7907748Z streamlit 1.37.1 2024-08-22T20:44:18.7908112Z sympy 1.13.1 2024-08-22T20:44:18.7908480Z tabledata 1.3.3 2024-08-22T20:44:18.7908854Z tabulate 0.9.0 2024-08-22T20:44:18.7909220Z tcolorpy 0.1.6 2024-08-22T20:44:18.7909588Z tenacity 8.5.0 2024-08-22T20:44:18.7909958Z threadpoolctl 3.5.0 2024-08-22T20:44:18.7910320Z tiktoken 0.7.0 2024-08-22T20:44:18.7910680Z timm 1.0.7 2024-08-22T20:44:18.7911049Z tokenizers 0.19.1 2024-08-22T20:44:18.7911412Z toml 0.10.2 2024-08-22T20:44:18.7911772Z tomli 2.0.1 2024-08-22T20:44:18.7912129Z toolz 0.12.0 2024-08-22T20:44:18.7912524Z torch 2.5.0.dev20240716+cpu 2024-08-22T20:44:18.7912983Z torchao 0.4.0+gite11201a 2024-08-22T20:44:18.7913448Z torchaudio 2.4.0.dev20240716+cpu 2024-08-22T20:44:18.7913963Z torchsr 1.0.4 2024-08-22T20:44:18.7914385Z torchvision 0.20.0.dev20240716+cpu 2024-08-22T20:44:18.7914839Z tornado 6.4.1 2024-08-22T20:44:18.7915199Z tqdm 4.66.5 2024-08-22T20:44:18.7915640Z tqdm-multiprocess 0.0.11 2024-08-22T20:44:18.7916024Z traitlets 5.14.3 2024-08-22T20:44:18.7916390Z transformers 4.42.4 2024-08-22T20:44:18.7916767Z typepy 1.3.2 2024-08-22T20:44:18.7917143Z typing_extensions 4.12.2 2024-08-22T20:44:18.7917513Z tzdata 2024.1 2024-08-22T20:44:18.7917886Z urllib3 1.26.16 2024-08-22T20:44:18.7918264Z watchdog 4.0.2 2024-08-22T20:44:18.7918623Z Werkzeug 3.0.4 2024-08-22T20:44:18.7918994Z wheel 0.38.4 2024-08-22T20:44:18.7919367Z word2number 1.1 2024-08-22T20:44:18.7919730Z xxhash 3.5.0 2024-08-22T20:44:18.7920097Z yarl 1.9.4 2024-08-22T20:44:18.7920465Z zstandard 0.19.0 2024-08-22T20:44:18.7920827Z zstd 1.5.5.1 2024-08-22T20:44:18.7921186Z + popd 2024-08-22T20:44:18.7921490Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:44:18.7921889Z + popd 2024-08-22T20:44:18.7922162Z /pytorch/torchchat 2024-08-22T20:44:18.7922534Z + mkdir -p ggufs/open_orca 2024-08-22T20:44:18.7922884Z + pushd ggufs/open_orca 2024-08-22T20:44:18.7923316Z /pytorch/torchchat/ggufs/open_orca /pytorch/torchchat 2024-08-22T20:44:18.7924988Z + curl -o open_orca.Q4_0.gguf 'https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q4_0.gguf?download=true' 2024-08-22T20:44:18.7926218Z % Total % Received % Xferd Average Speed Time Time Time Current 2024-08-22T20:44:18.7926996Z Dload Upload Total Spent Left Speed 2024-08-22T20:44:18.7927376Z 2024-08-22T20:44:18.7927708Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-22T20:44:18.7928413Z 100 1165 100 1165 0 0 22730 0 --:--:-- --:--:-- --:--:-- 22843 2024-08-22T20:44:18.7929299Z + curl -o ./tokenizer.model https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:44:18.7930277Z % Total % Received % Xferd Average Speed Time Time Time Current 2024-08-22T20:44:18.7930946Z Dload Upload Total Spent Left Speed 2024-08-22T20:44:18.7931312Z 2024-08-22T20:44:18.7931609Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-22T20:44:18.7932267Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-22T20:44:18.7932740Z + popd 2024-08-22T20:44:18.7933000Z /pytorch/torchchat 2024-08-22T20:44:18.7933446Z + export GGUF_MODEL_PATH=ggufs/open_orca/open_orca.Q4_0.gguf 2024-08-22T20:44:18.7934033Z + GGUF_MODEL_PATH=ggufs/open_orca/open_orca.Q4_0.gguf 2024-08-22T20:44:18.7934674Z + export GGUF_TOKENIZER_PATH=ggufs/open_orca/tokenizer.model 2024-08-22T20:44:18.7935263Z + GGUF_TOKENIZER_PATH=ggufs/open_orca/tokenizer.model 2024-08-22T20:44:18.7935768Z + export GGUF_SO_PATH=/tmp/gguf_model.so 2024-08-22T20:44:18.7936193Z + GGUF_SO_PATH=/tmp/gguf_model.so 2024-08-22T20:44:18.7936621Z + export GGUF_PTE_PATH=/tmp/gguf_model.pte 2024-08-22T20:44:18.7937066Z + GGUF_PTE_PATH=/tmp/gguf_model.pte 2024-08-22T20:44:18.7938362Z + python3 torchchat.py generate --gguf-path ggufs/open_orca/open_orca.Q4_0.gguf --tokenizer-path ggufs/open_orca/tokenizer.model --temperature 0 --prompt 'Once upon a time' --max-new-tokens 15 2024-08-22T20:44:18.7939528Z Skipping import of cpp extensions 2024-08-22T20:44:18.7939937Z NumExpr defaulting to 16 threads. 2024-08-22T20:44:18.7940383Z PyTorch version 2.5.0.dev20240716+cpu available. 2024-08-22T20:44:18.7940714Z 2024-08-22T20:44:19.6291254Z Downloading builder script: 0% 0.00/5.67k [00:00 2024-08-22T20:44:19.6295547Z generate_main(args) 2024-08-22T20:44:19.6295983Z File "/pytorch/torchchat/generate.py", line 885, in main 2024-08-22T20:44:19.6296469Z gen = Generator( 2024-08-22T20:44:19.6296773Z ^^^^^^^^^^ 2024-08-22T20:44:19.6297208Z File "/pytorch/torchchat/generate.py", line 249, in __init__ 2024-08-22T20:44:19.6297937Z self.model = _initialize_model(self.builder_args, self.quantize, self.tokenizer) 2024-08-22T20:44:19.6298610Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:19.6299304Z File "/pytorch/torchchat/build/builder.py", line 508, in _initialize_model 2024-08-22T20:44:19.6299965Z model = _load_model(builder_args) 2024-08-22T20:44:19.6300364Z ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:19.6300915Z File "/pytorch/torchchat/build/builder.py", line 427, in _load_model 2024-08-22T20:44:19.6301515Z model = _load_model_gguf(builder_args) 2024-08-22T20:44:19.6301944Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:19.6302524Z File "/pytorch/torchchat/build/builder.py", line 314, in _load_model_gguf 2024-08-22T20:44:19.6303253Z model = Transformer.from_gguf(builder_args.gguf_path, **kwargs) 2024-08-22T20:44:19.6303837Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:19.6304417Z File "/pytorch/torchchat/build/model.py", line 220, in from_gguf 2024-08-22T20:44:19.6305333Z model, state_dict = load_model_and_state_dict(gguf_path, **kwargs) 2024-08-22T20:44:19.6305928Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:19.6306612Z File "/pytorch/torchchat/build/gguf_loader.py", line 144, in load_model_and_state_dict 2024-08-22T20:44:19.6307279Z model = load_model(gguf_file) 2024-08-22T20:44:19.6307667Z ^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:19.6308377Z File "/pytorch/torchchat/build/gguf_loader.py", line 104, in load_model 2024-08-22T20:44:19.6309010Z reader = gguf.GGUFReader(gguf_file, "r") 2024-08-22T20:44:19.6309513Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:19.6310472Z File "/opt/conda/lib/python3.11/site-packages/gguf/gguf_reader.py", line 95, in __init__ 2024-08-22T20:44:19.6311238Z raise ValueError('GGUF magic invalid') 2024-08-22T20:44:19.6311714Z ValueError: GGUF magic invalid 2024-08-22T20:44:19.6312483Z ##[endgroup] 2024-08-22T20:44:19.6312802Z + echo ::group::Completion 2024-08-22T20:44:19.6313384Z ##[group]Completion 2024-08-22T20:44:19.6313857Z + echo 'tests complete' 2024-08-22T20:44:19.6314302Z tests complete 2024-08-22T20:44:19.6314708Z + echo '*******************************************' 2024-08-22T20:44:19.6315152Z ******************************************* 2024-08-22T20:44:19.6315550Z + echo ::endgroup:: 2024-08-22T20:44:19.6316078Z ##[endgroup] 2024-08-22T20:44:19.6396133Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2024-08-22T20:44:19.6396616Z with: 2024-08-22T20:44:19.6397017Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:19.6397546Z fail-on-empty: false 2024-08-22T20:44:19.6397868Z env: 2024-08-22T20:44:19.6398183Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:19.6398657Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:19.6399039Z PR_NUMBER: 1044 2024-08-22T20:44:19.6401039Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:19.6403254Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:19.6404046Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:19.6404782Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:19.6405399Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:19.6405882Z ##[endgroup] 2024-08-22T20:44:19.7100975Z Prepare all required actions 2024-08-22T20:44:19.7139976Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-08-22T20:44:19.7140463Z with: 2024-08-22T20:44:19.7140897Z directory: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-08-22T20:44:19.7141624Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:19.7142178Z env: 2024-08-22T20:44:19.7142506Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:19.7142968Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:19.7143339Z PR_NUMBER: 1044 2024-08-22T20:44:19.7145299Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:19.7147486Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:19.7148256Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:19.7148984Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:19.7149655Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:19.7150123Z ##[endgroup] 2024-08-22T20:44:19.7169718Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:19.7170807Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:19.7184436Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:19.7184940Z env: 2024-08-22T20:44:19.7185264Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:19.7185737Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:19.7186138Z PR_NUMBER: 1044 2024-08-22T20:44:19.7188075Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:19.7190354Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:19.7191126Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:19.7191856Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:19.7192480Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:19.7193153Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:19.7193984Z DIRECTORY: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-08-22T20:44:19.7194536Z ##[endgroup] 2024-08-22T20:44:19.7413466Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2024-08-22T20:44:19.9541386Z latest: Pulling from tool/alpine 2024-08-22T20:44:19.9541814Z 540db60ca938: Pulling fs layer 2024-08-22T20:44:20.0592503Z 540db60ca938: Verifying Checksum 2024-08-22T20:44:20.0592953Z 540db60ca938: Download complete 2024-08-22T20:44:20.1737093Z 540db60ca938: Pull complete 2024-08-22T20:44:20.1836249Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:44:20.1874354Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:44:22.2475448Z Prepare all required actions 2024-08-22T20:44:22.2511922Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-08-22T20:44:22.2512418Z with: 2024-08-22T20:44:22.2512772Z directory: /home/ec2-user/actions-runner/_work/_temp 2024-08-22T20:44:22.2513425Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:22.2514081Z env: 2024-08-22T20:44:22.2514405Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:22.2514869Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:22.2515257Z PR_NUMBER: 1044 2024-08-22T20:44:22.2517257Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:22.2519480Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:22.2520254Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:22.2521057Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:22.2521692Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:22.2522179Z ##[endgroup] 2024-08-22T20:44:22.2543269Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:22.2544227Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:22.2554333Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:22.2554816Z env: 2024-08-22T20:44:22.2555141Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:22.2555604Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:22.2555975Z PR_NUMBER: 1044 2024-08-22T20:44:22.2558051Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:22.2560230Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:22.2560996Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:22.2561718Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:22.2562420Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:22.2563076Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:22.2563877Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2024-08-22T20:44:22.2564359Z ##[endgroup] 2024-08-22T20:44:23.2139412Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2024-08-22T20:44:23.2140240Z # Only do these steps if we actually want to upload an artifact 2024-08-22T20:44:23.2140884Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2024-08-22T20:44:23.2141652Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2024-08-22T20:44:23.2142537Z  # attempt to just grab whatever is in there and scoop it all up 2024-08-22T20:44:23.2143262Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2024-08-22T20:44:23.2143881Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:44:23.2144366Z  fi 2024-08-22T20:44:23.2144748Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2024-08-22T20:44:23.2145401Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:44:23.2145954Z  fi 2024-08-22T20:44:23.2146594Z  # Set to fail upload step if there are no files for upload and expected files for upload 2024-08-22T20:44:23.2147420Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2024-08-22T20:44:23.2147933Z fi 2024-08-22T20:44:23.2148213Z  2024-08-22T20:44:23.2148499Z upload_docs=0 2024-08-22T20:44:23.2149076Z # Check if there are files in the documentation folder to upload, note that 2024-08-22T20:44:23.2149732Z # empty folders do not count 2024-08-22T20:44:23.2150362Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2024-08-22T20:44:23.2151271Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2024-08-22T20:44:23.2152002Z  # upload will probably not work correctly 2024-08-22T20:44:23.2152479Z  upload_docs=1 2024-08-22T20:44:23.2152811Z fi 2024-08-22T20:44:23.2153245Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:44:23.2165104Z shell: /usr/bin/bash -e {0} 2024-08-22T20:44:23.2165461Z env: 2024-08-22T20:44:23.2165803Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:23.2166278Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:23.2166658Z PR_NUMBER: 1044 2024-08-22T20:44:23.2168614Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:23.2170829Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:23.2171612Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:23.2172346Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:23.2173075Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:23.2173575Z UPLOAD_ARTIFACT_NAME: 2024-08-22T20:44:23.2173911Z ##[endgroup] 2024-08-22T20:44:23.2288368Z Prepare all required actions 2024-08-22T20:44:23.2344556Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2024-08-22T20:44:23.2345261Z with: 2024-08-22T20:44:23.2345649Z env: 2024-08-22T20:44:23.2346141Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:23.2346855Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:23.2347431Z PR_NUMBER: 1044 2024-08-22T20:44:23.2350383Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:23.2354109Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:23.2355357Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:23.2356485Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:23.2357449Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:23.2358202Z ##[endgroup] 2024-08-22T20:44:23.2386974Z ##[group]Run set -eou pipefail 2024-08-22T20:44:23.2387378Z set -eou pipefail 2024-08-22T20:44:23.2387725Z  2024-08-22T20:44:23.2388233Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-08-22T20:44:23.2388862Z for _ in $(seq 1440); do 2024-08-22T20:44:23.2389339Z  # Break if no ssh session exists anymore 2024-08-22T20:44:23.2389828Z  if [ "$(who)" = "" ]; then 2024-08-22T20:44:23.2390224Z  break 2024-08-22T20:44:23.2390551Z  fi 2024-08-22T20:44:23.2390852Z  echo "." 2024-08-22T20:44:23.2391167Z  sleep 5 2024-08-22T20:44:23.2391485Z done 2024-08-22T20:44:23.2401633Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:23.2402148Z env: 2024-08-22T20:44:23.2402478Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:23.2402934Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:23.2403311Z PR_NUMBER: 1044 2024-08-22T20:44:23.2405271Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:23.2407457Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:23.2408219Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:23.2408958Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:23.2409572Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:23.2410060Z ##[endgroup] 2024-08-22T20:44:23.2440518Z Holding runner for 2 hours until all ssh sessions have logged out 2024-08-22T20:44:23.2498626Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:44:23.2499386Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:44:23.2499979Z # shellcheck disable=SC2046 2024-08-22T20:44:23.2500494Z docker stop $(docker ps -q) || true 2024-08-22T20:44:23.2500969Z # Prune all of the docker images 2024-08-22T20:44:23.2501423Z docker system prune -af 2024-08-22T20:44:23.2510392Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:23.2510992Z env: 2024-08-22T20:44:23.2511324Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:23.2511783Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:23.2512161Z PR_NUMBER: 1044 2024-08-22T20:44:23.2514397Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:23.2516596Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:23.2517451Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:23.2518170Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:23.2518788Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:23.2519270Z ##[endgroup] 2024-08-22T20:44:34.3720567Z ac9993e66347 2024-08-22T20:44:37.8267936Z Deleted Containers: 2024-08-22T20:44:37.8268576Z ac9993e66347fd6d9ac77ca210409058fd157e2059394451947413bd7ea58316 2024-08-22T20:44:37.8269095Z 2024-08-22T20:44:43.3444857Z Deleted Images: 2024-08-22T20:44:43.3445742Z untagged: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:43.3446865Z untagged: pytorch/conda-builder@sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:44:43.3448028Z deleted: sha256:ca6cb5e15adf1287624fd5ee41e98e3482f9ba8e8eb49b94e1c89149740d589e 2024-08-22T20:44:43.3449151Z deleted: sha256:7ea5160e27b147a9b8579d1ecaa57d793582bf5bc915c7f8cdbfb0e9d6cb07a7 2024-08-22T20:44:43.3450500Z deleted: sha256:b62ea2cf6a5771e822ce3339bbcc153c9d1d567d410908f8c8bb6364538d5ce4 2024-08-22T20:44:43.3451428Z deleted: sha256:e2aa7aeae6883178dc9137b7198de0dd0e488fe2f3c2350041d78a21c5268174 2024-08-22T20:44:43.3452260Z deleted: sha256:7d64cbcd3947a1e0aa1abd5a9d734cd961aea4c0ec4635ea3294e37e96f69830 2024-08-22T20:44:43.3453128Z deleted: sha256:3eb08d55a9f629f97e2e1c0cf20ff802536c0d341d9ba38f949500fdc3329dc9 2024-08-22T20:44:43.3454158Z deleted: sha256:617916537dafd2cb5f4e62e43d1fffecd492f1dbdd557b93a8d4a3d8516f182a 2024-08-22T20:44:43.3455248Z deleted: sha256:e39e75923171030569887b5cbf74f952383a76c593d9abf08059f9d6c0eba9b6 2024-08-22T20:44:43.3456189Z deleted: sha256:d1a0a10f342c13f93556fdd4df93a12497190394e4198dcd5618cbac69506c9b 2024-08-22T20:44:43.3457000Z deleted: sha256:e9a939e626efc5c03f7b5206aa11981d73de39345c575dcc35552c4b1f4fe935 2024-08-22T20:44:43.3457860Z deleted: sha256:12bf6c0ce8bb61ca65095e25018efabe18faabbf4ba318874150aa3ce13a8008 2024-08-22T20:44:43.3458692Z deleted: sha256:d4899a6466695bcab7f74253d4e13a31e2861aa3346ae5e87cfaec75bfa2a5a1 2024-08-22T20:44:43.3459696Z deleted: sha256:57f423db078477fd48a3b21e0e960108e17ad45def0728927e3607b867c011be 2024-08-22T20:44:43.3460649Z deleted: sha256:4d9e8db683cb433346e5a329c9a1223693b21cbe1ef03ad9669ea169d2531568 2024-08-22T20:44:43.3461468Z deleted: sha256:636b11b88d0d4f380e06ce31e183eb66b39baf66d25b46d671a6d07156272626 2024-08-22T20:44:43.3462306Z deleted: sha256:5fb38e0fdae552967ea7e31c6dbf71dd662194ce4c3e34a73275d955c7516ac9 2024-08-22T20:44:43.3463150Z deleted: sha256:e945d944e062cb5b4b5bce5ca9255339c385aa7e76352cba574e7b9adcbfaf81 2024-08-22T20:44:43.3463977Z deleted: sha256:629a87d40778fa59aae239569d2e4022eb9c73c24d5a8a80b631578c6a0d95de 2024-08-22T20:44:43.3464789Z deleted: sha256:28b222b3a9320157c8d332c568c93debef3da5ea2a633329870ce36a79787ec0 2024-08-22T20:44:43.3465608Z deleted: sha256:77654d0fdc0b2b63fe1b22c1e69a2e39d9c51f0935f861e7828d36f4f736ad79 2024-08-22T20:44:43.3466423Z deleted: sha256:bf65b0450ea54ac3431526e360b0f7c3e7c4ac66000529df84d01fa39061535c 2024-08-22T20:44:43.3467286Z deleted: sha256:2e78abff6cee136276a6b6ac50167c9b9761c7005e02c832947580165140577f 2024-08-22T20:44:43.3468289Z deleted: sha256:779151bb607dc93e1099434061314ed422972abb54587e96a0400de4fdc718c0 2024-08-22T20:44:43.3469311Z deleted: sha256:8b116155e6592b810a5108f4e36aed3bd14b162dc4636a3b9052a885006508a4 2024-08-22T20:44:43.3470127Z deleted: sha256:16eb6de95902da3aa8f26838aa5e0876e791b9d338a43d4ddf7864bccfcb3e25 2024-08-22T20:44:43.3471178Z deleted: sha256:f1cc8ad9df374e9b9b2cfbdcd52ce63a53a3ee8b4f82edcebde8156aeec389ad 2024-08-22T20:44:43.3472022Z deleted: sha256:29937eb76d3be5ed458043982e587e3ae1c44991b86fef436ac51e69b3526331 2024-08-22T20:44:43.3472851Z deleted: sha256:fa0dd9cde456c1e5de9010f19af898bbeaa2c089cc1ae9f6e56166a558d448a8 2024-08-22T20:44:43.3473801Z deleted: sha256:74a8a6ee05c38b7d2b93ff2b2cfc3502c47cc6dc1043ecda998808f02c36076e 2024-08-22T20:44:43.3474609Z deleted: sha256:c734a1acf015e761506178e29744373917426c75b2191f3e74173bd615af5108 2024-08-22T20:44:43.3475543Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2024-08-22T20:44:43.3476428Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:44:43.3477667Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:44:43.3478815Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-08-22T20:44:43.3479647Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-08-22T20:44:43.3480146Z 2024-08-22T20:44:43.3480291Z Total reclaimed space: 23.57GB 2024-08-22T20:44:43.3528446Z ##[group]Run set +e 2024-08-22T20:44:43.3528790Z set +e 2024-08-22T20:44:43.3529136Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:44:43.3529701Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:44:43.3530209Z else 2024-08-22T20:44:43.3530598Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:44:43.3531061Z fi 2024-08-22T20:44:43.3531338Z set -e 2024-08-22T20:44:43.3540021Z shell: /usr/bin/bash -e {0} 2024-08-22T20:44:43.3540373Z env: 2024-08-22T20:44:43.3540707Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:43.3541162Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:43.3541540Z PR_NUMBER: 1044 2024-08-22T20:44:43.3543527Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:43.3545720Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:43.3546490Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:43.3547211Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:43.3547827Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:43.3548306Z NO_SUDO: false 2024-08-22T20:44:43.3548607Z ##[endgroup] 2024-08-22T20:44:45.1726022Z Post job cleanup. 2024-08-22T20:44:45.2694164Z Post job cleanup. 2024-08-22T20:44:45.3562381Z [command]/usr/bin/git version 2024-08-22T20:44:45.3616954Z git version 2.40.1 2024-08-22T20:44:45.3655063Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d8acd997-be45-43aa-a6e6-447e1a103fd6' before making global git config changes 2024-08-22T20:44:45.3656434Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:44:45.3660040Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:44:45.3706725Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:44:45.3752799Z [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:44:45.4119862Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:44:45.4155882Z http.https://github.com/.extraheader 2024-08-22T20:44:45.4165708Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-22T20:44:45.4210617Z [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:44:45.4649859Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-22T20:44:45.4672942Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-22T20:44:45.4681186Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:45.4681707Z ##[endgroup] 2024-08-22T20:44:52.3244768Z Cleaning up orphan processes