2024-08-22T20:28:41.0957574Z Current runner version: '2.319.1' 2024-08-22T20:28:41.0963831Z Runner name: 'i-0251da9578a6e4224' 2024-08-22T20:28:41.0964736Z Runner group name: 'Default' 2024-08-22T20:28:41.0965682Z Machine name: 'ip-10-0-76-27' 2024-08-22T20:28:41.0981951Z Testing runner upgrade compatibility 2024-08-22T20:28:41.2388154Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:28:41.2391007Z Contents: read 2024-08-22T20:28:41.2391869Z Metadata: read 2024-08-22T20:28:41.2392616Z Packages: read 2024-08-22T20:28:41.2393563Z ##[endgroup] 2024-08-22T20:28:41.2398058Z Secret source: Actions 2024-08-22T20:28:41.2399329Z Prepare workflow directory 2024-08-22T20:28:41.4061273Z Prepare all required actions 2024-08-22T20:28:41.4231346Z Getting action download info 2024-08-22T20:28:41.5872003Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-08-22T20:28:41.8392067Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-08-22T20:28:41.9812434Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-08-22T20:28:42.1382937Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-08-22T20:28:42.2995755Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-08-22T20:28:42.6050451Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:28:42.6052632Z ##[group] Inputs 2024-08-22T20:28:42.6054991Z script: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:42.6057731Z timeout: 60 2024-08-22T20:28:42.6058134Z runner: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:28:42.6058762Z upload-artifact: 2024-08-22T20:28:42.6059189Z download-artifact: 2024-08-22T20:28:42.6059572Z repository: 2024-08-22T20:28:42.6060071Z fetch-depth: 1 2024-08-22T20:28:42.6060435Z submodules: 2024-08-22T20:28:42.6060819Z ref: 2024-08-22T20:28:42.6061389Z test-infra-repository: pytorch/test-infra 2024-08-22T20:28:42.6061886Z test-infra-ref: 2024-08-22T20:28:42.6062331Z docker-image: pytorch/conda-builder 2024-08-22T20:28:42.6062936Z docker-build-dir: .ci/docker 2024-08-22T20:28:42.6063368Z gpu-arch-type: cuda 2024-08-22T20:28:42.6063808Z gpu-arch-version: 12.1 2024-08-22T20:28:42.6064325Z job-name: linux-job 2024-08-22T20:28:42.6065065Z continue-on-error: false 2024-08-22T20:28:42.6065529Z binary-matrix: 2024-08-22T20:28:42.6066039Z run-with-docker: true 2024-08-22T20:28:42.6066441Z secrets-env: 2024-08-22T20:28:42.6066857Z no-sudo: false 2024-08-22T20:28:42.6067483Z ##[endgroup] 2024-08-22T20:28:42.6068138Z Complete job name: test-readme-cpu / linux-job 2024-08-22T20:28:42.6736355Z A job started hook has been configured by the self-hosted runner administrator 2024-08-22T20:28:42.6890971Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-22T20:28:42.6903338Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:42.6903998Z ##[endgroup] 2024-08-22T20:28:44.3831325Z Runner Type: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:28:44.3831879Z Instance Type: g5.4xlarge 2024-08-22T20:28:44.3832578Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-22T20:28:44.3833110Z AMI ID: ami-06c68f701d8090592 2024-08-22T20:28:50.1823044Z ##[group]Run set -euxo pipefail 2024-08-22T20:28:50.1823565Z set -euxo pipefail 2024-08-22T20:28:50.1823997Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:28:50.1824539Z  echo "::group::Cleanup with-sudo debug output" 2024-08-22T20:28:50.1825293Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:50.1825720Z else 2024-08-22T20:28:50.1826104Z  echo "::group::Cleanup no-sudo debug output" 2024-08-22T20:28:50.1826608Z  rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:50.1827114Z fi 2024-08-22T20:28:50.1827385Z  2024-08-22T20:28:50.1827689Z mkdir -p "${GITHUB_WORKSPACE}" 2024-08-22T20:28:50.1828113Z echo "::endgroup::" 2024-08-22T20:28:50.1837435Z shell: /usr/bin/bash -e {0} 2024-08-22T20:28:50.1837789Z env: 2024-08-22T20:28:50.1838121Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:50.1838586Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:50.1838989Z PR_NUMBER: 1044 2024-08-22T20:28:50.1841319Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:50.1843449Z NO_SUDO: false 2024-08-22T20:28:50.1843748Z ##[endgroup] 2024-08-22T20:28:50.1875005Z + [[ false == \f\a\l\s\e ]] 2024-08-22T20:28:50.1895974Z ##[group]Cleanup with-sudo debug output 2024-08-22T20:28:50.1904878Z + echo '::group::Cleanup with-sudo debug output' 2024-08-22T20:28:50.1905603Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:50.2825314Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/branches' 2024-08-22T20:28:50.2827223Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/applypatch-msg.sample' 2024-08-22T20:28:50.2828480Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/commit-msg.sample' 2024-08-22T20:28:50.2829678Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/post-update.sample' 2024-08-22T20:28:50.2831222Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-applypatch.sample' 2024-08-22T20:28:50.2832830Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-commit.sample' 2024-08-22T20:28:50.2834058Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-merge-commit.sample' 2024-08-22T20:28:50.2835257Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-push.sample' 2024-08-22T20:28:50.2836561Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-receive.sample' 2024-08-22T20:28:50.2837812Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/push-to-checkout.sample' 2024-08-22T20:28:50.2839400Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/update.sample' 2024-08-22T20:28:50.2841019Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/fsmonitor-watchman.sample' 2024-08-22T20:28:50.2842266Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-rebase.sample' 2024-08-22T20:28:50.2843566Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/prepare-commit-msg.sample' 2024-08-22T20:28:50.2845038Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks' 2024-08-22T20:28:50.2846162Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/info/exclude' 2024-08-22T20:28:50.2847713Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/info' 2024-08-22T20:28:50.2848811Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/description' 2024-08-22T20:28:50.2849869Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/heads/main' 2024-08-22T20:28:50.2851155Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/heads' 2024-08-22T20:28:50.2852285Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/tags' 2024-08-22T20:28:50.2853537Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes/origin/main' 2024-08-22T20:28:50.2854761Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes/origin' 2024-08-22T20:28:50.2855961Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes' 2024-08-22T20:28:50.2857069Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs' 2024-08-22T20:28:50.2858081Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/HEAD' 2024-08-22T20:28:50.2859055Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/config' 2024-08-22T20:28:50.2860666Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack/pack-7972eaf2dcc54febda86a9d3ca95bc5cdd749533.pack' 2024-08-22T20:28:50.2862601Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack/pack-7972eaf2dcc54febda86a9d3ca95bc5cdd749533.idx' 2024-08-22T20:28:50.2863994Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack' 2024-08-22T20:28:50.2865133Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/info' 2024-08-22T20:28:50.2866260Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects' 2024-08-22T20:28:50.2867421Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/FETCH_HEAD' 2024-08-22T20:28:50.2868491Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/shallow' 2024-08-22T20:28:50.2869613Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes/origin/main' 2024-08-22T20:28:50.2870902Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes/origin' 2024-08-22T20:28:50.2872163Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes' 2024-08-22T20:28:50.2873319Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/heads/main' 2024-08-22T20:28:50.2874478Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/heads' 2024-08-22T20:28:50.2875625Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs' 2024-08-22T20:28:50.2876804Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/HEAD' 2024-08-22T20:28:50.2877849Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs' 2024-08-22T20:28:50.2878854Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/index' 2024-08-22T20:28:50.2879837Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git' 2024-08-22T20:28:50.2880811Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.flake8' 2024-08-22T20:28:50.2881848Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git-blame-ignore-revs' 2024-08-22T20:28:50.2882913Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.gitattributes' 2024-08-22T20:28:50.2884131Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actionlint.yaml' 2024-08-22T20:28:50.2885329Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/bc-lint/action.yml' 2024-08-22T20:28:50.2886563Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/bc-lint' 2024-08-22T20:28:50.2887983Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/calculate-docker-image/action.yml' 2024-08-22T20:28:50.2889399Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/calculate-docker-image' 2024-08-22T20:28:50.2890785Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/check-disk-space/action.yml' 2024-08-22T20:28:50.2892170Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/check-disk-space' 2024-08-22T20:28:50.2893507Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/chown-directory/action.yml' 2024-08-22T20:28:50.2894830Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/chown-directory' 2024-08-22T20:28:50.2896155Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/cleanup-runner/action.yml' 2024-08-22T20:28:50.2897449Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/cleanup-runner' 2024-08-22T20:28:50.2898832Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/export-matrix-variables/action.yml' 2024-08-22T20:28:50.2900256Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/export-matrix-variables' 2024-08-22T20:28:50.2901689Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/pull-docker-image/action.yml' 2024-08-22T20:28:50.2903045Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/pull-docker-image' 2024-08-22T20:28:50.2904426Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/run-script-with-cache/action.yml' 2024-08-22T20:28:50.2905838Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/run-script-with-cache' 2024-08-22T20:28:50.2907263Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/set-channel/action.yml' 2024-08-22T20:28:50.2908539Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/set-channel' 2024-08-22T20:28:50.2909862Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-builds/action.yml' 2024-08-22T20:28:50.2911238Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-builds' 2024-08-22T20:28:50.2912600Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-upload/action.yml' 2024-08-22T20:28:50.2913975Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-upload' 2024-08-22T20:28:50.2915338Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-build-test/action.yml' 2024-08-22T20:28:50.2916840Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-build-test' 2024-08-22T20:28:50.2918370Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-linux/action.yml' 2024-08-22T20:28:50.2919644Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-linux' 2024-08-22T20:28:50.2921061Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda/README.md' 2024-08-22T20:28:50.2922636Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda/action.yml' 2024-08-22T20:28:50.2923960Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda' 2024-08-22T20:28:50.2925394Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-nvidia/action.yml' 2024-08-22T20:28:50.2926684Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-nvidia' 2024-08-22T20:28:50.2928301Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh/action.yml' 2024-08-22T20:28:50.2929565Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh/index.js' 2024-08-22T20:28:50.2930819Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh' 2024-08-22T20:28:50.2932101Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-windows/action.yml' 2024-08-22T20:28:50.2933788Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-windows' 2024-08-22T20:28:50.2935141Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-linux/action.yml' 2024-08-22T20:28:50.2936479Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-linux' 2024-08-22T20:28:50.2938246Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-windows/action.yml' 2024-08-22T20:28:50.2939611Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-windows' 2024-08-22T20:28:50.2941371Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/trigger-nightly/action.yml' 2024-08-22T20:28:50.2943104Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/trigger-nightly' 2024-08-22T20:28:50.2944454Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-commit-hash/action.yml' 2024-08-22T20:28:50.2945996Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-commit-hash' 2024-08-22T20:28:50.2947877Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-viablestrict/action.yml' 2024-08-22T20:28:50.2949257Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-viablestrict' 2024-08-22T20:28:50.2951065Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/upload-alerts/action.yml' 2024-08-22T20:28:50.2952574Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/upload-alerts' 2024-08-22T20:28:50.2953787Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions' 2024-08-22T20:28:50.2955094Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/arc-node-config.yaml' 2024-08-22T20:28:50.2956655Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/arc-runner-config.yaml' 2024-08-22T20:28:50.2957821Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/dependabot.yml' 2024-08-22T20:28:50.2958945Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scale-config.yml' 2024-08-22T20:28:50.2960174Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune/prune.sh' 2024-08-22T20:28:50.2961502Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune/run.sh' 2024-08-22T20:28:50.2963009Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune' 2024-08-22T20:28:50.2964430Z 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:50.2965961Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/export_matrix_variables.py' 2024-08-22T20:28:50.2967289Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/fetch_latest_green_commit.py' 2024-08-22T20:28:50.2968601Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/get_tutorials_stats.py' 2024-08-22T20:28:50.2969821Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/gitutils.py' 2024-08-22T20:28:50.2971020Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/install_torch.sh' 2024-08-22T20:28:50.2972276Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_clickhouse_format.sh' 2024-08-22T20:28:50.2973574Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py' 2024-08-22T20:28:50.2975014Z 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:50.2976471Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/test_fetch_latest_green_commit.py' 2024-08-22T20:28:50.2977856Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/test_update_disabled_issues.py' 2024-08-22T20:28:50.2979186Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/update_commit_hashes.py' 2024-08-22T20:28:50.2980496Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/update_disabled_issues.py' 2024-08-22T20:28:50.2981798Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/validate_scale_config.py' 2024-08-22T20:28:50.2983005Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts' 2024-08-22T20:28:50.2984250Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_binary_conda_upload.yml' 2024-08-22T20:28:50.2985544Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_binary_upload.yml' 2024-08-22T20:28:50.2986968Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_prune-anaconda-packages.yml' 2024-08-22T20:28:50.2988282Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_upload_docs.yml' 2024-08-22T20:28:50.2989539Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/anaconda-prune.yml' 2024-08-22T20:28:50.2990908Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/backfill-workflow-job.yml' 2024-08-22T20:28:50.2992296Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_linux.yml' 2024-08-22T20:28:50.2993597Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_macos.yml' 2024-08-22T20:28:50.2994964Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_windows.yml' 2024-08-22T20:28:50.2996322Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_linux.yml' 2024-08-22T20:28:50.2997620Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_macos.yml' 2024-08-22T20:28:50.2999042Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_windows.yml' 2024-08-22T20:28:50.3000530Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/check-alerts.yml' 2024-08-22T20:28:50.3002260Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/clang-tidy-linux.yml' 2024-08-22T20:28:50.3003753Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/clang-tidy-macos.yml' 2024-08-22T20:28:50.3005063Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/disable-flaky-tests.yml' 2024-08-22T20:28:50.3006601Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2024-08-22T20:28:50.3008315Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2024-08-22T20:28:50.3009727Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_release_matrix.yml' 2024-08-22T20:28:50.3011133Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2024-08-22T20:28:50.3012615Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/github-status-test-lambda.yml' 2024-08-22T20:28:50.3014321Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-do-release-runners.yml' 2024-08-22T20:28:50.3015791Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2024-08-22T20:28:50.3017386Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-runners.yml' 2024-08-22T20:28:50.3018948Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-webhook.yml' 2024-08-22T20:28:50.3020161Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lint.yml' 2024-08-22T20:28:50.3021467Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lintrunner_ci.yml' 2024-08-22T20:28:50.3023088Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/linux_job.yml' 2024-08-22T20:28:50.3024397Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/log-classifier-lambda.yml' 2024-08-22T20:28:50.3025669Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/macos_job.yml' 2024-08-22T20:28:50.3026973Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/mobile_job.yml' 2024-08-22T20:28:50.3028293Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2024-08-22T20:28:50.3030094Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/pr-dependencies-check.yml' 2024-08-22T20:28:50.3031667Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/push-rockset-query-lambda-tags.yml' 2024-08-22T20:28:50.3033145Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/revert-tracker.yml' 2024-08-22T20:28:50.3034655Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/rockset_autoscale.yml' 2024-08-22T20:28:50.3036035Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/rockset_delete_old_lambda_versions.yml' 2024-08-22T20:28:50.3037528Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/scale_config_validation.yml' 2024-08-22T20:28:50.3039286Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2024-08-22T20:28:50.3041067Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/stronghold.yml' 2024-08-22T20:28:50.3042367Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/sync_pytorch_canary.yml' 2024-08-22T20:28:50.3043744Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-binary-size-validation.yml' 2024-08-22T20:28:50.3045318Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-export-matrix-variables.yml' 2024-08-22T20:28:50.3046736Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda-env-file' 2024-08-22T20:28:50.3048238Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2024-08-22T20:28:50.3049699Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda.yml' 2024-08-22T20:28:50.3051060Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-nvidia.yml' 2024-08-22T20:28:50.3052361Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-ssh.yml' 2024-08-22T20:28:50.3053700Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-update-viablestrict.yml' 2024-08-22T20:28:50.3055120Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-validate-domain-library.yml' 2024-08-22T20:28:50.3056578Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_linux_with_cuda.yml' 2024-08-22T20:28:50.3058039Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_linux_without_cuda.yml' 2024-08-22T20:28:50.3059438Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_m1.yml' 2024-08-22T20:28:50.3060773Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_macos.yml' 2024-08-22T20:28:50.3062252Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_windows_with_cuda.yml' 2024-08-22T20:28:50.3063757Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_windows_without_cuda.yml' 2024-08-22T20:28:50.3065311Z 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:50.3066896Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2024-08-22T20:28:50.3068408Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2024-08-22T20:28:50.3069821Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_m1.yml' 2024-08-22T20:28:50.3071168Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_macos.yml' 2024-08-22T20:28:50.3072603Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2024-08-22T20:28:50.3074102Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2024-08-22T20:28:50.3075491Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_linux_job.yml' 2024-08-22T20:28:50.3076744Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_macos_job.yml' 2024-08-22T20:28:50.3078117Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_mobile_job.yml' 2024-08-22T20:28:50.3079394Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_windows_job.yml' 2024-08-22T20:28:50.3080620Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/tests.yml' 2024-08-22T20:28:50.3081911Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/tflint.yml' 2024-08-22T20:28:50.3083091Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/torchci.yml' 2024-08-22T20:28:50.3084325Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/trigger_nightly.yml' 2024-08-22T20:28:50.3085636Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/trigger_nightly_core.yml' 2024-08-22T20:28:50.3087043Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-drci-comments.yml' 2024-08-22T20:28:50.3088561Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-queue-times.yml' 2024-08-22T20:28:50.3089858Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-s3-html.yml' 2024-08-22T20:28:50.3091189Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-slow-tests.yml' 2024-08-22T20:28:50.3092652Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-test-times.yml' 2024-08-22T20:28:50.3093964Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-viablestrict.yml' 2024-08-22T20:28:50.3095372Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_ci_wait_time_metric.yml' 2024-08-22T20:28:50.3097131Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_disabled_tests.yml' 2024-08-22T20:28:50.3098821Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_test_file_ratings.yml' 2024-08-22T20:28:50.3100400Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/upload-tutorials-stats.yml' 2024-08-22T20:28:50.3102295Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2024-08-22T20:28:50.3103865Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/validate-domain-library.yml' 2024-08-22T20:28:50.3105355Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/windows-ami-validation.yml' 2024-08-22T20:28:50.3107158Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/windows_job.yml' 2024-08-22T20:28:50.3108369Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows' 2024-08-22T20:28:50.3109463Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github' 2024-08-22T20:28:50.3110528Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.gitignore' 2024-08-22T20:28:50.3111873Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.lintrunner.toml' 2024-08-22T20:28:50.3113046Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.mypy_requirements.txt' 2024-08-22T20:28:50.3114130Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/CODE_OF_CONDUCT.md' 2024-08-22T20:28:50.3115161Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/CONTRIBUTING.md' 2024-08-22T20:28:50.3116143Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/LICENSE' 2024-08-22T20:28:50.3117100Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/README.md' 2024-08-22T20:28:50.3118644Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/README.md' 2024-08-22T20:28:50.3119882Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.hwm' 2024-08-22T20:28:50.3121006Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.pwd' 2024-08-22T20:28:50.3122286Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.pwi' 2024-08-22T20:28:50.3123848Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/configs/sshd_config' 2024-08-22T20:28:50.3125207Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/configs' 2024-08-22T20:28:50.3126433Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/plugins.pkr.hcl' 2024-08-22T20:28:50.3127913Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2024-08-22T20:28:50.3129650Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2024-08-22T20:28:50.3131118Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers' 2024-08-22T20:28:50.3132738Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2024-08-22T20:28:50.3134520Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2024-08-22T20:28:50.3136160Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2024-08-22T20:28:50.3137869Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2024-08-22T20:28:50.3139471Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2024-08-22T20:28:50.3141377Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2024-08-22T20:28:50.3142969Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2024-08-22T20:28:50.3144441Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2024-08-22T20:28:50.3145892Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2024-08-22T20:28:50.3147357Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers' 2024-08-22T20:28:50.3148651Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts' 2024-08-22T20:28:50.3150006Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2024-08-22T20:28:50.3151419Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/user-data-scripts' 2024-08-22T20:28:50.3152714Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/variables.pkr.hcl' 2024-08-22T20:28:50.3153936Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/windows.pkr.hcl' 2024-08-22T20:28:50.3155106Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows' 2024-08-22T20:28:50.3156187Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami' 2024-08-22T20:28:50.3157497Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/Makefile' 2024-08-22T20:28:50.3158770Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/lambda_function.py' 2024-08-22T20:28:50.3160093Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/requirements.txt' 2024-08-22T20:28:50.3161496Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron' 2024-08-22T20:28:50.3162726Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/Makefile' 2024-08-22T20:28:50.3163955Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/README.md' 2024-08-22T20:28:50.3165257Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2024-08-22T20:28:50.3167007Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2024-08-22T20:28:50.3168290Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts' 2024-08-22T20:28:50.3169551Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/Makefile' 2024-08-22T20:28:50.3170868Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/README.md' 2024-08-22T20:28:50.3172276Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/lambda_function.py' 2024-08-22T20:28:50.3173665Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/requirements.txt' 2024-08-22T20:28:50.3175002Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test' 2024-08-22T20:28:50.3176341Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/Makefile' 2024-08-22T20:28:50.3177756Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/existing_schema.py' 2024-08-22T20:28:50.3179221Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/generate_schema.py' 2024-08-22T20:28:50.3180693Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/lambda_function.py' 2024-08-22T20:28:50.3182209Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/requirements.txt' 2024-08-22T20:28:50.3183700Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/test_lambda.py' 2024-08-22T20:28:50.3185088Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/utils.py' 2024-08-22T20:28:50.3186463Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync' 2024-08-22T20:28:50.3187864Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/.gitignore' 2024-08-22T20:28:50.3189124Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/Cargo.lock' 2024-08-22T20:28:50.3190376Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/Cargo.toml' 2024-08-22T20:28:50.3191695Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/README.md' 2024-08-22T20:28:50.3193179Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/data/README.md' 2024-08-22T20:28:50.3194705Z 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:50.3196311Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/data' 2024-08-22T20:28:50.3197684Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2024-08-22T20:28:50.3199341Z 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:50.3201065Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2024-08-22T20:28:50.3202433Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures' 2024-08-22T20:28:50.3203745Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/ruleset.toml' 2024-08-22T20:28:50.3205118Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2024-08-22T20:28:50.3206925Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/scripts' 2024-08-22T20:28:50.3208432Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2024-08-22T20:28:50.3209802Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2024-08-22T20:28:50.3211285Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock' 2024-08-22T20:28:50.3213078Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/engine.rs' 2024-08-22T20:28:50.3214373Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/lib.rs' 2024-08-22T20:28:50.3215635Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/log.rs' 2024-08-22T20:28:50.3216887Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/main.rs' 2024-08-22T20:28:50.3218425Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/network.rs' 2024-08-22T20:28:50.3219996Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/rule.rs' 2024-08-22T20:28:50.3221365Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2024-08-22T20:28:50.3223278Z 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:50.3225456Z 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:50.3227285Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/snapshots' 2024-08-22T20:28:50.3228913Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src' 2024-08-22T20:28:50.3230593Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier' 2024-08-22T20:28:50.3231972Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2024-08-22T20:28:50.3233287Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2024-08-22T20:28:50.3234679Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2024-08-22T20:28:50.3236732Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2024-08-22T20:28:50.3238348Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2024-08-22T20:28:50.3239743Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs' 2024-08-22T20:28:50.3241351Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/Makefile' 2024-08-22T20:28:50.3242606Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/lambda_function.py' 2024-08-22T20:28:50.3244002Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/requirements.txt' 2024-08-22T20:28:50.3245366Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy' 2024-08-22T20:28:50.3246670Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2024-08-22T20:28:50.3247987Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/README.md' 2024-08-22T20:28:50.3249371Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2024-08-22T20:28:50.3250827Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2024-08-22T20:28:50.3252198Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor' 2024-08-22T20:28:50.3253581Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2024-08-22T20:28:50.3255053Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2024-08-22T20:28:50.3256505Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2024-08-22T20:28:50.3257957Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2024-08-22T20:28:50.3259524Z 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:50.3261125Z 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:50.3262674Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2024-08-22T20:28:50.3264059Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator' 2024-08-22T20:28:50.3265265Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda' 2024-08-22T20:28:50.3266490Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org/README.md' 2024-08-22T20:28:50.3268041Z 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:50.3269558Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2024-08-22T20:28:50.3270974Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org' 2024-08-22T20:28:50.3272184Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites' 2024-08-22T20:28:50.3273229Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws' 2024-08-22T20:28:50.3274233Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/mypy.ini' 2024-08-22T20:28:50.3275388Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/pyproject.toml' 2024-08-22T20:28:50.3276514Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/cut-release-branch.sh' 2024-08-22T20:28:50.3277614Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release' 2024-08-22T20:28:50.3278825Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/README.md' 2024-08-22T20:28:50.3279979Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/backup_conda.py' 2024-08-22T20:28:50.3281132Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/manage.py' 2024-08-22T20:28:50.3282277Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/requirements.txt' 2024-08-22T20:28:50.3283520Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/update_dependencies.py' 2024-08-22T20:28:50.3284697Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management' 2024-08-22T20:28:50.3285805Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.eslintignore' 2024-08-22T20:28:50.3286951Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.eslintrc.json' 2024-08-22T20:28:50.3288437Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.prettierignore' 2024-08-22T20:28:50.3289811Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.prettierrc.json' 2024-08-22T20:28:50.3290911Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/README.md' 2024-08-22T20:28:50.3292141Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2024-08-22T20:28:50.3293752Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2024-08-22T20:28:50.3295198Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2024-08-22T20:28:50.3296835Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__' 2024-08-22T20:28:50.3298091Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/jest.config.js' 2024-08-22T20:28:50.3299213Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/package.json' 2024-08-22T20:28:50.3300400Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2024-08-22T20:28:50.3301696Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/ec2-utils.ts' 2024-08-22T20:28:50.3303107Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/get-ip.ts' 2024-08-22T20:28:50.3304330Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/github-utils.ts' 2024-08-22T20:28:50.3305473Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/main.ts' 2024-08-22T20:28:50.3306589Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src' 2024-08-22T20:28:50.3307836Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/tsconfig.json' 2024-08-22T20:28:50.3309312Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/yarn.lock' 2024-08-22T20:28:50.3310442Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh' 2024-08-22T20:28:50.3311530Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/stats/README.md' 2024-08-22T20:28:50.3312765Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/stats/windows_smoke_tests.csv' 2024-08-22T20:28:50.3313867Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/stats' 2024-08-22T20:28:50.3315049Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/.gitignore' 2024-08-22T20:28:50.3316584Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/.tflint.hcl' 2024-08-22T20:28:50.3317883Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/LICENSE.md' 2024-08-22T20:28:50.3319183Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/README.md' 2024-08-22T20:28:50.3320952Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2024-08-22T20:28:50.3322419Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2024-08-22T20:28:50.3323795Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/kms.tf' 2024-08-22T20:28:50.3326252Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/main.tf' 2024-08-22T20:28:50.3327785Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2024-08-22T20:28:50.3329411Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2024-08-22T20:28:50.3331550Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2024-08-22T20:28:50.3333132Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2024-08-22T20:28:50.3334726Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2024-08-22T20:28:50.3336307Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda' 2024-08-22T20:28:50.3337958Z 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:50.3339626Z 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:50.3341795Z 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:50.3343851Z 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:50.3345849Z 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:50.3347954Z 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:50.3350004Z 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:50.3352060Z 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:50.3354271Z 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:50.3356328Z 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:50.3358452Z 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:50.3360753Z 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:50.3362888Z 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:50.3364962Z 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:50.3367276Z 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:50.3369807Z 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:50.3372337Z 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:50.3374963Z 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:50.3377874Z 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:50.3379998Z 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:50.3382105Z 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:50.3384127Z 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:50.3386255Z 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:50.3388233Z 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:50.3389913Z 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:50.3391920Z 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:50.3393865Z 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:50.3395820Z 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:50.3397961Z 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:50.3399962Z 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:50.3401853Z 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:50.3403849Z 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:50.3405809Z 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:50.3407507Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2024-08-22T20:28:50.3409631Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2024-08-22T20:28:50.3411342Z 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:50.3413003Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2024-08-22T20:28:50.3414583Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2024-08-22T20:28:50.3416157Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2024-08-22T20:28:50.3417810Z 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:50.3419891Z 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:50.3422115Z 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:50.3424129Z 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:50.3426052Z 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:50.3428103Z 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:50.3429942Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2024-08-22T20:28:50.3431689Z 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:50.3433461Z 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:50.3435675Z 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:50.3437756Z 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:50.3439850Z 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:50.3442103Z 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:50.3444268Z 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:50.3446185Z 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:50.3448077Z 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:50.3449917Z 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:50.3452002Z 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:50.3454105Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2024-08-22T20:28:50.3455770Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2024-08-22T20:28:50.3457364Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances' 2024-08-22T20:28:50.3458877Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2024-08-22T20:28:50.3460372Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2024-08-22T20:28:50.3461900Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2024-08-22T20:28:50.3463604Z 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:50.3465271Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2024-08-22T20:28:50.3467000Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2024-08-22T20:28:50.3468706Z 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:50.3470409Z 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:50.3472187Z 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:50.3473935Z 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:50.3475750Z 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:50.3477636Z 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:50.3479707Z 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:50.3481670Z 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:50.3483678Z 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:50.3485581Z 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:50.3487523Z 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:50.3489483Z 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:50.3491492Z 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:50.3493441Z 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:50.3495393Z 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:50.3497320Z 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:50.3499238Z 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:50.3501195Z 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:50.3503143Z 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:50.3505071Z 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:50.3507045Z 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:50.3508990Z 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:50.3510967Z 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:50.3512939Z 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:50.3514882Z 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:50.3516793Z 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:50.3518652Z 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:50.3520621Z 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:50.3522898Z 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:50.3525157Z 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:50.3527219Z 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:50.3529211Z 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:50.3531462Z 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:50.3533697Z 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:50.3535755Z 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:50.3537726Z 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:50.3539676Z 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:50.3541618Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2024-08-22T20:28:50.3543224Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2024-08-22T20:28:50.3544715Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2024-08-22T20:28:50.3546188Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2024-08-22T20:28:50.3547811Z 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:50.3549521Z 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:50.3551253Z 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:50.3552991Z 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:50.3554747Z 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:50.3556665Z 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:50.3558412Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies' 2024-08-22T20:28:50.3559955Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2024-08-22T20:28:50.3561464Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2024-08-22T20:28:50.3563104Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2024-08-22T20:28:50.3564595Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners' 2024-08-22T20:28:50.3566274Z 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:50.3567932Z 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:50.3569568Z 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:50.3571202Z 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:50.3573028Z 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:50.3574911Z 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:50.3576760Z 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:50.3578617Z 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:50.3580410Z 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:50.3582122Z 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:50.3583778Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2024-08-22T20:28:50.3585349Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2024-08-22T20:28:50.3586875Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2024-08-22T20:28:50.3588477Z 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:50.3590160Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2024-08-22T20:28:50.3591801Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2024-08-22T20:28:50.3593449Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2024-08-22T20:28:50.3595151Z 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:50.3596897Z 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:50.3598625Z 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:50.3600332Z 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:50.3602213Z 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:50.3603940Z 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:50.3605737Z 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:50.3607445Z 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:50.3609177Z 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:50.3611057Z 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:50.3612909Z 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:50.3614713Z 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:50.3616452Z 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:50.3618166Z 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:50.3620069Z 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:50.3622007Z 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:50.3623753Z 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:50.3625465Z 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:50.3627180Z 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:50.3628830Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2024-08-22T20:28:50.3630421Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2024-08-22T20:28:50.3631930Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2024-08-22T20:28:50.3633395Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2024-08-22T20:28:50.3634893Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2024-08-22T20:28:50.3636518Z 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:50.3638278Z 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:50.3640303Z 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:50.3642578Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2024-08-22T20:28:50.3644158Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2024-08-22T20:28:50.3645844Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2024-08-22T20:28:50.3647334Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2024-08-22T20:28:50.3648809Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook' 2024-08-22T20:28:50.3650227Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules' 2024-08-22T20:28:50.3651574Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/outputs.tf' 2024-08-22T20:28:50.3653070Z 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:50.3654593Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/policies' 2024-08-22T20:28:50.3656078Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2024-08-22T20:28:50.3657555Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/templates' 2024-08-22T20:28:50.3659041Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2024-08-22T20:28:50.3660596Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/terraform_migrations' 2024-08-22T20:28:50.3662065Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/variables.tf' 2024-08-22T20:28:50.3663377Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner' 2024-08-22T20:28:50.3664552Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/__init__.py' 2024-08-22T20:28:50.3665727Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/alerts/upload_alerts_to_aws.py' 2024-08-22T20:28:50.3667022Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/alerts/validate_alerts.py' 2024-08-22T20:28:50.3668171Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/alerts' 2024-08-22T20:28:50.3669380Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/README.md' 2024-08-22T20:28:50.3670766Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/binary_size_validation.py' 2024-08-22T20:28:50.3672186Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/requirements.txt' 2024-08-22T20:28:50.3673640Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2024-08-22T20:28:50.3675033Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation' 2024-08-22T20:28:50.3676293Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/.gitignore' 2024-08-22T20:28:50.3677694Z 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:50.3679482Z 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:50.3681035Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/11.x-patches' 2024-08-22T20:28:50.3682604Z 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:50.3684303Z 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:50.3686066Z 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:50.3687622Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/15.x-patches' 2024-08-22T20:28:50.3689221Z 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:50.3690772Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/17.x-patches' 2024-08-22T20:28:50.3692216Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2024-08-22T20:28:50.3693572Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/README.md' 2024-08-22T20:28:50.3694808Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/setup.sh' 2024-08-22T20:28:50.3696035Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/verify.sh' 2024-08-22T20:28:50.3697263Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks' 2024-08-22T20:28:50.3698561Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner/requirements.txt' 2024-08-22T20:28:50.3699947Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2024-08-22T20:28:50.3701268Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner' 2024-08-22T20:28:50.3702557Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/actionlint_linter.py' 2024-08-22T20:28:50.3703863Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/exec_linter.py' 2024-08-22T20:28:50.3705142Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/flake8_linter.py' 2024-08-22T20:28:50.3706413Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/grep_linter.py' 2024-08-22T20:28:50.3707837Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2024-08-22T20:28:50.3709192Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/mypy_linter.py' 2024-08-22T20:28:50.3710483Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/newlines_linter.py' 2024-08-22T20:28:50.3711757Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/pip_init.py' 2024-08-22T20:28:50.3713014Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/ruff_linter.py' 2024-08-22T20:28:50.3714254Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/s3_init.py' 2024-08-22T20:28:50.3715519Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/s3_init_config.json' 2024-08-22T20:28:50.3716913Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/ufmt_linter.py' 2024-08-22T20:28:50.3718155Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters' 2024-08-22T20:28:50.3719382Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter' 2024-08-22T20:28:50.3720548Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/CHANGELOG.md' 2024-08-22T20:28:50.3721731Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/Cargo.toml' 2024-08-22T20:28:50.3722879Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/LICENSE' 2024-08-22T20:28:50.3724012Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/README.md' 2024-08-22T20:28:50.3725180Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/cliff.toml' 2024-08-22T20:28:50.3726355Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/do_release.sh' 2024-08-22T20:28:50.3727662Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/config_example.toml' 2024-08-22T20:28:50.3729031Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/flake8_linter.py' 2024-08-22T20:28:50.3730382Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/rustfmt_linter.py' 2024-08-22T20:28:50.3731685Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples' 2024-08-22T20:28:50.3732910Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/pyproject.toml' 2024-08-22T20:28:50.3734125Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/rustfmt.toml' 2024-08-22T20:28:50.3735301Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/git.rs' 2024-08-22T20:28:50.3736459Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/init.rs' 2024-08-22T20:28:50.3737614Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lib.rs' 2024-08-22T20:28:50.3738820Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lint_config.rs' 2024-08-22T20:28:50.3740083Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lint_message.rs' 2024-08-22T20:28:50.3741471Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/linter.rs' 2024-08-22T20:28:50.3742690Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/log_utils.rs' 2024-08-22T20:28:50.3743894Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/main.rs' 2024-08-22T20:28:50.3745063Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/path.rs' 2024-08-22T20:28:50.3746295Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/persistent_data.rs' 2024-08-22T20:28:50.3747572Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/rage.rs' 2024-08-22T20:28:50.3748747Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/render.rs' 2024-08-22T20:28:50.3749957Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/sapling.rs' 2024-08-22T20:28:50.3751161Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/testing.rs' 2024-08-22T20:28:50.3752545Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/version_control.rs' 2024-08-22T20:28:50.3753796Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src' 2024-08-22T20:28:50.3755118Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/fixtures/fake_source_file.rs' 2024-08-22T20:28:50.3756615Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/fixtures' 2024-08-22T20:28:50.3757951Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/integration_test.rs' 2024-08-22T20:28:50.3759565Z 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:50.3761415Z 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:50.3763225Z 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:50.3764983Z 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:50.3766756Z 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:50.3768641Z 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:50.3770463Z 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:50.3772193Z 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:50.3773935Z 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:50.3775655Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__invalid_args.snap' 2024-08-22T20:28:50.3777356Z 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:50.3779141Z 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:50.3781031Z 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:50.3782971Z 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:50.3784805Z 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:50.3786784Z 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:50.3788848Z 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:50.3790698Z 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:50.3792537Z 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:50.3794247Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter.snap' 2024-08-22T20:28:50.3796152Z 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:50.3798077Z 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:50.3799885Z 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:50.3801696Z 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:50.3803574Z 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:50.3805429Z 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:50.3807250Z 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:50.3809851Z 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:50.3811674Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__tee_json.snap' 2024-08-22T20:28:50.3813415Z 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:50.3815028Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots' 2024-08-22T20:28:50.3816346Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests' 2024-08-22T20:28:50.3817824Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools/convert_to_sarif.py' 2024-08-22T20:28:50.3819189Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools/convert_to_sarif_test.py' 2024-08-22T20:28:50.3820478Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools' 2024-08-22T20:28:50.3821652Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner' 2024-08-22T20:28:50.3822937Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2024-08-22T20:28:50.3824195Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/mirror-pypi' 2024-08-22T20:28:50.3825355Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.flake8' 2024-08-22T20:28:50.3826542Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.gitattributes' 2024-08-22T20:28:50.3827816Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.gitignore' 2024-08-22T20:28:50.3828965Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/Makefile' 2024-08-22T20:28:50.3830128Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/README.md' 2024-08-22T20:28:50.3831424Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/poetry.lock' 2024-08-22T20:28:50.3832634Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pyproject.toml' 2024-08-22T20:28:50.3833966Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2024-08-22T20:28:50.3835472Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2024-08-22T20:28:50.3836884Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2024-08-22T20:28:50.3838265Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2024-08-22T20:28:50.3839641Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2024-08-22T20:28:50.3841386Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2024-08-22T20:28:50.3842814Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2024-08-22T20:28:50.3844200Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2024-08-22T20:28:50.3845590Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2024-08-22T20:28:50.3846998Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2024-08-22T20:28:50.3848444Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/assets' 2024-08-22T20:28:50.3849753Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_conda.py' 2024-08-22T20:28:50.3851040Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2024-08-22T20:28:50.3852318Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_macos.py' 2024-08-22T20:28:50.3853595Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_utils.py' 2024-08-22T20:28:50.3854897Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_version.py' 2024-08-22T20:28:50.3856189Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2024-08-22T20:28:50.3857436Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests' 2024-08-22T20:28:50.3858625Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers' 2024-08-22T20:28:50.3859832Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/README.md' 2024-08-22T20:28:50.3861361Z 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:50.3863135Z 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:50.3864881Z 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:50.3866618Z 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:50.3868430Z 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:50.3870330Z 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:50.3872044Z 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:50.3873876Z 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:50.3875589Z 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:50.3877262Z 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:50.3878924Z 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:50.3880595Z 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:50.3882313Z 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:50.3883999Z 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:50.3885772Z 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:50.3887663Z 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:50.3889449Z 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:50.3891189Z 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:50.3892829Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.artifacts.raw.json' 2024-08-22T20:28:50.3894418Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.artifacts.sql.json' 2024-08-22T20:28:50.3896031Z 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:50.3897669Z 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:50.3899315Z 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:50.3900989Z 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:50.3902735Z 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:50.3904465Z 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:50.3906141Z 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:50.3907981Z 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:50.3909615Z 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:50.3911307Z 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:50.3912971Z 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:50.3914698Z 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:50.3916410Z 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:50.3918108Z 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:50.3919804Z 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:50.3921494Z 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:50.3923189Z 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:50.3924919Z 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:50.3926616Z 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:50.3928307Z 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:50.3930009Z 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:50.3931718Z 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:50.3933507Z 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:50.3935393Z 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:50.3937207Z 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:50.3938918Z 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:50.3940832Z 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:50.3942531Z 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:50.3944198Z 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:50.3946016Z 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:50.3947754Z 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:50.3949358Z 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:50.3951144Z 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:50.3952859Z 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:50.3954556Z 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:50.3956243Z 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:50.3957928Z 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:50.3959625Z 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:50.3961392Z 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:50.3963113Z 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:50.3964777Z 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:50.3966369Z 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:50.3968042Z 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:50.3969771Z 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:50.3971414Z 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:50.3972978Z 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:50.3974604Z 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:50.3976283Z 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:50.3978045Z 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:50.3979877Z 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:50.3981602Z 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:50.3983236Z 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:50.3985048Z 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:50.3986706Z 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:50.3988450Z 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:50.3990010Z 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:50.3991803Z 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:50.3993770Z 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:50.3995731Z 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:50.3997673Z 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:50.3999558Z 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:50.4001425Z 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:50.4003127Z 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:50.4004717Z 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:50.4006372Z 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:50.4008072Z 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:50.4009770Z 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:50.4011457Z 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:50.4013166Z 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:50.4014860Z 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:50.4016573Z 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:50.4018293Z 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:50.4020115Z 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:50.4021866Z 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:50.4023679Z 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:50.4025388Z 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:50.4027262Z 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:50.4028977Z 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:50.4030675Z 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:50.4032423Z 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:50.4034108Z 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:50.4035806Z 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:50.4037529Z 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:50.4039252Z 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:50.4041295Z 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:50.4042922Z 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:50.4044507Z 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:50.4046085Z 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:50.4047700Z 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:50.4049349Z 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:50.4051033Z 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:50.4052691Z 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:50.4054381Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.queryPerfNigthlyRunID.raw.json' 2024-08-22T20:28:50.4056136Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.queryPerfNigthlyRunID.sql.json' 2024-08-22T20:28:50.4057849Z 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:50.4059540Z 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:50.4061440Z 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:50.4063194Z 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:50.4064861Z 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:50.4066597Z 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:50.4068283Z 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:50.4069965Z 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:50.4071677Z 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:50.4073418Z 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:50.4075078Z 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:50.4076663Z 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:50.4078314Z 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:50.4080030Z 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:50.4081722Z 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:50.4083395Z 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:50.4085078Z 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:50.4086767Z 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:50.4088507Z 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:50.4090300Z 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:50.4092122Z 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:50.4093969Z 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:50.4095741Z 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:50.4097468Z 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:50.4099192Z 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:50.4101032Z 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:50.4102843Z 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:50.4104730Z 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:50.4106488Z 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:50.4108260Z 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:50.4109999Z 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:50.4111773Z 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:50.4113572Z 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:50.4115364Z 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:50.4117104Z 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:50.4118789Z 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:50.4120569Z 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:50.4122443Z 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:50.4124194Z 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:50.4125858Z 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:50.4127607Z 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:50.4129430Z 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:50.4131187Z 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:50.4132880Z 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:50.4134618Z 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:50.4136382Z 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:50.4138227Z 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:50.4139958Z 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:50.4141968Z 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:50.4143825Z 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:50.4145485Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.unclassified.raw.json' 2024-08-22T20:28:50.4147170Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.unclassified.sql.json' 2024-08-22T20:28:50.4148867Z 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:50.4150607Z 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:50.4152317Z 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:50.4153972Z 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:50.4155672Z 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:50.4157420Z 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:50.4159149Z 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:50.4160848Z 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:50.4162543Z 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:50.4164207Z 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:50.4165904Z 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:50.4167703Z 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:50.4169501Z 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:50.4171214Z 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:50.4172991Z 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:50.4174830Z 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:50.4176853Z 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:50.4178782Z 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:50.4180732Z 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:50.4182757Z 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:50.4184610Z 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:50.4186388Z 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:50.4188211Z 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:50.4189916Z 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:50.4191649Z 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:50.4193365Z 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:50.4195076Z 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:50.4196784Z 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:50.4198574Z 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:50.4200433Z 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:50.4202275Z 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:50.4204086Z 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:50.4205821Z 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:50.4207461Z 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:50.4209149Z 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:50.4210913Z 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:50.4212703Z 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:50.4214471Z 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:50.4216283Z 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:50.4218238Z 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:50.4220329Z 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:50.4222390Z 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:50.4224378Z 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:50.4226334Z 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:50.4228222Z 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:50.4229980Z 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:50.4231728Z 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:50.4233459Z 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:50.4235156Z 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:50.4236841Z 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:50.4238535Z 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:50.4240277Z 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:50.4242286Z 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:50.4243985Z 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:50.4245690Z 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:50.4247404Z 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:50.4249081Z 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:50.4250730Z 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:50.4252477Z 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:50.4254209Z 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:50.4256033Z 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:50.4257691Z 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:50.4259358Z 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:50.4261219Z 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:50.4263005Z 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:50.4264647Z 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:50.4266329Z 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:50.4268134Z 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:50.4269835Z 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:50.4271469Z 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:50.4273124Z 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:50.4274802Z 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:50.4276521Z 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:50.4278251Z 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:50.4279954Z 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:50.4281627Z 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:50.4283295Z 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:50.4284958Z 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:50.4286625Z 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:50.4288322Z 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:50.4290041Z 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:50.4291856Z 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:50.4293636Z 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:50.4295558Z 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:50.4297279Z 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:50.4299003Z 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:50.4300663Z 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:50.4302387Z 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:50.4304049Z 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:50.4305670Z 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:50.4307416Z 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:50.4309134Z 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:50.4310840Z 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:50.4312553Z 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:50.4314300Z 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:50.4316049Z 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:50.4317730Z 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:50.4319326Z 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:50.4321010Z 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:50.4322715Z 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:50.4324380Z 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:50.4326020Z 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:50.4327637Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.reverts.raw.json' 2024-08-22T20:28:50.4329195Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.reverts.sql.json' 2024-08-22T20:28:50.4330794Z 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:50.4332557Z 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:50.4334184Z 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:50.4335779Z 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:50.4337443Z 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:50.4339004Z 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:50.4340770Z 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:50.4342372Z 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:50.4344013Z 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:50.4345741Z 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:50.4347617Z 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:50.4349465Z 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:50.4351195Z 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:50.4352827Z 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:50.4354489Z 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:50.4356190Z 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:50.4357927Z 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:50.4359699Z 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:50.4361403Z 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:50.4363021Z 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:50.4364657Z 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:50.4366317Z 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:50.4368025Z 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:50.4369766Z 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:50.4371704Z 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:50.4373552Z 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:50.4375442Z 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:50.4377121Z 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:50.4378831Z 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:50.4380580Z 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:50.4382355Z 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:50.4384144Z 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:50.4385933Z 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:50.4387776Z 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:50.4389545Z 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:50.4391306Z 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:50.4393065Z 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:50.4394908Z 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:50.4396681Z 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:50.4398390Z 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:50.4400181Z 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:50.4401997Z 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:50.4403734Z 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:50.4405400Z 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:50.4407119Z 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:50.4408880Z 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:50.4410739Z 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:50.4412827Z 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:50.4414974Z 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:50.4417082Z 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:50.4419273Z 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:50.4421606Z 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:50.4423850Z 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:50.4426082Z 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:50.4428114Z 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:50.4429861Z 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:50.4431738Z 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:50.4433715Z 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:50.4435632Z 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:50.4437400Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:50.4437998Z + echo ::endgroup:: 2024-08-22T20:28:50.4439132Z 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:50.4441361Z 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:50.4443257Z 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:50.4445118Z 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:50.4446975Z 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:50.4448786Z 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:50.4450689Z 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:50.4452514Z 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:50.4454280Z 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:50.4456163Z 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:50.4457939Z 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:50.4458834Z 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:50.4459746Z 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:50.4460624Z 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:50.4461565Z 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:50.4462457Z 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:50.4463346Z 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:50.4464164Z 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:50.4464969Z 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:50.4465891Z 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:50.4466875Z 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:50.4467841Z 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:50.4468799Z 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:50.4469751Z 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:50.4470706Z 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:50.4471560Z 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:50.4472406Z 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:50.4473332Z 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:50.4474335Z 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:50.4475237Z 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:50.4476201Z 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:50.4476881Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup' 2024-08-22T20:28:50.4477543Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2024-08-22T20:28:50.4478183Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/rockset_queries.py' 2024-08-22T20:28:50.4478779Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration' 2024-08-22T20:28:50.4479393Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/analyze_ci_workflows.py' 2024-08-22T20:28:50.4479982Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/backfill_events.py' 2024-08-22T20:28:50.4480658Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2024-08-22T20:28:50.4481296Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/download-lambdas.py' 2024-08-22T20:28:50.4481941Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/fetch_latest_green_commit.py' 2024-08-22T20:28:50.4482599Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_binary_build_matrix.py' 2024-08-22T20:28:50.4483269Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_docker_release_matrix.py' 2024-08-22T20:28:50.4483899Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_release_matrix.py' 2024-08-22T20:28:50.4484446Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/gitutils.py' 2024-08-22T20:28:50.4485127Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2024-08-22T20:28:50.4485719Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/rockset_autoscale.py' 2024-08-22T20:28:50.4486253Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts' 2024-08-22T20:28:50.4486897Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/.gitignore' 2024-08-22T20:28:50.4487527Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/Makefile' 2024-08-22T20:28:50.4488164Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/README.md' 2024-08-22T20:28:50.4488875Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2024-08-22T20:28:50.4489619Z 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:50.4490351Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2024-08-22T20:28:50.4491110Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2024-08-22T20:28:50.4492046Z 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:50.4492728Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2024-08-22T20:28:50.4493362Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils' 2024-08-22T20:28:50.4493982Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/.flake8' 2024-08-22T20:28:50.4494560Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/.gitignore' 2024-08-22T20:28:50.4495171Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/analyze-history' 2024-08-22T20:28:50.4495986Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2024-08-22T20:28:50.4496569Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin' 2024-08-22T20:28:50.4497155Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/pyproject.toml' 2024-08-22T20:28:50.4497742Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/requirements.txt' 2024-08-22T20:28:50.4498351Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/__init__.py' 2024-08-22T20:28:50.4498932Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/ast.py' 2024-08-22T20:28:50.4499530Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/checker.py' 2024-08-22T20:28:50.4500170Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/compatibility.py' 2024-08-22T20:28:50.4500739Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/git.py' 2024-08-22T20:28:50.4501358Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/github.py' 2024-08-22T20:28:50.4501976Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/types.py' 2024-08-22T20:28:50.4502596Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/violations.py' 2024-08-22T20:28:50.4503182Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api' 2024-08-22T20:28:50.4503748Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src' 2024-08-22T20:28:50.4504362Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/conftest.py' 2024-08-22T20:28:50.4504982Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast.py' 2024-08-22T20:28:50.4505741Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2024-08-22T20:28:50.4506435Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2024-08-22T20:28:50.4507198Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2024-08-22T20:28:50.4507815Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_git.py' 2024-08-22T20:28:50.4508460Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_github.py' 2024-08-22T20:28:50.4509057Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api' 2024-08-22T20:28:50.4509820Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2024-08-22T20:28:50.4510468Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/git.py' 2024-08-22T20:28:50.4511123Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/source.py' 2024-08-22T20:28:50.4511858Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing' 2024-08-22T20:28:50.4512452Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib' 2024-08-22T20:28:50.4513023Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests' 2024-08-22T20:28:50.4513575Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold' 2024-08-22T20:28:50.4514093Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/README.md' 2024-08-22T20:28:50.4514807Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2024-08-22T20:28:50.4515521Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2024-08-22T20:28:50.4516278Z 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:50.4517002Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2024-08-22T20:28:50.4517704Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2024-08-22T20:28:50.4518372Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2024-08-22T20:28:50.4519061Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2024-08-22T20:28:50.4519783Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2024-08-22T20:28:50.4520508Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2024-08-22T20:28:50.4521061Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets' 2024-08-22T20:28:50.4521729Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2024-08-22T20:28:50.4522389Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2024-08-22T20:28:50.4523062Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2024-08-22T20:28:50.4523685Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_rockset_autoscale.py' 2024-08-22T20:28:50.4524281Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_validate_alerts.py' 2024-08-22T20:28:50.4524867Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/update_test_assets.sh' 2024-08-22T20:28:50.4525393Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests' 2024-08-22T20:28:50.4525918Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/README.md' 2024-08-22T20:28:50.4526488Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/check_alerts.py' 2024-08-22T20:28:50.4527097Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/compute_correlation.py' 2024-08-22T20:28:50.4527825Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/download_logs.py' 2024-08-22T20:28:50.4528414Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/github_analyze.py' 2024-08-22T20:28:50.4528971Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/pyproject.toml' 2024-08-22T20:28:50.4529592Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/queue_alert.py' 2024-08-22T20:28:50.4530169Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/requirements.txt' 2024-08-22T20:28:50.4530701Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/reverts.py' 2024-08-22T20:28:50.4531267Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/rockset_utils.py' 2024-08-22T20:28:50.4531888Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/get_merge_base_info.py' 2024-08-22T20:28:50.4532631Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2024-08-22T20:28:50.4533364Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2024-08-22T20:28:50.4534096Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2024-08-22T20:28:50.4534750Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2024-08-22T20:28:50.4535370Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_rockset_analysis.py' 2024-08-22T20:28:50.4535907Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/utils.py' 2024-08-22T20:28:50.4536451Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td' 2024-08-22T20:28:50.4537192Z 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:50.4537766Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/td' 2024-08-22T20:28:50.4538406Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_check_alerts.py' 2024-08-22T20:28:50.4539025Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_queue_alert.py' 2024-08-22T20:28:50.4539692Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_update_test_times.py' 2024-08-22T20:28:50.4540250Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests' 2024-08-22T20:28:50.4541107Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/update_test_times.py' 2024-08-22T20:28:50.4541708Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/utils.py' 2024-08-22T20:28:50.4542232Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci' 2024-08-22T20:28:50.4542774Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchfix/README.md' 2024-08-22T20:28:50.4543300Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchfix' 2024-08-22T20:28:50.4543777Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools' 2024-08-22T20:28:50.4544288Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.env.example' 2024-08-22T20:28:50.4544809Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.eslintrc.json' 2024-08-22T20:28:50.4545299Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.gitignore' 2024-08-22T20:28:50.4545971Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.prettierignore' 2024-08-22T20:28:50.4546511Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.prettierrc.json' 2024-08-22T20:28:50.4547166Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/README.md' 2024-08-22T20:28:50.4547891Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2024-08-22T20:28:50.4548599Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2024-08-22T20:28:50.4549318Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2024-08-22T20:28:50.4550078Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2024-08-22T20:28:50.4550827Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2024-08-22T20:28:50.4551611Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2024-08-22T20:28:50.4552330Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2024-08-22T20:28:50.4553039Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2024-08-22T20:28:50.4553739Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push' 2024-08-22T20:28:50.4554469Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2024-08-22T20:28:50.4555179Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2024-08-22T20:28:50.4555887Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red' 2024-08-22T20:28:50.4556647Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2024-08-22T20:28:50.4557380Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2024-08-22T20:28:50.4558115Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2024-08-22T20:28:50.4558842Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2024-08-22T20:28:50.4559569Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2024-08-22T20:28:50.4560174Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries' 2024-08-22T20:28:50.4560867Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/AnnouncementBanner.module.css' 2024-08-22T20:28:50.4561522Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/AnnouncementBanner.tsx' 2024-08-22T20:28:50.4562166Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ClickHouseCheckBox.tsx' 2024-08-22T20:28:50.4562772Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/CommitStatus.tsx' 2024-08-22T20:28:50.4563354Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/CopyLink.tsx' 2024-08-22T20:28:50.4564065Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/DynamicTitle.tsx' 2024-08-22T20:28:50.4564674Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ErrorBoundary.tsx' 2024-08-22T20:28:50.4565306Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/FilteredJobList.tsx' 2024-08-22T20:28:50.4566044Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GranularityPicker.tsx' 2024-08-22T20:28:50.4566720Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2024-08-22T20:28:50.4567362Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GroupJobConclusion.tsx' 2024-08-22T20:28:50.4568012Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobAnnotationToggle.tsx' 2024-08-22T20:28:50.4568617Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobArtifact.tsx' 2024-08-22T20:28:50.4569278Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobConclusion.module.css' 2024-08-22T20:28:50.4569896Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobConclusion.tsx' 2024-08-22T20:28:50.4570519Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobFilterInput.tsx' 2024-08-22T20:28:50.4571139Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobLinks.module.css' 2024-08-22T20:28:50.4571719Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobLinks.tsx' 2024-08-22T20:28:50.4572304Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobSummary.tsx' 2024-08-22T20:28:50.4572900Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobTooltip.tsx' 2024-08-22T20:28:50.4573551Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LogAnnotationToggle.tsx' 2024-08-22T20:28:50.4574133Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LogViewer.tsx' 2024-08-22T20:28:50.4574747Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoggedInMenu.tsx' 2024-08-22T20:28:50.4575395Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoginSection.module.css' 2024-08-22T20:28:50.4575997Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoginSection.tsx' 2024-08-22T20:28:50.4576606Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/NavBar.module.css' 2024-08-22T20:28:50.4577174Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/NavBar.tsx' 2024-08-22T20:28:50.4577787Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/PageSelector.tsx' 2024-08-22T20:28:50.4578439Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ReproductionCommand.tsx' 2024-08-22T20:28:50.4579071Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/SevReport.module.css' 2024-08-22T20:28:50.4579662Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/SevReport.tsx' 2024-08-22T20:28:50.4580262Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TestInsights.tsx' 2024-08-22T20:28:50.4580854Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TimeUtils.tsx' 2024-08-22T20:28:50.4581665Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TooltipTarget.module.css' 2024-08-22T20:28:50.4582279Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TooltipTarget.tsx' 2024-08-22T20:28:50.4582881Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ValuePicker.tsx' 2024-08-22T20:28:50.4583608Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/VersionControlLinks.tsx' 2024-08-22T20:28:50.4584225Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/WithCommitData.tsx' 2024-08-22T20:28:50.4584826Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/WorkflowBox.tsx' 2024-08-22T20:28:50.4585465Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/WorkflowDispatcher.tsx' 2024-08-22T20:28:50.4586198Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2024-08-22T20:28:50.4586982Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2024-08-22T20:28:50.4587732Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2024-08-22T20:28:50.4588449Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2024-08-22T20:28:50.4589119Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo' 2024-08-22T20:28:50.4589861Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2024-08-22T20:28:50.4590519Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2024-08-22T20:28:50.4591266Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2024-08-22T20:28:50.4591912Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/common.tsx' 2024-08-22T20:28:50.4592650Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2024-08-22T20:28:50.4593372Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2024-08-22T20:28:50.4594125Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2024-08-22T20:28:50.4594841Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2024-08-22T20:28:50.4595575Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2024-08-22T20:28:50.4596343Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2024-08-22T20:28:50.4597078Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2024-08-22T20:28:50.4597766Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/common.tsx' 2024-08-22T20:28:50.4598436Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers' 2024-08-22T20:28:50.4599160Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/ModelGraphPanel.tsx' 2024-08-22T20:28:50.4599861Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/SummaryPanel.tsx' 2024-08-22T20:28:50.4600613Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/common.tsx' 2024-08-22T20:28:50.4601263Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms' 2024-08-22T20:28:50.4602050Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2024-08-22T20:28:50.4602727Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao/common.tsx' 2024-08-22T20:28:50.4603391Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao' 2024-08-22T20:28:50.4603998Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark' 2024-08-22T20:28:50.4604616Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/commit.module.css' 2024-08-22T20:28:50.4605212Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/hud.module.css' 2024-08-22T20:28:50.4605842Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics.module.css' 2024-08-22T20:28:50.4606715Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/GenerateIndividualTestsLeaderboard.tsx' 2024-08-22T20:28:50.4607580Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/GenerateTestInsightsOverviewTable.tsx' 2024-08-22T20:28:50.4608280Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2024-08-22T20:28:50.4608959Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2024-08-22T20:28:50.4609694Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2024-08-22T20:28:50.4610407Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2024-08-22T20:28:50.4611067Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels' 2024-08-22T20:28:50.4611714Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics' 2024-08-22T20:28:50.4612327Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/minihud.module.css' 2024-08-22T20:28:50.4612886Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components' 2024-08-22T20:28:50.4613435Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/docs/architecture.md' 2024-08-22T20:28:50.4613988Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/docs/write-path.png' 2024-08-22T20:28:50.4614514Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/docs' 2024-08-22T20:28:50.4615031Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/jest.config.js' 2024-08-22T20:28:50.4615587Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/GeneralUtils.ts' 2024-08-22T20:28:50.4616171Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/JobClassifierUtil.ts' 2024-08-22T20:28:50.4616734Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/ParamSelector.tsx' 2024-08-22T20:28:50.4617283Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/RevertModal.tsx' 2024-08-22T20:28:50.4617899Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2024-08-22T20:28:50.4618569Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark/llmUtils.ts' 2024-08-22T20:28:50.4619147Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark' 2024-08-22T20:28:50.4619695Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/Constants.ts' 2024-08-22T20:28:50.4620353Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/autoCcBot.ts' 2024-08-22T20:28:50.4620926Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/autoLabelBot.ts' 2024-08-22T20:28:50.4621645Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2024-08-22T20:28:50.4622264Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2024-08-22T20:28:50.4622818Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/cliParser.ts' 2024-08-22T20:28:50.4623450Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2024-08-22T20:28:50.4623993Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/drciBot.ts' 2024-08-22T20:28:50.4624527Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/index.ts' 2024-08-22T20:28:50.4625096Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchBot.ts' 2024-08-22T20:28:50.4625703Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2024-08-22T20:28:50.4626309Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2024-08-22T20:28:50.4626914Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/retryBot.ts' 2024-08-22T20:28:50.4627519Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2024-08-22T20:28:50.4628104Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/subscriptions.ts' 2024-08-22T20:28:50.4628774Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2024-08-22T20:28:50.4629307Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/utils.ts' 2024-08-22T20:28:50.4629986Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2024-08-22T20:28:50.4630579Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2024-08-22T20:28:50.4631113Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot' 2024-08-22T20:28:50.4631657Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/clickhouse.ts' 2024-08-22T20:28:50.4632197Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/commitUtils.ts' 2024-08-22T20:28:50.4632801Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/correlation_matrix.json' 2024-08-22T20:28:50.4633335Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/drciUtils.ts' 2024-08-22T20:28:50.4633851Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/dynamo.ts' 2024-08-22T20:28:50.4634399Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchCommit.ts' 2024-08-22T20:28:50.4635042Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2024-08-22T20:28:50.4635726Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchFailureSamples.ts' 2024-08-22T20:28:50.4636298Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchFlakyTests.ts' 2024-08-22T20:28:50.4636826Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchHud.ts' 2024-08-22T20:28:50.4637505Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2024-08-22T20:28:50.4638021Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchPR.ts' 2024-08-22T20:28:50.4638635Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2024-08-22T20:28:50.4639187Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchS3Links.ts' 2024-08-22T20:28:50.4639725Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/getAuthors.ts' 2024-08-22T20:28:50.4640255Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/github.ts' 2024-08-22T20:28:50.4641037Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/githubFunctions.ts' 2024-08-22T20:28:50.4641566Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/jobUtils.ts' 2024-08-22T20:28:50.4642114Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/metricUtils.ts' 2024-08-22T20:28:50.4642649Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/opensearch.ts' 2024-08-22T20:28:50.4643177Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/rockset.ts' 2024-08-22T20:28:50.4643666Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/s3.ts' 2024-08-22T20:28:50.4644201Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/searchLogs.ts' 2024-08-22T20:28:50.4644755Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/searchUtils.ts' 2024-08-22T20:28:50.4645262Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/track.ts' 2024-08-22T20:28:50.4645758Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/types.ts' 2024-08-22T20:28:50.4646395Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useGroupingPreference.tsx' 2024-08-22T20:28:50.4646925Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useHudData.ts' 2024-08-22T20:28:50.4647470Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useScrollTo.ts' 2024-08-22T20:28:50.4648035Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useTableFilter.ts' 2024-08-22T20:28:50.4648551Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib' 2024-08-22T20:28:50.4649073Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/next-env.d.ts' 2024-08-22T20:28:50.4649598Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/next.config.js' 2024-08-22T20:28:50.4650150Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/package-lock.json' 2024-08-22T20:28:50.4650653Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/package.json' 2024-08-22T20:28:50.4651413Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2024-08-22T20:28:50.4652129Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2024-08-22T20:28:50.4652883Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2024-08-22T20:28:50.4653698Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2024-08-22T20:28:50.4654437Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2024-08-22T20:28:50.4655232Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2024-08-22T20:28:50.4655901Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]' 2024-08-22T20:28:50.4656495Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]' 2024-08-22T20:28:50.4657017Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/_app.tsx' 2024-08-22T20:28:50.4657694Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/_githubrunnersutilization.tsx' 2024-08-22T20:28:50.4658420Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2024-08-22T20:28:50.4659156Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2024-08-22T20:28:50.4659906Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2024-08-22T20:28:50.4660620Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2024-08-22T20:28:50.4661356Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2024-08-22T20:28:50.4661972Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]' 2024-08-22T20:28:50.4662653Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2024-08-22T20:28:50.4663275Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts/s3' 2024-08-22T20:28:50.4663878Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts' 2024-08-22T20:28:50.4664513Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/auth/[...nextauth].js' 2024-08-22T20:28:50.4665083Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/auth' 2024-08-22T20:28:50.4665738Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2024-08-22T20:28:50.4666342Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/clickhouse' 2024-08-22T20:28:50.4667062Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2024-08-22T20:28:50.4667640Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/drci/drci.ts' 2024-08-22T20:28:50.4668208Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/drci' 2024-08-22T20:28:50.4668767Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/failure.ts' 2024-08-22T20:28:50.4669403Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2024-08-22T20:28:50.4670049Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests/flakytest.ts' 2024-08-22T20:28:50.4670679Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests' 2024-08-22T20:28:50.4671627Z 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:50.4672497Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2024-08-22T20:28:50.4673369Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2024-08-22T20:28:50.4674084Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2024-08-22T20:28:50.4674738Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch' 2024-08-22T20:28:50.4675346Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/webhooks.ts' 2024-08-22T20:28:50.4675941Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github' 2024-08-22T20:28:50.4676715Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2024-08-22T20:28:50.4677480Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:50.4678205Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2024-08-22T20:28:50.4678845Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]' 2024-08-22T20:28:50.4679413Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud' 2024-08-22T20:28:50.4680008Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/issue/[label].ts' 2024-08-22T20:28:50.4680595Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/issue' 2024-08-22T20:28:50.4681423Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2024-08-22T20:28:50.4682285Z 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:50.4683135Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2024-08-22T20:28:50.4684011Z 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:50.4684838Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2024-08-22T20:28:50.4685632Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2024-08-22T20:28:50.4686341Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2024-08-22T20:28:50.4686984Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation' 2024-08-22T20:28:50.4687808Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2024-08-22T20:28:50.4688584Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2024-08-22T20:28:50.4689306Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2024-08-22T20:28:50.4690019Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation' 2024-08-22T20:28:50.4690733Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query/[collection]/[lambdaName].ts' 2024-08-22T20:28:50.4691553Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query/[collection]' 2024-08-22T20:28:50.4692137Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query' 2024-08-22T20:28:50.4692698Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/search.ts' 2024-08-22T20:28:50.4693379Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2024-08-22T20:28:50.4694052Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/usage-log-aggregator' 2024-08-22T20:28:50.4694610Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api' 2024-08-22T20:28:50.4695351Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2024-08-22T20:28:50.4696053Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2024-08-22T20:28:50.4696690Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]' 2024-08-22T20:28:50.4697307Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/compilers.tsx' 2024-08-22T20:28:50.4697996Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/llms.tsx' 2024-08-22T20:28:50.4698649Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/torchao.tsx' 2024-08-22T20:28:50.4699286Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark' 2024-08-22T20:28:50.4699857Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/correlation.tsx' 2024-08-22T20:28:50.4700409Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/disabled.tsx' 2024-08-22T20:28:50.4701240Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:50.4702100Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:50.4702875Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2024-08-22T20:28:50.4703607Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]' 2024-08-22T20:28:50.4704198Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs' 2024-08-22T20:28:50.4704747Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failure.tsx' 2024-08-22T20:28:50.4705330Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/flakytest.tsx' 2024-08-22T20:28:50.4706177Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:50.4706994Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:50.4707677Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2024-08-22T20:28:50.4708395Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]' 2024-08-22T20:28:50.4708944Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud' 2024-08-22T20:28:50.4709465Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/kpis.tsx' 2024-08-22T20:28:50.4710108Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/login_test.tsx' 2024-08-22T20:28:50.4710643Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/metrics.tsx' 2024-08-22T20:28:50.4711442Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:50.4712205Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:50.4712925Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2024-08-22T20:28:50.4713572Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]' 2024-08-22T20:28:50.4714148Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud' 2024-08-22T20:28:50.4714705Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/nightlies.tsx' 2024-08-22T20:28:50.4715487Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2024-08-22T20:28:50.4716216Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2024-08-22T20:28:50.4716891Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]' 2024-08-22T20:28:50.4717490Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability' 2024-08-22T20:28:50.4718007Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/sli.tsx' 2024-08-22T20:28:50.4718593Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/test/insights.tsx' 2024-08-22T20:28:50.4719143Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/test' 2024-08-22T20:28:50.4719736Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead.tsx' 2024-08-22T20:28:50.4720394Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead/insights.tsx' 2024-08-22T20:28:50.4721122Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead/oncall_insights.tsx' 2024-08-22T20:28:50.4721773Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead' 2024-08-22T20:28:50.4722301Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tests.tsx' 2024-08-22T20:28:50.4722946Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2024-08-22T20:28:50.4723542Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/torchbench' 2024-08-22T20:28:50.4724321Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:50.4725064Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:50.4725747Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2024-08-22T20:28:50.4726452Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]' 2024-08-22T20:28:50.4727004Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts' 2024-08-22T20:28:50.4727525Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages' 2024-08-22T20:28:50.4728240Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public/failures_spritesheet.png' 2024-08-22T20:28:50.4728787Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public/favicon.ico' 2024-08-22T20:28:50.4729318Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public' 2024-08-22T20:28:50.4729880Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset.config.json' 2024-08-22T20:28:50.4730681Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql/oss_ci_benchmark_branches.sql' 2024-08-22T20:28:50.4731477Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql/oss_ci_benchmark_llms.sql' 2024-08-22T20:28:50.4732235Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql/oss_ci_benchmark_names.sql' 2024-08-22T20:28:50.4732873Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql' 2024-08-22T20:28:50.4733661Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/oss_ci_benchmark_branches.lambda.json' 2024-08-22T20:28:50.4734419Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/oss_ci_benchmark_llms.lambda.json' 2024-08-22T20:28:50.4735185Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/oss_ci_benchmark_names.lambda.json' 2024-08-22T20:28:50.4735786Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks' 2024-08-22T20:28:50.4736494Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/annotated_flaky_jobs.sql' 2024-08-22T20:28:50.4737216Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_failed_jobs.sql' 2024-08-22T20:28:50.4737911Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_jobs_query.sql' 2024-08-22T20:28:50.4738570Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_query.sql' 2024-08-22T20:28:50.4739313Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/disabled_non_flaky_tests.sql' 2024-08-22T20:28:50.4740029Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/disabled_test_labels.sql' 2024-08-22T20:28:50.4740936Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/disabled_tests.sql' 2024-08-22T20:28:50.4741648Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/failed_workflow_jobs.sql' 2024-08-22T20:28:50.4742362Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/failure_samples_query.sql' 2024-08-22T20:28:50.4743090Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/filter_forced_merge_pr.sql' 2024-08-22T20:28:50.4743744Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_tests.sql' 2024-08-22T20:28:50.4744691Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_tests_across_jobs.sql' 2024-08-22T20:28:50.4745401Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_workflows_jobs.sql' 2024-08-22T20:28:50.4746100Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/get_relevant_alerts.sql' 2024-08-22T20:28:50.4746956Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/get_workflow_jobs.sql' 2024-08-22T20:28:50.4747600Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/hud_query.sql' 2024-08-22T20:28:50.4748456Z 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:50.4749315Z 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:50.4749971Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/issue_query.sql' 2024-08-22T20:28:50.4750702Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/master_commit_red_jobs.sql' 2024-08-22T20:28:50.4751408Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/num_commits_master.sql' 2024-08-22T20:28:50.4752068Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/pr_commits.sql' 2024-08-22T20:28:50.4752812Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/recent_pr_workflows_query.sql' 2024-08-22T20:28:50.4753546Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/reverted_prs_with_reason.sql' 2024-08-22T20:28:50.4754206Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/slow_tests.sql' 2024-08-22T20:28:50.4754953Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_insights_latest_runs.sql' 2024-08-22T20:28:50.4755693Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_insights_overview.sql' 2024-08-22T20:28:50.4756460Z 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:50.4757163Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_class.sql' 2024-08-22T20:28:50.4757958Z 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:50.4758659Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_file.sql' 2024-08-22T20:28:50.4759449Z 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:50.4760161Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_oncall.sql' 2024-08-22T20:28:50.4760925Z 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:50.4761594Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/unclassified.sql' 2024-08-22T20:28:50.4762327Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/weekly_force_merge_stats.sql' 2024-08-22T20:28:50.4763064Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql' 2024-08-22T20:28:50.4763796Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/annotated_flaky_jobs.lambda.json' 2024-08-22T20:28:50.4764509Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_failed_jobs.lambda.json' 2024-08-22T20:28:50.4765305Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_jobs_query.lambda.json' 2024-08-22T20:28:50.4765979Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_query.lambda.json' 2024-08-22T20:28:50.4766742Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/disabled_non_flaky_tests.lambda.json' 2024-08-22T20:28:50.4767471Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/disabled_test_labels.lambda.json' 2024-08-22T20:28:50.4768166Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/disabled_tests.lambda.json' 2024-08-22T20:28:50.4768900Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/failed_workflow_jobs.lambda.json' 2024-08-22T20:28:50.4769640Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/failure_samples_query.lambda.json' 2024-08-22T20:28:50.4770383Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/filter_forced_merge_pr.lambda.json' 2024-08-22T20:28:50.4771118Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_test_query.lambda.json' 2024-08-22T20:28:50.4771819Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_tests.lambda.json' 2024-08-22T20:28:50.4772584Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_tests_across_jobs.lambda.json' 2024-08-22T20:28:50.4773311Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_workflows_jobs.lambda.json' 2024-08-22T20:28:50.4774036Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/get_relevant_alerts.lambda.json' 2024-08-22T20:28:50.4774765Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/get_workflow_jobs.lambda.json' 2024-08-22T20:28:50.4775425Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/hud_query.lambda.json' 2024-08-22T20:28:50.4776320Z 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:50.4777202Z 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:50.4777877Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/issue_query.lambda.json' 2024-08-22T20:28:50.4778637Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/master_commit_red_jobs.lambda.json' 2024-08-22T20:28:50.4779361Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/num_commits_master.lambda.json' 2024-08-22T20:28:50.4780036Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/pr_commits.lambda.json' 2024-08-22T20:28:50.4780797Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/recent_pr_workflows_query.lambda.json' 2024-08-22T20:28:50.4781554Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/reverted_prs_with_reason.lambda.json' 2024-08-22T20:28:50.4782304Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/slow_tests.lambda.json' 2024-08-22T20:28:50.4783061Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_insights_latest_runs.lambda.json' 2024-08-22T20:28:50.4783890Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_insights_overview.lambda.json' 2024-08-22T20:28:50.4784677Z 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:50.4785394Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_class.lambda.json' 2024-08-22T20:28:50.4786210Z 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:50.4786978Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_file.lambda.json' 2024-08-22T20:28:50.4787788Z 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:50.4788520Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_oncall.lambda.json' 2024-08-22T20:28:50.4789296Z 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:50.4789991Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/unclassified.lambda.json' 2024-08-22T20:28:50.4790749Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/weekly_force_merge_stats.lambda.json' 2024-08-22T20:28:50.4791346Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons' 2024-08-22T20:28:50.4792138Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/compilers_benchmark_performance.sql' 2024-08-22T20:28:50.4792980Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/compilers_benchmark_performance_branches.sql' 2024-08-22T20:28:50.4793665Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/torchao_query.sql' 2024-08-22T20:28:50.4794394Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/torchao_query_branches.sql' 2024-08-22T20:28:50.4795024Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql' 2024-08-22T20:28:50.4795846Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/compilers_benchmark_performance.lambda.json' 2024-08-22T20:28:50.4796713Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/compilers_benchmark_performance_branches.lambda.json' 2024-08-22T20:28:50.4797411Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/torchao_query.lambda.json' 2024-08-22T20:28:50.4798179Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/torchao_query_branches.lambda.json' 2024-08-22T20:28:50.4798769Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor' 2024-08-22T20:28:50.4799525Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/completed_pr_jobs_aggregate.sql' 2024-08-22T20:28:50.4800227Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/correlation_matrix.sql' 2024-08-22T20:28:50.4801089Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/disabled_test_historical.sql' 2024-08-22T20:28:50.4801811Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/disabled_test_total.sql' 2024-08-22T20:28:50.4802649Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/external_contribution_stats.sql' 2024-08-22T20:28:50.4803367Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/get_workers_on_period.sql' 2024-08-22T20:28:50.4804054Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/job_duration_avg.sql' 2024-08-22T20:28:50.4804789Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/job_duration_percentile.sql' 2024-08-22T20:28:50.4805478Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_branch_push.sql' 2024-08-22T20:28:50.4806192Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_successful_jobs.sql' 2024-08-22T20:28:50.4806933Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_successful_workflow.sql' 2024-08-22T20:28:50.4807630Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/log_captures_count.sql' 2024-08-22T20:28:50.4808332Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red.sql' 2024-08-22T20:28:50.4809047Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red_avg.sql' 2024-08-22T20:28:50.4809810Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red_percent.sql' 2024-08-22T20:28:50.4810596Z 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:50.4811325Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_jobs_red.sql' 2024-08-22T20:28:50.4812039Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_jobs_red_avg.sql' 2024-08-22T20:28:50.4812765Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/number_of_force_pushes.sql' 2024-08-22T20:28:50.4813502Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queue_times_historical.sql' 2024-08-22T20:28:50.4814255Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queue_times_historical_pct.sql' 2024-08-22T20:28:50.4814911Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queued_jobs.sql' 2024-08-22T20:28:50.4815629Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queued_jobs_by_label.sql' 2024-08-22T20:28:50.4816271Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/reverts.sql' 2024-08-22T20:28:50.4816957Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/strict_lag_sec.sql' 2024-08-22T20:28:50.4817600Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/top_reds.sql' 2024-08-22T20:28:50.4818229Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_avg.sql' 2024-08-22T20:28:50.4819056Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_duration_historical.sql' 2024-08-22T20:28:50.4819862Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_duration_historical_percentile.sql' 2024-08-22T20:28:50.4820538Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_percentile.sql' 2024-08-22T20:28:50.4821385Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_duration_avg.sql' 2024-08-22T20:28:50.4822174Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_duration_percentile.sql' 2024-08-22T20:28:50.4822854Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_load.sql' 2024-08-22T20:28:50.4823476Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql' 2024-08-22T20:28:50.4824263Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/completed_pr_jobs_aggregate.lambda.json' 2024-08-22T20:28:50.4824992Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/correlation_matrix.lambda.json' 2024-08-22T20:28:50.4825760Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/disabled_test_historical.lambda.json' 2024-08-22T20:28:50.4826490Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/disabled_test_total.lambda.json' 2024-08-22T20:28:50.4827311Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/external_contribution_stats.lambda.json' 2024-08-22T20:28:50.4828049Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/get_workers_on_period.lambda.json' 2024-08-22T20:28:50.4828760Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/job_duration_avg.lambda.json' 2024-08-22T20:28:50.4829520Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/job_duration_percentile.lambda.json' 2024-08-22T20:28:50.4830242Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_branch_push.lambda.json' 2024-08-22T20:28:50.4830974Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_successful_jobs.lambda.json' 2024-08-22T20:28:50.4831734Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_successful_workflow.lambda.json' 2024-08-22T20:28:50.4832458Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/log_captures_count.lambda.json' 2024-08-22T20:28:50.4833178Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red.lambda.json' 2024-08-22T20:28:50.4833923Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red_avg.lambda.json' 2024-08-22T20:28:50.4834688Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red_percent.lambda.json' 2024-08-22T20:28:50.4835505Z 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:50.4836220Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_jobs_red.lambda.json' 2024-08-22T20:28:50.4836945Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_jobs_red_avg.lambda.json' 2024-08-22T20:28:50.4837809Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/number_of_force_pushes.lambda.json' 2024-08-22T20:28:50.4838564Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queue_times_historical.lambda.json' 2024-08-22T20:28:50.4839332Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queue_times_historical_pct.lambda.json' 2024-08-22T20:28:50.4840126Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queued_jobs.lambda.json' 2024-08-22T20:28:50.4841064Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queued_jobs_by_label.lambda.json' 2024-08-22T20:28:50.4841734Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/reverts.lambda.json' 2024-08-22T20:28:50.4842441Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/strict_lag_sec.lambda.json' 2024-08-22T20:28:50.4843110Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/top_reds.lambda.json' 2024-08-22T20:28:50.4843762Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_avg.lambda.json' 2024-08-22T20:28:50.4844536Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_duration_historical.lambda.json' 2024-08-22T20:28:50.4845360Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_duration_historical_percentile.lambda.json' 2024-08-22T20:28:50.4846067Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_percentile.lambda.json' 2024-08-22T20:28:50.4846802Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_duration_avg.lambda.json' 2024-08-22T20:28:50.4847591Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_duration_percentile.lambda.json' 2024-08-22T20:28:50.4848286Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_load.lambda.json' 2024-08-22T20:28:50.4848865Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics' 2024-08-22T20:28:50.4849579Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/docker_jobs_red.sql' 2024-08-22T20:28:50.4850330Z 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:50.4851059Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/nightly_jobs_red.sql' 2024-08-22T20:28:50.4851838Z 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:50.4852610Z 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:50.4853370Z 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:50.4854094Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/validation_jobs_red.sql' 2024-08-22T20:28:50.4854866Z 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:50.4855500Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql' 2024-08-22T20:28:50.4856213Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/docker_jobs_red.lambda.json' 2024-08-22T20:28:50.4857118Z 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:50.4857842Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/nightly_jobs_red.lambda.json' 2024-08-22T20:28:50.4858770Z 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:50.4859585Z 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:50.4860357Z 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:50.4861105Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/validation_jobs_red.lambda.json' 2024-08-22T20:28:50.4861963Z 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:50.4862555Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies' 2024-08-22T20:28:50.4863159Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/prodVersions.json' 2024-08-22T20:28:50.4863909Z 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:50.4864750Z 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:50.4865500Z 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:50.4866376Z 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:50.4867233Z 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:50.4867999Z 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:50.4868762Z 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:50.4869525Z 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:50.4870306Z 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:50.4871027Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql' 2024-08-22T20:28:50.4871789Z 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:50.4872650Z 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:50.4873412Z 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:50.4874301Z 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:50.4875127Z 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:50.4876017Z 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:50.4876809Z 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:50.4877658Z 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:50.4878455Z 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:50.4879136Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis' 2024-08-22T20:28:50.4879932Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_list_userbenchmarks.sql' 2024-08-22T20:28:50.4880780Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_userbenchmark_list_commits.sql' 2024-08-22T20:28:50.4881619Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_userbenchmark_query_metrics.sql' 2024-08-22T20:28:50.4882266Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql' 2024-08-22T20:28:50.4883094Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_list_userbenchmarks.lambda.json' 2024-08-22T20:28:50.4883949Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_userbenchmark_list_commits.lambda.json' 2024-08-22T20:28:50.4884816Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_userbenchmark_query_metrics.lambda.json' 2024-08-22T20:28:50.4885419Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench' 2024-08-22T20:28:50.4886147Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization.sql' 2024-08-22T20:28:50.4886953Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization_by_activity.sql' 2024-08-22T20:28:50.4887724Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization_by_repo.sql' 2024-08-22T20:28:50.4888378Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql' 2024-08-22T20:28:50.4889130Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization.lambda.json' 2024-08-22T20:28:50.4889959Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization_by_activity.lambda.json' 2024-08-22T20:28:50.4890768Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization_by_repo.lambda.json' 2024-08-22T20:28:50.4891425Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization' 2024-08-22T20:28:50.4891970Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset' 2024-08-22T20:28:50.4892552Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/backfillJobs.mjs' 2024-08-22T20:28:50.4893133Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/checkRockset.mjs' 2024-08-22T20:28:50.4893837Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/deleteOldQueryLambdaVersions.mjs' 2024-08-22T20:28:50.4894553Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/downloadQueryLambda.mjs' 2024-08-22T20:28:50.4895170Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/pushRocksetTags.mjs' 2024-08-22T20:28:50.4895779Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/updateQueueTimes.mjs' 2024-08-22T20:28:50.4896477Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/updateSlowTests.mjs' 2024-08-22T20:28:50.4897102Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/uploadQueryLambda.mjs' 2024-08-22T20:28:50.4897637Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts' 2024-08-22T20:28:50.4898180Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/styles/globals.css' 2024-08-22T20:28:50.4898716Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/styles' 2024-08-22T20:28:50.4899285Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/autoCcBot.test.ts' 2024-08-22T20:28:50.4899883Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/autoLabelBot.test.ts' 2024-08-22T20:28:50.4900574Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2024-08-22T20:28:50.4901213Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2024-08-22T20:28:50.4901864Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/closeCommands.test.ts' 2024-08-22T20:28:50.4902500Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2024-08-22T20:28:50.4903031Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/common.ts' 2024-08-22T20:28:50.4903641Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/disableFlakyBot.test.ts' 2024-08-22T20:28:50.4904176Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drci.test.ts' 2024-08-22T20:28:50.4904743Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drciBot.test.ts' 2024-08-22T20:28:50.4905314Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drciUtils.test.ts' 2024-08-22T20:28:50.4905897Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/config.json' 2024-08-22T20:28:50.4906478Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issue.json' 2024-08-22T20:28:50.4907149Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issue_comment.json' 2024-08-22T20:28:50.4907799Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issues.labeled.json' 2024-08-22T20:28:50.4908427Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issues.opened.json' 2024-08-22T20:28:50.4909053Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/known_labels.json' 2024-08-22T20:28:50.4909717Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_files.json' 2024-08-22T20:28:50.4910419Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.closed.json' 2024-08-22T20:28:50.4911163Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2024-08-22T20:28:50.4911852Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.opened.json' 2024-08-22T20:28:50.4912865Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2024-08-22T20:28:50.4913677Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2024-08-22T20:28:50.4914461Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_comment.json' 2024-08-22T20:28:50.4915200Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_review.json' 2024-08-22T20:28:50.4916038Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2024-08-22T20:28:50.4916759Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2024-08-22T20:28:50.4917605Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2024-08-22T20:28:50.4918395Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2024-08-22T20:28:50.4919234Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2024-08-22T20:28:50.4920068Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2024-08-22T20:28:50.4920896Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2024-08-22T20:28:50.4921748Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger' 2024-08-22T20:28:50.4922356Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push.json' 2024-08-22T20:28:50.4923053Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/workflow_jobs.json' 2024-08-22T20:28:50.4923770Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2024-08-22T20:28:50.4924378Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures' 2024-08-22T20:28:50.4925041Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/jobUtils.test.ts' 2024-08-22T20:28:50.4925727Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/labelCommands.test.ts' 2024-08-22T20:28:50.4926386Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/mergeCommands.test.ts' 2024-08-22T20:28:50.4927000Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/metricUtils.test.ts' 2024-08-22T20:28:50.4927571Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/reporter.js' 2024-08-22T20:28:50.4928226Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/retryBot.test.ts' 2024-08-22T20:28:50.4928841Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/searchUtils.test.ts' 2024-08-22T20:28:50.4929539Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/stripApprovals.test.ts' 2024-08-22T20:28:50.4930206Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/subscriptions.test.ts' 2024-08-22T20:28:50.4930913Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2024-08-22T20:28:50.4931556Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/utils.ts' 2024-08-22T20:28:50.4932424Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2024-08-22T20:28:50.4932978Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test' 2024-08-22T20:28:50.4933612Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/tsconfig.json' 2024-08-22T20:28:50.4934284Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/types/next-auth-d.ts' 2024-08-22T20:28:50.4934903Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/types' 2024-08-22T20:28:50.4935422Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/yarn.lock' 2024-08-22T20:28:50.4935931Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci' 2024-08-22T20:28:50.4936494Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:28:50.4936957Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch' 2024-08-22T20:28:50.4937385Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2024-08-22T20:28:50.4938216Z ##[endgroup] 2024-08-22T20:28:50.5059654Z ##[group]Run actions/checkout@v3 2024-08-22T20:28:50.5059815Z with: 2024-08-22T20:28:50.5060047Z repository: pytorch/test-infra 2024-08-22T20:28:50.5060200Z path: test-infra 2024-08-22T20:28:50.5060439Z submodules: recursive 2024-08-22T20:28:50.5060797Z token: *** 2024-08-22T20:28:50.5060945Z ssh-strict: true 2024-08-22T20:28:50.5061146Z persist-credentials: true 2024-08-22T20:28:50.5061287Z clean: true 2024-08-22T20:28:50.5061465Z sparse-checkout-cone-mode: true 2024-08-22T20:28:50.5061697Z fetch-depth: 1 2024-08-22T20:28:50.5061863Z fetch-tags: false 2024-08-22T20:28:50.5062004Z lfs: false 2024-08-22T20:28:50.5062198Z set-safe-directory: true 2024-08-22T20:28:50.5062336Z env: 2024-08-22T20:28:50.5062547Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:50.5062822Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:50.5063044Z PR_NUMBER: 1044 2024-08-22T20:28:50.5065035Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:50.5065193Z ##[endgroup] 2024-08-22T20:28:50.6129592Z Syncing repository: pytorch/test-infra 2024-08-22T20:28:50.6130557Z ##[group]Getting Git version info 2024-08-22T20:28:50.6131611Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:28:50.6132684Z [command]/usr/bin/git version 2024-08-22T20:28:50.6133223Z git version 2.40.1 2024-08-22T20:28:50.6134853Z ##[endgroup] 2024-08-22T20:28:50.6146892Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/8ce2c0fe-89f5-406e-8fdb-fef9d3878a40' before making global git config changes 2024-08-22T20:28:50.6148237Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:28:50.6149671Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:50.6196762Z ##[group]Initializing the repository 2024-08-22T20:28:50.6199688Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:50.6246749Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:28:50.6247913Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:28:50.6248777Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:28:50.6249479Z hint: 2024-08-22T20:28:50.6250109Z hint: git config --global init.defaultBranch 2024-08-22T20:28:50.6250660Z hint: 2024-08-22T20:28:50.6251289Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:28:50.6252377Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:28:50.6253307Z hint: 2024-08-22T20:28:50.6253749Z hint: git branch -m 2024-08-22T20:28:50.6254785Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2024-08-22T20:28:50.6260298Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-08-22T20:28:50.6304145Z ##[endgroup] 2024-08-22T20:28:50.6304961Z ##[group]Disabling automatic garbage collection 2024-08-22T20:28:50.6306454Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:28:50.6349299Z ##[endgroup] 2024-08-22T20:28:50.6350033Z ##[group]Setting up auth 2024-08-22T20:28:50.6354368Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:28:50.6397254Z [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:50.6750421Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:28:50.6791580Z [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:50.7143228Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:50.7201169Z ##[endgroup] 2024-08-22T20:28:50.7205321Z ##[group]Determining the default branch 2024-08-22T20:28:50.7205933Z Retrieving the default branch name 2024-08-22T20:28:50.8771855Z Default branch 'main' 2024-08-22T20:28:50.8772622Z ##[endgroup] 2024-08-22T20:28:50.8773422Z ##[group]Fetching the repository 2024-08-22T20:28:50.8778159Z [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:51.0642563Z remote: Enumerating objects: 1649, done. 2024-08-22T20:28:51.0644692Z remote: Counting objects: 0% (1/1649) 2024-08-22T20:28:51.0645587Z remote: Counting objects: 1% (17/1649) 2024-08-22T20:28:51.0646353Z remote: Counting objects: 2% (33/1649) 2024-08-22T20:28:51.0647323Z remote: Counting objects: 3% (50/1649) 2024-08-22T20:28:51.0648050Z remote: Counting objects: 4% (66/1649) 2024-08-22T20:28:51.0648666Z remote: Counting objects: 5% (83/1649) 2024-08-22T20:28:51.0649276Z remote: Counting objects: 6% (99/1649) 2024-08-22T20:28:51.0649872Z remote: Counting objects: 7% (116/1649) 2024-08-22T20:28:51.0650509Z remote: Counting objects: 8% (132/1649) 2024-08-22T20:28:51.0651339Z remote: Counting objects: 9% (149/1649) 2024-08-22T20:28:51.0652141Z remote: Counting objects: 10% (165/1649) 2024-08-22T20:28:51.0652884Z remote: Counting objects: 11% (182/1649) 2024-08-22T20:28:51.0653522Z remote: Counting objects: 12% (198/1649) 2024-08-22T20:28:51.0654257Z remote: Counting objects: 13% (215/1649) 2024-08-22T20:28:51.0655177Z remote: Counting objects: 14% (231/1649) 2024-08-22T20:28:51.0655962Z remote: Counting objects: 15% (248/1649) 2024-08-22T20:28:51.0656519Z remote: Counting objects: 16% (264/1649) 2024-08-22T20:28:51.0657125Z remote: Counting objects: 17% (281/1649) 2024-08-22T20:28:51.0657768Z remote: Counting objects: 18% (297/1649) 2024-08-22T20:28:51.0658336Z remote: Counting objects: 19% (314/1649) 2024-08-22T20:28:51.0658918Z remote: Counting objects: 20% (330/1649) 2024-08-22T20:28:51.0659553Z remote: Counting objects: 21% (347/1649) 2024-08-22T20:28:51.0660166Z remote: Counting objects: 22% (363/1649) 2024-08-22T20:28:51.0660720Z remote: Counting objects: 23% (380/1649) 2024-08-22T20:28:51.0661358Z remote: Counting objects: 24% (396/1649) 2024-08-22T20:28:51.0661964Z remote: Counting objects: 25% (413/1649) 2024-08-22T20:28:51.0662798Z remote: Counting objects: 26% (429/1649) 2024-08-22T20:28:51.0663541Z remote: Counting objects: 27% (446/1649) 2024-08-22T20:28:51.0664169Z remote: Counting objects: 28% (462/1649) 2024-08-22T20:28:51.0664717Z remote: Counting objects: 29% (479/1649) 2024-08-22T20:28:51.0665389Z remote: Counting objects: 30% (495/1649) 2024-08-22T20:28:51.0665973Z remote: Counting objects: 31% (512/1649) 2024-08-22T20:28:51.0666517Z remote: Counting objects: 32% (528/1649) 2024-08-22T20:28:51.0667274Z remote: Counting objects: 33% (545/1649) 2024-08-22T20:28:51.0667861Z remote: Counting objects: 34% (561/1649) 2024-08-22T20:28:51.0668404Z remote: Counting objects: 35% (578/1649) 2024-08-22T20:28:51.0669068Z remote: Counting objects: 36% (594/1649) 2024-08-22T20:28:51.0669919Z remote: Counting objects: 37% (611/1649) 2024-08-22T20:28:51.0670496Z remote: Counting objects: 38% (627/1649) 2024-08-22T20:28:51.0671158Z remote: Counting objects: 39% (644/1649) 2024-08-22T20:28:51.0671750Z remote: Counting objects: 40% (660/1649) 2024-08-22T20:28:51.0672315Z remote: Counting objects: 41% (677/1649) 2024-08-22T20:28:51.0672955Z remote: Counting objects: 42% (693/1649) 2024-08-22T20:28:51.0673535Z remote: Counting objects: 43% (710/1649) 2024-08-22T20:28:51.0674193Z remote: Counting objects: 44% (726/1649) 2024-08-22T20:28:51.0674742Z remote: Counting objects: 45% (743/1649) 2024-08-22T20:28:51.0675346Z remote: Counting objects: 46% (759/1649) 2024-08-22T20:28:51.0675976Z remote: Counting objects: 47% (776/1649) 2024-08-22T20:28:51.0676530Z remote: Counting objects: 48% (792/1649) 2024-08-22T20:28:51.0677205Z remote: Counting objects: 49% (809/1649) 2024-08-22T20:28:51.0677842Z remote: Counting objects: 50% (825/1649) 2024-08-22T20:28:51.0678387Z remote: Counting objects: 51% (841/1649) 2024-08-22T20:28:51.0678996Z remote: Counting objects: 52% (858/1649) 2024-08-22T20:28:51.0679626Z remote: Counting objects: 53% (874/1649) 2024-08-22T20:28:51.0680172Z remote: Counting objects: 54% (891/1649) 2024-08-22T20:28:51.0680779Z remote: Counting objects: 55% (907/1649) 2024-08-22T20:28:51.0681406Z remote: Counting objects: 56% (924/1649) 2024-08-22T20:28:51.0681954Z remote: Counting objects: 57% (940/1649) 2024-08-22T20:28:51.0682560Z remote: Counting objects: 58% (957/1649) 2024-08-22T20:28:51.0683186Z remote: Counting objects: 59% (973/1649) 2024-08-22T20:28:51.0683734Z remote: Counting objects: 60% (990/1649) 2024-08-22T20:28:51.0684426Z remote: Counting objects: 61% (1006/1649) 2024-08-22T20:28:51.0685090Z remote: Counting objects: 62% (1023/1649) 2024-08-22T20:28:51.0685735Z remote: Counting objects: 63% (1039/1649) 2024-08-22T20:28:51.0686307Z remote: Counting objects: 64% (1056/1649) 2024-08-22T20:28:51.0686968Z remote: Counting objects: 65% (1072/1649) 2024-08-22T20:28:51.0687591Z remote: Counting objects: 66% (1089/1649) 2024-08-22T20:28:51.0688156Z remote: Counting objects: 67% (1105/1649) 2024-08-22T20:28:51.0688808Z remote: Counting objects: 68% (1122/1649) 2024-08-22T20:28:51.0689432Z remote: Counting objects: 69% (1138/1649) 2024-08-22T20:28:51.0689993Z remote: Counting objects: 70% (1155/1649) 2024-08-22T20:28:51.0690645Z remote: Counting objects: 71% (1171/1649) 2024-08-22T20:28:51.0691342Z remote: Counting objects: 72% (1188/1649) 2024-08-22T20:28:51.0691905Z remote: Counting objects: 73% (1204/1649) 2024-08-22T20:28:51.0692579Z remote: Counting objects: 74% (1221/1649) 2024-08-22T20:28:51.0693177Z remote: Counting objects: 75% (1237/1649) 2024-08-22T20:28:51.0693742Z remote: Counting objects: 76% (1254/1649) 2024-08-22T20:28:51.0694411Z remote: Counting objects: 77% (1270/1649) 2024-08-22T20:28:51.0695106Z remote: Counting objects: 78% (1287/1649) 2024-08-22T20:28:51.0695670Z remote: Counting objects: 79% (1303/1649) 2024-08-22T20:28:51.0696342Z remote: Counting objects: 80% (1320/1649) 2024-08-22T20:28:51.0696947Z remote: Counting objects: 81% (1336/1649) 2024-08-22T20:28:51.0697507Z remote: Counting objects: 82% (1353/1649) 2024-08-22T20:28:51.0698190Z remote: Counting objects: 83% (1369/1649) 2024-08-22T20:28:51.0698864Z remote: Counting objects: 84% (1386/1649) 2024-08-22T20:28:51.0699492Z remote: Counting objects: 85% (1402/1649) 2024-08-22T20:28:51.0700110Z remote: Counting objects: 86% (1419/1649) 2024-08-22T20:28:51.0700711Z remote: Counting objects: 87% (1435/1649) 2024-08-22T20:28:51.0701328Z remote: Counting objects: 88% (1452/1649) 2024-08-22T20:28:51.0702054Z remote: Counting objects: 89% (1468/1649) 2024-08-22T20:28:51.0702685Z remote: Counting objects: 90% (1485/1649) 2024-08-22T20:28:51.0703290Z remote: Counting objects: 91% (1501/1649) 2024-08-22T20:28:51.0703906Z remote: Counting objects: 92% (1518/1649) 2024-08-22T20:28:51.0704533Z remote: Counting objects: 93% (1534/1649) 2024-08-22T20:28:51.0705128Z remote: Counting objects: 94% (1551/1649) 2024-08-22T20:28:51.0705816Z remote: Counting objects: 95% (1567/1649) 2024-08-22T20:28:51.0706439Z remote: Counting objects: 96% (1584/1649) 2024-08-22T20:28:51.0707112Z remote: Counting objects: 97% (1600/1649) 2024-08-22T20:28:51.0707741Z remote: Counting objects: 98% (1617/1649) 2024-08-22T20:28:51.0708361Z remote: Counting objects: 99% (1633/1649) 2024-08-22T20:28:51.0708958Z remote: Counting objects: 100% (1649/1649) 2024-08-22T20:28:51.0709660Z remote: Counting objects: 100% (1649/1649), done. 2024-08-22T20:28:51.0710282Z remote: Compressing objects: 0% (1/1259) 2024-08-22T20:28:51.0710914Z remote: Compressing objects: 1% (13/1259) 2024-08-22T20:28:51.0711665Z remote: Compressing objects: 2% (26/1259) 2024-08-22T20:28:51.0725747Z remote: Compressing objects: 3% (38/1259) 2024-08-22T20:28:51.0751113Z remote: Compressing objects: 4% (51/1259) 2024-08-22T20:28:51.0787605Z remote: Compressing objects: 5% (63/1259) 2024-08-22T20:28:51.0819765Z remote: Compressing objects: 6% (76/1259) 2024-08-22T20:28:51.0828057Z remote: Compressing objects: 7% (89/1259) 2024-08-22T20:28:51.0955019Z remote: Compressing objects: 8% (101/1259) 2024-08-22T20:28:51.0994839Z remote: Compressing objects: 9% (114/1259) 2024-08-22T20:28:51.1001585Z remote: Compressing objects: 10% (126/1259) 2024-08-22T20:28:51.1025008Z remote: Compressing objects: 11% (139/1259) 2024-08-22T20:28:51.1045686Z remote: Compressing objects: 12% (152/1259) 2024-08-22T20:28:51.1076204Z remote: Compressing objects: 13% (164/1259) 2024-08-22T20:28:51.1100729Z remote: Compressing objects: 14% (177/1259) 2024-08-22T20:28:51.1129939Z remote: Compressing objects: 15% (189/1259) 2024-08-22T20:28:51.1154491Z remote: Compressing objects: 16% (202/1259) 2024-08-22T20:28:51.1155211Z remote: Compressing objects: 17% (215/1259) 2024-08-22T20:28:51.1165358Z remote: Compressing objects: 18% (227/1259) 2024-08-22T20:28:51.1178625Z remote: Compressing objects: 19% (240/1259) 2024-08-22T20:28:51.1203917Z remote: Compressing objects: 20% (252/1259) 2024-08-22T20:28:51.1267172Z remote: Compressing objects: 21% (265/1259) 2024-08-22T20:28:51.1319306Z remote: Compressing objects: 22% (277/1259) 2024-08-22T20:28:51.1341460Z remote: Compressing objects: 23% (290/1259) 2024-08-22T20:28:51.1370495Z remote: Compressing objects: 24% (303/1259) 2024-08-22T20:28:51.1398209Z remote: Compressing objects: 25% (315/1259) 2024-08-22T20:28:51.1425553Z remote: Compressing objects: 26% (328/1259) 2024-08-22T20:28:51.1436280Z remote: Compressing objects: 27% (340/1259) 2024-08-22T20:28:51.1450621Z remote: Compressing objects: 28% (353/1259) 2024-08-22T20:28:51.1455591Z remote: Compressing objects: 29% (366/1259) 2024-08-22T20:28:51.1478491Z remote: Compressing objects: 30% (378/1259) 2024-08-22T20:28:51.1489892Z remote: Compressing objects: 31% (391/1259) 2024-08-22T20:28:51.1491738Z remote: Compressing objects: 32% (403/1259) 2024-08-22T20:28:51.1511320Z remote: Compressing objects: 33% (416/1259) 2024-08-22T20:28:51.1511984Z remote: Compressing objects: 34% (429/1259) 2024-08-22T20:28:51.1512563Z remote: Compressing objects: 35% (441/1259) 2024-08-22T20:28:51.1513236Z remote: Compressing objects: 36% (454/1259) 2024-08-22T20:28:51.1514051Z remote: Compressing objects: 37% (466/1259) 2024-08-22T20:28:51.1515267Z remote: Compressing objects: 38% (479/1259) 2024-08-22T20:28:51.1515925Z remote: Compressing objects: 39% (492/1259) 2024-08-22T20:28:51.1516566Z remote: Compressing objects: 40% (504/1259) 2024-08-22T20:28:51.1517770Z remote: Compressing objects: 41% (517/1259) 2024-08-22T20:28:51.1529397Z remote: Compressing objects: 42% (529/1259) 2024-08-22T20:28:51.1530033Z remote: Compressing objects: 43% (542/1259) 2024-08-22T20:28:51.1530734Z remote: Compressing objects: 44% (554/1259) 2024-08-22T20:28:51.1531447Z remote: Compressing objects: 45% (567/1259) 2024-08-22T20:28:51.1532073Z remote: Compressing objects: 46% (580/1259) 2024-08-22T20:28:51.1532689Z remote: Compressing objects: 47% (592/1259) 2024-08-22T20:28:51.1533390Z remote: Compressing objects: 48% (605/1259) 2024-08-22T20:28:51.1533983Z remote: Compressing objects: 49% (617/1259) 2024-08-22T20:28:51.1534608Z remote: Compressing objects: 50% (630/1259) 2024-08-22T20:28:51.1535304Z remote: Compressing objects: 51% (643/1259) 2024-08-22T20:28:51.1535887Z remote: Compressing objects: 52% (655/1259) 2024-08-22T20:28:51.1612862Z remote: Compressing objects: 53% (668/1259) 2024-08-22T20:28:51.1618036Z remote: Compressing objects: 54% (680/1259) 2024-08-22T20:28:51.1621609Z remote: Compressing objects: 55% (693/1259) 2024-08-22T20:28:51.1623580Z remote: Compressing objects: 56% (706/1259) 2024-08-22T20:28:51.1626581Z remote: Compressing objects: 57% (718/1259) 2024-08-22T20:28:51.1628708Z remote: Compressing objects: 58% (731/1259) 2024-08-22T20:28:51.1630159Z remote: Compressing objects: 59% (743/1259) 2024-08-22T20:28:51.1632038Z remote: Compressing objects: 60% (756/1259) 2024-08-22T20:28:51.1633099Z remote: Compressing objects: 61% (768/1259) 2024-08-22T20:28:51.1646366Z remote: Compressing objects: 62% (781/1259) 2024-08-22T20:28:51.1653823Z remote: Compressing objects: 63% (794/1259) 2024-08-22T20:28:51.1660179Z remote: Compressing objects: 64% (806/1259) 2024-08-22T20:28:51.1664513Z remote: Compressing objects: 65% (819/1259) 2024-08-22T20:28:51.1671527Z remote: Compressing objects: 66% (831/1259) 2024-08-22T20:28:51.1676158Z remote: Compressing objects: 67% (844/1259) 2024-08-22T20:28:51.1681145Z remote: Compressing objects: 68% (857/1259) 2024-08-22T20:28:51.1693182Z remote: Compressing objects: 69% (869/1259) 2024-08-22T20:28:51.1712861Z remote: Compressing objects: 70% (882/1259) 2024-08-22T20:28:51.1725829Z remote: Compressing objects: 71% (894/1259) 2024-08-22T20:28:51.1733656Z remote: Compressing objects: 72% (907/1259) 2024-08-22T20:28:51.1742600Z remote: Compressing objects: 73% (920/1259) 2024-08-22T20:28:51.1761551Z remote: Compressing objects: 74% (932/1259) 2024-08-22T20:28:51.1778630Z remote: Compressing objects: 75% (945/1259) 2024-08-22T20:28:51.1800937Z remote: Compressing objects: 76% (957/1259) 2024-08-22T20:28:51.2051536Z remote: Compressing objects: 77% (970/1259) 2024-08-22T20:28:51.2169159Z remote: Compressing objects: 78% (983/1259) 2024-08-22T20:28:51.2176516Z remote: Compressing objects: 79% (995/1259) 2024-08-22T20:28:51.2181952Z remote: Compressing objects: 80% (1008/1259) 2024-08-22T20:28:51.2182991Z remote: Compressing objects: 81% (1020/1259) 2024-08-22T20:28:51.2196301Z remote: Compressing objects: 82% (1033/1259) 2024-08-22T20:28:51.2214430Z remote: Compressing objects: 83% (1045/1259) 2024-08-22T20:28:51.2228423Z remote: Compressing objects: 84% (1058/1259) 2024-08-22T20:28:51.2233714Z remote: Compressing objects: 85% (1071/1259) 2024-08-22T20:28:51.2241258Z remote: Compressing objects: 86% (1083/1259) 2024-08-22T20:28:51.2248302Z remote: Compressing objects: 87% (1096/1259) 2024-08-22T20:28:51.2250642Z remote: Compressing objects: 88% (1108/1259) 2024-08-22T20:28:51.2251775Z remote: Compressing objects: 89% (1121/1259) 2024-08-22T20:28:51.2253473Z remote: Compressing objects: 90% (1134/1259) 2024-08-22T20:28:51.2255641Z remote: Compressing objects: 91% (1146/1259) 2024-08-22T20:28:51.2257904Z remote: Compressing objects: 92% (1159/1259) 2024-08-22T20:28:51.2258566Z remote: Compressing objects: 93% (1171/1259) 2024-08-22T20:28:51.2259872Z remote: Compressing objects: 94% (1184/1259) 2024-08-22T20:28:51.2260757Z remote: Compressing objects: 95% (1197/1259) 2024-08-22T20:28:51.2261857Z remote: Compressing objects: 96% (1209/1259) 2024-08-22T20:28:51.2263074Z remote: Compressing objects: 97% (1222/1259) 2024-08-22T20:28:51.2264652Z remote: Compressing objects: 98% (1234/1259) 2024-08-22T20:28:51.2266451Z remote: Compressing objects: 99% (1247/1259) 2024-08-22T20:28:51.2267256Z remote: Compressing objects: 100% (1259/1259) 2024-08-22T20:28:51.2267926Z remote: Compressing objects: 100% (1259/1259), done. 2024-08-22T20:28:51.2297788Z Receiving objects: 0% (1/1649) 2024-08-22T20:28:51.2300104Z Receiving objects: 1% (17/1649) 2024-08-22T20:28:51.2421685Z Receiving objects: 2% (33/1649) 2024-08-22T20:28:51.2426297Z Receiving objects: 3% (50/1649) 2024-08-22T20:28:51.2449403Z Receiving objects: 4% (66/1649) 2024-08-22T20:28:51.2455104Z Receiving objects: 5% (83/1649) 2024-08-22T20:28:51.2466160Z Receiving objects: 6% (99/1649) 2024-08-22T20:28:51.2469248Z Receiving objects: 7% (116/1649) 2024-08-22T20:28:51.2470963Z Receiving objects: 8% (132/1649) 2024-08-22T20:28:51.2479182Z Receiving objects: 9% (149/1649) 2024-08-22T20:28:51.2482388Z Receiving objects: 10% (165/1649) 2024-08-22T20:28:51.2488408Z Receiving objects: 11% (182/1649) 2024-08-22T20:28:51.2499759Z Receiving objects: 12% (198/1649) 2024-08-22T20:28:51.2736891Z Receiving objects: 13% (215/1649) 2024-08-22T20:28:51.2817213Z Receiving objects: 14% (231/1649) 2024-08-22T20:28:51.2820477Z Receiving objects: 15% (248/1649) 2024-08-22T20:28:51.2824157Z Receiving objects: 16% (264/1649) 2024-08-22T20:28:51.2829360Z Receiving objects: 17% (281/1649) 2024-08-22T20:28:51.2868293Z Receiving objects: 18% (297/1649) 2024-08-22T20:28:51.2881733Z Receiving objects: 19% (314/1649) 2024-08-22T20:28:51.2882546Z Receiving objects: 20% (330/1649) 2024-08-22T20:28:51.2887386Z Receiving objects: 21% (347/1649) 2024-08-22T20:28:51.2890757Z Receiving objects: 22% (363/1649) 2024-08-22T20:28:51.2894601Z Receiving objects: 23% (380/1649) 2024-08-22T20:28:51.2905994Z Receiving objects: 24% (396/1649) 2024-08-22T20:28:51.2924190Z Receiving objects: 25% (413/1649) 2024-08-22T20:28:51.2926788Z Receiving objects: 26% (429/1649) 2024-08-22T20:28:51.2928288Z Receiving objects: 27% (446/1649) 2024-08-22T20:28:51.2935539Z Receiving objects: 28% (462/1649) 2024-08-22T20:28:51.2937958Z Receiving objects: 29% (479/1649) 2024-08-22T20:28:51.2948235Z Receiving objects: 30% (495/1649) 2024-08-22T20:28:51.2956135Z Receiving objects: 31% (512/1649) 2024-08-22T20:28:51.2961973Z Receiving objects: 32% (528/1649) 2024-08-22T20:28:51.2970462Z Receiving objects: 33% (545/1649) 2024-08-22T20:28:51.2971265Z Receiving objects: 34% (561/1649) 2024-08-22T20:28:51.2973734Z Receiving objects: 35% (578/1649) 2024-08-22T20:28:51.2979478Z Receiving objects: 36% (594/1649) 2024-08-22T20:28:51.2986594Z Receiving objects: 37% (611/1649) 2024-08-22T20:28:51.2990065Z Receiving objects: 38% (627/1649) 2024-08-22T20:28:51.2994493Z Receiving objects: 39% (644/1649) 2024-08-22T20:28:51.2999720Z Receiving objects: 40% (660/1649) 2024-08-22T20:28:51.3004267Z Receiving objects: 41% (677/1649) 2024-08-22T20:28:51.3008871Z Receiving objects: 42% (693/1649) 2024-08-22T20:28:51.3012085Z Receiving objects: 43% (710/1649) 2024-08-22T20:28:51.3014778Z Receiving objects: 44% (726/1649) 2024-08-22T20:28:51.3018890Z Receiving objects: 45% (743/1649) 2024-08-22T20:28:51.3023017Z Receiving objects: 46% (759/1649) 2024-08-22T20:28:51.3026155Z Receiving objects: 47% (776/1649) 2024-08-22T20:28:51.3030197Z Receiving objects: 48% (792/1649) 2024-08-22T20:28:51.3033547Z Receiving objects: 49% (809/1649) 2024-08-22T20:28:51.3038062Z Receiving objects: 50% (825/1649) 2024-08-22T20:28:51.3041380Z Receiving objects: 51% (841/1649) 2024-08-22T20:28:51.3044328Z Receiving objects: 52% (858/1649) 2024-08-22T20:28:51.3049309Z Receiving objects: 53% (874/1649) 2024-08-22T20:28:51.3053017Z Receiving objects: 54% (891/1649) 2024-08-22T20:28:51.3054747Z Receiving objects: 55% (907/1649) 2024-08-22T20:28:51.3057316Z Receiving objects: 56% (924/1649) 2024-08-22T20:28:51.3061744Z Receiving objects: 57% (940/1649) 2024-08-22T20:28:51.3068532Z Receiving objects: 58% (957/1649) 2024-08-22T20:28:51.3076616Z Receiving objects: 59% (973/1649) 2024-08-22T20:28:51.3080130Z Receiving objects: 60% (990/1649) 2024-08-22T20:28:51.3083839Z Receiving objects: 61% (1006/1649) 2024-08-22T20:28:51.3087173Z Receiving objects: 62% (1023/1649) 2024-08-22T20:28:51.3092577Z Receiving objects: 63% (1039/1649) 2024-08-22T20:28:51.3098190Z Receiving objects: 64% (1056/1649) 2024-08-22T20:28:51.3102715Z Receiving objects: 65% (1072/1649) 2024-08-22T20:28:51.3104731Z Receiving objects: 66% (1089/1649) 2024-08-22T20:28:51.3109679Z Receiving objects: 67% (1105/1649) 2024-08-22T20:28:51.3114039Z Receiving objects: 68% (1122/1649) 2024-08-22T20:28:51.3120073Z Receiving objects: 69% (1138/1649) 2024-08-22T20:28:51.3125676Z Receiving objects: 70% (1155/1649) 2024-08-22T20:28:51.3133557Z Receiving objects: 71% (1171/1649) 2024-08-22T20:28:51.3141016Z Receiving objects: 72% (1188/1649) 2024-08-22T20:28:51.3180350Z Receiving objects: 73% (1204/1649) 2024-08-22T20:28:51.3186699Z Receiving objects: 74% (1221/1649) 2024-08-22T20:28:51.3274640Z Receiving objects: 75% (1237/1649) 2024-08-22T20:28:51.3276206Z Receiving objects: 76% (1254/1649) 2024-08-22T20:28:51.3282040Z Receiving objects: 77% (1270/1649) 2024-08-22T20:28:51.3283143Z Receiving objects: 78% (1287/1649) 2024-08-22T20:28:51.3285777Z Receiving objects: 79% (1303/1649) 2024-08-22T20:28:51.3291502Z Receiving objects: 80% (1320/1649) 2024-08-22T20:28:51.3300447Z Receiving objects: 81% (1336/1649) 2024-08-22T20:28:51.3348510Z Receiving objects: 82% (1353/1649) 2024-08-22T20:28:51.3350876Z Receiving objects: 83% (1369/1649) 2024-08-22T20:28:51.3353682Z Receiving objects: 84% (1386/1649) 2024-08-22T20:28:51.3357104Z Receiving objects: 85% (1402/1649) 2024-08-22T20:28:51.3357975Z Receiving objects: 86% (1419/1649) 2024-08-22T20:28:51.3358522Z Receiving objects: 87% (1435/1649) 2024-08-22T20:28:51.3360395Z Receiving objects: 88% (1452/1649) 2024-08-22T20:28:51.3363320Z Receiving objects: 89% (1468/1649) 2024-08-22T20:28:51.3365724Z Receiving objects: 90% (1485/1649) 2024-08-22T20:28:51.3366793Z Receiving objects: 91% (1501/1649) 2024-08-22T20:28:51.3367382Z Receiving objects: 92% (1518/1649) 2024-08-22T20:28:51.3368403Z Receiving objects: 93% (1534/1649) 2024-08-22T20:28:51.3371267Z Receiving objects: 94% (1551/1649) 2024-08-22T20:28:51.3372164Z Receiving objects: 95% (1567/1649) 2024-08-22T20:28:51.3379009Z Receiving objects: 96% (1584/1649) 2024-08-22T20:28:51.3390963Z Receiving objects: 97% (1600/1649) 2024-08-22T20:28:51.3401963Z Receiving objects: 98% (1617/1649) 2024-08-22T20:28:51.3428211Z Receiving objects: 99% (1633/1649) 2024-08-22T20:28:51.3429557Z remote: Total 1649 (delta 372), reused 1071 (delta 268), pack-reused 0 (from 0) 2024-08-22T20:28:51.3444172Z Receiving objects: 100% (1649/1649) 2024-08-22T20:28:51.3444796Z Receiving objects: 100% (1649/1649), 2.83 MiB | 24.78 MiB/s, done. 2024-08-22T20:28:51.3451754Z Resolving deltas: 0% (0/372) 2024-08-22T20:28:51.3454212Z Resolving deltas: 1% (4/372) 2024-08-22T20:28:51.3455400Z Resolving deltas: 2% (8/372) 2024-08-22T20:28:51.3456934Z Resolving deltas: 3% (12/372) 2024-08-22T20:28:51.3458142Z Resolving deltas: 4% (15/372) 2024-08-22T20:28:51.3458655Z Resolving deltas: 5% (19/372) 2024-08-22T20:28:51.3459607Z Resolving deltas: 6% (24/372) 2024-08-22T20:28:51.3460278Z Resolving deltas: 7% (28/372) 2024-08-22T20:28:51.3460935Z Resolving deltas: 8% (30/372) 2024-08-22T20:28:51.3462928Z Resolving deltas: 9% (34/372) 2024-08-22T20:28:51.3463503Z Resolving deltas: 10% (40/372) 2024-08-22T20:28:51.3464208Z Resolving deltas: 11% (41/372) 2024-08-22T20:28:51.3466710Z Resolving deltas: 12% (46/372) 2024-08-22T20:28:51.3467880Z Resolving deltas: 13% (50/372) 2024-08-22T20:28:51.3469222Z Resolving deltas: 14% (53/372) 2024-08-22T20:28:51.3471273Z Resolving deltas: 15% (56/372) 2024-08-22T20:28:51.3475389Z Resolving deltas: 16% (60/372) 2024-08-22T20:28:51.3487122Z Resolving deltas: 17% (64/372) 2024-08-22T20:28:51.3488728Z Resolving deltas: 18% (67/372) 2024-08-22T20:28:51.3490033Z Resolving deltas: 19% (71/372) 2024-08-22T20:28:51.3490680Z Resolving deltas: 20% (75/372) 2024-08-22T20:28:51.3491364Z Resolving deltas: 21% (79/372) 2024-08-22T20:28:51.3492048Z Resolving deltas: 22% (82/372) 2024-08-22T20:28:51.3492640Z Resolving deltas: 23% (86/372) 2024-08-22T20:28:51.3493633Z Resolving deltas: 24% (90/372) 2024-08-22T20:28:51.3494602Z Resolving deltas: 25% (93/372) 2024-08-22T20:28:51.3496528Z Resolving deltas: 26% (97/372) 2024-08-22T20:28:51.3497214Z Resolving deltas: 27% (101/372) 2024-08-22T20:28:51.3497913Z Resolving deltas: 28% (105/372) 2024-08-22T20:28:51.3498384Z Resolving deltas: 29% (108/372) 2024-08-22T20:28:51.3503937Z Resolving deltas: 30% (112/372) 2024-08-22T20:28:51.3505656Z Resolving deltas: 31% (116/372) 2024-08-22T20:28:51.3507824Z Resolving deltas: 32% (120/372) 2024-08-22T20:28:51.3508500Z Resolving deltas: 33% (124/372) 2024-08-22T20:28:51.3509826Z Resolving deltas: 34% (127/372) 2024-08-22T20:28:51.3511351Z Resolving deltas: 35% (131/372) 2024-08-22T20:28:51.3512635Z Resolving deltas: 36% (134/372) 2024-08-22T20:28:51.3513836Z Resolving deltas: 37% (138/372) 2024-08-22T20:28:51.3514956Z Resolving deltas: 38% (143/372) 2024-08-22T20:28:51.3516103Z Resolving deltas: 39% (146/372) 2024-08-22T20:28:51.3518275Z Resolving deltas: 40% (149/372) 2024-08-22T20:28:51.3519748Z Resolving deltas: 41% (153/372) 2024-08-22T20:28:51.3520348Z Resolving deltas: 42% (157/372) 2024-08-22T20:28:51.3520789Z Resolving deltas: 43% (160/372) 2024-08-22T20:28:51.3522192Z Resolving deltas: 44% (164/372) 2024-08-22T20:28:51.3522911Z Resolving deltas: 45% (168/372) 2024-08-22T20:28:51.3523473Z Resolving deltas: 46% (172/372) 2024-08-22T20:28:51.3524220Z Resolving deltas: 47% (175/372) 2024-08-22T20:28:51.3524977Z Resolving deltas: 48% (179/372) 2024-08-22T20:28:51.3525595Z Resolving deltas: 49% (183/372) 2024-08-22T20:28:51.3526289Z Resolving deltas: 50% (186/372) 2024-08-22T20:28:51.3526803Z Resolving deltas: 51% (191/372) 2024-08-22T20:28:51.3528883Z Resolving deltas: 52% (194/372) 2024-08-22T20:28:51.3530116Z Resolving deltas: 53% (198/372) 2024-08-22T20:28:51.3531435Z Resolving deltas: 54% (201/372) 2024-08-22T20:28:51.3532030Z Resolving deltas: 55% (207/372) 2024-08-22T20:28:51.3532911Z Resolving deltas: 56% (209/372) 2024-08-22T20:28:51.3533521Z Resolving deltas: 57% (213/372) 2024-08-22T20:28:51.3534762Z Resolving deltas: 58% (216/372) 2024-08-22T20:28:51.3535968Z Resolving deltas: 59% (220/372) 2024-08-22T20:28:51.3536873Z Resolving deltas: 60% (224/372) 2024-08-22T20:28:51.3538433Z Resolving deltas: 61% (228/372) 2024-08-22T20:28:51.3540949Z Resolving deltas: 62% (231/372) 2024-08-22T20:28:51.3541484Z Resolving deltas: 63% (235/372) 2024-08-22T20:28:51.3543982Z Resolving deltas: 64% (239/372) 2024-08-22T20:28:51.3546320Z Resolving deltas: 65% (242/372) 2024-08-22T20:28:51.3547879Z Resolving deltas: 66% (247/372) 2024-08-22T20:28:51.3548407Z Resolving deltas: 67% (250/372) 2024-08-22T20:28:51.3549168Z Resolving deltas: 68% (253/372) 2024-08-22T20:28:51.3549722Z Resolving deltas: 69% (258/372) 2024-08-22T20:28:51.3550537Z Resolving deltas: 70% (261/372) 2024-08-22T20:28:51.3551362Z Resolving deltas: 71% (266/372) 2024-08-22T20:28:51.3552033Z Resolving deltas: 72% (268/372) 2024-08-22T20:28:51.3552548Z Resolving deltas: 73% (273/372) 2024-08-22T20:28:51.3553250Z Resolving deltas: 74% (276/372) 2024-08-22T20:28:51.3553837Z Resolving deltas: 75% (280/372) 2024-08-22T20:28:51.3554276Z Resolving deltas: 76% (283/372) 2024-08-22T20:28:51.3554990Z Resolving deltas: 77% (287/372) 2024-08-22T20:28:51.3555567Z Resolving deltas: 78% (292/372) 2024-08-22T20:28:51.3556091Z Resolving deltas: 79% (294/372) 2024-08-22T20:28:51.3556652Z Resolving deltas: 80% (298/372) 2024-08-22T20:28:51.3557257Z Resolving deltas: 81% (302/372) 2024-08-22T20:28:51.3557766Z Resolving deltas: 82% (306/372) 2024-08-22T20:28:51.3558399Z Resolving deltas: 83% (310/372) 2024-08-22T20:28:51.3558937Z Resolving deltas: 84% (314/372) 2024-08-22T20:28:51.3559381Z Resolving deltas: 85% (317/372) 2024-08-22T20:28:51.3559942Z Resolving deltas: 86% (320/372) 2024-08-22T20:28:51.3560420Z Resolving deltas: 87% (324/372) 2024-08-22T20:28:51.3560868Z Resolving deltas: 88% (329/372) 2024-08-22T20:28:51.3561420Z Resolving deltas: 89% (332/372) 2024-08-22T20:28:51.3561951Z Resolving deltas: 90% (336/372) 2024-08-22T20:28:51.3562520Z Resolving deltas: 91% (341/372) 2024-08-22T20:28:51.3563153Z Resolving deltas: 92% (343/372) 2024-08-22T20:28:51.3563633Z Resolving deltas: 93% (346/372) 2024-08-22T20:28:51.3564078Z Resolving deltas: 94% (350/372) 2024-08-22T20:28:51.3566181Z Resolving deltas: 95% (354/372) 2024-08-22T20:28:51.3566718Z Resolving deltas: 96% (360/372) 2024-08-22T20:28:51.3567549Z Resolving deltas: 97% (361/372) 2024-08-22T20:28:51.3569569Z Resolving deltas: 98% (365/372) 2024-08-22T20:28:51.3571877Z Resolving deltas: 99% (369/372) 2024-08-22T20:28:51.3573804Z Resolving deltas: 100% (372/372) 2024-08-22T20:28:51.3574290Z Resolving deltas: 100% (372/372), done. 2024-08-22T20:28:51.3843745Z From https://github.com/pytorch/test-infra 2024-08-22T20:28:51.3845310Z * [new branch] main -> origin/main 2024-08-22T20:28:51.3869393Z ##[endgroup] 2024-08-22T20:28:51.3870159Z ##[group]Determining the checkout info 2024-08-22T20:28:51.3871514Z ##[endgroup] 2024-08-22T20:28:51.3872241Z ##[group]Checking out the ref 2024-08-22T20:28:51.3875486Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-08-22T20:28:51.5084448Z Switched to a new branch 'main' 2024-08-22T20:28:51.5085273Z branch 'main' set up to track 'origin/main'. 2024-08-22T20:28:51.5096332Z ##[endgroup] 2024-08-22T20:28:51.5097119Z ##[group]Setting up auth for fetching submodules 2024-08-22T20:28:51.5102017Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:51.5169004Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-22T20:28:51.5215002Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-22T20:28:51.5266244Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-22T20:28:51.5311337Z ##[endgroup] 2024-08-22T20:28:51.5312047Z ##[group]Fetching submodules 2024-08-22T20:28:51.5314303Z [command]/usr/bin/git submodule sync --recursive 2024-08-22T20:28:51.5675530Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-08-22T20:28:51.6043948Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-22T20:28:51.6399980Z ##[endgroup] 2024-08-22T20:28:51.6401238Z ##[group]Persisting credentials for submodules 2024-08-22T20:28:51.6406275Z [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:51.6772500Z [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:51.7126673Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-22T20:28:51.7487126Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-22T20:28:51.7839216Z ##[endgroup] 2024-08-22T20:28:51.7891646Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:28:51.7931312Z '6dab351bed7d1c647665a8b8e883ec5b1c973feb' 2024-08-22T20:28:51.8244121Z Prepare all required actions 2024-08-22T20:28:51.8244827Z Getting action download info 2024-08-22T20:28:51.9228024Z Download action repository 'pytorch/test-infra@main' (SHA:6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:28:52.3453820Z Getting action download info 2024-08-22T20:28:52.4404057Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-22T20:28:52.5873731Z ##[group]Run ./test-infra/.github/actions/setup-linux 2024-08-22T20:28:52.5874206Z env: 2024-08-22T20:28:52.5874530Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:52.5874981Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:52.5875353Z PR_NUMBER: 1044 2024-08-22T20:28:52.5877426Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:52.5879541Z ##[endgroup] 2024-08-22T20:28:52.6075801Z ##[group]Run set -euo pipefail 2024-08-22T20:28:52.6076217Z set -euo pipefail 2024-08-22T20:28:52.6076595Z function get_ec2_metadata() { 2024-08-22T20:28:52.6077123Z  # Pulled from instance metadata endpoint for EC2 2024-08-22T20:28:52.6078017Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-22T20:28:52.6078770Z  category=$1 2024-08-22T20:28:52.6079287Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-22T20:28:52.6079849Z } 2024-08-22T20:28:52.6080203Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-22T20:28:52.6080790Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-22T20:28:52.6081430Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-22T20:28:52.6081989Z echo "system info $(uname -a)" 2024-08-22T20:28:52.6091165Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:52.6091704Z env: 2024-08-22T20:28:52.6092035Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:52.6092487Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:52.6092863Z PR_NUMBER: 1044 2024-08-22T20:28:52.6095084Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:52.6097191Z ##[endgroup] 2024-08-22T20:28:52.6189624Z ami-id: ami-06c68f701d8090592 2024-08-22T20:28:52.6240270Z instance-id: i-0251da9578a6e4224 2024-08-22T20:28:52.6290077Z instance-type: g5.4xlarge 2024-08-22T20:28:52.6303067Z system info Linux ip-10-0-76-27.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:52.6335258Z ##[group]Run if systemctl is-active --quiet docker; then 2024-08-22T20:28:52.6335867Z if systemctl is-active --quiet docker; then 2024-08-22T20:28:52.6336407Z  echo "Docker daemon is running..."; 2024-08-22T20:28:52.6336851Z else 2024-08-22T20:28:52.6337332Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-08-22T20:28:52.6337904Z fi 2024-08-22T20:28:52.6347060Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:52.6347544Z env: 2024-08-22T20:28:52.6347859Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:52.6348531Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:52.6348903Z PR_NUMBER: 1044 2024-08-22T20:28:52.6350964Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:52.6353141Z ##[endgroup] 2024-08-22T20:28:52.6436910Z Docker daemon is running... 2024-08-22T20:28:52.6463621Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:52.6464481Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:52.6465208Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2024-08-22T20:28:52.6466069Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2024-08-22T20:28:52.6467129Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-08-22T20:28:52.6475849Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:52.6476339Z env: 2024-08-22T20:28:52.6476653Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:52.6477114Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:52.6477490Z PR_NUMBER: 1044 2024-08-22T20:28:52.6479536Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:52.6481966Z AWS_RETRY_MODE: standard 2024-08-22T20:28:52.6482317Z AWS_MAX_ATTEMPTS: 5 2024-08-22T20:28:52.6482658Z AWS_DEFAULT_REGION: us-east-1 2024-08-22T20:28:52.6483021Z ##[endgroup] 2024-08-22T20:28:53.7239968Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:28:53.7241200Z Configure a credential helper to remove this warning. See 2024-08-22T20:28:53.7242167Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:28:53.7242707Z 2024-08-22T20:28:53.7243196Z Login Succeeded 2024-08-22T20:28:53.7290105Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:53.7290895Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:53.7291634Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:53.7300865Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:53.7301355Z env: 2024-08-22T20:28:53.7301685Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:53.7302198Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:53.7302570Z PR_NUMBER: 1044 2024-08-22T20:28:53.7304628Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:53.7306766Z ##[endgroup] 2024-08-22T20:28:53.7399950Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:53.7400565Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:53.7401093Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:53.7401582Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:53.7402425Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:53.7402997Z  2024-08-22T20:28:53.7403390Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-08-22T20:28:53.7403960Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:53.7404470Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:53.7405110Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:53.7405705Z  2024-08-22T20:28:53.7406045Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2024-08-22T20:28:53.7406514Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:53.7406965Z mkdir -p "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:53.7407518Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:53.7416592Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:53.7417082Z env: 2024-08-22T20:28:53.7417415Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:53.7417868Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:53.7418245Z PR_NUMBER: 1044 2024-08-22T20:28:53.7420288Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:53.7422417Z ##[endgroup] 2024-08-22T20:28:53.9367959Z ##[group]Run needs=0 2024-08-22T20:28:53.9368304Z needs=0 2024-08-22T20:28:53.9368825Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2024-08-22T20:28:53.9369427Z  needs=1 2024-08-22T20:28:53.9369724Z fi 2024-08-22T20:28:53.9370070Z echo "does=${needs}" >> $GITHUB_OUTPUT 2024-08-22T20:28:53.9379113Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:53.9379606Z env: 2024-08-22T20:28:53.9379933Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:53.9380401Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:53.9380775Z PR_NUMBER: 1044 2024-08-22T20:28:53.9382829Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:53.9386931Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:53.9387781Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:53.9388499Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:53.9389010Z ##[endgroup] 2024-08-22T20:28:53.9685380Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-08-22T20:28:53.9685902Z with: 2024-08-22T20:28:53.9686180Z driver-version: 550.54.15 2024-08-22T20:28:53.9686514Z env: 2024-08-22T20:28:53.9686826Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:53.9687281Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:53.9687655Z PR_NUMBER: 1044 2024-08-22T20:28:53.9689739Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:53.9692217Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:53.9692988Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:53.9693706Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:53.9694211Z ##[endgroup] 2024-08-22T20:28:53.9737895Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-22T20:28:53.9738451Z with: 2024-08-22T20:28:53.9738721Z timeout_minutes: 10 2024-08-22T20:28:53.9739037Z max_attempts: 3 2024-08-22T20:28:53.9771703Z command: # Is it disgusting to have a full shell script here in this github action? Sure # But is it the best way to make it so that this action relies on nothing else? Absolutely set -eou pipefail DISTRIBUTION=$(. /etc/os-release;echo $ID$VERSION_ID) DRIVER_FN="NVIDIA-Linux-x86_64-${DRIVER_VERSION}.run" install_nvidia_docker2_amzn2() { ( set -x # Needed for yum-config-manager sudo yum install -y yum-utils if [[ "${DISTRIBUTION}" == "amzn2023" ]] ; then YUM_REPO_URL="https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo" else # Amazon Linux 2 YUM_REPO_URL="https://nvidia.github.io/nvidia-docker/${DISTRIBUTION}/nvidia-docker.repo" fi sudo yum-config-manager --add-repo "${YUM_REPO_URL}" sudo yum install -y nvidia-docker2 sudo systemctl restart docker ) } install_nvidia_docker2_ubuntu20() { ( set -x # Install nvidia-driver package if not installed status="$(dpkg-query -W --showformat='${db:Status-Status}' nvidia-docker2 2>&1)" if [ ! $? = 0 ] || [ ! "$status" = installed ]; then sudo apt-get install -y nvidia-docker2 sudo systemctl restart docker fi ) } pre_install_nvidia_driver_amzn2() { ( # Purge any nvidia driver installed from RHEL repo sudo yum remove -y nvidia-driver-latest-dkms ) } install_nvidia_driver_common() { ( # Try to gather more information about the runner and its existing NVIDIA driver if any echo "Before installing NVIDIA driver" lspci lsmod modinfo nvidia || true HAS_NVIDIA_DRIVER=0 # Check if NVIDIA driver has already been installed if [ -x "$(command -v nvidia-smi)" ]; then set +e # The driver exists, check its version next. Also check only the first GPU if there are more than one of them # so that the same driver version is not print over multiple lines INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then echo "Failed to get NVIDIA driver version ($INSTALLED_DRIVER_VERSION). Continuing" elif [ "$INSTALLED_DRIVER_VERSION" != "$DRIVER_VERSION" ]; then echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has been installed, but we expect to have $DRIVER_VERSION instead. Continuing" else HAS_NVIDIA_DRIVER=1 echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has already been installed. Skipping NVIDIA driver installation" fi set -e fi if [ "$HAS_NVIDIA_DRIVER" -eq 0 ]; then # CAUTION: this may need to be updated in future if [ "${DISTRIBUTION}" != ubuntu20.04 ]; then sudo yum groupinstall -y "Development Tools" # ensure our kernel install is the same as our underlying kernel, # groupinstall "Development Tools" has a habit of mismatching kernel headers sudo yum install -y "kernel-devel-uname-r == $(uname -r)" sudo modprobe backlight fi sudo curl -fsL -o /tmp/nvidia_driver "https://s3.amazonaws.com/ossci-linux/nvidia_driver/$DRIVER_FN" set +e sudo /bin/bash /tmp/nvidia_driver -s --no-drm NVIDIA_INSTALLATION_STATUS=$? RESET_GPU=0 if [ "$NVIDIA_INSTALLATION_STATUS" -ne 0 ]; then sudo cat /var/log/nvidia-installer.log # Fail to install NVIDIA driver, try to reset the GPU RESET_GPU=1 elif [ -x "$(command -v nvidia-smi)" ]; then # Check again if nvidia-smi works even if the driver installation completes successfully INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then RESET_GPU=1 fi fi if [ "$RESET_GPU" -eq 1 ]; then NVIDIA_DEVICES=$(lspci -D | grep -i NVIDIA | cut -d' ' -f1) # The GPU can get stuck in a failure state if somehow the test crashs the GPU microcode. When this # happens, we'll try to reset all NVIDIA devices https://github.com/pytorch/pytorch/issues/88388 for PCI_ID in $NVIDIA_DEVICES; do DEVICE_ENABLED=$(cat /sys/bus/pci/devices/$PCI_ID/enable) echo "Reseting $PCI_ID (enabled state: $DEVICE_ENABLED)" # This requires sudo permission of course echo "1" | sudo tee /sys/bus/pci/devices/$PCI_ID/reset sleep 1 done fi sudo rm -fv /tmp/nvidia_driver set -e fi ) } post_install_nvidia_driver_common() { ( sudo modprobe nvidia || true echo "After installing NVIDIA driver" lspci lsmod modinfo nvidia || true ( set +e nvidia-smi # NB: Annoyingly, nvidia-smi command returns successfully with return code 0 even in # the case where the driver has already crashed as it still can get the driver version # and some basic information like the bus ID. However, the rest of the information # would be missing (ERR!), for example: # # +-----------------------------------------------------------------------------+ # | NVIDIA-SMI 525.89.02 Driver Version: 525.89.02 CUDA Version: 12.0 | # |-------------------------------+----------------------+----------------------+ # | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | # | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | # | | | MIG M. | # |===============================+======================+======================| # | 0 ERR! Off | 00000000:00:1E.0 Off | ERR! | # |ERR! ERR! ERR! ERR! / ERR! | 4184MiB / 23028MiB | ERR! Default | # | | | ERR! | # +-------------------------------+----------------------+----------------------+ # # +-----------------------------------------------------------------------------+ # | Processes: | # | GPU GI CI PID Type Process name GPU Memory | # | ID ID Usage | # |=============================================================================| # +-----------------------------------------------------------------------------+ # # This should be reported as a failure instead as it will guarantee to fail when # Docker tries to run with --gpus all # # So, the correct check here is to query one of the missing piece of info like # GPU name, so that the command can fail accordingly nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 NVIDIA_SMI_STATUS=$? # Allowable exit statuses for nvidia-smi, see: https://github.com/NVIDIA/gpu-operator/issues/285 if [ "$NVIDIA_SMI_STATUS" -eq 0 ] || [ "$NVIDIA_SMI_STATUS" -eq 14 ]; then echo "INFO: Ignoring allowed status ${NVIDIA_SMI_STATUS}" else echo "ERROR: nvidia-smi exited with unresolved status ${NVIDIA_SMI_STATUS}" exit ${NVIDIA_SMI_STATUS} fi set -e ) ) } install_nvidia_driver_amzn2() { ( set -x pre_install_nvidia_driver_amzn2 install_nvidia_driver_common post_install_nvidia_driver_common ) } install_nvidia_driver_ubuntu20() { ( set -x install_nvidia_driver_common post_install_nvidia_driver_common ) } echo "== Installing nvidia driver ${DRIVER_FN} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_driver_amzn2 ;; ubuntu20.04) install_nvidia_driver_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac # Install container toolkit based on distribution echo "== Installing nvidia container toolkit for ${DISTRIBUTION} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_docker2_amzn2 ;; ubuntu20.04) install_nvidia_docker2_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac echo "GPU_FLAG=--gpus all -e NVIDIA_DRIVER_CAPABILITIES=all" >> "${GITHUB_ENV}" # Fix https://github.com/NVIDIA/nvidia-docker/issues/1648 on runners with # more than one GPUs. This just needs to be run once. The command fails # on subsequent runs and complains that the mode is already on, but that's # ok sudo nvidia-persistenced || true # This should show persistence mode ON nvidia-smi 2024-08-22T20:28:53.9803979Z retry_wait_seconds: 10 2024-08-22T20:28:53.9804342Z polling_interval_seconds: 1 2024-08-22T20:28:53.9804717Z warning_on_retry: true 2024-08-22T20:28:53.9805052Z continue_on_error: false 2024-08-22T20:28:53.9805388Z env: 2024-08-22T20:28:53.9805708Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:53.9806158Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:53.9806532Z PR_NUMBER: 1044 2024-08-22T20:28:53.9808583Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:53.9810972Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:53.9811742Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:53.9812462Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:53.9812987Z DRIVER_VERSION: 550.54.15 2024-08-22T20:28:53.9813332Z ##[endgroup] 2024-08-22T20:28:54.0622945Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-08-22T20:28:54.0623686Z + pre_install_nvidia_driver_amzn2 2024-08-22T20:28:54.0626024Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-08-22T20:28:54.4132306Z No match for argument: nvidia-driver-latest-dkms 2024-08-22T20:28:54.4133181Z No packages marked for removal. 2024-08-22T20:28:54.4196425Z Dependencies resolved. 2024-08-22T20:28:54.4207091Z Nothing to do. 2024-08-22T20:28:54.4207549Z Complete! 2024-08-22T20:28:54.4696974Z + install_nvidia_driver_common 2024-08-22T20:28:54.4701819Z + echo 'Before installing NVIDIA driver' 2024-08-22T20:28:54.4702274Z Before installing NVIDIA driver 2024-08-22T20:28:54.4703932Z + lspci 2024-08-22T20:28:54.4811573Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:28:54.4812376Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:28:54.4813320Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:28:54.4814114Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:28:54.4814916Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:28:54.4815704Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:28:54.4816432Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:28:54.4817231Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:28:54.4817816Z + lsmod 2024-08-22T20:28:54.4862221Z Module Size Used by 2024-08-22T20:28:54.4862640Z veth 36864 0 2024-08-22T20:28:54.4863037Z nvidia_modeset 1351680 0 2024-08-22T20:28:54.4863451Z video 65536 1 nvidia_modeset 2024-08-22T20:28:54.4863908Z wmi 36864 1 video 2024-08-22T20:28:54.4864300Z nvidia_uvm 4706304 0 2024-08-22T20:28:54.4864743Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:28:54.4865216Z drm 602112 1 nvidia 2024-08-22T20:28:54.4865656Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:28:54.4866174Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:28:54.4866676Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:28:54.4867153Z xt_conntrack 16384 1 2024-08-22T20:28:54.4867528Z nft_chain_nat 16384 3 2024-08-22T20:28:54.4867894Z xt_MASQUERADE 20480 1 2024-08-22T20:28:54.4868342Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:28:54.4868825Z nf_conntrack_netlink 57344 0 2024-08-22T20:28:54.4869388Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:28:54.4870022Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:28:54.4870481Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:28:54.4870899Z xfrm_user 57344 1 2024-08-22T20:28:54.4871292Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:28:54.4871702Z xt_addrtype 16384 2 2024-08-22T20:28:54.4872061Z nft_compat 20480 4 2024-08-22T20:28:54.4872505Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:28:54.4873343Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:28:54.4873880Z br_netfilter 36864 0 2024-08-22T20:28:54.4874279Z bridge 307200 1 br_netfilter 2024-08-22T20:28:54.4874720Z stp 16384 1 bridge 2024-08-22T20:28:54.4875130Z llc 16384 2 bridge,stp 2024-08-22T20:28:54.4875544Z overlay 167936 0 2024-08-22T20:28:54.4875910Z tls 114688 0 2024-08-22T20:28:54.4876272Z nls_ascii 16384 1 2024-08-22T20:28:54.4876638Z nls_cp437 20480 1 2024-08-22T20:28:54.4877002Z vfat 24576 1 2024-08-22T20:28:54.4877363Z fat 86016 1 vfat 2024-08-22T20:28:54.4877750Z ena 167936 0 2024-08-22T20:28:54.4878117Z ptp 36864 1 ena 2024-08-22T20:28:54.4878495Z sunrpc 692224 1 2024-08-22T20:28:54.4878871Z pps_core 24576 1 ptp 2024-08-22T20:28:54.4879264Z ghash_clmulni_intel 16384 0 2024-08-22T20:28:54.4879639Z aesni_intel 393216 0 2024-08-22T20:28:54.4880003Z i8042 45056 0 2024-08-22T20:28:54.4880369Z serio 28672 3 i8042 2024-08-22T20:28:54.4880784Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:28:54.4881301Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:28:54.4881789Z button 24576 0 2024-08-22T20:28:54.4882160Z sch_fq_codel 20480 17 2024-08-22T20:28:54.4882709Z dm_mod 188416 0 2024-08-22T20:28:54.4883078Z fuse 163840 1 2024-08-22T20:28:54.4883446Z configfs 57344 1 2024-08-22T20:28:54.4883805Z loop 36864 0 2024-08-22T20:28:54.4884177Z dax 45056 1 dm_mod 2024-08-22T20:28:54.4884572Z dmi_sysfs 20480 0 2024-08-22T20:28:54.4884951Z crc32_pclmul 16384 0 2024-08-22T20:28:54.4885322Z crc32c_intel 24576 0 2024-08-22T20:28:54.4885689Z efivarfs 24576 1 2024-08-22T20:28:54.4886045Z + modinfo nvidia 2024-08-22T20:28:54.4886741Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:28:54.4887442Z alias: char-major-195-* 2024-08-22T20:28:54.4887820Z version: 550.54.15 2024-08-22T20:28:54.4888165Z supported: external 2024-08-22T20:28:54.4888502Z license: NVIDIA 2024-08-22T20:28:54.4888875Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:28:54.4889367Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:28:54.4889826Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:28:54.4890284Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:28:54.4890779Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:28:54.4935784Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:28:54.4936420Z depends: i2c-core,drm 2024-08-22T20:28:54.4936778Z retpoline: Y 2024-08-22T20:28:54.4937087Z name: nvidia 2024-08-22T20:28:54.4937718Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:28:54.4938403Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:28:54.4939045Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:28:54.4939628Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:28:54.4940061Z parm: NVreg_RmLogonRC:int 2024-08-22T20:28:54.4940824Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:28:54.4941357Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:28:54.4941788Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:28:54.4942221Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:28:54.4942741Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:28:54.4943287Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:28:54.4943760Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:28:54.4944185Z parm: NVreg_EnableMSI:int 2024-08-22T20:28:54.4944825Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:28:54.4945273Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:28:54.4945795Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:28:54.4946361Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:28:54.4946985Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:28:54.4947585Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:54.4948173Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:28:54.4948782Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:54.4949363Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:28:54.4949848Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:28:54.4950369Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:28:54.4950901Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:28:54.4951391Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:28:54.4951851Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:28:54.4952328Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:28:54.4952792Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:28:54.4953225Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:28:54.4953725Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:28:54.4954245Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:28:54.4954872Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:28:54.4955363Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:28:54.4955853Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:28:54.4956326Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:28:54.4956816Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:28:54.4957290Z parm: NVreg_RmMsg:charp 2024-08-22T20:28:54.4957687Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:28:54.4958147Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:28:54.4958626Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:28:54.4959065Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:28:54.4959542Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:28:54.4960010Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:28:54.4960449Z parm: rm_firmware_active:charp 2024-08-22T20:28:54.4960859Z + HAS_NVIDIA_DRIVER=0 2024-08-22T20:28:54.4961265Z ++ command -v nvidia-smi 2024-08-22T20:28:54.4961665Z + '[' -x /usr/bin/nvidia-smi ']' 2024-08-22T20:28:54.4962022Z + set +e 2024-08-22T20:28:54.4962523Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-08-22T20:28:54.5179934Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-08-22T20:28:54.5180367Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:28:54.5180756Z + '[' 0 -ne 0 ']' 2024-08-22T20:28:54.5181110Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-08-22T20:28:54.5181481Z + HAS_NVIDIA_DRIVER=1 2024-08-22T20:28:54.5182195Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-08-22T20:28:54.5182918Z + set -e 2024-08-22T20:28:54.5183215Z + '[' 1 -eq 0 ']' 2024-08-22T20:28:54.5183789Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-08-22T20:28:54.5184467Z + post_install_nvidia_driver_common 2024-08-22T20:28:54.5187481Z + sudo modprobe nvidia 2024-08-22T20:28:54.6345036Z + echo 'After installing NVIDIA driver' 2024-08-22T20:28:54.6345513Z + lspci 2024-08-22T20:28:54.6345827Z After installing NVIDIA driver 2024-08-22T20:28:54.6448619Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:28:54.6449623Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:28:54.6450638Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:28:54.6451665Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:28:54.6452615Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:28:54.6453673Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:28:54.6454409Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:28:54.6455217Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:28:54.6455813Z + lsmod 2024-08-22T20:28:54.6481043Z Module Size Used by 2024-08-22T20:28:54.6481571Z veth 36864 0 2024-08-22T20:28:54.6482059Z nvidia_modeset 1351680 0 2024-08-22T20:28:54.6482597Z video 65536 1 nvidia_modeset 2024-08-22T20:28:54.6483187Z wmi 36864 1 video 2024-08-22T20:28:54.6483721Z nvidia_uvm 4706304 0 2024-08-22T20:28:54.6484218Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:28:54.6484839Z drm 602112 1 nvidia 2024-08-22T20:28:54.6485409Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:28:54.6486095Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:28:54.6486665Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:28:54.6487097Z xt_conntrack 16384 1 2024-08-22T20:28:54.6487468Z nft_chain_nat 16384 3 2024-08-22T20:28:54.6487849Z xt_MASQUERADE 20480 1 2024-08-22T20:28:54.6488305Z nf_nat 57344 2 nft_chain_nat,xt_MASQUERADE 2024-08-22T20:28:54.6488787Z nf_conntrack_netlink 57344 0 2024-08-22T20:28:54.6489584Z nf_conntrack 184320 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:28:54.6490227Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:28:54.6490684Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:28:54.6491117Z xfrm_user 57344 1 2024-08-22T20:28:54.6491509Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:28:54.6491925Z xt_addrtype 16384 2 2024-08-22T20:28:54.6492303Z nft_compat 20480 4 2024-08-22T20:28:54.6492765Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:28:54.6493368Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:28:54.6493910Z br_netfilter 36864 0 2024-08-22T20:28:54.6494341Z bridge 307200 1 br_netfilter 2024-08-22T20:28:54.6494780Z stp 16384 1 bridge 2024-08-22T20:28:54.6495196Z llc 16384 2 bridge,stp 2024-08-22T20:28:54.6495615Z overlay 167936 0 2024-08-22T20:28:54.6495989Z tls 114688 0 2024-08-22T20:28:54.6496350Z nls_ascii 16384 1 2024-08-22T20:28:54.6496725Z nls_cp437 20480 1 2024-08-22T20:28:54.6497096Z vfat 24576 1 2024-08-22T20:28:54.6497458Z fat 86016 1 vfat 2024-08-22T20:28:54.6497850Z ena 167936 0 2024-08-22T20:28:54.6498224Z ptp 36864 1 ena 2024-08-22T20:28:54.6498609Z sunrpc 692224 1 2024-08-22T20:28:54.6498993Z pps_core 24576 1 ptp 2024-08-22T20:28:54.6499392Z ghash_clmulni_intel 16384 0 2024-08-22T20:28:54.6499770Z aesni_intel 393216 0 2024-08-22T20:28:54.6500140Z i8042 45056 0 2024-08-22T20:28:54.6500513Z serio 28672 3 i8042 2024-08-22T20:28:54.6500933Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:28:54.6501456Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:28:54.6501956Z button 24576 0 2024-08-22T20:28:54.6502323Z sch_fq_codel 20480 17 2024-08-22T20:28:54.6502704Z dm_mod 188416 0 2024-08-22T20:28:54.6503191Z fuse 163840 1 2024-08-22T20:28:54.6503661Z configfs 57344 1 2024-08-22T20:28:54.6504133Z loop 36864 0 2024-08-22T20:28:54.6504581Z dax 45056 1 dm_mod 2024-08-22T20:28:54.6505105Z dmi_sysfs 20480 0 2024-08-22T20:28:54.6505590Z crc32_pclmul 16384 0 2024-08-22T20:28:54.6506205Z crc32c_intel 24576 0 2024-08-22T20:28:54.6506682Z efivarfs 24576 1 2024-08-22T20:28:54.6507161Z + modinfo nvidia 2024-08-22T20:28:54.6507871Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:28:54.6508564Z alias: char-major-195-* 2024-08-22T20:28:54.6508940Z version: 550.54.15 2024-08-22T20:28:54.6509289Z supported: external 2024-08-22T20:28:54.6509625Z license: NVIDIA 2024-08-22T20:28:54.6510015Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:28:54.6510498Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:28:54.6510958Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:28:54.6511414Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:28:54.6511912Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:28:54.6512400Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:28:54.6512888Z depends: i2c-core,drm 2024-08-22T20:28:54.6513256Z retpoline: Y 2024-08-22T20:28:54.6513567Z name: nvidia 2024-08-22T20:28:54.6514171Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:28:54.6514863Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:28:54.6515498Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:28:54.6516080Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:28:54.6516635Z parm: NVreg_RmLogonRC:int 2024-08-22T20:28:54.6517075Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:28:54.6517524Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:28:54.6517954Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:28:54.6518391Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:28:54.6518907Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:28:54.6519467Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:28:54.6519949Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:28:54.6520379Z parm: NVreg_EnableMSI:int 2024-08-22T20:28:54.6520793Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:28:54.6521247Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:28:54.6521769Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:28:54.6522351Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:28:54.6522905Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:28:54.6523514Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:54.6524105Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:28:54.6524714Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:54.6525296Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:28:54.6525793Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:28:54.6526324Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:28:54.6526862Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:28:54.6527369Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:28:54.6527836Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:28:54.6528320Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:28:54.6528787Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:28:54.6529240Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:28:54.6529748Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:28:54.6530278Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:28:54.6530757Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:28:54.6531253Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:28:54.6531751Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:28:54.6532295Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:28:54.6532795Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:28:54.6533271Z parm: NVreg_RmMsg:charp 2024-08-22T20:28:54.6533777Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:28:54.6534250Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:28:54.6534717Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:28:54.6535179Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:28:54.6535659Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:28:54.6536129Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:28:54.6536584Z parm: rm_firmware_active:charp 2024-08-22T20:28:54.6536996Z + set +e 2024-08-22T20:28:54.6537305Z + nvidia-smi 2024-08-22T20:28:54.6723091Z Thu Aug 22 20:28:54 2024 2024-08-22T20:28:54.6723835Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:54.6724668Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:28:54.6725461Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:54.6726247Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:28:54.6727144Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:28:54.6727834Z | | | MIG M. | 2024-08-22T20:28:54.6728376Z |=========================================+========================+======================| 2024-08-22T20:28:54.6938152Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:28:54.6938968Z | 0% 29C P8 16W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:28:54.6939596Z | | | N/A | 2024-08-22T20:28:54.6940305Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:54.6942833Z 2024-08-22T20:28:54.6943644Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:54.6944283Z | Processes: | 2024-08-22T20:28:54.6944979Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:28:54.6945664Z | ID ID Usage | 2024-08-22T20:28:54.6946225Z |=========================================================================================| 2024-08-22T20:28:54.6949315Z | No running processes found | 2024-08-22T20:28:54.6950088Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:54.9700421Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-08-22T20:28:54.9896834Z NVIDIA A10G 2024-08-22T20:28:54.9964562Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:28:54.9965114Z + '[' 0 -eq 0 ']' 2024-08-22T20:28:54.9965661Z + echo 'INFO: Ignoring allowed status 0' 2024-08-22T20:28:54.9966220Z + set -e 2024-08-22T20:28:54.9966536Z INFO: Ignoring allowed status 0 2024-08-22T20:28:54.9974451Z == Installing nvidia container toolkit for amzn2023 == 2024-08-22T20:28:54.9978182Z + sudo yum install -y yum-utils 2024-08-22T20:28:55.4292749Z Last metadata expiration check: 0:03:52 ago on Thu Aug 22 20:25:03 2024. 2024-08-22T20:28:55.4512046Z Package dnf-utils-4.3.0-13.amzn2023.0.4.noarch is already installed. 2024-08-22T20:28:55.4812947Z Dependencies resolved. 2024-08-22T20:28:55.4936568Z Nothing to do. 2024-08-22T20:28:55.4936968Z Complete! 2024-08-22T20:28:55.5325717Z + [[ amzn2023 == \a\m\z\n\2\0\2\3 ]] 2024-08-22T20:28:55.5326884Z + YUM_REPO_URL=https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:55.5328194Z + sudo yum-config-manager --add-repo https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:55.7980553Z Adding repo from: https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:55.8639549Z + sudo yum install -y nvidia-docker2 2024-08-22T20:28:56.3494439Z nvidia-container-toolkit 10 kB/s | 833 B 00:00 2024-08-22T20:28:56.3712536Z Package nvidia-docker2-2.14.0-1.noarch is already installed. 2024-08-22T20:28:56.4009047Z Dependencies resolved. 2024-08-22T20:28:56.4132719Z Nothing to do. 2024-08-22T20:28:56.4133345Z Complete! 2024-08-22T20:28:56.4527733Z + sudo systemctl restart docker 2024-08-22T20:28:58.6709343Z nvidia-persistenced failed to initialize. Check syslog for more details. 2024-08-22T20:28:58.6943606Z Thu Aug 22 20:28:58 2024 2024-08-22T20:28:58.6944450Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:58.6945287Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:28:58.6946110Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:58.6946995Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:28:58.6947898Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:28:58.6948597Z | | | MIG M. | 2024-08-22T20:28:58.6950325Z |=========================================+========================+======================| 2024-08-22T20:28:58.7156755Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:28:58.7157523Z | 0% 29C P8 16W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:28:58.7158152Z | | | N/A | 2024-08-22T20:28:58.7158867Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:58.7161920Z 2024-08-22T20:28:58.7162607Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:58.7163229Z | Processes: | 2024-08-22T20:28:58.7163934Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:28:58.7164628Z | ID ID Usage | 2024-08-22T20:28:58.7165188Z |=========================================================================================| 2024-08-22T20:28:58.7167278Z | No running processes found | 2024-08-22T20:28:58.7168051Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:29:00.0440823Z Command completed after 1 attempt(s). 2024-08-22T20:29:00.0523357Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:29:00.0524115Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:29:00.0524698Z # shellcheck disable=SC2046 2024-08-22T20:29:00.0525152Z docker stop $(docker ps -q) || true 2024-08-22T20:29:00.0525643Z # Prune all of the docker images 2024-08-22T20:29:00.0526090Z docker system prune -af 2024-08-22T20:29:00.0539728Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:00.0540225Z env: 2024-08-22T20:29:00.0540937Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:00.0541527Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:00.0541995Z PR_NUMBER: 1044 2024-08-22T20:29:00.0544152Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:29:00.0546658Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:00.0547492Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:00.0548212Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:00.0548827Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:00.0549293Z ##[endgroup] 2024-08-22T20:29:00.0874928Z "docker stop" requires at least 1 argument. 2024-08-22T20:29:00.0875832Z See 'docker stop --help'. 2024-08-22T20:29:00.0876120Z 2024-08-22T20:29:00.0876343Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-22T20:29:00.0876734Z 2024-08-22T20:29:00.0876888Z Stop one or more running containers 2024-08-22T20:29:00.1058352Z Total reclaimed space: 0B 2024-08-22T20:29:00.1129757Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2024-08-22T20:29:00.1130223Z with: 2024-08-22T20:29:00.1130686Z github-secret: *** 2024-08-22T20:29:00.1131599Z 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:29:00.1132579Z activate-with-label: false 2024-08-22T20:29:00.1132937Z label: with-ssh 2024-08-22T20:29:00.1133246Z remove-existing-keys: true 2024-08-22T20:29:00.1133605Z fail-silently: true 2024-08-22T20:29:00.1133908Z env: 2024-08-22T20:29:00.1134269Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:00.1134728Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:00.1135101Z PR_NUMBER: 1044 2024-08-22T20:29:00.1137188Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:29:00.1139506Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:00.1140267Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:00.1141373Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:00.1141983Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:00.1142445Z ##[endgroup] 2024-08-22T20:29:00.1976694Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-08-22T20:29:00.5261772Z Grabbing public ssh keys from https://github.com/kwen2501.keys 2024-08-22T20:29:00.6068723Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-08-22T20:29:00.6084805Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-08-22T20:29:00.6112062Z Login using: ssh ec2-user@ec2-3-239-82-63.compute-1.amazonaws.com 2024-08-22T20:29:00.6113209Z All testing is done inside the container, to start an interactive session run: 2024-08-22T20:29:00.6114540Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:29:00.6244182Z ##[group]Run actions/checkout@v3 2024-08-22T20:29:00.6244560Z with: 2024-08-22T20:29:00.6244848Z repository: pytorch/torchchat 2024-08-22T20:29:00.6245229Z ref: refs/pull/1044/merge 2024-08-22T20:29:00.6245578Z path: pytorch/torchchat 2024-08-22T20:29:00.6245918Z fetch-depth: 1 2024-08-22T20:29:00.6246347Z token: *** 2024-08-22T20:29:00.6246630Z ssh-strict: true 2024-08-22T20:29:00.6246953Z persist-credentials: true 2024-08-22T20:29:00.6247301Z clean: true 2024-08-22T20:29:00.6247796Z sparse-checkout-cone-mode: true 2024-08-22T20:29:00.6248185Z fetch-tags: false 2024-08-22T20:29:00.6248486Z lfs: false 2024-08-22T20:29:00.6248772Z set-safe-directory: true 2024-08-22T20:29:00.6249102Z env: 2024-08-22T20:29:00.6249416Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:00.6249858Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:00.6250232Z PR_NUMBER: 1044 2024-08-22T20:29:00.6252300Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:29:00.6254585Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:00.6255344Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:00.6256055Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:00.6256662Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:00.6257123Z ##[endgroup] 2024-08-22T20:29:00.7142882Z Syncing repository: pytorch/torchchat 2024-08-22T20:29:00.7152474Z ##[group]Getting Git version info 2024-08-22T20:29:00.7153341Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-08-22T20:29:00.7174532Z [command]/usr/bin/git version 2024-08-22T20:29:00.7225564Z git version 2.40.1 2024-08-22T20:29:00.7247861Z ##[endgroup] 2024-08-22T20:29:00.7261254Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d29185a7-51ea-457d-9ba6-b8a3e9b3c5d3' before making global git config changes 2024-08-22T20:29:00.7262495Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:29:00.7265629Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:29:00.7311003Z ##[group]Initializing the repository 2024-08-22T20:29:00.7314067Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:29:00.7360385Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:29:00.7361443Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:29:00.7362243Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:29:00.7362797Z hint: 2024-08-22T20:29:00.7363238Z hint: git config --global init.defaultBranch 2024-08-22T20:29:00.7363702Z hint: 2024-08-22T20:29:00.7364210Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:29:00.7365043Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:29:00.7365631Z hint: 2024-08-22T20:29:00.7365958Z hint: git branch -m 2024-08-22T20:29:00.7366915Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-08-22T20:29:00.7374183Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:29:00.7417004Z ##[endgroup] 2024-08-22T20:29:00.7418143Z ##[group]Disabling automatic garbage collection 2024-08-22T20:29:00.7419799Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:29:00.7455439Z ##[endgroup] 2024-08-22T20:29:00.7455957Z ##[group]Setting up auth 2024-08-22T20:29:00.7461452Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:29:00.7499039Z [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:29:00.7855288Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:29:00.7899623Z [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:29:00.8258202Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:29:00.8317679Z ##[endgroup] 2024-08-22T20:29:00.8318547Z ##[group]Fetching the repository 2024-08-22T20:29:00.8325844Z [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:29:01.0209899Z remote: Enumerating objects: 237, done. 2024-08-22T20:29:01.0211387Z remote: Counting objects: 0% (1/237) 2024-08-22T20:29:01.0212052Z remote: Counting objects: 1% (3/237) 2024-08-22T20:29:01.0212680Z remote: Counting objects: 2% (5/237) 2024-08-22T20:29:01.0213185Z remote: Counting objects: 3% (8/237) 2024-08-22T20:29:01.0213709Z remote: Counting objects: 4% (10/237) 2024-08-22T20:29:01.0214205Z remote: Counting objects: 5% (12/237) 2024-08-22T20:29:01.0214787Z remote: Counting objects: 6% (15/237) 2024-08-22T20:29:01.0215435Z remote: Counting objects: 7% (17/237) 2024-08-22T20:29:01.0216103Z remote: Counting objects: 8% (19/237) 2024-08-22T20:29:01.0216756Z remote: Counting objects: 9% (22/237) 2024-08-22T20:29:01.0217384Z remote: Counting objects: 10% (24/237) 2024-08-22T20:29:01.0217987Z remote: Counting objects: 11% (27/237) 2024-08-22T20:29:01.0218472Z remote: Counting objects: 12% (29/237) 2024-08-22T20:29:01.0218949Z remote: Counting objects: 13% (31/237) 2024-08-22T20:29:01.0219417Z remote: Counting objects: 14% (34/237) 2024-08-22T20:29:01.0219902Z remote: Counting objects: 15% (36/237) 2024-08-22T20:29:01.0220398Z remote: Counting objects: 16% (38/237) 2024-08-22T20:29:01.0220869Z remote: Counting objects: 17% (41/237) 2024-08-22T20:29:01.0221347Z remote: Counting objects: 18% (43/237) 2024-08-22T20:29:01.0221825Z remote: Counting objects: 19% (46/237) 2024-08-22T20:29:01.0222293Z remote: Counting objects: 20% (48/237) 2024-08-22T20:29:01.0222769Z remote: Counting objects: 21% (50/237) 2024-08-22T20:29:01.0223250Z remote: Counting objects: 22% (53/237) 2024-08-22T20:29:01.0223779Z remote: Counting objects: 23% (55/237) 2024-08-22T20:29:01.0224259Z remote: Counting objects: 24% (57/237) 2024-08-22T20:29:01.0224736Z remote: Counting objects: 25% (60/237) 2024-08-22T20:29:01.0225214Z remote: Counting objects: 26% (62/237) 2024-08-22T20:29:01.0225682Z remote: Counting objects: 27% (64/237) 2024-08-22T20:29:01.0226161Z remote: Counting objects: 28% (67/237) 2024-08-22T20:29:01.0226648Z remote: Counting objects: 29% (69/237) 2024-08-22T20:29:01.0227120Z remote: Counting objects: 30% (72/237) 2024-08-22T20:29:01.0227702Z remote: Counting objects: 31% (74/237) 2024-08-22T20:29:01.0228178Z remote: Counting objects: 32% (76/237) 2024-08-22T20:29:01.0228654Z remote: Counting objects: 33% (79/237) 2024-08-22T20:29:01.0229133Z remote: Counting objects: 34% (81/237) 2024-08-22T20:29:01.0229847Z remote: Counting objects: 35% (83/237) 2024-08-22T20:29:01.0230325Z remote: Counting objects: 36% (86/237) 2024-08-22T20:29:01.0230804Z remote: Counting objects: 37% (88/237) 2024-08-22T20:29:01.0231280Z remote: Counting objects: 38% (91/237) 2024-08-22T20:29:01.0231747Z remote: Counting objects: 39% (93/237) 2024-08-22T20:29:01.0232229Z remote: Counting objects: 40% (95/237) 2024-08-22T20:29:01.0232711Z remote: Counting objects: 41% (98/237) 2024-08-22T20:29:01.0233190Z remote: Counting objects: 42% (100/237) 2024-08-22T20:29:01.0233839Z remote: Counting objects: 43% (102/237) 2024-08-22T20:29:01.0234339Z remote: Counting objects: 44% (105/237) 2024-08-22T20:29:01.0234820Z remote: Counting objects: 45% (107/237) 2024-08-22T20:29:01.0235311Z remote: Counting objects: 46% (110/237) 2024-08-22T20:29:01.0235808Z remote: Counting objects: 47% (112/237) 2024-08-22T20:29:01.0236299Z remote: Counting objects: 48% (114/237) 2024-08-22T20:29:01.0236792Z remote: Counting objects: 49% (117/237) 2024-08-22T20:29:01.0237284Z remote: Counting objects: 50% (119/237) 2024-08-22T20:29:01.0237771Z remote: Counting objects: 51% (121/237) 2024-08-22T20:29:01.0238252Z remote: Counting objects: 52% (124/237) 2024-08-22T20:29:01.0238742Z remote: Counting objects: 53% (126/237) 2024-08-22T20:29:01.0239231Z remote: Counting objects: 54% (128/237) 2024-08-22T20:29:01.0239711Z remote: Counting objects: 55% (131/237) 2024-08-22T20:29:01.0240209Z remote: Counting objects: 56% (133/237) 2024-08-22T20:29:01.0240964Z remote: Counting objects: 57% (136/237) 2024-08-22T20:29:01.0241448Z remote: Counting objects: 58% (138/237) 2024-08-22T20:29:01.0241933Z remote: Counting objects: 59% (140/237) 2024-08-22T20:29:01.0242422Z remote: Counting objects: 60% (143/237) 2024-08-22T20:29:01.0242901Z remote: Counting objects: 61% (145/237) 2024-08-22T20:29:01.0243396Z remote: Counting objects: 62% (147/237) 2024-08-22T20:29:01.0243882Z remote: Counting objects: 63% (150/237) 2024-08-22T20:29:01.0244362Z remote: Counting objects: 64% (152/237) 2024-08-22T20:29:01.0244853Z remote: Counting objects: 65% (155/237) 2024-08-22T20:29:01.0245343Z remote: Counting objects: 66% (157/237) 2024-08-22T20:29:01.0245819Z remote: Counting objects: 67% (159/237) 2024-08-22T20:29:01.0246303Z remote: Counting objects: 68% (162/237) 2024-08-22T20:29:01.0246796Z remote: Counting objects: 69% (164/237) 2024-08-22T20:29:01.0247273Z remote: Counting objects: 70% (166/237) 2024-08-22T20:29:01.0247758Z remote: Counting objects: 71% (169/237) 2024-08-22T20:29:01.0248245Z remote: Counting objects: 72% (171/237) 2024-08-22T20:29:01.0248738Z remote: Counting objects: 73% (174/237) 2024-08-22T20:29:01.0249217Z remote: Counting objects: 74% (176/237) 2024-08-22T20:29:01.0249710Z remote: Counting objects: 75% (178/237) 2024-08-22T20:29:01.0250200Z remote: Counting objects: 76% (181/237) 2024-08-22T20:29:01.0250674Z remote: Counting objects: 77% (183/237) 2024-08-22T20:29:01.0251160Z remote: Counting objects: 78% (185/237) 2024-08-22T20:29:01.0251648Z remote: Counting objects: 79% (188/237) 2024-08-22T20:29:01.0252134Z remote: Counting objects: 80% (190/237) 2024-08-22T20:29:01.0252618Z remote: Counting objects: 81% (192/237) 2024-08-22T20:29:01.0253112Z remote: Counting objects: 82% (195/237) 2024-08-22T20:29:01.0253590Z remote: Counting objects: 83% (197/237) 2024-08-22T20:29:01.0254075Z remote: Counting objects: 84% (200/237) 2024-08-22T20:29:01.0254556Z remote: Counting objects: 85% (202/237) 2024-08-22T20:29:01.0255037Z remote: Counting objects: 86% (204/237) 2024-08-22T20:29:01.0255517Z remote: Counting objects: 87% (207/237) 2024-08-22T20:29:01.0256132Z remote: Counting objects: 88% (209/237) 2024-08-22T20:29:01.0256615Z remote: Counting objects: 89% (211/237) 2024-08-22T20:29:01.0257102Z remote: Counting objects: 90% (214/237) 2024-08-22T20:29:01.0257581Z remote: Counting objects: 91% (216/237) 2024-08-22T20:29:01.0258062Z remote: Counting objects: 92% (219/237) 2024-08-22T20:29:01.0258548Z remote: Counting objects: 93% (221/237) 2024-08-22T20:29:01.0259031Z remote: Counting objects: 94% (223/237) 2024-08-22T20:29:01.0259628Z remote: Counting objects: 95% (226/237) 2024-08-22T20:29:01.0260110Z remote: Counting objects: 96% (228/237) 2024-08-22T20:29:01.0260593Z remote: Counting objects: 97% (230/237) 2024-08-22T20:29:01.0261066Z remote: Counting objects: 98% (233/237) 2024-08-22T20:29:01.0261555Z remote: Counting objects: 99% (235/237) 2024-08-22T20:29:01.0262042Z remote: Counting objects: 100% (237/237) 2024-08-22T20:29:01.0262565Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:29:01.0263106Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:29:01.0263616Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:29:01.0264123Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:29:01.0264630Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:29:01.0265135Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:29:01.0265644Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:29:01.0266170Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:29:01.0266691Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:29:01.0267278Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:29:01.0267793Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:29:01.0268312Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:29:01.0268831Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:29:01.0269344Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:29:01.0269855Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:29:01.0270371Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:29:01.0270875Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:29:01.0277966Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:29:01.0292743Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:29:01.0308062Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:29:01.0312425Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:29:01.0313326Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:29:01.0319681Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:29:01.0322246Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:29:01.0323391Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:29:01.0324625Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:29:01.0326284Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:29:01.0327394Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:29:01.0327917Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:29:01.0328441Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:29:01.0333141Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:29:01.0334735Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:29:01.0335261Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:29:01.0335784Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:29:01.0336302Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:29:01.0336824Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:29:01.0337330Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:29:01.0337853Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:29:01.0338371Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:29:01.0339011Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:29:01.0339525Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:29:01.0340043Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:29:01.0340790Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:29:01.0341308Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:29:01.0341823Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:29:01.0343793Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:29:01.0346907Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:29:01.0350586Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:29:01.0351228Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:29:01.0351740Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:29:01.0352253Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:29:01.0352776Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:29:01.0353558Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:29:01.0354117Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:29:01.0354648Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:29:01.0355173Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:29:01.0355695Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:29:01.0356211Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:29:01.0356745Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:29:01.0357270Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:29:01.0357787Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:29:01.0360932Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:29:01.0361469Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:29:01.0361988Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:29:01.0363773Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:29:01.0366497Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:29:01.0367020Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:29:01.0369334Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:29:01.0370167Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:29:01.0371875Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:29:01.0374646Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:29:01.0378267Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:29:01.0380400Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:29:01.0381064Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:29:01.0381630Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:29:01.0385682Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:29:01.0387434Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:29:01.0388043Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:29:01.0388562Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:29:01.0394859Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:29:01.0396799Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:29:01.0398305Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:29:01.0398835Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:29:01.0399490Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:29:01.0400012Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:29:01.0400531Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:29:01.0401077Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:29:01.0401669Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:29:01.0402186Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:29:01.0402900Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:29:01.0403481Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:29:01.0404014Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:29:01.0404524Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:29:01.0405038Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:29:01.0405548Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:29:01.0406053Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:29:01.0406676Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:29:01.0407189Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:29:01.0407697Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:29:01.0408209Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:29:01.0408719Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:29:01.0409226Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:29:01.0409794Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:29:01.0432491Z Receiving objects: 0% (1/237) 2024-08-22T20:29:01.0433089Z Receiving objects: 1% (3/237) 2024-08-22T20:29:01.0433645Z Receiving objects: 2% (5/237) 2024-08-22T20:29:01.0434534Z Receiving objects: 3% (8/237) 2024-08-22T20:29:01.0437387Z Receiving objects: 4% (10/237) 2024-08-22T20:29:01.0438385Z Receiving objects: 5% (12/237) 2024-08-22T20:29:01.0438956Z Receiving objects: 6% (15/237) 2024-08-22T20:29:01.0439570Z Receiving objects: 7% (17/237) 2024-08-22T20:29:01.0440315Z Receiving objects: 8% (19/237) 2024-08-22T20:29:01.0444319Z Receiving objects: 9% (22/237) 2024-08-22T20:29:01.0444900Z Receiving objects: 10% (24/237) 2024-08-22T20:29:01.0445465Z Receiving objects: 11% (27/237) 2024-08-22T20:29:01.0445965Z Receiving objects: 12% (29/237) 2024-08-22T20:29:01.0446356Z Receiving objects: 13% (31/237) 2024-08-22T20:29:01.0457774Z Receiving objects: 14% (34/237) 2024-08-22T20:29:01.0458407Z Receiving objects: 15% (36/237) 2024-08-22T20:29:01.0462350Z Receiving objects: 16% (38/237) 2024-08-22T20:29:01.0462875Z Receiving objects: 17% (41/237) 2024-08-22T20:29:01.0463297Z Receiving objects: 18% (43/237) 2024-08-22T20:29:01.0463729Z Receiving objects: 19% (46/237) 2024-08-22T20:29:01.0464260Z Receiving objects: 20% (48/237) 2024-08-22T20:29:01.0464768Z Receiving objects: 21% (50/237) 2024-08-22T20:29:01.0465154Z Receiving objects: 22% (53/237) 2024-08-22T20:29:01.0465531Z Receiving objects: 23% (55/237) 2024-08-22T20:29:01.0465927Z Receiving objects: 24% (57/237) 2024-08-22T20:29:01.0466318Z Receiving objects: 25% (60/237) 2024-08-22T20:29:01.0466700Z Receiving objects: 26% (62/237) 2024-08-22T20:29:01.0467079Z Receiving objects: 27% (64/237) 2024-08-22T20:29:01.0473466Z Receiving objects: 28% (67/237) 2024-08-22T20:29:01.0473971Z Receiving objects: 29% (69/237) 2024-08-22T20:29:01.0474353Z Receiving objects: 30% (72/237) 2024-08-22T20:29:01.0474738Z Receiving objects: 31% (74/237) 2024-08-22T20:29:01.0475836Z Receiving objects: 32% (76/237) 2024-08-22T20:29:01.0476655Z Receiving objects: 33% (79/237) 2024-08-22T20:29:01.0477237Z Receiving objects: 34% (81/237) 2024-08-22T20:29:01.0477759Z Receiving objects: 35% (83/237) 2024-08-22T20:29:01.0478286Z Receiving objects: 36% (86/237) 2024-08-22T20:29:01.0491962Z Receiving objects: 37% (88/237) 2024-08-22T20:29:01.0492664Z Receiving objects: 38% (91/237) 2024-08-22T20:29:01.0493375Z Receiving objects: 39% (93/237) 2024-08-22T20:29:01.0493932Z Receiving objects: 40% (95/237) 2024-08-22T20:29:01.0494449Z Receiving objects: 41% (98/237) 2024-08-22T20:29:01.0494966Z Receiving objects: 42% (100/237) 2024-08-22T20:29:01.0495495Z Receiving objects: 43% (102/237) 2024-08-22T20:29:01.0496006Z Receiving objects: 44% (105/237) 2024-08-22T20:29:01.0496436Z Receiving objects: 45% (107/237) 2024-08-22T20:29:01.0496829Z Receiving objects: 46% (110/237) 2024-08-22T20:29:01.0497214Z Receiving objects: 47% (112/237) 2024-08-22T20:29:01.0497845Z Receiving objects: 48% (114/237) 2024-08-22T20:29:01.0498240Z Receiving objects: 49% (117/237) 2024-08-22T20:29:01.0525548Z Receiving objects: 50% (119/237) 2024-08-22T20:29:01.0526217Z Receiving objects: 51% (121/237) 2024-08-22T20:29:01.0527991Z Receiving objects: 52% (124/237) 2024-08-22T20:29:01.0622041Z Receiving objects: 53% (126/237) 2024-08-22T20:29:01.0622581Z Receiving objects: 54% (128/237) 2024-08-22T20:29:01.0623902Z Receiving objects: 55% (131/237) 2024-08-22T20:29:01.0626102Z Receiving objects: 56% (133/237) 2024-08-22T20:29:01.0626931Z Receiving objects: 57% (136/237) 2024-08-22T20:29:01.0627533Z Receiving objects: 58% (138/237) 2024-08-22T20:29:01.0627941Z Receiving objects: 59% (140/237) 2024-08-22T20:29:01.0628326Z Receiving objects: 60% (143/237) 2024-08-22T20:29:01.0628813Z Receiving objects: 61% (145/237) 2024-08-22T20:29:01.0629205Z Receiving objects: 62% (147/237) 2024-08-22T20:29:01.0629594Z Receiving objects: 63% (150/237) 2024-08-22T20:29:01.0632973Z Receiving objects: 64% (152/237) 2024-08-22T20:29:01.0634729Z Receiving objects: 65% (155/237) 2024-08-22T20:29:01.0635214Z Receiving objects: 66% (157/237) 2024-08-22T20:29:01.0635734Z Receiving objects: 67% (159/237) 2024-08-22T20:29:01.0636213Z Receiving objects: 68% (162/237) 2024-08-22T20:29:01.0636708Z Receiving objects: 69% (164/237) 2024-08-22T20:29:01.0637179Z Receiving objects: 70% (166/237) 2024-08-22T20:29:01.0638265Z Receiving objects: 71% (169/237) 2024-08-22T20:29:01.0638747Z Receiving objects: 72% (171/237) 2024-08-22T20:29:01.0639340Z Receiving objects: 73% (174/237) 2024-08-22T20:29:01.0639767Z Receiving objects: 74% (176/237) 2024-08-22T20:29:01.0643144Z Receiving objects: 75% (178/237) 2024-08-22T20:29:01.0643771Z Receiving objects: 76% (181/237) 2024-08-22T20:29:01.0644241Z Receiving objects: 77% (183/237) 2024-08-22T20:29:01.0644755Z Receiving objects: 78% (185/237) 2024-08-22T20:29:01.0646420Z Receiving objects: 79% (188/237) 2024-08-22T20:29:01.0648525Z Receiving objects: 80% (190/237) 2024-08-22T20:29:01.0650592Z Receiving objects: 81% (192/237) 2024-08-22T20:29:01.0651421Z Receiving objects: 82% (195/237) 2024-08-22T20:29:01.0655205Z Receiving objects: 83% (197/237) 2024-08-22T20:29:01.0656756Z Receiving objects: 84% (200/237) 2024-08-22T20:29:01.0658553Z Receiving objects: 85% (202/237) 2024-08-22T20:29:01.0658954Z Receiving objects: 86% (204/237) 2024-08-22T20:29:01.0659596Z Receiving objects: 87% (207/237) 2024-08-22T20:29:01.0660077Z Receiving objects: 88% (209/237) 2024-08-22T20:29:01.0663856Z Receiving objects: 89% (211/237) 2024-08-22T20:29:01.0664324Z Receiving objects: 90% (214/237) 2024-08-22T20:29:01.0665816Z Receiving objects: 91% (216/237) 2024-08-22T20:29:01.0666303Z Receiving objects: 92% (219/237) 2024-08-22T20:29:01.0666695Z Receiving objects: 93% (221/237) 2024-08-22T20:29:01.0667631Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:29:01.0669013Z Receiving objects: 94% (223/237) 2024-08-22T20:29:01.0669462Z Receiving objects: 95% (226/237) 2024-08-22T20:29:01.0672507Z Receiving objects: 96% (228/237) 2024-08-22T20:29:01.0673399Z Receiving objects: 97% (230/237) 2024-08-22T20:29:01.0673825Z Receiving objects: 98% (233/237) 2024-08-22T20:29:01.0674483Z Receiving objects: 99% (235/237) 2024-08-22T20:29:01.0674987Z Receiving objects: 100% (237/237) 2024-08-22T20:29:01.0675508Z Receiving objects: 100% (237/237), 488.09 KiB | 19.52 MiB/s, done. 2024-08-22T20:29:01.0680308Z Resolving deltas: 0% (0/16) 2024-08-22T20:29:01.0680801Z Resolving deltas: 6% (1/16) 2024-08-22T20:29:01.0681172Z Resolving deltas: 12% (2/16) 2024-08-22T20:29:01.0682814Z Resolving deltas: 18% (3/16) 2024-08-22T20:29:01.0683262Z Resolving deltas: 25% (4/16) 2024-08-22T20:29:01.0683646Z Resolving deltas: 37% (6/16) 2024-08-22T20:29:01.0684199Z Resolving deltas: 43% (7/16) 2024-08-22T20:29:01.0685682Z Resolving deltas: 50% (8/16) 2024-08-22T20:29:01.0686061Z Resolving deltas: 56% (9/16) 2024-08-22T20:29:01.0686694Z Resolving deltas: 62% (10/16) 2024-08-22T20:29:01.0687759Z Resolving deltas: 68% (11/16) 2024-08-22T20:29:01.0688151Z Resolving deltas: 75% (12/16) 2024-08-22T20:29:01.0688635Z Resolving deltas: 81% (13/16) 2024-08-22T20:29:01.0689095Z Resolving deltas: 87% (14/16) 2024-08-22T20:29:01.0689481Z Resolving deltas: 93% (15/16) 2024-08-22T20:29:01.0690529Z Resolving deltas: 100% (16/16) 2024-08-22T20:29:01.0690924Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:29:01.0802939Z From https://github.com/pytorch/torchchat 2024-08-22T20:29:01.0803973Z * [new ref] refs/pull/1044/merge -> pull/1044/merge 2024-08-22T20:29:01.0828928Z ##[endgroup] 2024-08-22T20:29:01.0829490Z ##[group]Determining the checkout info 2024-08-22T20:29:01.0831934Z ##[endgroup] 2024-08-22T20:29:01.0832455Z ##[group]Checking out the ref 2024-08-22T20:29:01.0836127Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:29:01.1018221Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:29:01.1018611Z 2024-08-22T20:29:01.1019106Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:29:01.1019898Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:29:01.1020649Z state without impacting any branches by switching back to a branch. 2024-08-22T20:29:01.1021086Z 2024-08-22T20:29:01.1021392Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:29:01.1022199Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:29:01.1022643Z 2024-08-22T20:29:01.1022832Z git switch -c 2024-08-22T20:29:01.1023099Z 2024-08-22T20:29:01.1023242Z Or undo this operation with: 2024-08-22T20:29:01.1023492Z 2024-08-22T20:29:01.1023610Z git switch - 2024-08-22T20:29:01.1023795Z 2024-08-22T20:29:01.1024130Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:29:01.1024614Z 2024-08-22T20:29:01.1025145Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:29:01.1026590Z ##[endgroup] 2024-08-22T20:29:01.1075968Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:29:01.1115087Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:29:01.1323885Z Prepare all required actions 2024-08-22T20:29:01.1447898Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2024-08-22T20:29:01.1448419Z with: 2024-08-22T20:29:01.1448769Z docker-image-name: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:01.1449263Z docker-build-dir: .ci/docker 2024-08-22T20:29:01.1449657Z working-directory: pytorch/torchchat 2024-08-22T20:29:01.1450199Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:01.1450713Z force-push: false 2024-08-22T20:29:01.1451012Z env: 2024-08-22T20:29:01.1451330Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:01.1451779Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:01.1452149Z PR_NUMBER: 1044 2024-08-22T20:29:01.1454245Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:29:01.1456551Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:01.1457324Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:01.1458052Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:01.1458663Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:01.1459132Z ##[endgroup] 2024-08-22T20:29:01.1480101Z ##[group]Run set -ex 2024-08-22T20:29:01.1480559Z set -ex 2024-08-22T20:29:01.1480848Z  2024-08-22T20:29:01.1481400Z # If the docker build directory or the build script doesn't exist, the action will 2024-08-22T20:29:01.1482330Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-08-22T20:29:01.1483124Z # job could then download the pre-built image as usual 2024-08-22T20:29:01.1483905Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-08-22T20:29:01.1484573Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:01.1485394Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:01.1485938Z  2024-08-22T20:29:01.1486441Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-08-22T20:29:01.1487056Z  exit 0 2024-08-22T20:29:01.1487345Z else 2024-08-22T20:29:01.1487707Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:01.1488154Z fi 2024-08-22T20:29:01.1488419Z  2024-08-22T20:29:01.1488881Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-08-22T20:29:01.1489723Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-08-22T20:29:01.1490484Z  # use it as it is, but first let's extract the tag 2024-08-22T20:29:01.1491169Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-08-22T20:29:01.1491884Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:01.1492563Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:01.1493103Z else 2024-08-22T20:29:01.1493557Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-08-22T20:29:01.1494235Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:01.1495112Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:29:01.1495842Z fi 2024-08-22T20:29:01.1505482Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:01.1505972Z env: 2024-08-22T20:29:01.1506451Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:01.1506913Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:01.1507388Z PR_NUMBER: 1044 2024-08-22T20:29:01.1509419Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:29:01.1511728Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:01.1512486Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:01.1513202Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:01.1513806Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:01.1514298Z REPO_NAME: torchchat 2024-08-22T20:29:01.1514696Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:01.1515163Z DOCKER_BUILD_DIR: .ci/docker 2024-08-22T20:29:01.1515640Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:01.1516145Z ##[endgroup] 2024-08-22T20:29:01.1549897Z + [[ ! -d .ci/docker ]] 2024-08-22T20:29:01.1550240Z + echo skip=true 2024-08-22T20:29:01.1550693Z + echo docker-image=pytorch/conda-builder:cuda12.1 2024-08-22T20:29:01.1551412Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2024-08-22T20:29:01.1551966Z + exit 0 2024-08-22T20:29:01.1552374Z There is no Docker build script in torchchat repo, skipping... 2024-08-22T20:29:01.1666512Z Prepare all required actions 2024-08-22T20:29:01.1705434Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2024-08-22T20:29:01.1705926Z with: 2024-08-22T20:29:01.1706256Z docker-image: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:01.1706824Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:01.1707396Z env: 2024-08-22T20:29:01.1707712Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:01.1708158Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:01.1708721Z PR_NUMBER: 1044 2024-08-22T20:29:01.1710808Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:29:01.1713121Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:01.1713938Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:01.1714655Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:01.1715265Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:01.1715732Z ##[endgroup] 2024-08-22T20:29:01.1734623Z ##[group]Run set -x 2024-08-22T20:29:01.1734970Z set -x 2024-08-22T20:29:01.1735277Z set +e 2024-08-22T20:29:01.1735562Z  2024-08-22T20:29:01.1735826Z login() { 2024-08-22T20:29:01.1736475Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-22T20:29:01.1737184Z } 2024-08-22T20:29:01.1737450Z  2024-08-22T20:29:01.1737725Z retry () { 2024-08-22T20:29:01.1738113Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-22T20:29:01.1738551Z } 2024-08-22T20:29:01.1738821Z  2024-08-22T20:29:01.1739134Z retry login "${DOCKER_REGISTRY}" 2024-08-22T20:29:01.1739539Z  2024-08-22T20:29:01.1739809Z set -e 2024-08-22T20:29:01.1740274Z # ignore output since only exit code is used for conditional 2024-08-22T20:29:01.1741553Z # only pull docker image if it's not available locally 2024-08-22T20:29:01.1742308Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-08-22T20:29:01.1742995Z  retry docker pull "${DOCKER_IMAGE}" 2024-08-22T20:29:01.1743417Z fi 2024-08-22T20:29:01.1752298Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:29:01.1752780Z env: 2024-08-22T20:29:01.1753089Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:29:01.1753544Z REPOSITORY: pytorch/torchchat 2024-08-22T20:29:01.1753920Z PR_NUMBER: 1044 2024-08-22T20:29:01.1755975Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:29:01.1758270Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:29:01.1759033Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:29:01.1759748Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:29:01.1760362Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:29:01.1760962Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:01.1761464Z ##[endgroup] 2024-08-22T20:29:01.1790682Z + set +e 2024-08-22T20:29:01.1791603Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:01.1792261Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:01.1794121Z + aws ecr get-login-password --region us-east-1 2024-08-22T20:29:01.1796350Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:29:01.7418242Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:29:01.7419059Z Configure a credential helper to remove this warning. See 2024-08-22T20:29:01.7420561Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:29:01.7421148Z 2024-08-22T20:29:01.7421273Z Login Succeeded 2024-08-22T20:29:01.7442306Z + set -e 2024-08-22T20:29:01.7442956Z + docker inspect --type=image pytorch/conda-builder:cuda12.1 2024-08-22T20:29:01.7599909Z + retry docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:29:01.7600517Z + docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:29:01.9257140Z cuda12.1: Pulling from pytorch/conda-builder 2024-08-22T20:29:01.9257749Z 2d473b07cdd5: Pulling fs layer 2024-08-22T20:29:01.9258256Z 1feefa38b24d: Pulling fs layer 2024-08-22T20:29:01.9258760Z f3b743645691: Pulling fs layer 2024-08-22T20:29:01.9259245Z 09ec69653086: Pulling fs layer 2024-08-22T20:29:01.9259726Z 07dcdf002e0e: Pulling fs layer 2024-08-22T20:29:01.9260201Z 6d463d3f66d5: Pulling fs layer 2024-08-22T20:29:01.9260615Z af5c0f3f240b: Pulling fs layer 2024-08-22T20:29:01.9261081Z 1c60ace79a8a: Pulling fs layer 2024-08-22T20:29:01.9261589Z 0cb4bb0dd002: Pulling fs layer 2024-08-22T20:29:01.9262187Z 6a40c884dc1c: Pulling fs layer 2024-08-22T20:29:01.9262662Z 21c4fd2610fc: Pulling fs layer 2024-08-22T20:29:01.9263030Z 90d96273fa23: Pulling fs layer 2024-08-22T20:29:01.9263400Z 625bfd303d2d: Pulling fs layer 2024-08-22T20:29:01.9263772Z e8f5e731f8e4: Pulling fs layer 2024-08-22T20:29:01.9264136Z 43ef26b4d3a4: Pulling fs layer 2024-08-22T20:29:01.9264506Z 7027d2bdfdb1: Pulling fs layer 2024-08-22T20:29:01.9264882Z db6f5f4c0334: Pulling fs layer 2024-08-22T20:29:01.9265242Z 784019980816: Pulling fs layer 2024-08-22T20:29:01.9265608Z a7beba6b9d19: Pulling fs layer 2024-08-22T20:29:01.9265963Z 09ec69653086: Waiting 2024-08-22T20:29:01.9266275Z 1c60ace79a8a: Waiting 2024-08-22T20:29:01.9266615Z 417dce1e59af: Pulling fs layer 2024-08-22T20:29:01.9266980Z 0cb4bb0dd002: Waiting 2024-08-22T20:29:01.9267385Z 90d96273fa23: Waiting 2024-08-22T20:29:01.9267690Z 784019980816: Waiting 2024-08-22T20:29:01.9267988Z 625bfd303d2d: Waiting 2024-08-22T20:29:01.9268309Z a7beba6b9d19: Waiting 2024-08-22T20:29:01.9268622Z 21c4fd2610fc: Waiting 2024-08-22T20:29:01.9268929Z 7027d2bdfdb1: Waiting 2024-08-22T20:29:01.9269240Z 43ef26b4d3a4: Waiting 2024-08-22T20:29:01.9269551Z af5c0f3f240b: Waiting 2024-08-22T20:29:01.9269870Z 2b99a72dd557: Pulling fs layer 2024-08-22T20:29:01.9270230Z e8f5e731f8e4: Waiting 2024-08-22T20:29:01.9270556Z f49fb64d359c: Pulling fs layer 2024-08-22T20:29:01.9270931Z bfb071e5ae48: Pulling fs layer 2024-08-22T20:29:01.9271356Z 2b99a72dd557: Waiting 2024-08-22T20:29:01.9271683Z b2ba091c4c7d: Pulling fs layer 2024-08-22T20:29:01.9272032Z f49fb64d359c: Waiting 2024-08-22T20:29:01.9272378Z 8cfb81a5220c: Pulling fs layer 2024-08-22T20:29:01.9272750Z c5058f81a371: Pulling fs layer 2024-08-22T20:29:01.9273115Z ca3686f68fee: Pulling fs layer 2024-08-22T20:29:01.9273485Z fdb9230cd483: Pulling fs layer 2024-08-22T20:29:01.9273879Z dc18f68db4d4: Pulling fs layer 2024-08-22T20:29:01.9274290Z e7fc196062f1: Pulling fs layer 2024-08-22T20:29:01.9274649Z 8cfb81a5220c: Waiting 2024-08-22T20:29:01.9274962Z fdb9230cd483: Waiting 2024-08-22T20:29:01.9275267Z 07dcdf002e0e: Waiting 2024-08-22T20:29:01.9275577Z db6f5f4c0334: Waiting 2024-08-22T20:29:01.9275889Z e7fc196062f1: Waiting 2024-08-22T20:29:01.9276282Z b2ba091c4c7d: Waiting 2024-08-22T20:29:01.9276740Z dc18f68db4d4: Waiting 2024-08-22T20:29:01.9277073Z c5058f81a371: Waiting 2024-08-22T20:29:01.9277375Z bfb071e5ae48: Waiting 2024-08-22T20:29:01.9278008Z ca3686f68fee: Waiting 2024-08-22T20:29:01.9704768Z 1feefa38b24d: Verifying Checksum 2024-08-22T20:29:01.9705275Z 1feefa38b24d: Download complete 2024-08-22T20:29:01.9822425Z f3b743645691: Verifying Checksum 2024-08-22T20:29:01.9822927Z f3b743645691: Download complete 2024-08-22T20:29:02.0104229Z 09ec69653086: Download complete 2024-08-22T20:29:02.7136318Z 2d473b07cdd5: Verifying Checksum 2024-08-22T20:29:02.7136854Z 2d473b07cdd5: Download complete 2024-08-22T20:29:02.7728740Z af5c0f3f240b: Download complete 2024-08-22T20:29:02.7919098Z 6d463d3f66d5: Verifying Checksum 2024-08-22T20:29:02.7919948Z 6d463d3f66d5: Download complete 2024-08-22T20:29:02.8784552Z 0cb4bb0dd002: Verifying Checksum 2024-08-22T20:29:02.8785163Z 0cb4bb0dd002: Download complete 2024-08-22T20:29:02.9201427Z 6a40c884dc1c: Download complete 2024-08-22T20:29:02.9642084Z 21c4fd2610fc: Verifying Checksum 2024-08-22T20:29:03.0103237Z 90d96273fa23: Verifying Checksum 2024-08-22T20:29:03.0103871Z 90d96273fa23: Download complete 2024-08-22T20:29:03.3639150Z 1c60ace79a8a: Verifying Checksum 2024-08-22T20:29:03.3639629Z 1c60ace79a8a: Download complete 2024-08-22T20:29:03.4331828Z 07dcdf002e0e: Verifying Checksum 2024-08-22T20:29:03.4332292Z 07dcdf002e0e: Download complete 2024-08-22T20:29:04.0120719Z e8f5e731f8e4: Verifying Checksum 2024-08-22T20:29:04.0121306Z e8f5e731f8e4: Download complete 2024-08-22T20:29:04.4454852Z 625bfd303d2d: Verifying Checksum 2024-08-22T20:29:04.4455470Z 625bfd303d2d: Download complete 2024-08-22T20:29:04.4793359Z db6f5f4c0334: Verifying Checksum 2024-08-22T20:29:04.4793942Z db6f5f4c0334: Download complete 2024-08-22T20:29:04.5089176Z 784019980816: Verifying Checksum 2024-08-22T20:29:04.5089662Z 784019980816: Download complete 2024-08-22T20:29:04.5489128Z a7beba6b9d19: Verifying Checksum 2024-08-22T20:29:04.5489586Z a7beba6b9d19: Download complete 2024-08-22T20:29:04.5542160Z 43ef26b4d3a4: Verifying Checksum 2024-08-22T20:29:04.5542653Z 43ef26b4d3a4: Download complete 2024-08-22T20:29:04.6800583Z 2b99a72dd557: Verifying Checksum 2024-08-22T20:29:04.6801145Z 2b99a72dd557: Download complete 2024-08-22T20:29:04.7515544Z f49fb64d359c: Verifying Checksum 2024-08-22T20:29:04.7516174Z f49fb64d359c: Download complete 2024-08-22T20:29:04.8271378Z 7027d2bdfdb1: Verifying Checksum 2024-08-22T20:29:04.8271975Z 7027d2bdfdb1: Download complete 2024-08-22T20:29:04.8734799Z b2ba091c4c7d: Verifying Checksum 2024-08-22T20:29:04.8735403Z b2ba091c4c7d: Download complete 2024-08-22T20:29:04.9185211Z 8cfb81a5220c: Verifying Checksum 2024-08-22T20:29:04.9185757Z 8cfb81a5220c: Download complete 2024-08-22T20:29:04.9583159Z c5058f81a371: Download complete 2024-08-22T20:29:05.0989470Z ca3686f68fee: Verifying Checksum 2024-08-22T20:29:05.0990098Z ca3686f68fee: Download complete 2024-08-22T20:29:05.1432003Z fdb9230cd483: Verifying Checksum 2024-08-22T20:29:05.1432597Z fdb9230cd483: Download complete 2024-08-22T20:29:05.1784106Z dc18f68db4d4: Verifying Checksum 2024-08-22T20:29:05.1784689Z dc18f68db4d4: Download complete 2024-08-22T20:29:06.2343428Z 2d473b07cdd5: Pull complete 2024-08-22T20:29:06.2559281Z 1feefa38b24d: Pull complete 2024-08-22T20:29:06.2799138Z f3b743645691: Pull complete 2024-08-22T20:29:06.3077762Z 09ec69653086: Pull complete 2024-08-22T20:29:08.8986800Z bfb071e5ae48: Verifying Checksum 2024-08-22T20:29:08.8987564Z bfb071e5ae48: Download complete 2024-08-22T20:29:10.4604117Z 07dcdf002e0e: Pull complete 2024-08-22T20:29:10.9171886Z e7fc196062f1: Verifying Checksum 2024-08-22T20:29:10.9172362Z e7fc196062f1: Download complete 2024-08-22T20:29:12.8669477Z 6d463d3f66d5: Pull complete 2024-08-22T20:29:12.8860246Z af5c0f3f240b: Pull complete 2024-08-22T20:29:14.1940494Z 1c60ace79a8a: Pull complete 2024-08-22T20:29:14.3505351Z 0cb4bb0dd002: Pull complete 2024-08-22T20:29:14.3723480Z 6a40c884dc1c: Pull complete 2024-08-22T20:29:14.3946572Z 21c4fd2610fc: Pull complete 2024-08-22T20:29:14.4149409Z 90d96273fa23: Pull complete 2024-08-22T20:29:17.8304331Z 625bfd303d2d: Pull complete 2024-08-22T20:29:19.2627586Z e8f5e731f8e4: Pull complete 2024-08-22T20:29:23.1423440Z 43ef26b4d3a4: Pull complete 2024-08-22T20:29:24.8819356Z 7027d2bdfdb1: Pull complete 2024-08-22T20:29:24.9003383Z db6f5f4c0334: Pull complete 2024-08-22T20:29:24.9200075Z 784019980816: Pull complete 2024-08-22T20:29:24.9393846Z a7beba6b9d19: Pull complete 2024-08-22T20:29:54.3895228Z 417dce1e59af: Verifying Checksum 2024-08-22T20:29:54.3895688Z 417dce1e59af: Download complete 2024-08-22T20:30:45.8188326Z 417dce1e59af: Pull complete 2024-08-22T20:30:46.2754205Z 2b99a72dd557: Pull complete 2024-08-22T20:30:46.4154676Z f49fb64d359c: Pull complete 2024-08-22T20:31:01.8760646Z bfb071e5ae48: Pull complete 2024-08-22T20:31:02.0884006Z b2ba091c4c7d: Pull complete 2024-08-22T20:31:02.3064591Z 8cfb81a5220c: Pull complete 2024-08-22T20:31:02.5376073Z c5058f81a371: Pull complete 2024-08-22T20:31:03.0819731Z ca3686f68fee: Pull complete 2024-08-22T20:31:03.3136003Z fdb9230cd483: Pull complete 2024-08-22T20:31:03.5386668Z dc18f68db4d4: Pull complete 2024-08-22T20:31:22.6328840Z e7fc196062f1: Pull complete 2024-08-22T20:31:22.7575307Z Digest: sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:31:22.7993528Z Status: Downloaded newer image for pytorch/conda-builder:cuda12.1 2024-08-22T20:31:22.8279188Z docker.io/pytorch/conda-builder:cuda12.1 2024-08-22T20:31:22.8408234Z ##[group]Run set -ex 2024-08-22T20:31:22.8408584Z set -ex 2024-08-22T20:31:22.8408873Z { 2024-08-22T20:31:22.8409178Z  echo "#!/usr/bin/env bash"; 2024-08-22T20:31:22.8409600Z  echo "set -eou pipefail"; 2024-08-22T20:31:22.8410038Z  # shellcheck disable=SC2016 2024-08-22T20:31:22.8410510Z  echo 'eval "$(conda shell.bash hook)"'; 2024-08-22T20:31:22.8410962Z  echo "set -x"; 2024-08-22T20:31:22.8411313Z  echo "${SCRIPT}"; 2024-08-22T20:31:22.8411704Z } > "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:22.8412168Z chmod +x "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:22.8413088Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "" 2024-08-22T20:31:22.8423097Z shell: /usr/bin/bash -e {0} 2024-08-22T20:31:22.8423432Z env: 2024-08-22T20:31:22.8423780Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:22.8424229Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:22.8424603Z PR_NUMBER: 1044 2024-08-22T20:31:22.8426653Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:31:22.8429106Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:22.8429866Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:22.8430576Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:22.8431184Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:22.8432050Z ALL_SECRETS: { "github_token": "***" } 2024-08-22T20:31:22.8432468Z ##[endgroup] 2024-08-22T20:31:22.8467925Z + echo '#!/usr/bin/env bash' 2024-08-22T20:31:22.8468347Z + echo 'set -eou pipefail' 2024-08-22T20:31:22.8468781Z + echo 'eval "$(conda shell.bash hook)"' 2024-08-22T20:31:22.8469217Z + echo 'set -x' 2024-08-22T20:31:22.8473223Z + echo 'echo "::group::Print machine info" 2024-08-22T20:31:22.8473746Z uname -a 2024-08-22T20:31:22.8474034Z echo "::endgroup::" 2024-08-22T20:31:22.8474242Z 2024-08-22T20:31:22.8474724Z echo "::group::Install newer objcopy that supports --set-section-alignment" 2024-08-22T20:31:22.8475564Z yum install -y devtoolset-10-binutils 2024-08-22T20:31:22.8476326Z export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 2024-08-22T20:31:22.8478481Z echo "::endgroup::" 2024-08-22T20:31:22.8478681Z 2024-08-22T20:31:22.8478946Z TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme 2024-08-22T20:31:22.8479276Z 2024-08-22T20:31:22.8480603Z echo "::group::Completion" 2024-08-22T20:31:22.8484232Z echo "tests complete" 2024-08-22T20:31:22.8484715Z echo "*******************************************" 2024-08-22T20:31:22.8485188Z echo "::endgroup::" 2024-08-22T20:31:22.8485561Z ' 2024-08-22T20:31:22.8486034Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2024-08-22T20:31:22.8487383Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py '' 2024-08-22T20:32:01.3371126Z Running command: 2024-08-22T20:32:01.3379186Z 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_7fdd0389-44be-47b2-8fd8-5e9a2d53db22":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_7fdd0389-44be-47b2-8fd8-5e9a2d53db22" -w /pytorch/torchchat "pytorch/conda-builder:cuda12.1" 2024-08-22T20:32:01.3385818Z 2024-08-22T20:32:01.3386344Z fa97444286d2c777b89b6bf438188af842c2610521d2c960cf8dbb596dd8a632 2024-08-22T20:32:01.3387885Z Running command: docker exec -t fa97444286d2c777b89b6bf438188af842c2610521d2c960cf8dbb596dd8a632 /exec 2024-08-22T20:32:01.3388986Z + echo '::group::Print machine info' 2024-08-22T20:32:01.3389714Z ##[group]Print machine info 2024-08-22T20:32:01.3390075Z + uname -a 2024-08-22T20:32:01.3390914Z Linux fa97444286d2 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:32:01.3391731Z + echo ::endgroup:: 2024-08-22T20:32:01.3392261Z ##[endgroup] 2024-08-22T20:32:01.3392839Z + echo '::group::Install newer objcopy that supports --set-section-alignment' 2024-08-22T20:32:01.3393822Z ##[group]Install newer objcopy that supports --set-section-alignment 2024-08-22T20:32:01.3394442Z + yum install -y devtoolset-10-binutils 2024-08-22T20:32:01.3394882Z Loaded plugins: fastestmirror, ovl 2024-08-22T20:32:01.3395320Z Loading mirror speeds from cached hostfile 2024-08-22T20:32:01.3395627Z 2024-08-22T20:32:01.3395908Z epel/x86_64/metalink | 5.1 kB 00:00 2024-08-22T20:32:01.3396479Z * epel: d2lzkl7pfhq30w.cloudfront.net 2024-08-22T20:32:01.3396782Z 2024-08-22T20:32:01.3396989Z base | 3.6 kB 00:00 2024-08-22T20:32:01.3397348Z 2024-08-22T20:32:01.3397679Z centos-sclo-rh | 3.0 kB 00:00 2024-08-22T20:32:01.3398085Z 2024-08-22T20:32:01.3398416Z centos-sclo-sclo | 3.0 kB 00:00 2024-08-22T20:32:01.3398833Z 2024-08-22T20:32:01.3399046Z extras | 2.9 kB 00:00 2024-08-22T20:32:01.3399413Z 2024-08-22T20:32:01.3399628Z updates | 2.9 kB 00:00 2024-08-22T20:32:01.3400123Z Resolving Dependencies 2024-08-22T20:32:01.3400504Z --> Running transaction check 2024-08-22T20:32:01.3401126Z ---> Package devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 will be installed 2024-08-22T20:32:01.3402133Z --> Processing Dependency: devtoolset-10-runtime for package: devtoolset-10-binutils-2.35-5.el7.4.x86_64 2024-08-22T20:32:01.3403156Z --> Running transaction check 2024-08-22T20:32:01.3403757Z ---> Package devtoolset-10-runtime.x86_64 0:10.1-0.el7 will be installed 2024-08-22T20:32:01.3404369Z --> Finished Dependency Resolution 2024-08-22T20:32:01.3404636Z 2024-08-22T20:32:01.3404756Z Dependencies Resolved 2024-08-22T20:32:01.3404974Z 2024-08-22T20:32:01.3405148Z ================================================================================ 2024-08-22T20:32:01.3405728Z Package Arch Version Repository Size 2024-08-22T20:32:01.3406301Z ================================================================================ 2024-08-22T20:32:01.3406730Z Installing: 2024-08-22T20:32:01.3407414Z devtoolset-10-binutils x86_64 2.35-5.el7.4 centos-sclo-rh 6.3 M 2024-08-22T20:32:01.3408020Z Installing for dependencies: 2024-08-22T20:32:01.3408640Z devtoolset-10-runtime x86_64 10.1-0.el7 centos-sclo-rh 19 k 2024-08-22T20:32:01.3409111Z 2024-08-22T20:32:01.3409238Z Transaction Summary 2024-08-22T20:32:01.3409607Z ================================================================================ 2024-08-22T20:32:01.3410096Z Install 1 Package (+1 Dependent package) 2024-08-22T20:32:01.3410403Z 2024-08-22T20:32:01.3410531Z Total download size: 6.3 M 2024-08-22T20:32:01.3410875Z Installed size: 25 M 2024-08-22T20:32:01.3411189Z Downloading packages: 2024-08-22T20:32:01.3411401Z 2024-08-22T20:32:01.3411825Z (1/2): devtoolset-10-binutils-2.35-5.el7.4.x86_64.rpm | 6.3 MB 00:00 2024-08-22T20:32:01.3412315Z 2024-08-22T20:32:01.3412731Z (2/2): devtoolset-10-runtime-10.1-0.el7.x86_64.rpm | 19 kB 00:00 2024-08-22T20:32:01.3413495Z -------------------------------------------------------------------------------- 2024-08-22T20:32:01.3414070Z Total 25 MB/s | 6.3 MB 00:00 2024-08-22T20:32:01.3414587Z Running transaction check 2024-08-22T20:32:01.3414935Z Running transaction test 2024-08-22T20:32:01.3415278Z Transaction test succeeded 2024-08-22T20:32:01.3415625Z Running transaction 2024-08-22T20:32:01.3415820Z 2024-08-22T20:32:01.3416211Z Installing : devtoolset-10-runtime-10.1-0 [ ] 1/2 2024-08-22T20:32:01.3417048Z Installing : devtoolset-10-runtime-10.1-0 [# ] 1/2 2024-08-22T20:32:01.3417884Z Installing : devtoolset-10-runtime-10.1-0 [## ] 1/2 2024-08-22T20:32:01.3418722Z Installing : devtoolset-10-runtime-10.1-0 [### ] 1/2 2024-08-22T20:32:01.3419553Z Installing : devtoolset-10-runtime-10.1-0 [#### ] 1/2 2024-08-22T20:32:01.3420379Z Installing : devtoolset-10-runtime-10.1-0 [##### ] 1/2 2024-08-22T20:32:01.3421209Z Installing : devtoolset-10-runtime-10.1-0 [###### ] 1/2 2024-08-22T20:32:01.3422034Z Installing : devtoolset-10-runtime-10.1-0 [####### ] 1/2 2024-08-22T20:32:01.3422860Z Installing : devtoolset-10-runtime-10.1-0 [######## ] 1/2 2024-08-22T20:32:01.3423688Z Installing : devtoolset-10-runtime-10.1-0 [######### ] 1/2 2024-08-22T20:32:01.3424510Z Installing : devtoolset-10-runtime-10.1-0 [########## ] 1/2 2024-08-22T20:32:01.3425332Z Installing : devtoolset-10-runtime-10.1-0 [########### ] 1/2 2024-08-22T20:32:01.3426154Z Installing : devtoolset-10-runtime-10.1-0 [############ ] 1/2 2024-08-22T20:32:01.3427040Z Installing : devtoolset-10-runtime-10.1-0 [############# ] 1/2 2024-08-22T20:32:01.3427869Z Installing : devtoolset-10-runtime-10.1-0 [############## ] 1/2 2024-08-22T20:32:01.3428684Z Installing : devtoolset-10-runtime-10.1-0 [############### ] 1/2 2024-08-22T20:32:01.3429503Z Installing : devtoolset-10-runtime-10.1-0 [################ ] 1/2 2024-08-22T20:32:01.3430321Z Installing : devtoolset-10-runtime-10.1-0 [################# ] 1/2 2024-08-22T20:32:01.3431239Z Installing : devtoolset-10-runtime-10.1-0 [################## ] 1/2 2024-08-22T20:32:01.3432064Z Installing : devtoolset-10-runtime-10.1-0 [################### ] 1/2 2024-08-22T20:32:01.3432880Z Installing : devtoolset-10-runtime-10.1-0 [##################### ] 1/2 2024-08-22T20:32:01.3433693Z Installing : devtoolset-10-runtime-10.1-0 [###################### ] 1/2 2024-08-22T20:32:01.3434513Z Installing : devtoolset-10-runtime-10.1-0 [####################### ] 1/2 2024-08-22T20:32:01.3435333Z Installing : devtoolset-10-runtime-10.1-0 [######################## ] 1/2 2024-08-22T20:32:01.3436249Z Installing : devtoolset-10-runtime-10.1-0 [######################### ] 1/2 2024-08-22T20:32:01.3437070Z Installing : devtoolset-10-runtime-10.1-0 [########################## ] 1/2 2024-08-22T20:32:01.3437889Z Installing : devtoolset-10-runtime-10.1-0 [########################### ] 1/2 2024-08-22T20:32:01.3438714Z Installing : devtoolset-10-runtime-10.1-0 [############################ ] 1/2 2024-08-22T20:32:01.3439558Z Installing : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:32:01.3440331Z ValueError: SELinux policy is not managed or store cannot be accessed. 2024-08-22T20:32:01.3440983Z 2024-08-22T20:32:01.3441379Z Installing : devtoolset-10-binutils-2.35- [ ] 2/2 2024-08-22T20:32:01.3442204Z Installing : devtoolset-10-binutils-2.35- [# ] 2/2 2024-08-22T20:32:01.3443023Z Installing : devtoolset-10-binutils-2.35- [## ] 2/2 2024-08-22T20:32:01.3443851Z Installing : devtoolset-10-binutils-2.35- [### ] 2/2 2024-08-22T20:32:01.3444676Z Installing : devtoolset-10-binutils-2.35- [#### ] 2/2 2024-08-22T20:32:01.3445490Z Installing : devtoolset-10-binutils-2.35- [##### ] 2/2 2024-08-22T20:32:01.3446319Z Installing : devtoolset-10-binutils-2.35- [###### ] 2/2 2024-08-22T20:32:01.3447137Z Installing : devtoolset-10-binutils-2.35- [####### ] 2/2 2024-08-22T20:32:01.3447947Z Installing : devtoolset-10-binutils-2.35- [######## ] 2/2 2024-08-22T20:32:01.3448764Z Installing : devtoolset-10-binutils-2.35- [######### ] 2/2 2024-08-22T20:32:01.3449584Z Installing : devtoolset-10-binutils-2.35- [########## ] 2/2 2024-08-22T20:32:01.3450404Z Installing : devtoolset-10-binutils-2.35- [########### ] 2/2 2024-08-22T20:32:01.3451222Z Installing : devtoolset-10-binutils-2.35- [############ ] 2/2 2024-08-22T20:32:01.3452045Z Installing : devtoolset-10-binutils-2.35- [############# ] 2/2 2024-08-22T20:32:01.3452862Z Installing : devtoolset-10-binutils-2.35- [############## ] 2/2 2024-08-22T20:32:01.3453673Z Installing : devtoolset-10-binutils-2.35- [############### ] 2/2 2024-08-22T20:32:01.3454501Z Installing : devtoolset-10-binutils-2.35- [################ ] 2/2 2024-08-22T20:32:01.3455323Z Installing : devtoolset-10-binutils-2.35- [################# ] 2/2 2024-08-22T20:32:01.3456138Z Installing : devtoolset-10-binutils-2.35- [################## ] 2/2 2024-08-22T20:32:02.3209329Z Installing : devtoolset-10-binutils-2.35- [################### ] 2/2 2024-08-22T20:32:02.3210293Z Installing : devtoolset-10-binutils-2.35- [#################### ] 2/2 2024-08-22T20:32:02.3211138Z Installing : devtoolset-10-binutils-2.35- [##################### ] 2/2 2024-08-22T20:32:02.3212024Z Installing : devtoolset-10-binutils-2.35- [###################### ] 2/2 2024-08-22T20:32:02.3212879Z Installing : devtoolset-10-binutils-2.35- [####################### ] 2/2 2024-08-22T20:32:02.3213716Z Installing : devtoolset-10-binutils-2.35- [######################## ] 2/2 2024-08-22T20:32:02.3214849Z Installing : devtoolset-10-binutils-2.35- [######################### ] 2/2 2024-08-22T20:32:02.3215696Z Installing : devtoolset-10-binutils-2.35- [########################## ] 2/2 2024-08-22T20:32:02.3216532Z Installing : devtoolset-10-binutils-2.35- [########################### ] 2/2 2024-08-22T20:32:02.3217497Z Installing : devtoolset-10-binutils-2.35- [############################ ] 2/2 2024-08-22T20:32:02.3218394Z Installing : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:32:02.3219393Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/as.info.gz 2024-08-22T20:32:02.3220684Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/binutils.info.gz 2024-08-22T20:32:02.3222148Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/gprof.info.gz 2024-08-22T20:32:02.3223583Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/ld.info.gz 2024-08-22T20:32:02.3224883Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/standards.info.gz 2024-08-22T20:32:02.3225492Z 2024-08-22T20:32:02.3225905Z Verifying : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:32:02.3226387Z 2024-08-22T20:32:02.3226887Z Verifying : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:32:02.3227372Z 2024-08-22T20:32:02.3227484Z Installed: 2024-08-22T20:32:02.3228045Z devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 2024-08-22T20:32:02.3228509Z 2024-08-22T20:32:02.3228634Z Dependency Installed: 2024-08-22T20:32:02.3229235Z devtoolset-10-runtime.x86_64 0:10.1-0.el7 2024-08-22T20:32:02.3229711Z 2024-08-22T20:32:02.3229825Z Complete! 2024-08-22T20:32:02.3231224Z + export PATH=/opt/rh/devtoolset-10/root/usr/bin/:/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/cuda-12.1/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-22T20:32:02.3233605Z + PATH=/opt/rh/devtoolset-10/root/usr/bin/:/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/cuda-12.1/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-22T20:32:02.3234908Z + echo ::endgroup:: 2024-08-22T20:32:02.3235631Z ##[endgroup] 2024-08-22T20:32:02.3235927Z + TORCHCHAT_DEVICE=cpu 2024-08-22T20:32:02.3236319Z + .ci/scripts/run-docs readme 2024-08-22T20:32:02.3236925Z ##[group]Create script to run README 2024-08-22T20:32:02.3237519Z ##[endgroup] 2024-08-22T20:32:02.3238005Z ##[group]Run README 2024-08-22T20:32:02.3238327Z ******************************************* 2024-08-22T20:32:02.3238764Z set -eou pipefail 2024-08-22T20:32:02.3239182Z echo '::group::start-of-document' 2024-08-22T20:32:02.3239615Z echo '::endgroup::' 2024-08-22T20:32:02.3240039Z echo '::group::# Chat with LLMs Everywhere' 2024-08-22T20:32:02.3240877Z echo '::endgroup::' 2024-08-22T20:32:02.3241374Z echo '::group::## What can you do with torchchat' 2024-08-22T20:32:02.3241921Z echo '::endgroup::' 2024-08-22T20:32:02.3242297Z echo '::group::## Highlights' 2024-08-22T20:32:02.3242708Z echo '::endgroup::' 2024-08-22T20:32:02.3243083Z echo '::group::## Installation' 2024-08-22T20:32:02.3243447Z if false; then 2024-08-22T20:32:02.3243788Z echo '::endgroup::' 2024-08-22T20:32:02.3244159Z echo '::group::# get the code' 2024-08-22T20:32:02.3244615Z git clone https://github.com/pytorch/torchchat.git 2024-08-22T20:32:02.3245073Z cd torchchat 2024-08-22T20:32:02.3245243Z 2024-08-22T20:32:02.3245411Z echo '::endgroup::' 2024-08-22T20:32:02.3245875Z echo '::group::# set up a virtual environment' 2024-08-22T20:32:02.3246379Z python3 -m venv .venv 2024-08-22T20:32:02.3246701Z source .venv/bin/activate 2024-08-22T20:32:02.3246925Z 2024-08-22T20:32:02.3247093Z echo '::endgroup::' 2024-08-22T20:32:02.3247491Z echo '::group::# install dependencies' 2024-08-22T20:32:02.3248084Z ./install_requirements.sh 2024-08-22T20:32:02.3248411Z fi 2024-08-22T20:32:02.3248669Z ./install_requirements.sh 2024-08-22T20:32:02.3249057Z echo '::endgroup::' 2024-08-22T20:32:02.3249426Z echo '::group::## Commands' 2024-08-22T20:32:02.3249827Z python3 torchchat.py --help 2024-08-22T20:32:02.3250168Z if false; then 2024-08-22T20:32:02.3250510Z echo '::endgroup::' 2024-08-22T20:32:02.3250876Z echo '::group::# Output' 2024-08-22T20:32:02.3251542Z usage: torchchat {chat,browser,generate,export,eval,download,list,remove,where,server} ... 2024-08-22T20:32:02.3252149Z 2024-08-22T20:32:02.3252271Z positional arguments: 2024-08-22T20:32:02.3252959Z {chat,browser,generate,export,eval,download,list,remove,where,server} 2024-08-22T20:32:02.3253628Z The specific command to run 2024-08-22T20:32:02.3254175Z chat Chat interactively with a model via the CLI 2024-08-22T20:32:02.3254804Z generate Generate responses from a model given a prompt 2024-08-22T20:32:02.3255503Z browser Chat interactively with a model in a locally hosted browser 2024-08-22T20:32:02.3256273Z export Export a model artifact to AOT Inductor or ExecuTorch 2024-08-22T20:32:02.3256857Z download Download model artifacts 2024-08-22T20:32:02.3257344Z list List all supported models 2024-08-22T20:32:02.3257853Z remove Remove downloaded model artifacts 2024-08-22T20:32:02.3258457Z where Return directory containing downloaded model artifacts 2024-08-22T20:32:02.3259149Z server Starts a locally hosted REST server for model interaction 2024-08-22T20:32:02.3259825Z eval Evaluate a model via lm-eval 2024-08-22T20:32:02.3260161Z 2024-08-22T20:32:02.3260268Z options: 2024-08-22T20:32:02.3260904Z -h, --help show this help message and exit 2024-08-22T20:32:02.3261344Z fi 2024-08-22T20:32:02.3261657Z echo '::endgroup::' 2024-08-22T20:32:02.3262065Z echo '::group::## Download Weights' 2024-08-22T20:32:02.3262497Z python3 torchchat.py download stories15M.1 2024-08-22T20:32:02.3262938Z python3 torchchat.py list 2024-08-22T20:32:02.3263295Z python3 torchchat.py list 2024-08-22T20:32:02.3263671Z python3 torchchat.py remove stories15M.1 2024-08-22T20:32:02.3264143Z echo '::endgroup::' 2024-08-22T20:32:02.3264551Z echo '::group::## Running via PyTorch ' 2024-08-22T20:32:02.3264946Z if false; then 2024-08-22T20:32:02.3265271Z python3 torchchat.py chat stories15M.1 2024-08-22T20:32:02.3265658Z fi 2024-08-22T20:32:02.3266290Z python3 torchchat.py generate stories15M.1 --prompt "write me a story about a boy and his bear" 2024-08-22T20:32:02.3267046Z fi 2024-08-22T20:32:02.3267306Z if false; then 2024-08-22T20:32:02.3267634Z python3 torchchat.py server stories15M.1 2024-08-22T20:32:02.3268028Z fi 2024-08-22T20:32:02.3268275Z if false; then 2024-08-22T20:32:02.3268598Z curl http://127.0.0.1:5000/v1/chat \ 2024-08-22T20:32:02.3269079Z -H "Content-Type: application/json" \ 2024-08-22T20:32:02.3269510Z -d '{ 2024-08-22T20:32:02.3269782Z "model": "stories15M.1", 2024-08-22T20:32:02.3270132Z "stream": "true", 2024-08-22T20:32:02.3270453Z "max_tokens": 200, 2024-08-22T20:32:02.3270762Z "messages": [ 2024-08-22T20:32:02.3271048Z { 2024-08-22T20:32:02.3271316Z "role": "system", 2024-08-22T20:32:02.3271698Z "content": "You are a helpful assistant." 2024-08-22T20:32:02.3272118Z }, 2024-08-22T20:32:02.3272370Z { 2024-08-22T20:32:02.3272622Z "role": "user", 2024-08-22T20:32:02.3272947Z "content": "Hello!" 2024-08-22T20:32:02.3273272Z } 2024-08-22T20:32:02.3273516Z ] 2024-08-22T20:32:02.3273758Z }' 2024-08-22T20:32:02.3279687Z {"response":" I'm a software developer with a passion for building innovative and user-friendly applications. I have experience in developing web and mobile applications using various technologies such as Java, Python, and JavaScript. I'm always looking for new challenges and opportunities to learn and grow as a developer.\n\nIn my free time, I enjoy reading books on computer science and programming, as well as experimenting with new technologies and techniques. I'm also interested in machine learning and artificial intelligence, and I'm always looking for ways to apply these concepts to real-world problems.\n\nI'm excited to be a part of the developer community and to have the opportunity to share my knowledge and experience with others. I'm always happy to help with any questions or problems you may have, and I'm looking forward to learning from you as well.\n\nThank you for visiting my profile! I hope you find my information helpful and interesting. If you have any questions or would like to discuss any topics, please feel free to reach out to me. I"} 2024-08-22T20:32:02.3285248Z fi 2024-08-22T20:32:02.3285504Z if false; then 2024-08-22T20:32:02.3285817Z streamlit run browser/browser.py 2024-08-22T20:32:02.3286258Z echo '::endgroup::' 2024-08-22T20:32:02.3286642Z echo '::group::## Desktop' 2024-08-22T20:32:02.3287341Z python3 torchchat.py export stories15M.1 --output-dso-path exportedModels/stories15M.1.so 2024-08-22T20:32:02.3288484Z python3 torchchat.py generate stories15M.1 --dso-path exportedModels/stories15M.1.so --prompt "Hello my name is" 2024-08-22T20:32:02.3289269Z scripts/build_native.sh aoti 2024-08-22T20:32:02.3290252Z cmake-out/aoti_run exportedModels/stories15M.1.so -z `python3 torchchat.py where stories15M.1`/tokenizer.model -l 2 -i "Once upon a time" 2024-08-22T20:32:02.3291185Z echo '::endgroup::' 2024-08-22T20:32:02.3291580Z echo '::group::## Mobile Execution' 2024-08-22T20:32:02.3291988Z export TORCHCHAT_ROOT=${PWD} 2024-08-22T20:32:02.3292346Z ./scripts/install_et.sh 2024-08-22T20:32:02.3292729Z echo '::endgroup::' 2024-08-22T20:32:02.3293098Z echo '::group::# Export' 2024-08-22T20:32:02.3293903Z python3 torchchat.py export stories15M.1 --quantize config/data/mobile.json --output-pte-path stories15M.1.pte 2024-08-22T20:32:02.3294716Z echo '::endgroup::' 2024-08-22T20:32:02.3295093Z echo '::group::# Execute' 2024-08-22T20:32:02.3295893Z python3 torchchat.py generate stories15M.1 --device cpu --pte-path stories15M.1.pte --prompt "Hello my name is" 2024-08-22T20:32:02.3296661Z scripts/build_native.sh et 2024-08-22T20:32:02.3297534Z cmake-out/et_run stories15M.1.pte -z `python3 torchchat.py where stories15M.1`/tokenizer.model -l 2 -i "Once upon a time" 2024-08-22T20:32:02.3298386Z echo '::endgroup::' 2024-08-22T20:32:02.3298679Z exit 0 2024-08-22T20:32:02.3298927Z exit 1 2024-08-22T20:32:02.3299195Z ******************************************* 2024-08-22T20:32:02.3299629Z + set -eou pipefail 2024-08-22T20:32:02.3300006Z + echo ::group::start-of-document 2024-08-22T20:32:02.3300651Z ##[group]start-of-document 2024-08-22T20:32:02.3300992Z + echo ::endgroup:: 2024-08-22T20:32:02.3301499Z ##[endgroup] 2024-08-22T20:32:02.3301915Z + echo '::group::# Chat with LLMs Everywhere' 2024-08-22T20:32:02.3302576Z ##[group]# Chat with LLMs Everywhere 2024-08-22T20:32:02.3302980Z + echo ::endgroup:: 2024-08-22T20:32:02.3303480Z ##[endgroup] 2024-08-22T20:32:02.3303906Z + echo '::group::## What can you do with torchchat' 2024-08-22T20:32:02.3304607Z ##[group]## What can you do with torchchat 2024-08-22T20:32:02.3305028Z + echo ::endgroup:: 2024-08-22T20:32:02.3305529Z ##[endgroup] 2024-08-22T20:32:02.3305920Z + echo '::group::## Highlights' 2024-08-22T20:32:02.3306519Z ##[group]## Highlights 2024-08-22T20:32:02.3306921Z + echo ::endgroup:: 2024-08-22T20:32:02.3307423Z ##[endgroup] 2024-08-22T20:32:02.3307793Z + echo '::group::## Installation' 2024-08-22T20:32:02.3308381Z ##[group]## Installation 2024-08-22T20:32:02.3308698Z + false 2024-08-22T20:32:02.3308966Z + ./install_requirements.sh 2024-08-22T20:32:02.3309738Z + pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:32:02.3310744Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:32:02.3311686Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:32:02.3312623Z Collecting huggingface_hub (from -r requirements.txt (line 4)) 2024-08-22T20:32:02.3313339Z Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB) 2024-08-22T20:32:03.8867747Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/417.5 kB ? eta -:--:-- 2024-08-22T20:32:03.8869196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.5/417.5 kB 16.5 MB/s eta 0:00:00 2024-08-22T20:32:03.8870008Z [?25hCollecting gguf (from -r requirements.txt (line 7)) 2024-08-22T20:32:03.8870637Z Downloading gguf-0.9.1-py3-none-any.whl (49 kB) 2024-08-22T20:32:03.8871787Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/49.1 kB ? eta -:--:-- 2024-08-22T20:32:03.8872738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 13.4 MB/s eta 0:00:00 2024-08-22T20:32:03.8873561Z [?25hCollecting tiktoken (from -r requirements.txt (line 10)) 2024-08-22T20:32:03.8874476Z Downloading tiktoken-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-08-22T20:32:03.8875480Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2024-08-22T20:32:03.8876397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 80.5 MB/s eta 0:00:00 2024-08-22T20:32:03.8877185Z [?25hCollecting snakeviz (from -r requirements.txt (line 13)) 2024-08-22T20:32:03.8877877Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-08-22T20:32:03.8878704Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/283.7 kB ? eta -:--:-- 2024-08-22T20:32:03.8879645Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 48.7 MB/s eta 0:00:00 2024-08-22T20:32:03.8880477Z [?25hCollecting sentencepiece (from -r requirements.txt (line 14)) 2024-08-22T20:32:03.8881750Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:32:03.8883006Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:03.8883934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 73.3 MB/s eta 0:00:00 2024-08-22T20:32:03.8884748Z [?25hCollecting numpy<2.0 (from -r requirements.txt (line 15)) 2024-08-22T20:32:03.8885926Z Downloading https://download.pytorch.org/whl/nightly/numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB) 2024-08-22T20:32:03.8887153Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.3 MB ? eta -:--:-- 2024-08-22T20:32:03.8888185Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 8.3/18.3 MB 249.9 MB/s eta 0:00:01 2024-08-22T20:32:03.8889294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 17.0/18.3 MB 250.1 MB/s eta 0:00:01 2024-08-22T20:32:03.8890345Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 241.5 MB/s eta 0:00:01 2024-08-22T20:32:03.8891362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 241.5 MB/s eta 0:00:01 2024-08-22T20:32:03.8892362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 241.5 MB/s eta 0:00:01 2024-08-22T20:32:03.8893448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 63.8 MB/s eta 0:00:00 2024-08-22T20:32:03.8894294Z [?25hCollecting lm-eval==0.4.2 (from -r requirements.txt (line 17)) 2024-08-22T20:32:03.8894984Z Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB) 2024-08-22T20:32:03.8895973Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.4 MB ? eta -:--:-- 2024-08-22T20:32:03.8896894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 93.9 MB/s eta 0:00:00 2024-08-22T20:32:03.8897687Z [?25hCollecting blobfile (from -r requirements.txt (line 18)) 2024-08-22T20:32:03.8898593Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-08-22T20:32:03.8899609Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/73.7 kB ? eta -:--:-- 2024-08-22T20:32:03.8900557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 19.0 MB/s eta 0:00:00 2024-08-22T20:32:03.8901754Z [?25hRequirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (from -r requirements.txt (line 22)) (0.38.4) 2024-08-22T20:32:03.8902793Z Collecting cmake>=3.24 (from -r requirements.txt (line 23)) 2024-08-22T20:32:03.8903683Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-22T20:32:03.8904673Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/26.9 MB ? eta -:--:-- 2024-08-22T20:32:03.8905707Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/26.9 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:03.8906979Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 16.3/26.9 MB 241.5 MB/s eta 0:00:01 2024-08-22T20:32:03.8908092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 24.8/26.9 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:32:03.8909149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:03.8910167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:03.8911294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:03.8912288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:03.8913279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 53.2 MB/s eta 0:00:00 2024-08-22T20:32:03.8914069Z [?25hCollecting ninja (from -r requirements.txt (line 24)) 2024-08-22T20:32:03.8915051Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-22T20:32:03.8916061Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/307.2 kB ? eta -:--:-- 2024-08-22T20:32:03.8917062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.2/307.2 kB 51.2 MB/s eta 0:00:00 2024-08-22T20:32:03.8917868Z [?25hCollecting zstd (from -r requirements.txt (line 25)) 2024-08-22T20:32:03.8918738Z Downloading zstd-1.5.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-08-22T20:32:10.2062669Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:32:10.2063793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 89.0 MB/s eta 0:00:00 2024-08-22T20:32:10.2064631Z [?25hCollecting streamlit (from -r requirements.txt (line 28)) 2024-08-22T20:32:10.2065557Z Downloading streamlit-1.37.1-py2.py3-none-any.whl (8.7 MB) 2024-08-22T20:32:10.2066694Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/8.7 MB ? eta -:--:-- 2024-08-22T20:32:10.2067848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 6.7/8.7 MB 201.3 MB/s eta 0:00:01 2024-08-22T20:32:10.2068927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 8.6/8.7 MB 205.6 MB/s eta 0:00:01 2024-08-22T20:32:10.2069897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 97.3 MB/s eta 0:00:00 2024-08-22T20:32:10.2070680Z [?25hCollecting flask (from -r requirements.txt (line 31)) 2024-08-22T20:32:10.2071321Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-08-22T20:32:10.2072106Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.7 kB ? eta -:--:-- 2024-08-22T20:32:10.2073080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 25.6 MB/s eta 0:00:00 2024-08-22T20:32:10.2074032Z [?25hCollecting accelerate>=0.21.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:10.2074838Z Downloading accelerate-0.33.0-py3-none-any.whl (315 kB) 2024-08-22T20:32:10.2075659Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/315.1 kB ? eta -:--:-- 2024-08-22T20:32:10.2076927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.1/315.1 kB 48.4 MB/s eta 0:00:00 2024-08-22T20:32:10.2077822Z [?25hCollecting evaluate (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:10.2078558Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-08-22T20:32:10.2079346Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/84.1 kB ? eta -:--:-- 2024-08-22T20:32:10.2080280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 19.1 MB/s eta 0:00:00 2024-08-22T20:32:10.2081419Z [?25hCollecting datasets>=2.16.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:10.2082210Z Downloading datasets-2.21.0-py3-none-any.whl (527 kB) 2024-08-22T20:32:10.2083021Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/527.3 kB ? eta -:--:-- 2024-08-22T20:32:10.2083979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 527.3/527.3 kB 68.6 MB/s eta 0:00:00 2024-08-22T20:32:10.2084867Z [?25hCollecting jsonlines (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:10.2085606Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-08-22T20:32:10.2086340Z Collecting numexpr (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:10.2087015Z Downloading numexpr-2.10.1.tar.gz (101 kB) 2024-08-22T20:32:10.2087815Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.6 kB ? eta -:--:-- 2024-08-22T20:32:10.2088772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.6/101.6 kB 22.1 MB/s eta 0:00:00 2024-08-22T20:32:10.2089663Z [?25h Installing build dependencies ... [?25l- \ | / - \ | done 2024-08-22T20:32:10.2090422Z [?25h Getting requirements to build wheel ... [?25l- done 2024-08-22T20:32:10.2091120Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2024-08-22T20:32:10.2091911Z [?25hCollecting peft>=0.2.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:10.2092639Z Downloading peft-0.12.0-py3-none-any.whl (296 kB) 2024-08-22T20:32:10.2093430Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/296.4 kB ? eta -:--:-- 2024-08-22T20:32:10.2094375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 48.2 MB/s eta 0:00:00 2024-08-22T20:32:10.2095311Z [?25hCollecting pybind11>=2.6.2 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:10.2096079Z Downloading pybind11-2.13.5-py3-none-any.whl (240 kB) 2024-08-22T20:32:10.2096878Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/241.0 kB ? eta -:--:-- 2024-08-22T20:32:10.2097825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.0/241.0 kB 45.0 MB/s eta 0:00:00 2024-08-22T20:32:10.2098747Z [?25hCollecting pytablewriter (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:10.2099546Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-08-22T20:32:10.2100376Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/111.1 kB ? eta -:--:-- 2024-08-22T20:32:10.2101320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 26.8 MB/s eta 0:00:00 2024-08-22T20:32:10.2102252Z [?25hCollecting rouge-score>=0.0.4 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:10.2103104Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-08-22T20:32:10.2103674Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:10.2104427Z [?25hCollecting sacrebleu>=1.5.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:10.2105206Z Downloading sacrebleu-2.4.3-py3-none-any.whl (103 kB) 2024-08-22T20:32:10.2106111Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/104.0 kB ? eta -:--:-- 2024-08-22T20:32:10.2107151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.0/104.0 kB 24.1 MB/s eta 0:00:00 2024-08-22T20:32:10.2108152Z [?25hCollecting scikit-learn>=0.24.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:10.2109223Z Downloading scikit_learn-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB) 2024-08-22T20:32:10.2110246Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.3 MB ? eta -:--:-- 2024-08-22T20:32:10.2111265Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/13.3 MB 62.2 MB/s eta 0:00:01 2024-08-22T20:32:10.2112360Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 6.9/13.3 MB 101.2 MB/s eta 0:00:01 2024-08-22T20:32:10.2113470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 10.5/13.3 MB 109.5 MB/s eta 0:00:01 2024-08-22T20:32:10.2114527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 121.9 MB/s eta 0:00:01 2024-08-22T20:32:10.2115528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 121.9 MB/s eta 0:00:01 2024-08-22T20:32:11.8974575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 67.6 MB/s eta 0:00:00 2024-08-22T20:32:11.8976100Z [?25hCollecting sqlitedict (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:11.8977021Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-08-22T20:32:11.8977594Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:11.8978329Z [?25hCollecting torch>=1.8 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:11.8979181Z Downloading torch-2.4.0-cp311-cp311-manylinux1_x86_64.whl (797.3 MB) 2024-08-22T20:32:11.8980069Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/797.3 MB ? eta -:--:-- 2024-08-22T20:32:11.8981011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/797.3 MB 220.0 MB/s eta 0:00:04 2024-08-22T20:32:11.8982574Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.3/797.3 MB 224.2 MB/s eta 0:00:04 2024-08-22T20:32:11.8985097Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.5/797.3 MB 210.9 MB/s eta 0:00:04 2024-08-22T20:32:11.8988004Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.4/797.3 MB 205.5 MB/s eta 0:00:04 2024-08-22T20:32:11.8990063Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.5/797.3 MB 191.0 MB/s eta 0:00:04 2024-08-22T20:32:11.8993076Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.6/797.3 MB 190.5 MB/s eta 0:00:04 2024-08-22T20:32:11.8995095Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.3/797.3 MB 222.0 MB/s eta 0:00:04 2024-08-22T20:32:11.8996193Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.7/797.3 MB 208.5 MB/s eta 0:00:04 2024-08-22T20:32:11.8997284Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.0/797.3 MB 215.6 MB/s eta 0:00:04 2024-08-22T20:32:11.8998396Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.6/797.3 MB 216.3 MB/s eta 0:00:04 2024-08-22T20:32:11.8999471Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.6/797.3 MB 192.7 MB/s eta 0:00:04 2024-08-22T20:32:11.9000564Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.0/797.3 MB 218.4 MB/s eta 0:00:04 2024-08-22T20:32:11.9001647Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.2/797.3 MB 191.9 MB/s eta 0:00:04 2024-08-22T20:32:11.9002727Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.6/797.3 MB 179.1 MB/s eta 0:00:04 2024-08-22T20:32:11.9003804Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.7/797.3 MB 202.3 MB/s eta 0:00:04 2024-08-22T20:32:11.9004923Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.9/797.3 MB 209.9 MB/s eta 0:00:04 2024-08-22T20:32:11.9006002Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.5/797.3 MB 212.8 MB/s eta 0:00:04 2024-08-22T20:32:11.9007211Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.9/797.3 MB 196.4 MB/s eta 0:00:04 2024-08-22T20:32:11.9008291Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.3/797.3 MB 206.8 MB/s eta 0:00:04 2024-08-22T20:32:11.9009374Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.8/797.3 MB 180.1 MB/s eta 0:00:04 2024-08-22T20:32:11.9010457Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.7/797.3 MB 154.8 MB/s eta 0:00:05 2024-08-22T20:32:11.9011644Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.2/797.3 MB 180.3 MB/s eta 0:00:04 2024-08-22T20:32:11.9012729Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/797.3 MB 197.8 MB/s eta 0:00:04 2024-08-22T20:32:11.9013832Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.3/797.3 MB 130.1 MB/s eta 0:00:05 2024-08-22T20:32:11.9014908Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 165.5/797.3 MB 115.1 MB/s eta 0:00:06 2024-08-22T20:32:11.9015989Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.4/797.3 MB 96.7 MB/s eta 0:00:07 2024-08-22T20:32:11.9017067Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.6/797.3 MB 146.0 MB/s eta 0:00:05 2024-08-22T20:32:11.9018172Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 183.1/797.3 MB 217.3 MB/s eta 0:00:03 2024-08-22T20:32:11.9019246Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 189.0/797.3 MB 184.0 MB/s eta 0:00:04 2024-08-22T20:32:11.9020348Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 197.0/797.3 MB 218.8 MB/s eta 0:00:03 2024-08-22T20:32:11.9021420Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 204.5/797.3 MB 215.3 MB/s eta 0:00:03 2024-08-22T20:32:11.9022494Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/797.3 MB 229.4 MB/s eta 0:00:03 2024-08-22T20:32:11.9023579Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 220.1/797.3 MB 216.7 MB/s eta 0:00:03 2024-08-22T20:32:11.9024675Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.2/797.3 MB 209.8 MB/s eta 0:00:03 2024-08-22T20:32:11.9025749Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.9/797.3 MB 200.0 MB/s eta 0:00:03 2024-08-22T20:32:13.2167851Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 241.2/797.3 MB 210.0 MB/s eta 0:00:03 2024-08-22T20:32:13.2169458Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 248.0/797.3 MB 202.4 MB/s eta 0:00:03 2024-08-22T20:32:13.2170902Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 255.0/797.3 MB 209.9 MB/s eta 0:00:03 2024-08-22T20:32:13.2172146Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 263.2/797.3 MB 238.8 MB/s eta 0:00:03 2024-08-22T20:32:13.2173558Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 270.1/797.3 MB 210.0 MB/s eta 0:00:03 2024-08-22T20:32:13.2174676Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 275.9/797.3 MB 183.0 MB/s eta 0:00:03 2024-08-22T20:32:13.2175773Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 283.4/797.3 MB 199.3 MB/s eta 0:00:03 2024-08-22T20:32:13.2176892Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 290.0/797.3 MB 203.5 MB/s eta 0:00:03 2024-08-22T20:32:13.2177976Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 296.8/797.3 MB 195.2 MB/s eta 0:00:03 2024-08-22T20:32:13.2179057Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 303.0/797.3 MB 191.3 MB/s eta 0:00:03 2024-08-22T20:32:13.2182648Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 308.5/797.3 MB 162.9 MB/s eta 0:00:03 2024-08-22T20:32:13.2185044Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 315.7/797.3 MB 196.2 MB/s eta 0:00:03 2024-08-22T20:32:13.2186160Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 322.2/797.3 MB 190.2 MB/s eta 0:00:03 2024-08-22T20:32:13.2187584Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 329.8/797.3 MB 215.1 MB/s eta 0:00:03 2024-08-22T20:32:13.2190030Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 336.9/797.3 MB 205.3 MB/s eta 0:00:03 2024-08-22T20:32:13.2192030Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 344.8/797.3 MB 221.1 MB/s eta 0:00:03 2024-08-22T20:32:13.2194558Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 350.4/797.3 MB 193.2 MB/s eta 0:00:03 2024-08-22T20:32:13.2195947Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 356.4/797.3 MB 167.8 MB/s eta 0:00:03 2024-08-22T20:32:13.2197042Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 362.8/797.3 MB 175.4 MB/s eta 0:00:03 2024-08-22T20:32:13.2199862Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 370.9/797.3 MB 215.9 MB/s eta 0:00:02 2024-08-22T20:32:13.2200971Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 377.7/797.3 MB 206.7 MB/s eta 0:00:03 2024-08-22T20:32:13.2202056Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 384.8/797.3 MB 190.2 MB/s eta 0:00:03 2024-08-22T20:32:13.2203275Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 391.1/797.3 MB 188.8 MB/s eta 0:00:03 2024-08-22T20:32:13.2204372Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 397.4/797.3 MB 199.9 MB/s eta 0:00:03 2024-08-22T20:32:13.2205450Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 397.4/797.3 MB 199.9 MB/s eta 0:00:03 2024-08-22T20:32:13.2206553Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 397.4/797.3 MB 199.9 MB/s eta 0:00:03 2024-08-22T20:32:13.2207627Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 397.4/797.3 MB 199.9 MB/s eta 0:00:03 2024-08-22T20:32:13.2208703Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 397.4/797.3 MB 199.9 MB/s eta 0:00:03 2024-08-22T20:32:13.2209797Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 397.4/797.3 MB 199.9 MB/s eta 0:00:03 2024-08-22T20:32:13.2210872Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 397.4/797.3 MB 199.9 MB/s eta 0:00:03 2024-08-22T20:32:13.2211949Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 397.4/797.3 MB 199.9 MB/s eta 0:00:03 2024-08-22T20:32:13.2213035Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 400.6/797.3 MB 32.5 MB/s eta 0:00:13 2024-08-22T20:32:13.2214117Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 406.8/797.3 MB 32.1 MB/s eta 0:00:13 2024-08-22T20:32:13.2215193Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 412.1/797.3 MB 163.8 MB/s eta 0:00:03 2024-08-22T20:32:13.2216387Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 415.2/797.3 MB 130.5 MB/s eta 0:00:03 2024-08-22T20:32:13.2217469Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 416.3/797.3 MB 129.0 MB/s eta 0:00:03 2024-08-22T20:32:13.2218543Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 418.4/797.3 MB 79.9 MB/s eta 0:00:05 2024-08-22T20:32:13.2219749Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 422.5/797.3 MB 78.0 MB/s eta 0:00:05 2024-08-22T20:32:14.5367644Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 426.5/797.3 MB 77.4 MB/s eta 0:00:05 2024-08-22T20:32:14.5369220Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 431.4/797.3 MB 122.5 MB/s eta 0:00:03 2024-08-22T20:32:14.5370706Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 437.9/797.3 MB 188.7 MB/s eta 0:00:02 2024-08-22T20:32:14.5372056Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 444.7/797.3 MB 191.4 MB/s eta 0:00:02 2024-08-22T20:32:14.5373156Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 451.2/797.3 MB 186.8 MB/s eta 0:00:02 2024-08-22T20:32:14.5374270Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 458.1/797.3 MB 196.8 MB/s eta 0:00:02 2024-08-22T20:32:14.5375356Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 460.3/797.3 MB 187.9 MB/s eta 0:00:02 2024-08-22T20:32:14.5376444Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 460.3/797.3 MB 187.9 MB/s eta 0:00:02 2024-08-22T20:32:14.5377528Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 460.3/797.3 MB 187.9 MB/s eta 0:00:02 2024-08-22T20:32:14.5378621Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 460.3/797.3 MB 187.9 MB/s eta 0:00:02 2024-08-22T20:32:14.5379704Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 466.0/797.3 MB 55.9 MB/s eta 0:00:06 2024-08-22T20:32:14.5381065Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 470.8/797.3 MB 172.3 MB/s eta 0:00:02 2024-08-22T20:32:14.5383574Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 476.7/797.3 MB 153.6 MB/s eta 0:00:03 2024-08-22T20:32:14.5384691Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 483.7/797.3 MB 203.0 MB/s eta 0:00:02 2024-08-22T20:32:14.5386440Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 489.8/797.3 MB 182.6 MB/s eta 0:00:02 2024-08-22T20:32:14.5389125Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 497.4/797.3 MB 188.9 MB/s eta 0:00:02 2024-08-22T20:32:14.5391412Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 503.6/797.3 MB 189.7 MB/s eta 0:00:02 2024-08-22T20:32:14.5393172Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 508.4/797.3 MB 157.4 MB/s eta 0:00:02 2024-08-22T20:32:14.5395962Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 513.1/797.3 MB 140.0 MB/s eta 0:00:03 2024-08-22T20:32:14.5398228Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 515.0/797.3 MB 119.0 MB/s eta 0:00:03 2024-08-22T20:32:14.5399318Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 515.9/797.3 MB 79.8 MB/s eta 0:00:04 2024-08-22T20:32:14.5400424Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 518.0/797.3 MB 72.1 MB/s eta 0:00:04 2024-08-22T20:32:14.5402188Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 522.5/797.3 MB 69.1 MB/s eta 0:00:04 2024-08-22T20:32:14.5403675Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 526.8/797.3 MB 123.3 MB/s eta 0:00:03 2024-08-22T20:32:14.5405684Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 529.9/797.3 MB 116.4 MB/s eta 0:00:03 2024-08-22T20:32:14.5406761Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 532.7/797.3 MB 104.1 MB/s eta 0:00:03 2024-08-22T20:32:14.5407839Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 536.2/797.3 MB 89.5 MB/s eta 0:00:03 2024-08-22T20:32:14.5409073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 541.7/797.3 MB 112.0 MB/s eta 0:00:03 2024-08-22T20:32:14.5410252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 547.3/797.3 MB 169.0 MB/s eta 0:00:02 2024-08-22T20:32:14.5411462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 548.5/797.3 MB 144.6 MB/s eta 0:00:02 2024-08-22T20:32:14.5412534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 549.4/797.3 MB 87.8 MB/s eta 0:00:03 2024-08-22T20:32:14.5413611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 551.4/797.3 MB 72.5 MB/s eta 0:00:04 2024-08-22T20:32:14.5414676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 556.4/797.3 MB 70.3 MB/s eta 0:00:04 2024-08-22T20:32:14.5415873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 560.8/797.3 MB 131.8 MB/s eta 0:00:02 2024-08-22T20:32:14.5416956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 566.0/797.3 MB 138.8 MB/s eta 0:00:02 2024-08-22T20:32:14.5418029Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 571.5/797.3 MB 165.9 MB/s eta 0:00:02 2024-08-22T20:32:14.5419164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 573.9/797.3 MB 120.1 MB/s eta 0:00:02 2024-08-22T20:32:14.5420236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 575.4/797.3 MB 94.4 MB/s eta 0:00:03 2024-08-22T20:32:15.8576561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 580.6/797.3 MB 91.1 MB/s eta 0:00:03 2024-08-22T20:32:15.8578629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 585.0/797.3 MB 131.7 MB/s eta 0:00:02 2024-08-22T20:32:15.8581603Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 589.3/797.3 MB 134.4 MB/s eta 0:00:02 2024-08-22T20:32:15.8584142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 595.3/797.3 MB 149.6 MB/s eta 0:00:02 2024-08-22T20:32:15.8586818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 600.8/797.3 MB 168.5 MB/s eta 0:00:02 2024-08-22T20:32:15.8587965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 607.4/797.3 MB 178.4 MB/s eta 0:00:02 2024-08-22T20:32:15.8589521Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 612.4/797.3 MB 172.2 MB/s eta 0:00:02 2024-08-22T20:32:15.8590633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 614.9/797.3 MB 121.8 MB/s eta 0:00:02 2024-08-22T20:32:15.8591933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 618.7/797.3 MB 106.2 MB/s eta 0:00:02 2024-08-22T20:32:15.8593810Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 624.9/797.3 MB 149.8 MB/s eta 0:00:02 2024-08-22T20:32:15.8595152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 631.4/797.3 MB 184.8 MB/s eta 0:00:01 2024-08-22T20:32:15.8596225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 638.6/797.3 MB 207.7 MB/s eta 0:00:01 2024-08-22T20:32:15.8597889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 645.5/797.3 MB 200.3 MB/s eta 0:00:01 2024-08-22T20:32:15.8599284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 650.1/797.3 MB 180.9 MB/s eta 0:00:01 2024-08-22T20:32:15.8600384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 656.4/797.3 MB 156.8 MB/s eta 0:00:01 2024-08-22T20:32:15.8601459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 663.7/797.3 MB 200.4 MB/s eta 0:00:01 2024-08-22T20:32:15.8602555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 669.5/797.3 MB 187.0 MB/s eta 0:00:01 2024-08-22T20:32:15.8603631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 674.2/797.3 MB 188.0 MB/s eta 0:00:01 2024-08-22T20:32:15.8604705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 678.6/797.3 MB 138.0 MB/s eta 0:00:01 2024-08-22T20:32:15.8605793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 685.0/797.3 MB 189.7 MB/s eta 0:00:01 2024-08-22T20:32:15.8606868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 690.7/797.3 MB 169.6 MB/s eta 0:00:01 2024-08-22T20:32:15.8607940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 697.0/797.3 MB 167.6 MB/s eta 0:00:01 2024-08-22T20:32:15.8609033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 702.6/797.3 MB 171.0 MB/s eta 0:00:01 2024-08-22T20:32:15.8610104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 710.1/797.3 MB 225.1 MB/s eta 0:00:01 2024-08-22T20:32:15.8611183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 713.0/797.3 MB 211.1 MB/s eta 0:00:01 2024-08-22T20:32:15.8612252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 718.3/797.3 MB 134.1 MB/s eta 0:00:01 2024-08-22T20:32:15.8613336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 721.4/797.3 MB 105.6 MB/s eta 0:00:01 2024-08-22T20:32:15.8614406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 725.4/797.3 MB 110.7 MB/s eta 0:00:01 2024-08-22T20:32:15.8615584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 731.1/797.3 MB 142.7 MB/s eta 0:00:01 2024-08-22T20:32:15.8616663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 736.2/797.3 MB 155.1 MB/s eta 0:00:01 2024-08-22T20:32:15.8617732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 741.8/797.3 MB 153.9 MB/s eta 0:00:01 2024-08-22T20:32:15.8618802Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 748.2/797.3 MB 168.5 MB/s eta 0:00:01 2024-08-22T20:32:15.8620037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 748.9/797.3 MB 111.6 MB/s eta 0:00:01 2024-08-22T20:32:15.8621112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 753.6/797.3 MB 106.3 MB/s eta 0:00:01 2024-08-22T20:32:15.8622204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 757.1/797.3 MB 93.7 MB/s eta 0:00:01 2024-08-22T20:32:15.8623275Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 763.4/797.3 MB 144.1 MB/s eta 0:00:01 2024-08-22T20:32:15.8624341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 769.8/797.3 MB 198.6 MB/s eta 0:00:01 2024-08-22T20:32:15.8625411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 775.5/797.3 MB 171.1 MB/s eta 0:00:01 2024-08-22T20:32:17.7193227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 782.2/797.3 MB 183.3 MB/s eta 0:00:01 2024-08-22T20:32:17.7194742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 789.1/797.3 MB 199.6 MB/s eta 0:00:01 2024-08-22T20:32:17.7196048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.4/797.3 MB 205.7 MB/s eta 0:00:01 2024-08-22T20:32:17.7197067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7198083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7199084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7200368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7201389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7202381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7203540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7204547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7205545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7206533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7207544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7208553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7209622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7210609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7211610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7212603Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7213605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7214601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7215606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7216710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7217705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7218696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7219748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7220872Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7221871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7222884Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7223883Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7224886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7225875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7226963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7227965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7228959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7229968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7230959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7231951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7232961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:17.7233944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1000270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1001995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1003174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1004179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1005182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1006332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1007350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1008371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1009376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1010424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1011432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1012452Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1013451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1014447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1015469Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1016470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1017458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1018452Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1019470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1020517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1021625Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1022630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1023633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1024633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1025721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1026871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1027879Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1028898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1029886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1030895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1031900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1032919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1033913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1035094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1036095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1037085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1038080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1039179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1040187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:19.1041441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4850741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4852225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4853483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4854532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4855661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4856657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4857693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4858705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4859712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4860708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4861739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4862753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4863749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4865023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4866034Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4867142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4868269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4869279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4870284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4871309Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4872320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4873336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4874343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4875361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4876354Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4877375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4878378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4879379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4880425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4881449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4882457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4883453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4884569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4885581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4886591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4887584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4888674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4889685Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4890708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4891705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8682394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8683996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8685194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8686473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8687559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8688666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8689828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8690946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8692001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8693429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8694585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8695850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8696966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8698065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8699183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8700359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8701422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8702542Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8703706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8704818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8705874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8707153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8708277Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8709332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8710582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8711696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8712843Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8713900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8715097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8716247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8717381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8718439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8719618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8720728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8721829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8722966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8724063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8725175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8726342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:21.8727401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0914256Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0915921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0917318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0919212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0920553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0921648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0922842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0924219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0925301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0926400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0927614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0928727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0929786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0931011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0932129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0933300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0934378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0935553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0936726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0937902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0938977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0940158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 204.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0941666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.3/797.3 MB 1.5 MB/s eta 0:00:00 2024-08-22T20:32:24.0942907Z [?25hCollecting tqdm-multiprocess (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:24.0943902Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-08-22T20:32:24.0945269Z Collecting transformers>=4.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:24.0946340Z Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB) 2024-08-22T20:32:24.0947416Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.5 MB ? eta -:--:-- 2024-08-22T20:32:24.0948839Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 7.3/9.5 MB 224.1 MB/s eta 0:00:01 2024-08-22T20:32:24.0950017Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.5/9.5 MB 221.0 MB/s eta 0:00:01 2024-08-22T20:32:24.0951149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 105.3 MB/s eta 0:00:00 2024-08-22T20:32:24.0952566Z [?25hRequirement already satisfied: zstandard in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r requirements.txt (line 17)) (0.19.0) 2024-08-22T20:32:24.0953842Z Collecting dill (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:24.0954949Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-08-22T20:32:24.0956036Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/116.3 kB ? eta -:--:-- 2024-08-22T20:32:24.0957106Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 30.2 MB/s eta 0:00:00 2024-08-22T20:32:24.0958155Z [?25hCollecting word2number (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:24.0958972Z Downloading word2number-1.1.zip (9.7 kB) 2024-08-22T20:32:24.0959587Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:24.0960980Z [?25hRequirement already satisfied: more-itertools in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r requirements.txt (line 17)) (10.1.0) 2024-08-22T20:32:24.0962815Z Requirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (3.13.1) 2024-08-22T20:32:24.0964299Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:24.0965485Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-22T20:32:24.0966623Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/177.6 kB ? eta -:--:-- 2024-08-22T20:32:24.0967673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.6/177.6 kB 36.7 MB/s eta 0:00:00 2024-08-22T20:32:24.0969141Z [?25hRequirement already satisfied: packaging>=20.9 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (23.0) 2024-08-22T20:32:24.0970979Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (6.0.1) 2024-08-22T20:32:24.0972729Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (2.29.0) 2024-08-22T20:32:24.0974491Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (4.65.0) 2024-08-22T20:32:26.9056524Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:26.9058614Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-22T20:32:26.9059790Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 10)) 2024-08-22T20:32:26.9061069Z Downloading regex-2024.7.24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (786 kB) 2024-08-22T20:32:26.9062270Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/786.6 kB ? eta -:--:-- 2024-08-22T20:32:26.9063293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 786.6/786.6 kB 76.5 MB/s eta 0:00:00 2024-08-22T20:32:26.9064354Z [?25hCollecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 13)) 2024-08-22T20:32:26.9065615Z Downloading tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (436 kB) 2024-08-22T20:32:26.9066896Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/436.8 kB ? eta -:--:-- 2024-08-22T20:32:26.9068121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.8/436.8 kB 58.6 MB/s eta 0:00:00 2024-08-22T20:32:26.9069139Z [?25hCollecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:26.9070557Z Downloading https://download.pytorch.org/whl/nightly/pycryptodomex-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) 2024-08-22T20:32:26.9072010Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.1 MB ? eta -:--:-- 2024-08-22T20:32:26.9073040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 102.0 MB/s eta 0:00:00 2024-08-22T20:32:26.9074450Z [?25hRequirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r requirements.txt (line 18)) (1.26.16) 2024-08-22T20:32:26.9075812Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:26.9076957Z Downloading lxml-4.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB) 2024-08-22T20:32:26.9078146Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.1 MB ? eta -:--:-- 2024-08-22T20:32:26.9079464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.1/7.1 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:32:26.9080533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 115.0 MB/s eta 0:00:00 2024-08-22T20:32:26.9081535Z [?25hCollecting altair<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:26.9082423Z Downloading altair-5.4.0-py3-none-any.whl (671 kB) 2024-08-22T20:32:26.9083324Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/671.7 kB ? eta -:--:-- 2024-08-22T20:32:26.9084438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.7/671.7 kB 79.7 MB/s eta 0:00:00 2024-08-22T20:32:26.9085506Z [?25hCollecting blinker<2,>=1.0.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:26.9086362Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:26.9087176Z Collecting cachetools<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:26.9088120Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:26.9089367Z Requirement already satisfied: click<9,>=7.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r requirements.txt (line 28)) (8.1.7) 2024-08-22T20:32:26.9090628Z Collecting pandas<3,>=1.3.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:26.9091964Z Downloading https://download.pytorch.org/whl/nightly/pandas-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB) 2024-08-22T20:32:26.9093322Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.0 MB ? eta -:--:-- 2024-08-22T20:32:26.9094434Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 7.8/13.0 MB 235.3 MB/s eta 0:00:01 2024-08-22T20:32:26.9095654Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:32:26.9096790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:32:26.9097977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 96.9 MB/s eta 0:00:00 2024-08-22T20:32:26.9099057Z [?25hCollecting pillow<11,>=7.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:26.9100141Z Downloading pillow-10.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) 2024-08-22T20:32:26.9101263Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.5 MB ? eta -:--:-- 2024-08-22T20:32:26.9102492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 4.4/4.5 MB 174.0 MB/s eta 0:00:01 2024-08-22T20:32:26.9103652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 90.3 MB/s eta 0:00:00 2024-08-22T20:32:26.9104730Z [?25hCollecting protobuf<6,>=3.20 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:26.9105754Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB) 2024-08-22T20:32:26.9106740Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/309.3 kB ? eta -:--:-- 2024-08-22T20:32:26.9107954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.3/309.3 kB 50.9 MB/s eta 0:00:00 2024-08-22T20:32:26.9108897Z [?25hCollecting pyarrow>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:26.9110086Z Downloading pyarrow-17.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (39.9 MB) 2024-08-22T20:32:26.9111287Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/39.9 MB ? eta -:--:-- 2024-08-22T20:32:26.9112404Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/39.9 MB 214.4 MB/s eta 0:00:01 2024-08-22T20:32:26.9113683Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/39.9 MB 171.3 MB/s eta 0:00:01 2024-08-22T20:32:26.9114929Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 18.9/39.9 MB 167.7 MB/s eta 0:00:01 2024-08-22T20:32:26.9116112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 26.2/39.9 MB 213.8 MB/s eta 0:00:01 2024-08-22T20:32:26.9117272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 34.3/39.9 MB 218.0 MB/s eta 0:00:01 2024-08-22T20:32:26.9118487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 231.8 MB/s eta 0:00:01 2024-08-22T20:32:28.5088590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 231.8 MB/s eta 0:00:01 2024-08-22T20:32:28.5090881Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 231.8 MB/s eta 0:00:01 2024-08-22T20:32:28.5092789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 231.8 MB/s eta 0:00:01 2024-08-22T20:32:28.5094595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 231.8 MB/s eta 0:00:01 2024-08-22T20:32:28.5096594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 231.8 MB/s eta 0:00:01 2024-08-22T20:32:28.5098316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 40.8 MB/s eta 0:00:00 2024-08-22T20:32:28.5099743Z [?25hCollecting rich<14,>=10.14.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:28.5101134Z Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-08-22T20:32:28.5102863Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/240.7 kB ? eta -:--:-- 2024-08-22T20:32:28.5104526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 45.6 MB/s eta 0:00:00 2024-08-22T20:32:28.5106123Z [?25hCollecting tenacity<9,>=8.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:28.5107578Z Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) 2024-08-22T20:32:28.5108926Z Collecting toml<2,>=0.10.1 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:28.5110315Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2024-08-22T20:32:28.5111955Z Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:28.5113244Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 2024-08-22T20:32:28.5114736Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/207.3 kB ? eta -:--:-- 2024-08-22T20:32:28.5116258Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/207.3 kB 40.1 MB/s eta 0:00:00 2024-08-22T20:32:28.5117369Z [?25hCollecting pydeck<1,>=0.8.0b4 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:28.5118325Z Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB) 2024-08-22T20:32:28.5119226Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.9 MB ? eta -:--:-- 2024-08-22T20:32:28.5120337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 4.7/6.9 MB 139.8 MB/s eta 0:00:01 2024-08-22T20:32:28.5121553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.9/6.9 MB 157.9 MB/s eta 0:00:01 2024-08-22T20:32:28.5122691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 90.3 MB/s eta 0:00:00 2024-08-22T20:32:28.5123650Z [?25hCollecting watchdog<5,>=2.1.5 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:28.5124709Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl (82 kB) 2024-08-22T20:32:28.5125696Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/82.9 kB ? eta -:--:-- 2024-08-22T20:32:28.5126691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.9/82.9 kB 22.8 MB/s eta 0:00:00 2024-08-22T20:32:28.5127742Z [?25hCollecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:28.5128574Z Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB) 2024-08-22T20:32:28.5129484Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/227.6 kB ? eta -:--:-- 2024-08-22T20:32:28.5130574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.6/227.6 kB 46.2 MB/s eta 0:00:00 2024-08-22T20:32:28.5131936Z [?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:28.5133366Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:28.5134241Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-08-22T20:32:28.5135599Z 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:28.5137131Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:28.5138404Z Downloading safetensors-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-08-22T20:32:28.5139657Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/435.4 kB ? eta -:--:-- 2024-08-22T20:32:28.5141359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 65.0 MB/s eta 0:00:00 2024-08-22T20:32:28.5143072Z [?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:28.5144554Z Collecting narwhals>=1.1.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:28.5145418Z Downloading narwhals-1.5.2-py3-none-any.whl (145 kB) 2024-08-22T20:32:28.5146392Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/145.6 kB ? eta -:--:-- 2024-08-22T20:32:28.5147527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.6/145.6 kB 33.1 MB/s eta 0:00:00 2024-08-22T20:32:28.5148585Z [?25hCollecting requests (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:28.5149390Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-22T20:32:28.5150301Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/64.9 kB ? eta -:--:-- 2024-08-22T20:32:28.5151395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 18.5 MB/s eta 0:00:00 2024-08-22T20:32:28.5152406Z [?25hCollecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:28.5153287Z Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-22T20:32:28.5154660Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/78.4 kB ? eta -:--:-- 2024-08-22T20:32:28.5156184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 17.9 MB/s eta 0:00:00 2024-08-22T20:32:28.5157874Z [?25hCollecting xxhash (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:28.5159670Z Downloading xxhash-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-08-22T20:32:28.5161509Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/194.8 kB ? eta -:--:-- 2024-08-22T20:32:28.5163170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 36.6 MB/s eta 0:00:00 2024-08-22T20:32:28.5165069Z [?25hCollecting multiprocess (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:30.6333971Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py311-none-any.whl (143 kB) 2024-08-22T20:32:30.6335935Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/143.5 kB ? eta -:--:-- 2024-08-22T20:32:30.6337155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 23.9 MB/s eta 0:00:00 2024-08-22T20:32:30.6338552Z [?25hCollecting aiohttp (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:30.6339814Z Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:32:30.6341492Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:30.6342758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 60.8 MB/s eta 0:00:00 2024-08-22T20:32:30.6344002Z [?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:30.6344950Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 2024-08-22T20:32:30.6345799Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/62.7 kB ? eta -:--:-- 2024-08-22T20:32:30.6346918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 17.9 MB/s eta 0:00:00 2024-08-22T20:32:30.6348481Z [?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:30.6350459Z 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:30.6352434Z 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:30.6353856Z Collecting tzdata>=2022.7 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:30.6355014Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-08-22T20:32:30.6356222Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/345.4 kB ? eta -:--:-- 2024-08-22T20:32:30.6357230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 51.5 MB/s eta 0:00:00 2024-08-22T20:32:30.6358774Z [?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:30.6360695Z 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:30.6362533Z 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:30.6364025Z Collecting markdown-it-py>=2.2.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:30.6365262Z Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-08-22T20:32:30.6366182Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/87.5 kB ? eta -:--:-- 2024-08-22T20:32:30.6367347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 24.5 MB/s eta 0:00:00 2024-08-22T20:32:30.6368435Z [?25hCollecting pygments<3.0.0,>=2.13.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:30.6369524Z Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-08-22T20:32:30.6370489Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2024-08-22T20:32:30.6371480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 89.4 MB/s eta 0:00:00 2024-08-22T20:32:30.6372573Z [?25hCollecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:30.6373537Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-22T20:32:30.6375139Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/133.7 kB ? eta -:--:-- 2024-08-22T20:32:30.6376175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 26.1 MB/s eta 0:00:00 2024-08-22T20:32:30.6377299Z [?25hCollecting nltk (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:30.6378227Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2024-08-22T20:32:30.6379109Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2024-08-22T20:32:30.6380174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 93.4 MB/s eta 0:00:00 2024-08-22T20:32:30.6381694Z [?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:30.6383247Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:30.6384210Z Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) 2024-08-22T20:32:30.6385195Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:30.6386111Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-22T20:32:30.6387109Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:30.6388302Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-22T20:32:30.6389501Z 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:30.6390746Z Downloading scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB) 2024-08-22T20:32:30.6391810Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/41.2 MB ? eta -:--:-- 2024-08-22T20:32:30.6393034Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.4/41.2 MB 193.1 MB/s eta 0:00:01 2024-08-22T20:32:30.6394302Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.4/41.2 MB 199.0 MB/s eta 0:00:01 2024-08-22T20:32:30.6395460Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 20.4/41.2 MB 203.4 MB/s eta 0:00:01 2024-08-22T20:32:30.6396770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 27.4/41.2 MB 203.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6397995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 34.4/41.2 MB 205.2 MB/s eta 0:00:01 2024-08-22T20:32:30.6399139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 219.5 MB/s eta 0:00:01 2024-08-22T20:32:30.6400326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 219.5 MB/s eta 0:00:01 2024-08-22T20:32:30.6401486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 219.5 MB/s eta 0:00:01 2024-08-22T20:32:31.9129610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 219.5 MB/s eta 0:00:01 2024-08-22T20:32:31.9131488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 219.5 MB/s eta 0:00:01 2024-08-22T20:32:31.9132648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 219.5 MB/s eta 0:00:01 2024-08-22T20:32:31.9133783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 37.7 MB/s eta 0:00:00 2024-08-22T20:32:31.9134990Z [?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:31.9135928Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-22T20:32:31.9136876Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/301.8 kB ? eta -:--:-- 2024-08-22T20:32:31.9137985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 48.6 MB/s eta 0:00:00 2024-08-22T20:32:31.9139164Z [?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:31.9140199Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-22T20:32:31.9141540Z Collecting sympy (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:31.9142379Z Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB) 2024-08-22T20:32:31.9143278Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:32:31.9144409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 225.9 MB/s eta 0:00:01 2024-08-22T20:32:31.9145523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 105.6 MB/s eta 0:00:00 2024-08-22T20:32:31.9146520Z [?25hCollecting networkx (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:31.9147792Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-08-22T20:32:31.9149193Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:32:31.9150185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 89.2 MB/s eta 0:00:00 2024-08-22T20:32:31.9151475Z [?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:31.9152964Z 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:31.9154449Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/23.7 MB ? eta -:--:-- 2024-08-22T20:32:31.9155666Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/23.7 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:32:31.9156895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 16.5/23.7 MB 245.6 MB/s eta 0:00:01 2024-08-22T20:32:31.9158063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 249.3 MB/s eta 0:00:01 2024-08-22T20:32:31.9159236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 249.3 MB/s eta 0:00:01 2024-08-22T20:32:31.9160302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 249.3 MB/s eta 0:00:01 2024-08-22T20:32:31.9161443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 249.3 MB/s eta 0:00:01 2024-08-22T20:32:31.9162609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 62.3 MB/s eta 0:00:00 2024-08-22T20:32:31.9163840Z [?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:31.9165330Z 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:31.9166697Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/823.6 kB ? eta -:--:-- 2024-08-22T20:32:31.9167759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 78.4 MB/s eta 0:00:00 2024-08-22T20:32:31.9168997Z [?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:31.9170514Z 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:31.9171839Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/14.1 MB ? eta -:--:-- 2024-08-22T20:32:31.9173053Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 7.1/14.1 MB 213.6 MB/s eta 0:00:01 2024-08-22T20:32:31.9174391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 208.8 MB/s eta 0:00:01 2024-08-22T20:32:31.9175627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 208.8 MB/s eta 0:00:01 2024-08-22T20:32:31.9176891Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 208.8 MB/s eta 0:00:01 2024-08-22T20:32:31.9178080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 82.2 MB/s eta 0:00:00 2024-08-22T20:32:31.9179400Z [?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:31.9180919Z 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:31.9182274Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/664.8 MB ? eta -:--:-- 2024-08-22T20:32:31.9183358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/664.8 MB 236.4 MB/s eta 0:00:03 2024-08-22T20:32:31.9184505Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.9/664.8 MB 233.5 MB/s eta 0:00:03 2024-08-22T20:32:31.9185684Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.3/664.8 MB 243.0 MB/s eta 0:00:03 2024-08-22T20:32:31.9186893Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.5/664.8 MB 238.5 MB/s eta 0:00:03 2024-08-22T20:32:33.2334647Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/664.8 MB 236.3 MB/s eta 0:00:03 2024-08-22T20:32:33.2336408Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/664.8 MB 243.0 MB/s eta 0:00:03 2024-08-22T20:32:33.2337627Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/664.8 MB 241.6 MB/s eta 0:00:03 2024-08-22T20:32:33.2338904Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.6/664.8 MB 238.5 MB/s eta 0:00:03 2024-08-22T20:32:33.2340173Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/664.8 MB 236.1 MB/s eta 0:00:03 2024-08-22T20:32:33.2341967Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.2/664.8 MB 245.2 MB/s eta 0:00:03 2024-08-22T20:32:33.2343146Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.7/664.8 MB 246.0 MB/s eta 0:00:03 2024-08-22T20:32:33.2344397Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/664.8 MB 245.5 MB/s eta 0:00:03 2024-08-22T20:32:33.2345855Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.6/664.8 MB 243.6 MB/s eta 0:00:03 2024-08-22T20:32:33.2347201Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.1/664.8 MB 243.7 MB/s eta 0:00:03 2024-08-22T20:32:33.2348359Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.5/664.8 MB 244.7 MB/s eta 0:00:03 2024-08-22T20:32:33.2349734Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.0/664.8 MB 246.8 MB/s eta 0:00:03 2024-08-22T20:32:33.2350981Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.5/664.8 MB 245.7 MB/s eta 0:00:03 2024-08-22T20:32:33.2352238Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.0/664.8 MB 245.0 MB/s eta 0:00:03 2024-08-22T20:32:33.2353408Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/664.8 MB 242.2 MB/s eta 0:00:03 2024-08-22T20:32:33.2354634Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 166.6/664.8 MB 243.0 MB/s eta 0:00:03 2024-08-22T20:32:33.2355833Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.1/664.8 MB 244.6 MB/s eta 0:00:03 2024-08-22T20:32:33.2357028Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 183.5/664.8 MB 244.7 MB/s eta 0:00:02 2024-08-22T20:32:33.2358230Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.0/664.8 MB 246.9 MB/s eta 0:00:02 2024-08-22T20:32:33.2359421Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 200.5/664.8 MB 246.2 MB/s eta 0:00:02 2024-08-22T20:32:33.2360614Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 209.0/664.8 MB 246.3 MB/s eta 0:00:02 2024-08-22T20:32:33.2361874Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 217.4/664.8 MB 245.5 MB/s eta 0:00:02 2024-08-22T20:32:33.2363019Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 225.9/664.8 MB 245.8 MB/s eta 0:00:02 2024-08-22T20:32:33.2364187Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 234.3/664.8 MB 244.3 MB/s eta 0:00:02 2024-08-22T20:32:33.2365533Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 242.9/664.8 MB 246.2 MB/s eta 0:00:02 2024-08-22T20:32:33.2366883Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 251.3/664.8 MB 245.1 MB/s eta 0:00:02 2024-08-22T20:32:33.2368142Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 259.8/664.8 MB 246.5 MB/s eta 0:00:02 2024-08-22T20:32:33.2369377Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 268.3/664.8 MB 245.2 MB/s eta 0:00:02 2024-08-22T20:32:33.2370555Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 276.8/664.8 MB 246.0 MB/s eta 0:00:02 2024-08-22T20:32:33.2371746Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 285.2/664.8 MB 245.0 MB/s eta 0:00:02 2024-08-22T20:32:33.2372966Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 293.6/664.8 MB 244.6 MB/s eta 0:00:02 2024-08-22T20:32:33.2374145Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 301.9/664.8 MB 240.9 MB/s eta 0:00:02 2024-08-22T20:32:33.2375366Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 310.4/664.8 MB 245.0 MB/s eta 0:00:02 2024-08-22T20:32:33.2376595Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 318.9/664.8 MB 245.5 MB/s eta 0:00:02 2024-08-22T20:32:33.2377756Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 327.3/664.8 MB 244.5 MB/s eta 0:00:02 2024-08-22T20:32:33.2378923Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 335.7/664.8 MB 244.8 MB/s eta 0:00:02 2024-08-22T20:32:33.2380222Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 344.2/664.8 MB 244.8 MB/s eta 0:00:02 2024-08-22T20:32:33.2381418Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 352.7/664.8 MB 246.5 MB/s eta 0:00:02 2024-08-22T20:32:34.8992763Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 361.1/664.8 MB 244.9 MB/s eta 0:00:02 2024-08-22T20:32:34.8994147Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 369.5/664.8 MB 243.6 MB/s eta 0:00:02 2024-08-22T20:32:34.8995316Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 377.8/664.8 MB 240.2 MB/s eta 0:00:02 2024-08-22T20:32:34.8996659Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 386.3/664.8 MB 245.1 MB/s eta 0:00:02 2024-08-22T20:32:34.8998228Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 394.7/664.8 MB 245.0 MB/s eta 0:00:02 2024-08-22T20:32:34.8999510Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 403.1/664.8 MB 243.8 MB/s eta 0:00:02 2024-08-22T20:32:34.9000778Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 411.6/664.8 MB 245.2 MB/s eta 0:00:02 2024-08-22T20:32:34.9001959Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 420.1/664.8 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:32:34.9003273Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 428.5/664.8 MB 244.4 MB/s eta 0:00:01 2024-08-22T20:32:34.9004752Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 436.9/664.8 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:32:34.9005930Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 445.2/664.8 MB 240.8 MB/s eta 0:00:01 2024-08-22T20:32:34.9007140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 453.7/664.8 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:32:34.9008415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 462.2/664.8 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:32:34.9009597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 470.6/664.8 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:32:34.9010766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 478.8/664.8 MB 239.6 MB/s eta 0:00:01 2024-08-22T20:32:34.9012015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 487.3/664.8 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:32:34.9013343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 495.5/664.8 MB 240.4 MB/s eta 0:00:01 2024-08-22T20:32:34.9014889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 504.0/664.8 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:32:34.9016068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 512.4/664.8 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:34.9017486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 520.8/664.8 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:34.9018728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 529.1/664.8 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:32:34.9019920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 537.6/664.8 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:32:34.9021182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 546.1/664.8 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:32:34.9022428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 554.2/664.8 MB 238.5 MB/s eta 0:00:01 2024-08-22T20:32:34.9023642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 562.5/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:34.9024882Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 570.9/664.8 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:32:34.9026075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 579.3/664.8 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:34.9027367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 587.6/664.8 MB 240.7 MB/s eta 0:00:01 2024-08-22T20:32:34.9028577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 596.0/664.8 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:34.9029833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 604.5/664.8 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:32:34.9030994Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 612.9/664.8 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:32:34.9032175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 621.3/664.8 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:32:34.9033430Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 629.8/664.8 MB 244.3 MB/s eta 0:00:01 2024-08-22T20:32:34.9034647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 638.2/664.8 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:32:34.9035796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 646.5/664.8 MB 241.5 MB/s eta 0:00:01 2024-08-22T20:32:34.9037016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 655.0/664.8 MB 245.1 MB/s eta 0:00:01 2024-08-22T20:32:34.9038150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 663.5/664.8 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:32:34.9039342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3274271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3275432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3276706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3278041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3279181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3280328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3281420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3282548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3283749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3284844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3285944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3287096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3288231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3289286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3290460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3291577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3292741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3293801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3295097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3296256Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3297348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3298447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3299721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3300821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3301879Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3303068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3304234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3305336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3306475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3307662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3308786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3310049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3311104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3312226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3313368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3314624Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3315682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3316833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3317963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:36.3319054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7102691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7104258Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7105510Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7106614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7107823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7109000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7110125Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7111184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7112387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7113496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7114804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7115946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7117054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7118178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7119484Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7120555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7121683Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7122858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7123976Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7125083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7126240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7127381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7128448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7129614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7130738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7131884Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7132944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7134073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7135270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7136393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7137560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7138708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7139823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7141291Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7142581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7143706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7144816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7145980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7147088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:37.7148190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0918438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0919908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0921310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0922452Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0923648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0924882Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0926276Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0927494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0928599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0929864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0931049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0932181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0933304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0934480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0935622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0936720Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0937851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0938973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0940077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0941791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0942904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0944008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0945375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0946478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0947622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0948807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0950042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0951272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0952442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0953546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0954661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0955803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0956884Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0958006Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0959162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0960238Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0961356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0962509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0963629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:39.0964754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0423243Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0425512Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0426701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0427945Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0429127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0430390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0431519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0432704Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0433819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0434929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0436106Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0437200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0438377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0439439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0440935Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0442293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0443370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0444471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0445716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0446816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0447888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0449267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0450383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0451503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0452761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0453869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0455036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0456206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0457288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0458386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0459530Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0460666Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0461726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0462906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0464021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0465137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0466291Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:41.0467604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 1.7 MB/s eta 0:00:00 2024-08-22T20:32:41.0468784Z [?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:41.0470290Z 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:41.0471695Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/410.6 MB ? eta -:--:-- 2024-08-22T20:32:42.3664522Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/410.6 MB 237.5 MB/s eta 0:00:02 2024-08-22T20:32:42.3666257Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.1/410.6 MB 234.8 MB/s eta 0:00:02 2024-08-22T20:32:42.3668048Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.5/410.6 MB 220.4 MB/s eta 0:00:02 2024-08-22T20:32:42.3669553Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.4/410.6 MB 220.8 MB/s eta 0:00:02 2024-08-22T20:32:42.3670843Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.5/410.6 MB 234.2 MB/s eta 0:00:02 2024-08-22T20:32:42.3672242Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.9/410.6 MB 241.8 MB/s eta 0:00:02 2024-08-22T20:32:42.3674227Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.7/410.6 MB 229.0 MB/s eta 0:00:02 2024-08-22T20:32:42.3676643Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/410.6 MB 241.6 MB/s eta 0:00:02 2024-08-22T20:32:42.3677949Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.1/410.6 MB 235.2 MB/s eta 0:00:02 2024-08-22T20:32:42.3679710Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.6/410.6 MB 241.1 MB/s eta 0:00:02 2024-08-22T20:32:42.3681431Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.6/410.6 MB 234.5 MB/s eta 0:00:02 2024-08-22T20:32:42.3683215Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.0/410.6 MB 241.5 MB/s eta 0:00:02 2024-08-22T20:32:42.3685399Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.0/410.6 MB 232.7 MB/s eta 0:00:02 2024-08-22T20:32:42.3687747Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 113.0/410.6 MB 231.8 MB/s eta 0:00:02 2024-08-22T20:32:42.3689703Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/410.6 MB 235.2 MB/s eta 0:00:02 2024-08-22T20:32:42.3691713Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 129.2/410.6 MB 233.9 MB/s eta 0:00:02 2024-08-22T20:32:42.3693126Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 137.3/410.6 MB 232.4 MB/s eta 0:00:02 2024-08-22T20:32:42.3695388Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 145.7/410.6 MB 243.7 MB/s eta 0:00:02 2024-08-22T20:32:42.3697506Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 154.1/410.6 MB 243.3 MB/s eta 0:00:02 2024-08-22T20:32:42.3698854Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 162.4/410.6 MB 240.1 MB/s eta 0:00:02 2024-08-22T20:32:42.3700722Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 170.8/410.6 MB 242.1 MB/s eta 0:00:01 2024-08-22T20:32:42.3702442Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 179.2/410.6 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:42.3703807Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 187.6/410.6 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:32:42.3706240Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 195.9/410.6 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:32:42.3708136Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 204.5/410.6 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:32:42.3709939Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 212.9/410.6 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:32:42.3711277Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 221.3/410.6 MB 242.1 MB/s eta 0:00:01 2024-08-22T20:32:42.3712809Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 229.4/410.6 MB 236.8 MB/s eta 0:00:01 2024-08-22T20:32:42.3714128Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 237.8/410.6 MB 239.8 MB/s eta 0:00:01 2024-08-22T20:32:42.3716363Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 246.2/410.6 MB 240.7 MB/s eta 0:00:01 2024-08-22T20:32:42.3717918Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 254.4/410.6 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:32:42.3719068Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 262.6/410.6 MB 238.4 MB/s eta 0:00:01 2024-08-22T20:32:42.3721291Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 270.8/410.6 MB 239.6 MB/s eta 0:00:01 2024-08-22T20:32:42.3722689Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 278.9/410.6 MB 235.4 MB/s eta 0:00:01 2024-08-22T20:32:42.3723913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 287.2/410.6 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:32:42.3726151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 295.3/410.6 MB 233.6 MB/s eta 0:00:01 2024-08-22T20:32:42.3727643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 303.4/410.6 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:32:43.9888823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 311.6/410.6 MB 237.6 MB/s eta 0:00:01 2024-08-22T20:32:43.9890597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 320.0/410.6 MB 240.8 MB/s eta 0:00:01 2024-08-22T20:32:43.9891975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 328.2/410.6 MB 239.4 MB/s eta 0:00:01 2024-08-22T20:32:43.9893219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 336.4/410.6 MB 235.9 MB/s eta 0:00:01 2024-08-22T20:32:43.9894475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 344.5/410.6 MB 237.3 MB/s eta 0:00:01 2024-08-22T20:32:43.9895702Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 352.9/410.6 MB 240.7 MB/s eta 0:00:01 2024-08-22T20:32:43.9896898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 361.1/410.6 MB 239.8 MB/s eta 0:00:01 2024-08-22T20:32:43.9898122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 369.3/410.6 MB 237.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9899322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 377.7/410.6 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:32:43.9900469Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 386.0/410.6 MB 240.8 MB/s eta 0:00:01 2024-08-22T20:32:43.9901703Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 394.3/410.6 MB 240.8 MB/s eta 0:00:01 2024-08-22T20:32:43.9903107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 402.6/410.6 MB 239.4 MB/s eta 0:00:01 2024-08-22T20:32:43.9904222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9905418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9906546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9907918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9909081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9910151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9911255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9912412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9913508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9914604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9915774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9916876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9918101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9919159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9920275Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9921419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9922608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9923691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9924929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9926090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9927138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9928274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9929408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9930555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9931662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9932788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9933878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:43.9935041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3688119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3689851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3691307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3692685Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3693846Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3694948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3696109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3697417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3698482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3699589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3700771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3701864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3702945Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3704102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3705218Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3706375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3707604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3708699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3709814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3710954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3712058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3713159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3714319Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3715544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3716661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3717873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3719050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3720104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3721266Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3722374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3723546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3724598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3725680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3726854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3727941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3729002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3730158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3731279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3732374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:45.3733483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7475280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7477108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7478724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7479800Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7480987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7482114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7483351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7484500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7485627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7486779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7487946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7489001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7490187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7491332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7492384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7493508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7494658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7495749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7496822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7498062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7499197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7500445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7501509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7502668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7503807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7504935Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7505997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7507307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7508444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7509534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7510661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7511787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7512871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7514031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7515236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7516326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7517538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7518621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7519787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:46.7520940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4828068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4829749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4831292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4832917Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4834701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4836045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4837379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4838599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4839933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4841371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4842643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4843963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4845196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4846709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4848025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4849176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4850454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4852037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4853304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4854454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4855822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4857114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4858356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4859554Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 2.1 MB/s eta 0:00:00 2024-08-22T20:32:48.4860918Z [?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:48.4862527Z 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:48.4864073Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/121.6 MB ? eta -:--:-- 2024-08-22T20:32:48.4865287Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/121.6 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:32:48.4866788Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.3/121.6 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:32:48.4868340Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.3/121.6 MB 234.5 MB/s eta 0:00:01 2024-08-22T20:32:48.4869691Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.5/121.6 MB 238.2 MB/s eta 0:00:01 2024-08-22T20:32:48.4870905Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/121.6 MB 239.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4872255Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 49.1/121.6 MB 240.1 MB/s eta 0:00:01 2024-08-22T20:32:48.4873681Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 57.4/121.6 MB 241.2 MB/s eta 0:00:01 2024-08-22T20:32:48.4874996Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 65.8/121.6 MB 241.8 MB/s eta 0:00:01 2024-08-22T20:32:48.4876147Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 74.1/121.6 MB 242.7 MB/s eta 0:00:01 2024-08-22T20:32:48.4877531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 82.5/121.6 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:32:48.4878833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 90.9/121.6 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:32:48.4880072Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 99.2/121.6 MB 241.7 MB/s eta 0:00:01 2024-08-22T20:32:48.4881240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 107.6/121.6 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:32:49.8674737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 116.1/121.6 MB 243.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8675977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8677194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8678707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8679923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8681145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8682328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8683471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8684637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8685964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8687158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8688320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8689606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8690681Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8691833Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8692963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8694014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8695145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8696320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8697460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8698577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8699691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8700799Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8701943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8703121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8704224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8705445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8706638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8707903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8709131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8710217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8711337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8712464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8713608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8714718Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8715875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8716922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8718127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8719302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:49.8720355Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:51.3124517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:51.3126189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:51.3127327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:51.3128680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:51.3130098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:51.3131231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:51.3132354Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:51.3133436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 6.1 MB/s eta 0:00:00 2024-08-22T20:32:51.3134795Z [?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:51.3136335Z 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:51.3137636Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/56.5 MB ? eta -:--:-- 2024-08-22T20:32:51.3138755Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/56.5 MB 242.6 MB/s eta 0:00:01 2024-08-22T20:32:51.3140008Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.3/56.5 MB 237.8 MB/s eta 0:00:01 2024-08-22T20:32:51.3141521Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 24.2/56.5 MB 231.6 MB/s eta 0:00:01 2024-08-22T20:32:51.3142694Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 32.2/56.5 MB 231.8 MB/s eta 0:00:01 2024-08-22T20:32:51.3143937Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 40.3/56.5 MB 233.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3145129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 48.7/56.5 MB 242.6 MB/s eta 0:00:01 2024-08-22T20:32:51.3146333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3147560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3148664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3149820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3150926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3151969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3153316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3154402Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3155447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3156599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3157881Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3159172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3160345Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3161768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3163014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3164194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3165271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3166382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3167519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3168618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3169688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3170931Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:51.3172140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 12.7 MB/s eta 0:00:00 2024-08-22T20:32:52.7629498Z [?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:52.7631459Z 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:52.7633328Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/124.2 MB ? eta -:--:-- 2024-08-22T20:32:52.7634523Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/124.2 MB 234.5 MB/s eta 0:00:01 2024-08-22T20:32:52.7635819Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.8/124.2 MB 233.0 MB/s eta 0:00:01 2024-08-22T20:32:52.7637046Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.8/124.2 MB 231.8 MB/s eta 0:00:01 2024-08-22T20:32:52.7638231Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.8/124.2 MB 233.2 MB/s eta 0:00:01 2024-08-22T20:32:52.7639546Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 40.1/124.2 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:32:52.7641163Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 48.7/124.2 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:32:52.7642556Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 57.2/124.2 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:32:52.7643866Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 65.7/124.2 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:32:52.7645058Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 74.3/124.2 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:32:52.7646265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 82.8/124.2 MB 247.2 MB/s eta 0:00:01 2024-08-22T20:32:52.7647628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 91.3/124.2 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:32:52.7648897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 99.9/124.2 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:52.7650399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 108.5/124.2 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:52.7651753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 117.0/124.2 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:32:52.7652915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:52.7654171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:52.7655470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:52.7656693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:52.7657960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:52.7659117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:52.7660339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:52.7661512Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:52.7662732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:52.7663867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:52.7665157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:52.7666268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:52.7667530Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:52.7668721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:52.7669932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:52.7671066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:52.7672236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 250.6 MB/s eta 0:00:01 2024-08-22T20:32:52.7673571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 14.8 MB/s eta 0:00:00 2024-08-22T20:32:52.7674814Z [?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:52.7676448Z 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:52.7677785Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/196.0 MB ? eta -:--:-- 2024-08-22T20:32:52.7679097Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/196.0 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:32:52.7680502Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.5/196.0 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:32:54.2161321Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.5/196.0 MB 233.1 MB/s eta 0:00:01 2024-08-22T20:32:54.2164016Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.6/196.0 MB 234.1 MB/s eta 0:00:01 2024-08-22T20:32:54.2166670Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/196.0 MB 234.9 MB/s eta 0:00:01 2024-08-22T20:32:54.2168199Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/196.0 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:32:54.2169426Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/196.0 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:32:54.2170685Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 65.9/196.0 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:32:54.2171870Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 74.4/196.0 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:32:54.2173155Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 82.8/196.0 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:32:54.2174315Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 91.3/196.0 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:32:54.2175500Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 99.8/196.0 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:32:54.2176778Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 108.3/196.0 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:32:54.2177990Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 116.8/196.0 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:32:54.2179173Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 125.3/196.0 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2180677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 133.8/196.0 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:32:54.2181863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 142.3/196.0 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:32:54.2183064Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 150.7/196.0 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:32:54.2184399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 159.3/196.0 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:32:54.2185610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 167.8/196.0 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2186886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 176.3/196.0 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2188295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 184.9/196.0 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:32:54.2189444Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 193.4/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:54.2190561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2191737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2192868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2193933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2195129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2196232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2197288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2198453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2199658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2200791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2201917Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2203106Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2204239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2205399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2206482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2207599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2208793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:54.2209925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:55.7519437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:55.7521052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:55.7522190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:55.7523253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:55.7524282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:55.7525771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:55.7526774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:55.7527764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:55.7528757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:55.7529895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 9.4 MB/s eta 0:00:00 2024-08-22T20:32:55.7530948Z [?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:55.7532443Z 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:55.7533755Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/176.2 MB ? eta -:--:-- 2024-08-22T20:32:55.7534788Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/176.2 MB 166.6 MB/s eta 0:00:02 2024-08-22T20:32:55.7535902Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.2/176.2 MB 163.3 MB/s eta 0:00:02 2024-08-22T20:32:55.7537022Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.1/176.2 MB 195.0 MB/s eta 0:00:01 2024-08-22T20:32:55.7538188Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.8/176.2 MB 218.3 MB/s eta 0:00:01 2024-08-22T20:32:55.7539292Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.6/176.2 MB 191.7 MB/s eta 0:00:01 2024-08-22T20:32:55.7540405Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.4/176.2 MB 206.3 MB/s eta 0:00:01 2024-08-22T20:32:55.7541744Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.7/176.2 MB 231.9 MB/s eta 0:00:01 2024-08-22T20:32:55.7542836Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.2/176.2 MB 243.4 MB/s eta 0:00:01 2024-08-22T20:32:55.7543935Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 63.7/176.2 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:55.7545042Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 72.3/176.2 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:32:55.7546125Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 80.8/176.2 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:32:55.7547445Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 89.3/176.2 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:32:55.7548577Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 97.4/176.2 MB 238.0 MB/s eta 0:00:01 2024-08-22T20:32:55.7549653Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 105.6/176.2 MB 236.6 MB/s eta 0:00:01 2024-08-22T20:32:55.7550736Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 114.1/176.2 MB 244.3 MB/s eta 0:00:01 2024-08-22T20:32:55.7551951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 122.6/176.2 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:32:55.7553046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 131.1/176.2 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:32:55.7554145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 139.4/176.2 MB 241.5 MB/s eta 0:00:01 2024-08-22T20:32:55.7555230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 147.6/176.2 MB 236.6 MB/s eta 0:00:01 2024-08-22T20:32:55.7556308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 155.8/176.2 MB 235.9 MB/s eta 0:00:01 2024-08-22T20:32:55.7557388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 163.9/176.2 MB 236.8 MB/s eta 0:00:01 2024-08-22T20:32:55.7558509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 172.1/176.2 MB 238.1 MB/s eta 0:00:01 2024-08-22T20:32:55.7559538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:55.7560556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:55.7561582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:55.7562579Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:55.7563598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2011598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2012946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2013983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2015443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2016491Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2017511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2018570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2019759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2020794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2021821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2022844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2023862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2024865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2025879Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2026977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2027996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2029013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2030011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2031001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2032018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2033054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2034038Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 9.9 MB/s eta 0:00:00 2024-08-22T20:32:57.2035103Z [?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:57.2036531Z 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:57.2037699Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/99.1 kB ? eta -:--:-- 2024-08-22T20:32:57.2038631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 4.7 MB/s eta 0:00:00 2024-08-22T20:32:57.2039599Z [?25hCollecting triton==3.0.0 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:57.2041222Z Downloading triton-3.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB) 2024-08-22T20:32:57.2042303Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/209.4 MB ? eta -:--:-- 2024-08-22T20:32:57.2043330Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/209.4 MB 233.5 MB/s eta 0:00:01 2024-08-22T20:32:57.2044453Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.7/209.4 MB 210.4 MB/s eta 0:00:01 2024-08-22T20:32:57.2045561Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.1/209.4 MB 209.9 MB/s eta 0:00:01 2024-08-22T20:32:57.2046657Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.2/209.4 MB 202.2 MB/s eta 0:00:01 2024-08-22T20:32:57.2047801Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.7/209.4 MB 226.4 MB/s eta 0:00:01 2024-08-22T20:32:57.2048959Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.3/209.4 MB 196.3 MB/s eta 0:00:01 2024-08-22T20:32:57.2050059Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/209.4 MB 221.8 MB/s eta 0:00:01 2024-08-22T20:32:57.2051176Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.5/209.4 MB 224.3 MB/s eta 0:00:01 2024-08-22T20:32:57.2052269Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.1/209.4 MB 233.4 MB/s eta 0:00:01 2024-08-22T20:32:57.2053367Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 74.3/209.4 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:32:57.2054567Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 81.6/209.4 MB 220.8 MB/s eta 0:00:01 2024-08-22T20:32:57.2055660Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 89.3/209.4 MB 222.5 MB/s eta 0:00:01 2024-08-22T20:32:58.6811060Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 96.3/209.4 MB 209.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6812577Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 101.8/209.4 MB 182.7 MB/s eta 0:00:01 2024-08-22T20:32:58.6813726Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 108.4/209.4 MB 167.9 MB/s eta 0:00:01 2024-08-22T20:32:58.6814852Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 115.8/209.4 MB 211.6 MB/s eta 0:00:01 2024-08-22T20:32:58.6815957Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 124.4/209.4 MB 225.5 MB/s eta 0:00:01 2024-08-22T20:32:58.6817077Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 131.0/209.4 MB 207.2 MB/s eta 0:00:01 2024-08-22T20:32:58.6818177Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 138.7/209.4 MB 228.3 MB/s eta 0:00:01 2024-08-22T20:32:58.6819289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 145.7/209.4 MB 215.8 MB/s eta 0:00:01 2024-08-22T20:32:58.6820379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 151.8/209.4 MB 183.7 MB/s eta 0:00:01 2024-08-22T20:32:58.6821460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 159.4/209.4 MB 222.6 MB/s eta 0:00:01 2024-08-22T20:32:58.6822544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 166.7/209.4 MB 221.5 MB/s eta 0:00:01 2024-08-22T20:32:58.6823658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 173.2/209.4 MB 188.6 MB/s eta 0:00:01 2024-08-22T20:32:58.6824741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 180.8/209.4 MB 210.5 MB/s eta 0:00:01 2024-08-22T20:32:58.6825933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 188.7/209.4 MB 216.9 MB/s eta 0:00:01 2024-08-22T20:32:58.6827101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 196.7/209.4 MB 229.9 MB/s eta 0:00:01 2024-08-22T20:32:58.6828167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 204.9/209.4 MB 237.3 MB/s eta 0:00:01 2024-08-22T20:32:58.6829195Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6830394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6831423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6832463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6833476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6834476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6835496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6836530Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6837536Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6838545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6839577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6840864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6841874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6842873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6843900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6844911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6846085Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6847098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6848107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6849109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6850221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6851247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:32:58.6852255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:33:02.9631296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:33:02.9632769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:33:02.9634466Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:33:02.9635593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 231.0 MB/s eta 0:00:01 2024-08-22T20:33:02.9636737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 9.4 MB/s eta 0:00:00 2024-08-22T20:33:02.9638101Z [?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:33:02.9639414Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB) 2024-08-22T20:33:02.9640398Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/19.7 MB ? eta -:--:-- 2024-08-22T20:33:02.9641833Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 8.3/19.7 MB 250.2 MB/s eta 0:00:01 2024-08-22T20:33:02.9642964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 16.7/19.7 MB 241.8 MB/s eta 0:00:01 2024-08-22T20:33:02.9644033Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:33:02.9645053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 242.9 MB/s eta 0:00:01 2024-08-22T20:33:02.9646151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 77.3 MB/s eta 0:00:00 2024-08-22T20:33:02.9647469Z [?25hCollecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:02.9648611Z Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-08-22T20:33:02.9649653Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-08-22T20:33:02.9650663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 3.6/3.6 MB 256.5 MB/s eta 0:00:01 2024-08-22T20:33:02.9651793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 104.5 MB/s eta 0:00:00 2024-08-22T20:33:02.9653270Z [?25hRequirement already satisfied: attrs>=19.2.0 in /opt/conda/lib/python3.11/site-packages (from jsonlines->lm-eval==0.4.2->-r requirements.txt (line 17)) (23.1.0) 2024-08-22T20:33:02.9655113Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) (67.8.0) 2024-08-22T20:33:02.9656581Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:02.9657451Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-08-22T20:33:02.9658350Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:02.9659221Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-08-22T20:33:02.9660118Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:02.9660984Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-08-22T20:33:02.9661877Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:02.9662716Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-08-22T20:33:02.9663569Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:02.9664394Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-08-22T20:33:02.9665296Z Collecting typepy[datetime]<2,>=1.3.2 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:02.9666201Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-08-22T20:33:02.9667261Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:02.9668229Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-22T20:33:02.9669183Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:02.9670316Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-22T20:33:02.9671460Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:02.9673163Z Downloading https://download.pytorch.org/whl/nightly/frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272 kB) 2024-08-22T20:33:02.9674591Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/272.3 kB ? eta -:--:-- 2024-08-22T20:33:02.9675545Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 39.0 MB/s eta 0:00:00 2024-08-22T20:33:02.9676631Z [?25hCollecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:02.9678131Z Downloading https://download.pytorch.org/whl/nightly/multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (128 kB) 2024-08-22T20:33:02.9679378Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/128.7 kB ? eta -:--:-- 2024-08-22T20:33:02.9680326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 28.9 MB/s eta 0:00:00 2024-08-22T20:33:02.9681395Z [?25hCollecting yarl<2.0,>=1.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:02.9682738Z Downloading https://download.pytorch.org/whl/nightly/yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (328 kB) 2024-08-22T20:33:02.9683942Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/328.1 kB ? eta -:--:-- 2024-08-22T20:33:02.9684888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 53.0 MB/s eta 0:00:00 2024-08-22T20:33:02.9686021Z [?25hCollecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:02.9686931Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 2024-08-22T20:33:02.9688366Z Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (2023.7.1) 2024-08-22T20:33:02.9690426Z Requirement already satisfied: referencing>=0.28.4 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (0.30.2) 2024-08-22T20:33:02.9692381Z Requirement already satisfied: rpds-py>=0.7.1 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (0.10.6) 2024-08-22T20:33:02.9694040Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:02.9695022Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-08-22T20:33:02.9696590Z Requirement already satisfied: chardet<6,>=3.0.4 in /opt/conda/lib/python3.11/site-packages (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) (4.0.0) 2024-08-22T20:33:02.9698330Z Collecting mpmath<1.4,>=1.1.0 (from sympy->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:34:21.2961967Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-22T20:34:21.2963198Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/536.2 kB ? eta -:--:-- 2024-08-22T20:34:21.2965149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 532.5/536.2 kB 232.2 MB/s eta 0:00:01 2024-08-22T20:34:21.2966401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 14.5 MB/s eta 0:00:00 2024-08-22T20:34:21.2967712Z [?25hBuilding wheels for collected packages: rouge-score, numexpr, sqlitedict, word2number 2024-08-22T20:34:21.2968820Z Building wheel for rouge-score (setup.py) ... [?25l- done 2024-08-22T20:34:21.2971118Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24935 sha256=2f308ea34b75d81b337b6a5293008ba327af9b5bb146bf763194344ea0ce38de 2024-08-22T20:34:21.2973717Z Stored in directory: /root/.cache/pip/wheels/1e/19/43/8a442dc83660ca25e163e1bd1f89919284ab0d0c1475475148 2024-08-22T20:34:21.2976324Z Building wheel for numexpr (pyproject.toml) ... [?25l- \ | / done 2024-08-22T20:34:21.2978355Z [?25h Created wheel for numexpr: filename=numexpr-2.10.1-cp311-cp311-linux_x86_64.whl size=144661 sha256=8e7aa925094beb94e3ec922b6685de2e6983228434bc91ac2c842c769080907a 2024-08-22T20:34:21.2979794Z Stored in directory: /root/.cache/pip/wheels/95/8f/06/86d86d1afaa270e49bedb56c85c6ffd48d8eccdb9f678e55e4 2024-08-22T20:34:21.2981496Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2024-08-22T20:34:21.2982812Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16864 sha256=356ce8d2ee04b193f9164b1f2ae9bd329f92b1f214a1f76d08fc3da80e4e7c38 2024-08-22T20:34:21.2984202Z Stored in directory: /root/.cache/pip/wheels/73/63/89/7210274f9b7fb033b8f22671f64c0e0b55083d30c3c046a3ff 2024-08-22T20:34:21.2985483Z Building wheel for word2number (setup.py) ... [?25l- done 2024-08-22T20:34:21.2986773Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5566 sha256=6d5531cd294a66ab72044458f692204bbd9eebfa76716e394e3f26082dee2d0a 2024-08-22T20:34:21.2989242Z Stored in directory: /root/.cache/pip/wheels/cd/ef/ae/073b491b14d25e2efafcffca9e16b2ee6d114ec5c643ba4f06 2024-08-22T20:34:21.2990684Z Successfully built rouge-score numexpr sqlitedict word2number 2024-08-22T20:34:21.2998126Z Installing collected packages: zstd, word2number, sqlitedict, sentencepiece, ninja, mpmath, xxhash, Werkzeug, watchdog, tzdata, typing-extensions, triton, tqdm, tornado, toml, threadpoolctl, tenacity, tcolorpy, tabulate, sympy, smmap, safetensors, requests, regex, pygments, pycryptodomex, pybind11, protobuf, portalocker, pillow, pathvalidate, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, numpy, networkx, narwhals, multidict, mdurl, mbstrdecoder, lxml, jsonlines, joblib, itsdangerous, fsspec, frozenlist, dill, colorama, cmake, cachetools, blinker, aiohappyeyeballs, absl-py, yarl, typepy, tqdm-multiprocess, tiktoken, snakeviz, scipy, sacrebleu, pydeck, pyarrow, pandas, nvidia-cusparse-cu12, nvidia-cudnn-cu12, numexpr, nltk, multiprocess, markdown-it-py, huggingface_hub, gitdb, gguf, flask, blobfile, aiosignal, tokenizers, scikit-learn, rouge-score, rich, nvidia-cusolver-cu12, gitpython, aiohttp, transformers, torch, DataProperty, altair, tabledata, streamlit, datasets, accelerate, pytablewriter, peft, evaluate, lm-eval 2024-08-22T20:34:21.3005096Z Attempting uninstall: tqdm 2024-08-22T20:34:21.3005940Z Found existing installation: tqdm 4.65.0 2024-08-22T20:34:21.3006452Z Uninstalling tqdm-4.65.0: 2024-08-22T20:34:21.3006908Z Successfully uninstalled tqdm-4.65.0 2024-08-22T20:34:21.3007358Z Attempting uninstall: requests 2024-08-22T20:34:21.3008299Z Found existing installation: requests 2.29.0 2024-08-22T20:34:21.3008823Z Uninstalling requests-2.29.0: 2024-08-22T20:34:21.3009314Z Successfully uninstalled requests-2.29.0 2024-08-22T20:34:21.3009755Z Attempting uninstall: cmake 2024-08-22T20:34:21.3010167Z Found existing installation: cmake 3.18.2 2024-08-22T20:34:21.3011140Z Uninstalling cmake-3.18.2: 2024-08-22T20:34:21.3011599Z Successfully uninstalled cmake-3.18.2 2024-08-22T20:34:21.3023951Z Successfully installed DataProperty-1.0.1 Werkzeug-3.0.4 absl-py-2.1.0 accelerate-0.33.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiosignal-1.3.1 altair-5.4.0 blinker-1.8.2 blobfile-2.1.1 cachetools-5.5.0 cmake-3.30.2 colorama-0.4.6 datasets-2.21.0 dill-0.3.8 evaluate-0.4.2 flask-3.0.3 frozenlist-1.4.1 fsspec-2024.6.1 gguf-0.9.1 gitdb-4.0.11 gitpython-3.1.43 huggingface_hub-0.24.6 itsdangerous-2.2.0 joblib-1.4.2 jsonlines-4.0.0 lm-eval-0.4.2 lxml-4.9.4 markdown-it-py-3.0.0 mbstrdecoder-1.1.3 mdurl-0.1.2 mpmath-1.3.0 multidict-6.0.5 multiprocess-0.70.16 narwhals-1.5.2 networkx-3.3 ninja-1.11.1.1 nltk-3.9.1 numexpr-2.10.1 numpy-1.26.4 nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-9.1.0.70 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-nccl-cu12-2.20.5 nvidia-nvjitlink-cu12-12.6.20 nvidia-nvtx-cu12-12.1.105 pandas-2.2.2 pathvalidate-3.2.0 peft-0.12.0 pillow-10.4.0 portalocker-2.10.1 protobuf-5.27.3 pyarrow-17.0.0 pybind11-2.13.5 pycryptodomex-3.20.0 pydeck-0.9.1 pygments-2.18.0 pytablewriter-1.2.0 regex-2024.7.24 requests-2.32.3 rich-13.7.1 rouge-score-0.1.2 sacrebleu-2.4.3 safetensors-0.4.4 scikit-learn-1.5.1 scipy-1.14.1 sentencepiece-0.2.0 smmap-5.0.1 snakeviz-2.2.0 sqlitedict-2.1.0 streamlit-1.37.1 sympy-1.13.2 tabledata-1.3.3 tabulate-0.9.0 tcolorpy-0.1.6 tenacity-8.5.0 threadpoolctl-3.5.0 tiktoken-0.7.0 tokenizers-0.19.1 toml-0.10.2 torch-2.4.0 tornado-6.4.1 tqdm-4.66.5 tqdm-multiprocess-0.0.11 transformers-4.44.2 triton-3.0.0 typepy-1.3.2 typing-extensions-4.12.2 tzdata-2024.1 watchdog-4.0.2 word2number-1.1 xxhash-3.5.0 yarl-1.9.4 zstd-1.5.5.1 2024-08-22T20:34:21.3037398Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:34:21.3038945Z + pip3 uninstall -y triton 2024-08-22T20:34:21.3039350Z Found existing installation: triton 3.0.0 2024-08-22T20:34:21.3040283Z Uninstalling triton-3.0.0: 2024-08-22T20:34:21.3041532Z Successfully uninstalled triton-3.0.0 2024-08-22T20:34:21.3043169Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:34:21.3045636Z + pip3 install --extra-index-url https://download.pytorch.org/whl/nightly/cu121 torch==2.5.0.dev20240814 2024-08-22T20:34:21.3046809Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:34:21.3047965Z Collecting torch==2.5.0.dev20240814 2024-08-22T20:34:21.3049354Z Downloading https://download.pytorch.org/whl/nightly/cu121/torch-2.5.0.dev20240814%2Bcu121-cp311-cp311-linux_x86_64.whl (778.6 MB) 2024-08-22T20:34:21.3050582Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/778.6 MB ? eta -:--:-- 2024-08-22T20:34:21.3051778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/778.6 MB 242.6 MB/s eta 0:00:04 2024-08-22T20:34:21.3053222Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/778.6 MB 244.5 MB/s eta 0:00:04 2024-08-22T20:34:21.3054440Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.1/778.6 MB 244.7 MB/s eta 0:00:04 2024-08-22T20:34:21.3056249Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.6/778.6 MB 245.3 MB/s eta 0:00:04 2024-08-22T20:34:21.3057367Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.0/778.6 MB 245.0 MB/s eta 0:00:04 2024-08-22T20:34:21.3058696Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.5/778.6 MB 243.3 MB/s eta 0:00:03 2024-08-22T20:34:22.6171206Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/778.6 MB 245.7 MB/s eta 0:00:03 2024-08-22T20:34:22.6172696Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.1/778.6 MB 235.8 MB/s eta 0:00:04 2024-08-22T20:34:22.6173984Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.0/778.6 MB 230.0 MB/s eta 0:00:04 2024-08-22T20:34:22.6175912Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.0/778.6 MB 232.9 MB/s eta 0:00:03 2024-08-22T20:34:22.6177414Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.0/778.6 MB 232.3 MB/s eta 0:00:03 2024-08-22T20:34:22.6179104Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/778.6 MB 240.3 MB/s eta 0:00:03 2024-08-22T20:34:22.6181055Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.5/778.6 MB 237.6 MB/s eta 0:00:03 2024-08-22T20:34:22.6182202Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.5/778.6 MB 231.6 MB/s eta 0:00:03 2024-08-22T20:34:22.6184397Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.5/778.6 MB 232.0 MB/s eta 0:00:03 2024-08-22T20:34:22.6185555Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.6/778.6 MB 234.0 MB/s eta 0:00:03 2024-08-22T20:34:22.6187255Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.6/778.6 MB 233.8 MB/s eta 0:00:03 2024-08-22T20:34:22.6188367Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.7/778.6 MB 235.2 MB/s eta 0:00:03 2024-08-22T20:34:22.6189635Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.8/778.6 MB 234.2 MB/s eta 0:00:03 2024-08-22T20:34:22.6190723Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/778.6 MB 234.4 MB/s eta 0:00:03 2024-08-22T20:34:22.6192155Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 171.9/778.6 MB 232.8 MB/s eta 0:00:03 2024-08-22T20:34:22.6193479Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 180.0/778.6 MB 233.2 MB/s eta 0:00:03 2024-08-22T20:34:22.6195517Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.0/778.6 MB 233.1 MB/s eta 0:00:03 2024-08-22T20:34:22.6196866Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/778.6 MB 232.5 MB/s eta 0:00:03 2024-08-22T20:34:22.6198111Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 204.0/778.6 MB 232.1 MB/s eta 0:00:03 2024-08-22T20:34:22.6199608Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.3/778.6 MB 238.6 MB/s eta 0:00:03 2024-08-22T20:34:22.6200686Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 220.3/778.6 MB 233.6 MB/s eta 0:00:03 2024-08-22T20:34:22.6201796Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.4/778.6 MB 234.4 MB/s eta 0:00:03 2024-08-22T20:34:22.6202876Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 236.4/778.6 MB 234.2 MB/s eta 0:00:03 2024-08-22T20:34:22.6204211Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 244.4/778.6 MB 232.6 MB/s eta 0:00:03 2024-08-22T20:34:22.6205303Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 252.4/778.6 MB 232.1 MB/s eta 0:00:03 2024-08-22T20:34:22.6206409Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 260.6/778.6 MB 235.7 MB/s eta 0:00:03 2024-08-22T20:34:22.6208725Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 268.7/778.6 MB 233.1 MB/s eta 0:00:03 2024-08-22T20:34:22.6210195Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 276.7/778.6 MB 234.3 MB/s eta 0:00:03 2024-08-22T20:34:22.6211272Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 284.8/778.6 MB 234.6 MB/s eta 0:00:03 2024-08-22T20:34:22.6212354Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 292.9/778.6 MB 234.2 MB/s eta 0:00:03 2024-08-22T20:34:22.6213593Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 300.9/778.6 MB 234.3 MB/s eta 0:00:03 2024-08-22T20:34:22.6214706Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 308.9/778.6 MB 232.5 MB/s eta 0:00:03 2024-08-22T20:34:22.6216249Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 317.0/778.6 MB 234.7 MB/s eta 0:00:02 2024-08-22T20:34:22.6217494Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 325.1/778.6 MB 233.0 MB/s eta 0:00:02 2024-08-22T20:34:22.6219299Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 333.1/778.6 MB 232.8 MB/s eta 0:00:02 2024-08-22T20:34:22.6220392Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 341.1/778.6 MB 232.9 MB/s eta 0:00:02 2024-08-22T20:34:22.6221958Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 349.2/778.6 MB 234.7 MB/s eta 0:00:02 2024-08-22T20:34:22.6223159Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 357.3/778.6 MB 235.6 MB/s eta 0:00:02 2024-08-22T20:34:23.9400228Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 365.5/778.6 MB 235.8 MB/s eta 0:00:02 2024-08-22T20:34:23.9401859Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 373.6/778.6 MB 235.4 MB/s eta 0:00:02 2024-08-22T20:34:23.9403382Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 381.7/778.6 MB 234.6 MB/s eta 0:00:02 2024-08-22T20:34:23.9405114Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 389.8/778.6 MB 235.9 MB/s eta 0:00:02 2024-08-22T20:34:23.9406520Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 397.9/778.6 MB 235.7 MB/s eta 0:00:02 2024-08-22T20:34:23.9407649Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 406.0/778.6 MB 234.3 MB/s eta 0:00:02 2024-08-22T20:34:23.9409406Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 414.5/778.6 MB 245.2 MB/s eta 0:00:02 2024-08-22T20:34:23.9410530Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 422.6/778.6 MB 237.3 MB/s eta 0:00:02 2024-08-22T20:34:23.9412137Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 430.6/778.6 MB 233.5 MB/s eta 0:00:02 2024-08-22T20:34:23.9413235Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 439.1/778.6 MB 243.7 MB/s eta 0:00:02 2024-08-22T20:34:23.9414707Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 447.6/778.6 MB 245.9 MB/s eta 0:00:02 2024-08-22T20:34:23.9415809Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 456.2/778.6 MB 246.9 MB/s eta 0:00:02 2024-08-22T20:34:23.9416897Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 464.7/778.6 MB 242.2 MB/s eta 0:00:02 2024-08-22T20:34:23.9418248Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 473.2/778.6 MB 247.2 MB/s eta 0:00:02 2024-08-22T20:34:23.9419599Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 481.7/778.6 MB 246.6 MB/s eta 0:00:02 2024-08-22T20:34:23.9420686Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 490.2/778.6 MB 245.9 MB/s eta 0:00:02 2024-08-22T20:34:23.9422755Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 498.7/778.6 MB 246.4 MB/s eta 0:00:02 2024-08-22T20:34:23.9424717Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 507.4/778.6 MB 248.2 MB/s eta 0:00:02 2024-08-22T20:34:23.9425834Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 515.8/778.6 MB 246.7 MB/s eta 0:00:02 2024-08-22T20:34:23.9427366Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 524.3/778.6 MB 245.6 MB/s eta 0:00:02 2024-08-22T20:34:23.9428480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 532.2/778.6 MB 230.9 MB/s eta 0:00:02 2024-08-22T20:34:23.9429895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 540.2/778.6 MB 231.5 MB/s eta 0:00:02 2024-08-22T20:34:23.9430987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 548.0/778.6 MB 228.5 MB/s eta 0:00:02 2024-08-22T20:34:23.9432288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 556.5/778.6 MB 242.4 MB/s eta 0:00:01 2024-08-22T20:34:23.9433383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 564.3/778.6 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:34:23.9435620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 572.3/778.6 MB 232.7 MB/s eta 0:00:01 2024-08-22T20:34:23.9436787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 580.1/778.6 MB 227.4 MB/s eta 0:00:01 2024-08-22T20:34:23.9437873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 587.8/778.6 MB 226.1 MB/s eta 0:00:01 2024-08-22T20:34:23.9438956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 595.7/778.6 MB 227.3 MB/s eta 0:00:01 2024-08-22T20:34:23.9441245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 603.8/778.6 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:34:23.9443186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 612.3/778.6 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:34:23.9444277Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 620.7/778.6 MB 244.2 MB/s eta 0:00:01 2024-08-22T20:34:23.9445917Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 629.2/778.6 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:34:23.9447001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 637.6/778.6 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:34:23.9448128Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 646.2/778.6 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:34:23.9449476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 654.5/778.6 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:34:23.9450576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 662.6/778.6 MB 235.0 MB/s eta 0:00:01 2024-08-22T20:34:23.9452997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 671.2/778.6 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:34:25.7714658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 679.7/778.6 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:34:25.7716217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 688.1/778.6 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7717473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 696.6/778.6 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7718663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 705.2/778.6 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:34:25.7719764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 713.7/778.6 MB 246.8 MB/s eta 0:00:01 2024-08-22T20:34:25.7720843Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 722.3/778.6 MB 247.3 MB/s eta 0:00:01 2024-08-22T20:34:25.7722223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 730.8/778.6 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:34:25.7723309Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 739.3/778.6 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:34:25.7724393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 747.8/778.6 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:34:25.7725517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 756.3/778.6 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7726761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 764.8/778.6 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:34:25.7727789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 773.3/778.6 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:34:25.7728859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7729891Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7730910Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7731924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7732935Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7733928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7734941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7735990Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7737010Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7738027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7739048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7740053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7741354Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7742622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7743620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7744612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7745604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7746742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7747819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7748892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7749893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7750897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7751895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7752899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7753892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7754906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:25.7755929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1548674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1550105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1551188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1552619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1553759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1555093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1556111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1557119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1558125Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1559310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1560339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1561357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1562387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1563384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1564435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1565688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1566712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1567724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1568754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1569829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1570848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1571855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1572993Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1574008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1575003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1576130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1577149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1578157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1579168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1580176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1581181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1582203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1583195Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1584206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1585215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1586239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1587327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1588345Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1589539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:27.1590544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5387664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5389374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5390447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5391490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5392544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5393555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5394592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5395614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5396634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5397699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5398779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5399784Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5400780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5401779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5402820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5403837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5404837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5406020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5407027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5408027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5409094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5410300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5411327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5412357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5413363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5414386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5415404Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5416471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5417476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5418493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5419518Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5420511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5421512Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5422524Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5423541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5424593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5425721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5426730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5427803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:28.5428802Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9227633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9229216Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9230384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9231730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9233129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9234211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9235246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9236245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9237263Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9238572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9239685Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9241114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9242259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9243594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9244719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9245859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9247003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9248105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9249223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9250384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9251502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9252597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9253767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9254867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9255961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9257131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9258240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9259357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9260757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9261857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9262967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9264111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9265323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9266477Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9267976Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9269048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9270058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9271047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9272064Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:29.9273090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6670842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6672408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6673463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6674476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6675471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6676506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6677516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6678527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6679842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6680857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6681864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6682873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6684021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6685043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6686070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6687080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6688092Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6689115Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6690302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6691309Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6692324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6693366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6694379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6695374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6696507Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6697625Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6698737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6700432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6701760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6702790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 248.2 MB/s eta 0:00:01 2024-08-22T20:34:31.6703797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 778.6/778.6 MB 1.5 MB/s eta 0:00:00 2024-08-22T20:34:31.6705011Z [?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:31.6706493Z 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:31.6708032Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.3) 2024-08-22T20:34:31.6709489Z 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:31.6710843Z 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:31.6712368Z 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:31.6714039Z 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:31.6715795Z 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:31.6717404Z 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:31.6719003Z 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:31.6720594Z 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:31.6722200Z 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:31.6723847Z 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:33.1996738Z 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:33.1998652Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:33.1999870Z 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:33.2001124Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/188.7 MB ? eta -:--:-- 2024-08-22T20:34:33.2002164Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/188.7 MB 236.3 MB/s eta 0:00:01 2024-08-22T20:34:33.2003282Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.0/188.7 MB 233.1 MB/s eta 0:00:01 2024-08-22T20:34:33.2004538Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.9/188.7 MB 230.1 MB/s eta 0:00:01 2024-08-22T20:34:33.2005645Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.0/188.7 MB 230.7 MB/s eta 0:00:01 2024-08-22T20:34:33.2006779Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.6/188.7 MB 223.3 MB/s eta 0:00:01 2024-08-22T20:34:33.2007879Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.5/188.7 MB 225.6 MB/s eta 0:00:01 2024-08-22T20:34:33.2008975Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.5/188.7 MB 230.9 MB/s eta 0:00:01 2024-08-22T20:34:33.2010074Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 63.5/188.7 MB 231.8 MB/s eta 0:00:01 2024-08-22T20:34:33.2011186Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 71.6/188.7 MB 232.6 MB/s eta 0:00:01 2024-08-22T20:34:33.2012296Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 80.0/188.7 MB 239.9 MB/s eta 0:00:01 2024-08-22T20:34:33.2013408Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 88.1/188.7 MB 235.4 MB/s eta 0:00:01 2024-08-22T20:34:33.2014499Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 96.3/188.7 MB 234.9 MB/s eta 0:00:01 2024-08-22T20:34:33.2015587Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 104.4/188.7 MB 233.7 MB/s eta 0:00:01 2024-08-22T20:34:33.2016674Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 112.9/188.7 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:34:33.2017775Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 120.9/188.7 MB 234.2 MB/s eta 0:00:01 2024-08-22T20:34:33.2018861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 129.1/188.7 MB 234.6 MB/s eta 0:00:01 2024-08-22T20:34:33.2020054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 137.6/188.7 MB 243.0 MB/s eta 0:00:01 2024-08-22T20:34:33.2021141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 146.0/188.7 MB 241.7 MB/s eta 0:00:01 2024-08-22T20:34:33.2022221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 154.2/188.7 MB 236.4 MB/s eta 0:00:01 2024-08-22T20:34:33.2023442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 162.3/188.7 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:34:33.2024637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 170.5/188.7 MB 236.5 MB/s eta 0:00:01 2024-08-22T20:34:33.2025726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 178.7/188.7 MB 234.6 MB/s eta 0:00:01 2024-08-22T20:34:33.2026814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 187.0/188.7 MB 237.3 MB/s eta 0:00:01 2024-08-22T20:34:33.2027936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:33.2028958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:33.2029958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:33.2030984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:33.2032004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:33.2033015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:33.2034025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:33.2035039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:33.2036045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:33.2037047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:33.2038137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:33.2039160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:33.2040253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5815303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5817476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5819537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5820766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5821781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5822782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5823805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5824826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5825841Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5826846Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5828002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5829019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5830270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5831274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5832294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5833308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5834448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5835456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5836467Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5837488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5838495Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5839505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5840869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5842135Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5843186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5844213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5845241Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5846256Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5847259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5848288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5849308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5850555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5851554Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5852559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5853564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5854687Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5855691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5856703Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5857730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:34.5858727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0330432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0331583Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0332650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0333659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0334676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0335678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0336693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0337691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0338698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0339692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0341058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0342411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0343407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0344422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0345425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0346586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0347690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0348716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0349720Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0350716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0351721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 229.6 MB/s eta 0:00:01 2024-08-22T20:34:36.0352734Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 3.8 MB/s eta 0:00:00 2024-08-22T20:34:36.0354061Z [?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:36.0355299Z Collecting pytorch-triton==3.0.0+dedb7bdf33 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:36.0356499Z 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:36.0357681Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/239.5 MB ? eta -:--:-- 2024-08-22T20:34:36.0358709Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/239.5 MB 243.0 MB/s eta 0:00:01 2024-08-22T20:34:36.0359809Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.2/239.5 MB 235.8 MB/s eta 0:00:01 2024-08-22T20:34:36.0360921Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.3/239.5 MB 234.9 MB/s eta 0:00:01 2024-08-22T20:34:36.0362018Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.4/239.5 MB 236.2 MB/s eta 0:00:01 2024-08-22T20:34:36.0363237Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.5/239.5 MB 235.5 MB/s eta 0:00:01 2024-08-22T20:34:36.0364344Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.7/239.5 MB 237.0 MB/s eta 0:00:01 2024-08-22T20:34:36.0365445Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/239.5 MB 240.7 MB/s eta 0:00:01 2024-08-22T20:34:36.0366532Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.4/239.5 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:34:36.0367720Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.8/239.5 MB 242.4 MB/s eta 0:00:01 2024-08-22T20:34:36.0368819Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 82.3/239.5 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:36.0369924Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 90.8/239.5 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:36.0371007Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 98.9/239.5 MB 238.3 MB/s eta 0:00:01 2024-08-22T20:34:36.0372094Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 107.4/239.5 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:34:36.0373191Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 115.9/239.5 MB 245.3 MB/s eta 0:00:01 2024-08-22T20:34:37.5135014Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 124.4/239.5 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:34:37.5136197Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 132.8/239.5 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:37.5137353Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 141.1/239.5 MB 243.7 MB/s eta 0:00:01 2024-08-22T20:34:37.5138447Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 149.6/239.5 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:34:37.5139547Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 158.0/239.5 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5140854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 166.5/239.5 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:34:37.5142245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 175.0/239.5 MB 245.0 MB/s eta 0:00:01 2024-08-22T20:34:37.5143335Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 183.5/239.5 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5144423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 191.9/239.5 MB 244.9 MB/s eta 0:00:01 2024-08-22T20:34:37.5145675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 200.4/239.5 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:34:37.5146760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 209.0/239.5 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:34:37.5147887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 217.5/239.5 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:34:37.5148986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 226.0/239.5 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:34:37.5150036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 234.5/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:34:37.5151055Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5152084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5153105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5154119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5155118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5156132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5157141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5158246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5159242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5160226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5161240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5162358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5163574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5164568Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5165593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5166596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5167590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5168604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5169608Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5170618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5171678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5172676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5173693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5174701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:37.5175713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8936636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8939933Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8941684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8942721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8943711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8944914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8945926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8946924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8948034Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8949049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8950052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8951054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8952061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8953083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8954107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8955099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8956096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8957102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8958224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8959234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8960241Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8961384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8962391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8963382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8964385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8965406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8966402Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8967407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8968410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8969403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8970396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8971451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8972454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8973458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8974561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8975562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8976561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8977560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8978642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:38.8979642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2674835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2676317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2677576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2678602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2679651Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2680659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2681732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2682764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2683769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2684773Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2685806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2686820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2687819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2689040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2690058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2691070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2692072Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2693216Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2694240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2695260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2696274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2697298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2698315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2699341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2700356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2701367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2702386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2703387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2704390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2705400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2706419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2707550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2708657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2709676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2710689Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2711686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2712785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2713807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2714817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:34:40.2715840Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:36:30.8081244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:36:30.8082476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.5/239.5 MB 2.7 MB/s eta 0:00:00 2024-08-22T20:36:30.8083465Z [?25hCollecting sympy==1.13.1 (from torch==2.5.0.dev20240814) 2024-08-22T20:36:30.8084736Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-22T20:36:30.8086051Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:36:30.8087158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 254.0 MB/s eta 0:00:01 2024-08-22T20:36:30.8088441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 254.0 MB/s eta 0:00:01 2024-08-22T20:36:30.8089791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 254.0 MB/s eta 0:00:01 2024-08-22T20:36:30.8090790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 254.0 MB/s eta 0:00:01 2024-08-22T20:36:30.8091813Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 39.4 MB/s eta 0:00:00 2024-08-22T20:36:30.8093850Z [?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:30.8095630Z 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:30.8097358Z 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:30.8098574Z Installing collected packages: sympy, pytorch-triton, nvidia-nccl-cu12, torch 2024-08-22T20:36:30.8099438Z Attempting uninstall: sympy 2024-08-22T20:36:30.8099925Z Found existing installation: sympy 1.13.2 2024-08-22T20:36:30.8100620Z Uninstalling sympy-1.13.2: 2024-08-22T20:36:30.8101241Z Successfully uninstalled sympy-1.13.2 2024-08-22T20:36:30.8101882Z Attempting uninstall: nvidia-nccl-cu12 2024-08-22T20:36:30.8102647Z Found existing installation: nvidia-nccl-cu12 2.20.5 2024-08-22T20:36:30.8103417Z Uninstalling nvidia-nccl-cu12-2.20.5: 2024-08-22T20:36:30.8104130Z Successfully uninstalled nvidia-nccl-cu12-2.20.5 2024-08-22T20:36:30.8104613Z Attempting uninstall: torch 2024-08-22T20:36:30.8105076Z Found existing installation: torch 2.4.0 2024-08-22T20:36:30.8105761Z Uninstalling torch-2.4.0: 2024-08-22T20:36:30.8106413Z Successfully uninstalled torch-2.4.0 2024-08-22T20:36:30.8107595Z 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:30.8109627Z 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:30.8111380Z + pip3 install git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:30.8112348Z Collecting git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:30.8113586Z Cloning https://github.com/pytorch/ao.git (to revision e11201a62669f582d81cdb33e031a07fb8dfc4f3) to /tmp/pip-req-build-a2997p9z 2024-08-22T20:36:30.8114917Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-a2997p9z 2024-08-22T20:36:30.8116047Z Running command git rev-parse -q --verify 'sha^e11201a62669f582d81cdb33e031a07fb8dfc4f3' 2024-08-22T20:36:30.8117139Z Running command git fetch -q https://github.com/pytorch/ao.git e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:30.8118108Z Running command git checkout -q e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:30.8118973Z Resolved https://github.com/pytorch/ao.git to commit e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:30.8119780Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:36:30.8120371Z [?25hBuilding wheels for collected packages: torchao 2024-08-22T20:36:30.8121137Z Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | / done 2024-08-22T20:36:30.8122638Z [?25h Created wheel for torchao: filename=torchao-0.4.0+gite11201a-cp311-cp311-linux_x86_64.whl size=1019166 sha256=08a79e135cdfd12eb51ba65687eccf2f0a7caf286de19075d0afcd7c972317a6 2024-08-22T20:36:30.8124288Z Stored in directory: /root/.cache/pip/wheels/f7/33/31/b21ec8d5a4ec3826118179c0c853d6f776a1f80c58c0960d0e 2024-08-22T20:36:30.8125070Z Successfully built torchao 2024-08-22T20:36:30.8125454Z Installing collected packages: torchao 2024-08-22T20:36:30.8125992Z Successfully installed torchao-0.4.0+gite11201a 2024-08-22T20:36:30.8127567Z 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:30.8129037Z + python3 scripts/patch_triton.py 2024-08-22T20:36:30.8129465Z + echo ::endgroup:: 2024-08-22T20:36:30.8130188Z ##[endgroup] 2024-08-22T20:36:30.8130692Z + echo '::group::## Commands' 2024-08-22T20:36:30.8131361Z ##[group]## Commands 2024-08-22T20:36:30.8131743Z + python3 torchchat.py --help 2024-08-22T20:36:30.8132149Z usage: torchchat [-h] 2024-08-22T20:36:30.8132729Z {chat,generate,browser,export,download,list,remove,where,server,eval} 2024-08-22T20:36:30.8133364Z ... 2024-08-22T20:36:30.8133564Z 2024-08-22T20:36:30.8133688Z positional arguments: 2024-08-22T20:36:30.8134248Z {chat,generate,browser,export,download,list,remove,where,server,eval} 2024-08-22T20:36:30.8134905Z The specific command to run 2024-08-22T20:36:30.8135446Z chat Chat interactively with a model via the CLI 2024-08-22T20:36:30.8136079Z generate Generate responses from a model given a prompt 2024-08-22T20:36:30.8136742Z browser Chat interactively with a model in a locally hosted 2024-08-22T20:36:30.8137290Z browser 2024-08-22T20:36:30.8137796Z export Export a model artifact to AOT Inductor or ExecuTorch 2024-08-22T20:36:30.8138380Z download Download model artifacts 2024-08-22T20:36:30.8138890Z list List all supported models 2024-08-22T20:36:30.8139443Z remove Remove downloaded model artifacts 2024-08-22T20:36:30.8140049Z where Return directory containing downloaded model artifacts 2024-08-22T20:36:30.8141087Z server [WIP] Starts a locally hosted REST server for model 2024-08-22T20:36:30.8141630Z interaction 2024-08-22T20:36:30.8142137Z eval Evaluate a model via lm-eval 2024-08-22T20:36:30.8142476Z 2024-08-22T20:36:30.8142584Z options: 2024-08-22T20:36:30.8142993Z -h, --help show this help message and exit 2024-08-22T20:36:30.8143440Z + false 2024-08-22T20:36:30.8143711Z + echo ::endgroup:: 2024-08-22T20:36:30.8144229Z ##[endgroup] 2024-08-22T20:36:30.8144629Z + echo '::group::## Download Weights' 2024-08-22T20:36:30.8145267Z ##[group]## Download Weights 2024-08-22T20:36:30.8145671Z + python3 torchchat.py download stories15M.1 2024-08-22T20:36:30.8146133Z Traceback (most recent call last): 2024-08-22T20:36:30.8146657Z File "/pytorch/torchchat/torchchat.py", line 102, in 2024-08-22T20:36:30.8147274Z download_main(args) 2024-08-22T20:36:30.8147754Z File "/pytorch/torchchat/download.py", line 198, in download_main 2024-08-22T20:36:30.8148460Z download_and_convert(args.model, args.model_directory, args.hf_token) 2024-08-22T20:36:30.8149206Z File "/pytorch/torchchat/download.py", line 74, in download_and_convert 2024-08-22T20:36:30.8149823Z model_config = resolve_model_config(model) 2024-08-22T20:36:30.8150279Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:36:30.8150928Z File "/pytorch/torchchat/config/model_config.py", line 91, in resolve_model_config 2024-08-22T20:36:30.8151677Z raise ValueError(f"Unknown model '{model}'.") 2024-08-22T20:36:30.8152217Z ValueError: Unknown model 'stories15m.1'. 2024-08-22T20:36:30.8152846Z ##[endgroup] 2024-08-22T20:36:30.8153145Z + echo ::group::Completion 2024-08-22T20:36:30.8153712Z ##[group]Completion 2024-08-22T20:36:30.8154059Z + echo 'tests complete' 2024-08-22T20:36:30.8154566Z tests complete 2024-08-22T20:36:30.8154965Z + echo '*******************************************' 2024-08-22T20:36:30.8155406Z ******************************************* 2024-08-22T20:36:30.8155805Z + echo ::endgroup:: 2024-08-22T20:36:30.8156317Z ##[endgroup] 2024-08-22T20:36:30.8207803Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2024-08-22T20:36:30.8208298Z with: 2024-08-22T20:36:30.8208709Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:30.8209272Z fail-on-empty: false 2024-08-22T20:36:30.8209593Z env: 2024-08-22T20:36:30.8209914Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:30.8210407Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:30.8210800Z PR_NUMBER: 1044 2024-08-22T20:36:30.8213179Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:30.8215885Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:30.8216648Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:30.8217373Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:30.8217988Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:30.8218478Z ##[endgroup] 2024-08-22T20:36:30.8914938Z Prepare all required actions 2024-08-22T20:36:30.8953302Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-08-22T20:36:30.8953777Z with: 2024-08-22T20:36:30.8954208Z directory: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-08-22T20:36:30.8954936Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:36:30.8955493Z env: 2024-08-22T20:36:30.8955818Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:30.8956276Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:30.8956651Z PR_NUMBER: 1044 2024-08-22T20:36:30.8958779Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:30.8961075Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:30.8961848Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:30.8962574Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:30.8963198Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:30.8963665Z ##[endgroup] 2024-08-22T20:36:30.8983677Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:36:30.8984961Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:36:30.8998880Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:36:30.8999379Z env: 2024-08-22T20:36:30.8999709Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:30.9000168Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:30.9000551Z PR_NUMBER: 1044 2024-08-22T20:36:30.9002600Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:30.9005067Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:30.9005929Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:30.9006657Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:30.9007279Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:30.9007940Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:36:30.9008708Z DIRECTORY: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-08-22T20:36:30.9009262Z ##[endgroup] 2024-08-22T20:36:30.9218613Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2024-08-22T20:36:31.1465696Z latest: Pulling from tool/alpine 2024-08-22T20:36:31.1466132Z 540db60ca938: Pulling fs layer 2024-08-22T20:36:31.2609048Z 540db60ca938: Verifying Checksum 2024-08-22T20:36:31.2609608Z 540db60ca938: Download complete 2024-08-22T20:36:31.3862169Z 540db60ca938: Pull complete 2024-08-22T20:36:31.4008106Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:36:31.4051518Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:36:32.2957881Z Prepare all required actions 2024-08-22T20:36:32.2993881Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-08-22T20:36:32.2994452Z with: 2024-08-22T20:36:32.2994804Z directory: /home/ec2-user/actions-runner/_work/_temp 2024-08-22T20:36:32.2995451Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:36:32.2996004Z env: 2024-08-22T20:36:32.2996324Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:32.2996790Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:32.2997169Z PR_NUMBER: 1044 2024-08-22T20:36:32.2999329Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:32.3001659Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:32.3002429Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:32.3003146Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:32.3003766Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:32.3004244Z ##[endgroup] 2024-08-22T20:36:32.3023698Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:36:32.3024675Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:36:32.3034881Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:36:32.3035384Z env: 2024-08-22T20:36:32.3035705Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:32.3036163Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:32.3036542Z PR_NUMBER: 1044 2024-08-22T20:36:32.3038588Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:32.3041100Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:32.3041855Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:32.3042762Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:32.3043371Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:32.3044012Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:36:32.3044665Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2024-08-22T20:36:32.3045133Z ##[endgroup] 2024-08-22T20:36:33.3394155Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2024-08-22T20:36:33.3394977Z # Only do these steps if we actually want to upload an artifact 2024-08-22T20:36:33.3395629Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2024-08-22T20:36:33.3396406Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2024-08-22T20:36:33.3397281Z  # attempt to just grab whatever is in there and scoop it all up 2024-08-22T20:36:33.3398020Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2024-08-22T20:36:33.3398672Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:36:33.3399165Z  fi 2024-08-22T20:36:33.3399551Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2024-08-22T20:36:33.3400205Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:36:33.3400758Z  fi 2024-08-22T20:36:33.3401383Z  # Set to fail upload step if there are no files for upload and expected files for upload 2024-08-22T20:36:33.3402211Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2024-08-22T20:36:33.3402732Z fi 2024-08-22T20:36:33.3403005Z  2024-08-22T20:36:33.3403277Z upload_docs=0 2024-08-22T20:36:33.3403857Z # Check if there are files in the documentation folder to upload, note that 2024-08-22T20:36:33.3404517Z # empty folders do not count 2024-08-22T20:36:33.3405149Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2024-08-22T20:36:33.3406015Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2024-08-22T20:36:33.3406751Z  # upload will probably not work correctly 2024-08-22T20:36:33.3407226Z  upload_docs=1 2024-08-22T20:36:33.3407553Z fi 2024-08-22T20:36:33.3407986Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:36:33.3417598Z shell: /usr/bin/bash -e {0} 2024-08-22T20:36:33.3417945Z env: 2024-08-22T20:36:33.3418278Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:33.3418736Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:33.3419108Z PR_NUMBER: 1044 2024-08-22T20:36:33.3421156Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:33.3423466Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:33.3424235Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:33.3424957Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:33.3425573Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:33.3426062Z UPLOAD_ARTIFACT_NAME: 2024-08-22T20:36:33.3426389Z ##[endgroup] 2024-08-22T20:36:33.3526775Z Prepare all required actions 2024-08-22T20:36:33.3564861Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2024-08-22T20:36:33.3565333Z with: 2024-08-22T20:36:33.3565580Z env: 2024-08-22T20:36:33.3565898Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:33.3566360Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:33.3566904Z PR_NUMBER: 1044 2024-08-22T20:36:33.3569006Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:33.3571475Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:33.3572287Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:33.3573012Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:33.3573626Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:33.3574105Z ##[endgroup] 2024-08-22T20:36:33.3595144Z ##[group]Run set -eou pipefail 2024-08-22T20:36:33.3595613Z set -eou pipefail 2024-08-22T20:36:33.3596036Z  2024-08-22T20:36:33.3596549Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-08-22T20:36:33.3597183Z for _ in $(seq 1440); do 2024-08-22T20:36:33.3597643Z  # Break if no ssh session exists anymore 2024-08-22T20:36:33.3598139Z  if [ "$(who)" = "" ]; then 2024-08-22T20:36:33.3598579Z  break 2024-08-22T20:36:33.3598900Z  fi 2024-08-22T20:36:33.3599199Z  echo "." 2024-08-22T20:36:33.3599521Z  sleep 5 2024-08-22T20:36:33.3599826Z done 2024-08-22T20:36:33.3608826Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:36:33.3609331Z env: 2024-08-22T20:36:33.3609648Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:33.3610116Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:33.3610497Z PR_NUMBER: 1044 2024-08-22T20:36:33.3612544Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:33.3614834Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:33.3615598Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:33.3616324Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:33.3616937Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:33.3617417Z ##[endgroup] 2024-08-22T20:36:33.3646502Z Holding runner for 2 hours until all ssh sessions have logged out 2024-08-22T20:36:33.3704636Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:36:33.3705411Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:36:33.3705997Z # shellcheck disable=SC2046 2024-08-22T20:36:33.3706451Z docker stop $(docker ps -q) || true 2024-08-22T20:36:33.3706924Z # Prune all of the docker images 2024-08-22T20:36:33.3707464Z docker system prune -af 2024-08-22T20:36:33.3716177Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:36:33.3716660Z env: 2024-08-22T20:36:33.3716985Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:33.3717442Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:33.3718017Z PR_NUMBER: 1044 2024-08-22T20:36:33.3720086Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:33.3722536Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:33.3723299Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:33.3724019Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:33.3724625Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:33.3725108Z ##[endgroup] 2024-08-22T20:36:44.3709356Z fa97444286d2 2024-08-22T20:36:47.7659852Z Deleted Containers: 2024-08-22T20:36:47.7660787Z fa97444286d2c777b89b6bf438188af842c2610521d2c960cf8dbb596dd8a632 2024-08-22T20:36:47.7661555Z 2024-08-22T20:36:53.1769978Z Deleted Images: 2024-08-22T20:36:53.1770800Z untagged: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:53.1771722Z untagged: pytorch/conda-builder@sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:36:53.1773042Z deleted: sha256:ca6cb5e15adf1287624fd5ee41e98e3482f9ba8e8eb49b94e1c89149740d589e 2024-08-22T20:36:53.1774170Z deleted: sha256:7ea5160e27b147a9b8579d1ecaa57d793582bf5bc915c7f8cdbfb0e9d6cb07a7 2024-08-22T20:36:53.1775204Z deleted: sha256:b62ea2cf6a5771e822ce3339bbcc153c9d1d567d410908f8c8bb6364538d5ce4 2024-08-22T20:36:53.1776190Z deleted: sha256:e2aa7aeae6883178dc9137b7198de0dd0e488fe2f3c2350041d78a21c5268174 2024-08-22T20:36:53.1777164Z deleted: sha256:7d64cbcd3947a1e0aa1abd5a9d734cd961aea4c0ec4635ea3294e37e96f69830 2024-08-22T20:36:53.1778141Z deleted: sha256:3eb08d55a9f629f97e2e1c0cf20ff802536c0d341d9ba38f949500fdc3329dc9 2024-08-22T20:36:53.1779191Z deleted: sha256:617916537dafd2cb5f4e62e43d1fffecd492f1dbdd557b93a8d4a3d8516f182a 2024-08-22T20:36:53.1780008Z deleted: sha256:e39e75923171030569887b5cbf74f952383a76c593d9abf08059f9d6c0eba9b6 2024-08-22T20:36:53.1780809Z deleted: sha256:d1a0a10f342c13f93556fdd4df93a12497190394e4198dcd5618cbac69506c9b 2024-08-22T20:36:53.1781644Z deleted: sha256:e9a939e626efc5c03f7b5206aa11981d73de39345c575dcc35552c4b1f4fe935 2024-08-22T20:36:53.1782726Z deleted: sha256:12bf6c0ce8bb61ca65095e25018efabe18faabbf4ba318874150aa3ce13a8008 2024-08-22T20:36:53.1783695Z deleted: sha256:d4899a6466695bcab7f74253d4e13a31e2861aa3346ae5e87cfaec75bfa2a5a1 2024-08-22T20:36:53.1784529Z deleted: sha256:57f423db078477fd48a3b21e0e960108e17ad45def0728927e3607b867c011be 2024-08-22T20:36:53.1785327Z deleted: sha256:4d9e8db683cb433346e5a329c9a1223693b21cbe1ef03ad9669ea169d2531568 2024-08-22T20:36:53.1786136Z deleted: sha256:636b11b88d0d4f380e06ce31e183eb66b39baf66d25b46d671a6d07156272626 2024-08-22T20:36:53.1786954Z deleted: sha256:5fb38e0fdae552967ea7e31c6dbf71dd662194ce4c3e34a73275d955c7516ac9 2024-08-22T20:36:53.1787889Z deleted: sha256:e945d944e062cb5b4b5bce5ca9255339c385aa7e76352cba574e7b9adcbfaf81 2024-08-22T20:36:53.1788707Z deleted: sha256:629a87d40778fa59aae239569d2e4022eb9c73c24d5a8a80b631578c6a0d95de 2024-08-22T20:36:53.1789521Z deleted: sha256:28b222b3a9320157c8d332c568c93debef3da5ea2a633329870ce36a79787ec0 2024-08-22T20:36:53.1790411Z deleted: sha256:77654d0fdc0b2b63fe1b22c1e69a2e39d9c51f0935f861e7828d36f4f736ad79 2024-08-22T20:36:53.1791284Z deleted: sha256:bf65b0450ea54ac3431526e360b0f7c3e7c4ac66000529df84d01fa39061535c 2024-08-22T20:36:53.1792218Z deleted: sha256:2e78abff6cee136276a6b6ac50167c9b9761c7005e02c832947580165140577f 2024-08-22T20:36:53.1793020Z deleted: sha256:779151bb607dc93e1099434061314ed422972abb54587e96a0400de4fdc718c0 2024-08-22T20:36:53.1793830Z deleted: sha256:8b116155e6592b810a5108f4e36aed3bd14b162dc4636a3b9052a885006508a4 2024-08-22T20:36:53.1795028Z deleted: sha256:16eb6de95902da3aa8f26838aa5e0876e791b9d338a43d4ddf7864bccfcb3e25 2024-08-22T20:36:53.1795888Z deleted: sha256:f1cc8ad9df374e9b9b2cfbdcd52ce63a53a3ee8b4f82edcebde8156aeec389ad 2024-08-22T20:36:53.1796731Z deleted: sha256:29937eb76d3be5ed458043982e587e3ae1c44991b86fef436ac51e69b3526331 2024-08-22T20:36:53.1797561Z deleted: sha256:fa0dd9cde456c1e5de9010f19af898bbeaa2c089cc1ae9f6e56166a558d448a8 2024-08-22T20:36:53.1798559Z deleted: sha256:74a8a6ee05c38b7d2b93ff2b2cfc3502c47cc6dc1043ecda998808f02c36076e 2024-08-22T20:36:53.1799374Z deleted: sha256:c734a1acf015e761506178e29744373917426c75b2191f3e74173bd615af5108 2024-08-22T20:36:53.1800156Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2024-08-22T20:36:53.1801037Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:36:53.1802275Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:36:53.1803560Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-08-22T20:36:53.1804473Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-08-22T20:36:53.1804982Z 2024-08-22T20:36:53.1805123Z Total reclaimed space: 24.23GB 2024-08-22T20:36:53.1864988Z ##[group]Run set +e 2024-08-22T20:36:53.1865346Z set +e 2024-08-22T20:36:53.1865692Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:36:53.1866265Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:36:53.1866765Z else 2024-08-22T20:36:53.1867239Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:36:53.1867711Z fi 2024-08-22T20:36:53.1867990Z set -e 2024-08-22T20:36:53.1876617Z shell: /usr/bin/bash -e {0} 2024-08-22T20:36:53.1876970Z env: 2024-08-22T20:36:53.1877297Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:36:53.1877749Z REPOSITORY: pytorch/torchchat 2024-08-22T20:36:53.1878122Z PR_NUMBER: 1044 2024-08-22T20:36:53.1880192Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:36:53.1882485Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:36:53.1883242Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:36:53.1883982Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:36:53.1884616Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:36:53.1885086Z NO_SUDO: false 2024-08-22T20:36:53.1885386Z ##[endgroup] 2024-08-22T20:36:53.3426425Z Post job cleanup. 2024-08-22T20:36:53.4398464Z Post job cleanup. 2024-08-22T20:36:53.5274310Z [command]/usr/bin/git version 2024-08-22T20:36:53.5328464Z git version 2.40.1 2024-08-22T20:36:53.5366868Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/76711110-aa3e-45e9-866c-cb32340938db' before making global git config changes 2024-08-22T20:36:53.5368101Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:36:53.5372028Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:36:53.5424301Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:36:53.5468022Z [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:36:53.5829266Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:36:53.5864943Z http.https://github.com/.extraheader 2024-08-22T20:36:53.5874610Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-22T20:36:53.5920846Z [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:36:53.6369960Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-22T20:36:53.6394401Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-22T20:36:53.6402445Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:36:53.6402960Z ##[endgroup] 2024-08-22T20:37:00.4363792Z Cleaning up orphan processes