2024-08-22T20:27:56.0998588Z Current runner version: '2.319.1' 2024-08-22T20:27:56.1005142Z Runner name: 'i-019a29bf0655434a1' 2024-08-22T20:27:56.1005912Z Runner group name: 'Default' 2024-08-22T20:27:56.1006942Z Machine name: 'ip-10-0-11-172' 2024-08-22T20:27:56.1023936Z Testing runner upgrade compatibility 2024-08-22T20:27:56.2555847Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:27:56.2558127Z Contents: read 2024-08-22T20:27:56.2558774Z Metadata: read 2024-08-22T20:27:56.2559291Z Packages: read 2024-08-22T20:27:56.2559787Z ##[endgroup] 2024-08-22T20:27:56.2563222Z Secret source: Actions 2024-08-22T20:27:56.2564090Z Prepare workflow directory 2024-08-22T20:27:56.4097078Z Prepare all required actions 2024-08-22T20:27:56.4269040Z Getting action download info 2024-08-22T20:27:56.6229348Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-08-22T20:27:56.9064701Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-08-22T20:27:57.1058286Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-08-22T20:27:57.2275510Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-08-22T20:27:57.3732736Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-08-22T20:27:57.6833816Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:27:57.6836266Z ##[group] Inputs 2024-08-22T20:27:57.6838705Z script: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:27:57.6841313Z timeout: 60 2024-08-22T20:27:57.6841750Z runner: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:27:57.6842497Z upload-artifact: 2024-08-22T20:27:57.6842881Z download-artifact: 2024-08-22T20:27:57.6843328Z repository: 2024-08-22T20:27:57.6843790Z fetch-depth: 1 2024-08-22T20:27:57.6844155Z submodules: 2024-08-22T20:27:57.6844549Z ref: 2024-08-22T20:27:57.6845025Z test-infra-repository: pytorch/test-infra 2024-08-22T20:27:57.6845524Z test-infra-ref: 2024-08-22T20:27:57.6845991Z docker-image: pytorch/conda-builder 2024-08-22T20:27:57.6846560Z docker-build-dir: .ci/docker 2024-08-22T20:27:57.6846995Z gpu-arch-type: cuda 2024-08-22T20:27:57.6847446Z gpu-arch-version: 12.1 2024-08-22T20:27:57.6848008Z job-name: linux-job 2024-08-22T20:27:57.6848739Z continue-on-error: false 2024-08-22T20:27:57.6849213Z binary-matrix: 2024-08-22T20:27:57.6849689Z run-with-docker: true 2024-08-22T20:27:57.6850079Z secrets-env: 2024-08-22T20:27:57.6850503Z no-sudo: false 2024-08-22T20:27:57.6850961Z ##[endgroup] 2024-08-22T20:27:57.6851628Z Complete job name: test-evaluation-any / linux-job 2024-08-22T20:27:57.7514587Z A job started hook has been configured by the self-hosted runner administrator 2024-08-22T20:27:57.7669655Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-22T20:27:57.7682049Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:27:57.7682667Z ##[endgroup] 2024-08-22T20:27:58.9094701Z Runner Type: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:27:58.9095205Z Instance Type: g5.4xlarge 2024-08-22T20:27:58.9095926Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-22T20:27:58.9096466Z AMI ID: ami-06c68f701d8090592 2024-08-22T20:28:04.7984243Z ##[group]Run set -euxo pipefail 2024-08-22T20:28:04.7984793Z set -euxo pipefail 2024-08-22T20:28:04.7985222Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:28:04.7985762Z  echo "::group::Cleanup with-sudo debug output" 2024-08-22T20:28:04.7986521Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:04.7986949Z else 2024-08-22T20:28:04.7987322Z  echo "::group::Cleanup no-sudo debug output" 2024-08-22T20:28:04.7987829Z  rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:04.7988239Z fi 2024-08-22T20:28:04.7988503Z  2024-08-22T20:28:04.7988815Z mkdir -p "${GITHUB_WORKSPACE}" 2024-08-22T20:28:04.7989240Z echo "::endgroup::" 2024-08-22T20:28:04.7999621Z shell: /usr/bin/bash -e {0} 2024-08-22T20:28:04.7999992Z env: 2024-08-22T20:28:04.8000326Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:04.8000784Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:04.8001200Z PR_NUMBER: 1044 2024-08-22T20:28:04.8003170Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:04.8005206Z NO_SUDO: false 2024-08-22T20:28:04.8005503Z ##[endgroup] 2024-08-22T20:28:04.8040343Z + [[ false == \f\a\l\s\e ]] 2024-08-22T20:28:04.8061475Z ##[group]Cleanup with-sudo debug output 2024-08-22T20:28:04.8070677Z + echo '::group::Cleanup with-sudo debug output' 2024-08-22T20:28:04.8071390Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:04.9592043Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/branches' 2024-08-22T20:28:04.9594479Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/applypatch-msg.sample' 2024-08-22T20:28:04.9597731Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/commit-msg.sample' 2024-08-22T20:28:04.9600853Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/post-update.sample' 2024-08-22T20:28:04.9603391Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-applypatch.sample' 2024-08-22T20:28:04.9604660Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-commit.sample' 2024-08-22T20:28:04.9606286Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-merge-commit.sample' 2024-08-22T20:28:04.9607560Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-push.sample' 2024-08-22T20:28:04.9608730Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-receive.sample' 2024-08-22T20:28:04.9610132Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/push-to-checkout.sample' 2024-08-22T20:28:04.9611928Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/update.sample' 2024-08-22T20:28:04.9613390Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/fsmonitor-watchman.sample' 2024-08-22T20:28:04.9614666Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-rebase.sample' 2024-08-22T20:28:04.9616245Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/prepare-commit-msg.sample' 2024-08-22T20:28:04.9617449Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks' 2024-08-22T20:28:04.9618499Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/info/exclude' 2024-08-22T20:28:04.9619808Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/info' 2024-08-22T20:28:04.9620952Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/description' 2024-08-22T20:28:04.9622309Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/heads/main' 2024-08-22T20:28:04.9623999Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/heads' 2024-08-22T20:28:04.9625125Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/tags' 2024-08-22T20:28:04.9626263Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes/origin/main' 2024-08-22T20:28:04.9627562Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes/origin' 2024-08-22T20:28:04.9628760Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes' 2024-08-22T20:28:04.9629989Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs' 2024-08-22T20:28:04.9631002Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/HEAD' 2024-08-22T20:28:04.9631967Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/config' 2024-08-22T20:28:04.9633312Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack/pack-aff7e0c2ad0c3c871266463bc373b793391e7950.pack' 2024-08-22T20:28:04.9634956Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack/pack-aff7e0c2ad0c3c871266463bc373b793391e7950.idx' 2024-08-22T20:28:04.9636461Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack' 2024-08-22T20:28:04.9637599Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/info' 2024-08-22T20:28:04.9638695Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects' 2024-08-22T20:28:04.9639743Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/FETCH_HEAD' 2024-08-22T20:28:04.9640736Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/shallow' 2024-08-22T20:28:04.9641840Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes/origin/main' 2024-08-22T20:28:04.9643120Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes/origin' 2024-08-22T20:28:04.9644367Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes' 2024-08-22T20:28:04.9645524Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/heads/main' 2024-08-22T20:28:04.9646804Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/heads' 2024-08-22T20:28:04.9647941Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs' 2024-08-22T20:28:04.9648989Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/HEAD' 2024-08-22T20:28:04.9650021Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs' 2024-08-22T20:28:04.9651016Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/index' 2024-08-22T20:28:04.9651984Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git' 2024-08-22T20:28:04.9652954Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.flake8' 2024-08-22T20:28:04.9653974Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git-blame-ignore-revs' 2024-08-22T20:28:04.9655030Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.gitattributes' 2024-08-22T20:28:04.9656218Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actionlint.yaml' 2024-08-22T20:28:04.9657404Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/bc-lint/action.yml' 2024-08-22T20:28:04.9658624Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/bc-lint' 2024-08-22T20:28:04.9660017Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/calculate-docker-image/action.yml' 2024-08-22T20:28:04.9661416Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/calculate-docker-image' 2024-08-22T20:28:04.9662777Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/check-disk-space/action.yml' 2024-08-22T20:28:04.9664105Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/check-disk-space' 2024-08-22T20:28:04.9665420Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/chown-directory/action.yml' 2024-08-22T20:28:04.9666731Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/chown-directory' 2024-08-22T20:28:04.9668029Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/cleanup-runner/action.yml' 2024-08-22T20:28:04.9669324Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/cleanup-runner' 2024-08-22T20:28:04.9670671Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/export-matrix-variables/action.yml' 2024-08-22T20:28:04.9672087Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/export-matrix-variables' 2024-08-22T20:28:04.9673507Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/pull-docker-image/action.yml' 2024-08-22T20:28:04.9674852Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/pull-docker-image' 2024-08-22T20:28:04.9676331Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/run-script-with-cache/action.yml' 2024-08-22T20:28:04.9677728Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/run-script-with-cache' 2024-08-22T20:28:04.9679042Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/set-channel/action.yml' 2024-08-22T20:28:04.9680301Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/set-channel' 2024-08-22T20:28:04.9681607Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-builds/action.yml' 2024-08-22T20:28:04.9682969Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-builds' 2024-08-22T20:28:04.9684496Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-upload/action.yml' 2024-08-22T20:28:04.9686148Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-upload' 2024-08-22T20:28:04.9687512Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-build-test/action.yml' 2024-08-22T20:28:04.9689113Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-build-test' 2024-08-22T20:28:04.9690603Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-linux/action.yml' 2024-08-22T20:28:04.9691872Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-linux' 2024-08-22T20:28:04.9693274Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda/README.md' 2024-08-22T20:28:04.9694714Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda/action.yml' 2024-08-22T20:28:04.9696464Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda' 2024-08-22T20:28:04.9697984Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-nvidia/action.yml' 2024-08-22T20:28:04.9699261Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-nvidia' 2024-08-22T20:28:04.9700817Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh/action.yml' 2024-08-22T20:28:04.9702249Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh/index.js' 2024-08-22T20:28:04.9703489Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh' 2024-08-22T20:28:04.9704752Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-windows/action.yml' 2024-08-22T20:28:04.9706039Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-windows' 2024-08-22T20:28:04.9707611Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-linux/action.yml' 2024-08-22T20:28:04.9709266Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-linux' 2024-08-22T20:28:04.9710625Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-windows/action.yml' 2024-08-22T20:28:04.9712462Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-windows' 2024-08-22T20:28:04.9714168Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/trigger-nightly/action.yml' 2024-08-22T20:28:04.9715490Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/trigger-nightly' 2024-08-22T20:28:04.9717124Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-commit-hash/action.yml' 2024-08-22T20:28:04.9718853Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-commit-hash' 2024-08-22T20:28:04.9720320Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-viablestrict/action.yml' 2024-08-22T20:28:04.9721879Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-viablestrict' 2024-08-22T20:28:04.9723603Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/upload-alerts/action.yml' 2024-08-22T20:28:04.9725120Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/upload-alerts' 2024-08-22T20:28:04.9726373Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions' 2024-08-22T20:28:04.9727879Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/arc-node-config.yaml' 2024-08-22T20:28:04.9729312Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/arc-runner-config.yaml' 2024-08-22T20:28:04.9730461Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/dependabot.yml' 2024-08-22T20:28:04.9731565Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scale-config.yml' 2024-08-22T20:28:04.9732777Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune/prune.sh' 2024-08-22T20:28:04.9734103Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune/run.sh' 2024-08-22T20:28:04.9735559Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune' 2024-08-22T20:28:04.9736960Z 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:04.9738467Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/export_matrix_variables.py' 2024-08-22T20:28:04.9739784Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/fetch_latest_green_commit.py' 2024-08-22T20:28:04.9741069Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/get_tutorials_stats.py' 2024-08-22T20:28:04.9742273Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/gitutils.py' 2024-08-22T20:28:04.9743496Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/install_torch.sh' 2024-08-22T20:28:04.9744752Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_clickhouse_format.sh' 2024-08-22T20:28:04.9746025Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py' 2024-08-22T20:28:04.9747444Z 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:04.9748889Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/test_fetch_latest_green_commit.py' 2024-08-22T20:28:04.9750246Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/test_update_disabled_issues.py' 2024-08-22T20:28:04.9751561Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/update_commit_hashes.py' 2024-08-22T20:28:04.9752856Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/update_disabled_issues.py' 2024-08-22T20:28:04.9754200Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/validate_scale_config.py' 2024-08-22T20:28:04.9755389Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts' 2024-08-22T20:28:04.9756794Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_binary_conda_upload.yml' 2024-08-22T20:28:04.9758077Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_binary_upload.yml' 2024-08-22T20:28:04.9759391Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_prune-anaconda-packages.yml' 2024-08-22T20:28:04.9760681Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_upload_docs.yml' 2024-08-22T20:28:04.9761929Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/anaconda-prune.yml' 2024-08-22T20:28:04.9763231Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/backfill-workflow-job.yml' 2024-08-22T20:28:04.9764535Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_linux.yml' 2024-08-22T20:28:04.9765820Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_macos.yml' 2024-08-22T20:28:04.9767103Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_windows.yml' 2024-08-22T20:28:04.9768394Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_linux.yml' 2024-08-22T20:28:04.9769678Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_macos.yml' 2024-08-22T20:28:04.9771073Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_windows.yml' 2024-08-22T20:28:04.9772343Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/check-alerts.yml' 2024-08-22T20:28:04.9773641Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/clang-tidy-linux.yml' 2024-08-22T20:28:04.9775050Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/clang-tidy-macos.yml' 2024-08-22T20:28:04.9777214Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/disable-flaky-tests.yml' 2024-08-22T20:28:04.9778597Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2024-08-22T20:28:04.9779995Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2024-08-22T20:28:04.9781378Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_release_matrix.yml' 2024-08-22T20:28:04.9782721Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2024-08-22T20:28:04.9784087Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/github-status-test-lambda.yml' 2024-08-22T20:28:04.9785464Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-do-release-runners.yml' 2024-08-22T20:28:04.9787065Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2024-08-22T20:28:04.9788772Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-runners.yml' 2024-08-22T20:28:04.9790045Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-webhook.yml' 2024-08-22T20:28:04.9791235Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lint.yml' 2024-08-22T20:28:04.9792434Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lintrunner_ci.yml' 2024-08-22T20:28:04.9793656Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/linux_job.yml' 2024-08-22T20:28:04.9794927Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/log-classifier-lambda.yml' 2024-08-22T20:28:04.9796308Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/macos_job.yml' 2024-08-22T20:28:04.9797517Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/mobile_job.yml' 2024-08-22T20:28:04.9798950Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2024-08-22T20:28:04.9800461Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/pr-dependencies-check.yml' 2024-08-22T20:28:04.9801877Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/push-rockset-query-lambda-tags.yml' 2024-08-22T20:28:04.9803222Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/revert-tracker.yml' 2024-08-22T20:28:04.9804495Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/rockset_autoscale.yml' 2024-08-22T20:28:04.9805875Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/rockset_delete_old_lambda_versions.yml' 2024-08-22T20:28:04.9807277Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/scale_config_validation.yml' 2024-08-22T20:28:04.9808655Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2024-08-22T20:28:04.9810165Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/stronghold.yml' 2024-08-22T20:28:04.9811428Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/sync_pytorch_canary.yml' 2024-08-22T20:28:04.9813059Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-binary-size-validation.yml' 2024-08-22T20:28:04.9814638Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-export-matrix-variables.yml' 2024-08-22T20:28:04.9816033Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda-env-file' 2024-08-22T20:28:04.9817876Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2024-08-22T20:28:04.9819391Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda.yml' 2024-08-22T20:28:04.9820712Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-nvidia.yml' 2024-08-22T20:28:04.9821981Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-ssh.yml' 2024-08-22T20:28:04.9823292Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-update-viablestrict.yml' 2024-08-22T20:28:04.9824803Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-validate-domain-library.yml' 2024-08-22T20:28:04.9826400Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_linux_with_cuda.yml' 2024-08-22T20:28:04.9827850Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_linux_without_cuda.yml' 2024-08-22T20:28:04.9829584Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_m1.yml' 2024-08-22T20:28:04.9830908Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_macos.yml' 2024-08-22T20:28:04.9832315Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_windows_with_cuda.yml' 2024-08-22T20:28:04.9834222Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_windows_without_cuda.yml' 2024-08-22T20:28:04.9835779Z 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:04.9837508Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2024-08-22T20:28:04.9839288Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2024-08-22T20:28:04.9840689Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_m1.yml' 2024-08-22T20:28:04.9842017Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_macos.yml' 2024-08-22T20:28:04.9843825Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2024-08-22T20:28:04.9845538Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2024-08-22T20:28:04.9846917Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_linux_job.yml' 2024-08-22T20:28:04.9848414Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_macos_job.yml' 2024-08-22T20:28:04.9850007Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_mobile_job.yml' 2024-08-22T20:28:04.9851277Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_windows_job.yml' 2024-08-22T20:28:04.9852555Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/tests.yml' 2024-08-22T20:28:04.9854153Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/tflint.yml' 2024-08-22T20:28:04.9855335Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/torchci.yml' 2024-08-22T20:28:04.9856545Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/trigger_nightly.yml' 2024-08-22T20:28:04.9858144Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/trigger_nightly_core.yml' 2024-08-22T20:28:04.9859742Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-drci-comments.yml' 2024-08-22T20:28:04.9861063Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-queue-times.yml' 2024-08-22T20:28:04.9862581Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-s3-html.yml' 2024-08-22T20:28:04.9864030Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-slow-tests.yml' 2024-08-22T20:28:04.9865318Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-test-times.yml' 2024-08-22T20:28:04.9866617Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-viablestrict.yml' 2024-08-22T20:28:04.9867967Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_ci_wait_time_metric.yml' 2024-08-22T20:28:04.9869308Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_disabled_tests.yml' 2024-08-22T20:28:04.9870654Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_test_file_ratings.yml' 2024-08-22T20:28:04.9871999Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/upload-tutorials-stats.yml' 2024-08-22T20:28:04.9873453Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2024-08-22T20:28:04.9874832Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/validate-domain-library.yml' 2024-08-22T20:28:04.9876289Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/windows-ami-validation.yml' 2024-08-22T20:28:04.9877582Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/windows_job.yml' 2024-08-22T20:28:04.9878762Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows' 2024-08-22T20:28:04.9879845Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github' 2024-08-22T20:28:04.9880842Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.gitignore' 2024-08-22T20:28:04.9881840Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.lintrunner.toml' 2024-08-22T20:28:04.9882902Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.mypy_requirements.txt' 2024-08-22T20:28:04.9884021Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/CODE_OF_CONDUCT.md' 2024-08-22T20:28:04.9885049Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/CONTRIBUTING.md' 2024-08-22T20:28:04.9886013Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/LICENSE' 2024-08-22T20:28:04.9886950Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/README.md' 2024-08-22T20:28:04.9888128Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/README.md' 2024-08-22T20:28:04.9889266Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.hwm' 2024-08-22T20:28:04.9890366Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.pwd' 2024-08-22T20:28:04.9891588Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.pwi' 2024-08-22T20:28:04.9892775Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/configs/sshd_config' 2024-08-22T20:28:04.9894048Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/configs' 2024-08-22T20:28:04.9895252Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/plugins.pkr.hcl' 2024-08-22T20:28:04.9896602Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2024-08-22T20:28:04.9898100Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2024-08-22T20:28:04.9899501Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers' 2024-08-22T20:28:04.9900953Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2024-08-22T20:28:04.9902499Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2024-08-22T20:28:04.9904122Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2024-08-22T20:28:04.9905787Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2024-08-22T20:28:04.9907383Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2024-08-22T20:28:04.9908973Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2024-08-22T20:28:04.9910517Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2024-08-22T20:28:04.9912234Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2024-08-22T20:28:04.9913741Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2024-08-22T20:28:04.9915113Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers' 2024-08-22T20:28:04.9916518Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts' 2024-08-22T20:28:04.9917857Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2024-08-22T20:28:04.9919252Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/user-data-scripts' 2024-08-22T20:28:04.9920543Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/variables.pkr.hcl' 2024-08-22T20:28:04.9921994Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/windows.pkr.hcl' 2024-08-22T20:28:04.9923498Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows' 2024-08-22T20:28:04.9926477Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami' 2024-08-22T20:28:04.9927766Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/Makefile' 2024-08-22T20:28:04.9929104Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/lambda_function.py' 2024-08-22T20:28:04.9930798Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/requirements.txt' 2024-08-22T20:28:04.9932615Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron' 2024-08-22T20:28:04.9934101Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/Makefile' 2024-08-22T20:28:04.9935579Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/README.md' 2024-08-22T20:28:04.9937202Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2024-08-22T20:28:04.9939113Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2024-08-22T20:28:04.9940527Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts' 2024-08-22T20:28:04.9942053Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/Makefile' 2024-08-22T20:28:04.9943411Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/README.md' 2024-08-22T20:28:04.9944762Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/lambda_function.py' 2024-08-22T20:28:04.9946137Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/requirements.txt' 2024-08-22T20:28:04.9947710Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test' 2024-08-22T20:28:04.9949260Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/Makefile' 2024-08-22T20:28:04.9950687Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/existing_schema.py' 2024-08-22T20:28:04.9952152Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/generate_schema.py' 2024-08-22T20:28:04.9953842Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/lambda_function.py' 2024-08-22T20:28:04.9955542Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/requirements.txt' 2024-08-22T20:28:04.9957093Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/test_lambda.py' 2024-08-22T20:28:04.9958457Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/utils.py' 2024-08-22T20:28:04.9959963Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync' 2024-08-22T20:28:04.9961661Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/.gitignore' 2024-08-22T20:28:04.9962916Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/Cargo.lock' 2024-08-22T20:28:04.9964148Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/Cargo.toml' 2024-08-22T20:28:04.9965400Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/README.md' 2024-08-22T20:28:04.9966668Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/data/README.md' 2024-08-22T20:28:04.9968162Z 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:04.9969751Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/data' 2024-08-22T20:28:04.9971103Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2024-08-22T20:28:04.9972686Z 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:04.9974155Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2024-08-22T20:28:04.9975508Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures' 2024-08-22T20:28:04.9976802Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/ruleset.toml' 2024-08-22T20:28:04.9978158Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2024-08-22T20:28:04.9979518Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/scripts' 2024-08-22T20:28:04.9980828Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2024-08-22T20:28:04.9982172Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2024-08-22T20:28:04.9983543Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock' 2024-08-22T20:28:04.9984865Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/engine.rs' 2024-08-22T20:28:04.9986124Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/lib.rs' 2024-08-22T20:28:04.9987371Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/log.rs' 2024-08-22T20:28:04.9988624Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/main.rs' 2024-08-22T20:28:04.9989910Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/network.rs' 2024-08-22T20:28:04.9991196Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/rule.rs' 2024-08-22T20:28:04.9992498Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2024-08-22T20:28:04.9994193Z 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:04.9996320Z 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:04.9998070Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/snapshots' 2024-08-22T20:28:04.9999407Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src' 2024-08-22T20:28:05.0000665Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier' 2024-08-22T20:28:05.0001931Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2024-08-22T20:28:05.0003233Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2024-08-22T20:28:05.0004594Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2024-08-22T20:28:05.0006100Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2024-08-22T20:28:05.0007549Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2024-08-22T20:28:05.0008926Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs' 2024-08-22T20:28:05.0010251Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/Makefile' 2024-08-22T20:28:05.0011490Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/lambda_function.py' 2024-08-22T20:28:05.0013176Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/requirements.txt' 2024-08-22T20:28:05.0014402Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy' 2024-08-22T20:28:05.0016001Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2024-08-22T20:28:05.0017453Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/README.md' 2024-08-22T20:28:05.0018816Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2024-08-22T20:28:05.0020676Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2024-08-22T20:28:05.0022407Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor' 2024-08-22T20:28:05.0023761Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2024-08-22T20:28:05.0025469Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2024-08-22T20:28:05.0027086Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2024-08-22T20:28:05.0028537Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2024-08-22T20:28:05.0030085Z 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:05.0032148Z 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:05.0034073Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2024-08-22T20:28:05.0035467Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator' 2024-08-22T20:28:05.0036780Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda' 2024-08-22T20:28:05.0037994Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org/README.md' 2024-08-22T20:28:05.0039874Z 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:05.0041701Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2024-08-22T20:28:05.0043121Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org' 2024-08-22T20:28:05.0044374Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites' 2024-08-22T20:28:05.0045409Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws' 2024-08-22T20:28:05.0046394Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/mypy.ini' 2024-08-22T20:28:05.0047914Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/pyproject.toml' 2024-08-22T20:28:05.0049362Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/cut-release-branch.sh' 2024-08-22T20:28:05.0050669Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release' 2024-08-22T20:28:05.0051913Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/README.md' 2024-08-22T20:28:05.0053056Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/backup_conda.py' 2024-08-22T20:28:05.0054386Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/manage.py' 2024-08-22T20:28:05.0055882Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/requirements.txt' 2024-08-22T20:28:05.0057142Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/update_dependencies.py' 2024-08-22T20:28:05.0058319Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management' 2024-08-22T20:28:05.0059425Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.eslintignore' 2024-08-22T20:28:05.0060548Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.eslintrc.json' 2024-08-22T20:28:05.0061982Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.prettierignore' 2024-08-22T20:28:05.0063211Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.prettierrc.json' 2024-08-22T20:28:05.0064327Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/README.md' 2024-08-22T20:28:05.0065562Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2024-08-22T20:28:05.0066849Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2024-08-22T20:28:05.0068115Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2024-08-22T20:28:05.0069336Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__' 2024-08-22T20:28:05.0070487Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/jest.config.js' 2024-08-22T20:28:05.0071585Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/package.json' 2024-08-22T20:28:05.0072766Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2024-08-22T20:28:05.0074011Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/ec2-utils.ts' 2024-08-22T20:28:05.0075130Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/get-ip.ts' 2024-08-22T20:28:05.0076393Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/github-utils.ts' 2024-08-22T20:28:05.0077534Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/main.ts' 2024-08-22T20:28:05.0078634Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src' 2024-08-22T20:28:05.0079739Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/tsconfig.json' 2024-08-22T20:28:05.0080814Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/yarn.lock' 2024-08-22T20:28:05.0081872Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh' 2024-08-22T20:28:05.0082903Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/stats/README.md' 2024-08-22T20:28:05.0083988Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/stats/windows_smoke_tests.csv' 2024-08-22T20:28:05.0085205Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/stats' 2024-08-22T20:28:05.0086385Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/.gitignore' 2024-08-22T20:28:05.0087677Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/.tflint.hcl' 2024-08-22T20:28:05.0089102Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/LICENSE.md' 2024-08-22T20:28:05.0090386Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/README.md' 2024-08-22T20:28:05.0091774Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2024-08-22T20:28:05.0093291Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2024-08-22T20:28:05.0094637Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/kms.tf' 2024-08-22T20:28:05.0095934Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/main.tf' 2024-08-22T20:28:05.0097409Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2024-08-22T20:28:05.0099017Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2024-08-22T20:28:05.0100606Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2024-08-22T20:28:05.0102196Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2024-08-22T20:28:05.0103861Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2024-08-22T20:28:05.0105442Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda' 2024-08-22T20:28:05.0107051Z 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:05.0108695Z 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:05.0110544Z 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:05.0113164Z 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:05.0115477Z 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:05.0118132Z 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:05.0120457Z 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:05.0122990Z 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:05.0125407Z 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:05.0127698Z 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:05.0129852Z 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:05.0132258Z 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:05.0134611Z 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:05.0136834Z 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:05.0139505Z 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:05.0142094Z 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:05.0144994Z 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:05.0147653Z 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:05.0149896Z 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:05.0151973Z 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:05.0154061Z 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:05.0156219Z 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:05.0158376Z 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:05.0160222Z 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:05.0161883Z 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:05.0163559Z 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:05.0165335Z 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:05.0167199Z 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:05.0169142Z 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:05.0170915Z 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:05.0172782Z 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:05.0174487Z 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:05.0176181Z 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:05.0177843Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2024-08-22T20:28:05.0179458Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2024-08-22T20:28:05.0181105Z 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:05.0182751Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2024-08-22T20:28:05.0184364Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2024-08-22T20:28:05.0185939Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2024-08-22T20:28:05.0187593Z 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:05.0189435Z 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:05.0191423Z 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:05.0193463Z 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:05.0195371Z 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:05.0197421Z 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:05.0199247Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2024-08-22T20:28:05.0200962Z 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:05.0203165Z 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:05.0205003Z 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:05.0207030Z 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:05.0209132Z 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:05.0211105Z 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:05.0213427Z 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:05.0215332Z 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:05.0217195Z 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:05.0219003Z 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:05.0220727Z 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:05.0222434Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2024-08-22T20:28:05.0224072Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2024-08-22T20:28:05.0225656Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances' 2024-08-22T20:28:05.0227149Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2024-08-22T20:28:05.0228616Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2024-08-22T20:28:05.0230127Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2024-08-22T20:28:05.0231765Z 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:05.0233423Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2024-08-22T20:28:05.0235056Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2024-08-22T20:28:05.0236878Z 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:05.0238566Z 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:05.0240280Z 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:05.0242010Z 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:05.0243850Z 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:05.0245739Z 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:05.0247788Z 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:05.0249983Z 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:05.0251880Z 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:05.0253906Z 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:05.0255819Z 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:05.0257749Z 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:05.0259678Z 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:05.0261601Z 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:05.0263552Z 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:05.0265468Z 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:05.0267359Z 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:05.0269365Z 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:05.0271268Z 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:05.0273177Z 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:05.0275086Z 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:05.0277069Z 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:05.0279030Z 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:05.0280955Z 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:05.0282887Z 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:05.0284828Z 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:05.0286676Z 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:05.0288650Z 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:05.0290874Z 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:05.0293123Z 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:05.0295172Z 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:05.0297166Z 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:05.0299372Z 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:05.0301600Z 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:05.0303684Z 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:05.0305669Z 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:05.0307623Z 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:05.0309528Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2024-08-22T20:28:05.0311366Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2024-08-22T20:28:05.0313390Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2024-08-22T20:28:05.0315088Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2024-08-22T20:28:05.0316853Z 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:05.0318544Z 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:05.0320265Z 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:05.0321978Z 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:05.0323771Z 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:05.0325631Z 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:05.0327374Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies' 2024-08-22T20:28:05.0328907Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2024-08-22T20:28:05.0330402Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2024-08-22T20:28:05.0332060Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2024-08-22T20:28:05.0333540Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners' 2024-08-22T20:28:05.0335203Z 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:05.0336838Z 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:05.0338445Z 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:05.0340068Z 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:05.0341882Z 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:05.0343799Z 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:05.0345616Z 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:05.0347462Z 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:05.0349237Z 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:05.0350927Z 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:05.0352562Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2024-08-22T20:28:05.0354161Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2024-08-22T20:28:05.0355627Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2024-08-22T20:28:05.0357272Z 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:05.0358936Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2024-08-22T20:28:05.0360568Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2024-08-22T20:28:05.0362202Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2024-08-22T20:28:05.0363885Z 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:05.0365615Z 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:05.0367330Z 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:05.0369024Z 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:05.0370824Z 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:05.0372525Z 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:05.0374284Z 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:05.0375972Z 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:05.0377683Z 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:05.0379487Z 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:05.0381344Z 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:05.0383347Z 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:05.0385073Z 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:05.0386761Z 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:05.0388648Z 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:05.0390570Z 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:05.0392306Z 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:05.0394038Z 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:05.0395699Z 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:05.0397387Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2024-08-22T20:28:05.0398961Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2024-08-22T20:28:05.0400424Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2024-08-22T20:28:05.0401997Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2024-08-22T20:28:05.0403542Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2024-08-22T20:28:05.0405154Z 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:05.0406880Z 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:05.0408802Z 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:05.0410497Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2024-08-22T20:28:05.0412352Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2024-08-22T20:28:05.0414008Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2024-08-22T20:28:05.0415492Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2024-08-22T20:28:05.0417001Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook' 2024-08-22T20:28:05.0418857Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules' 2024-08-22T20:28:05.0420218Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/outputs.tf' 2024-08-22T20:28:05.0421704Z 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:05.0423214Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/policies' 2024-08-22T20:28:05.0424667Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2024-08-22T20:28:05.0426110Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/templates' 2024-08-22T20:28:05.0427572Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2024-08-22T20:28:05.0429090Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/terraform_migrations' 2024-08-22T20:28:05.0430492Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/variables.tf' 2024-08-22T20:28:05.0431771Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner' 2024-08-22T20:28:05.0432928Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/__init__.py' 2024-08-22T20:28:05.0434202Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/alerts/upload_alerts_to_aws.py' 2024-08-22T20:28:05.0435704Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/alerts/validate_alerts.py' 2024-08-22T20:28:05.0436988Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/alerts' 2024-08-22T20:28:05.0438181Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/README.md' 2024-08-22T20:28:05.0439548Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/binary_size_validation.py' 2024-08-22T20:28:05.0440948Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/requirements.txt' 2024-08-22T20:28:05.0442384Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2024-08-22T20:28:05.0443750Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation' 2024-08-22T20:28:05.0444988Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/.gitignore' 2024-08-22T20:28:05.0446355Z 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:05.0448122Z 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:05.0449648Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/11.x-patches' 2024-08-22T20:28:05.0451193Z 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:05.0453212Z 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:05.0454984Z 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:05.0456524Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/15.x-patches' 2024-08-22T20:28:05.0458094Z 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:05.0459634Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/17.x-patches' 2024-08-22T20:28:05.0461064Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2024-08-22T20:28:05.0462405Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/README.md' 2024-08-22T20:28:05.0463611Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/setup.sh' 2024-08-22T20:28:05.0464831Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/verify.sh' 2024-08-22T20:28:05.0466039Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks' 2024-08-22T20:28:05.0467321Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner/requirements.txt' 2024-08-22T20:28:05.0468677Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2024-08-22T20:28:05.0469997Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner' 2024-08-22T20:28:05.0471271Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/actionlint_linter.py' 2024-08-22T20:28:05.0472553Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/exec_linter.py' 2024-08-22T20:28:05.0473862Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/flake8_linter.py' 2024-08-22T20:28:05.0475120Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/grep_linter.py' 2024-08-22T20:28:05.0476559Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2024-08-22T20:28:05.0477883Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/mypy_linter.py' 2024-08-22T20:28:05.0479163Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/newlines_linter.py' 2024-08-22T20:28:05.0480427Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/pip_init.py' 2024-08-22T20:28:05.0481679Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/ruff_linter.py' 2024-08-22T20:28:05.0482911Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/s3_init.py' 2024-08-22T20:28:05.0484220Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/s3_init_config.json' 2024-08-22T20:28:05.0485612Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/ufmt_linter.py' 2024-08-22T20:28:05.0486841Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters' 2024-08-22T20:28:05.0487969Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter' 2024-08-22T20:28:05.0489198Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/CHANGELOG.md' 2024-08-22T20:28:05.0490360Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/Cargo.toml' 2024-08-22T20:28:05.0491489Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/LICENSE' 2024-08-22T20:28:05.0492616Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/README.md' 2024-08-22T20:28:05.0493765Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/cliff.toml' 2024-08-22T20:28:05.0494935Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/do_release.sh' 2024-08-22T20:28:05.0496208Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/config_example.toml' 2024-08-22T20:28:05.0497559Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/flake8_linter.py' 2024-08-22T20:28:05.0498888Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/rustfmt_linter.py' 2024-08-22T20:28:05.0500169Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples' 2024-08-22T20:28:05.0501378Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/pyproject.toml' 2024-08-22T20:28:05.0502563Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/rustfmt.toml' 2024-08-22T20:28:05.0503727Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/git.rs' 2024-08-22T20:28:05.0504868Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/init.rs' 2024-08-22T20:28:05.0506009Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lib.rs' 2024-08-22T20:28:05.0507204Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lint_config.rs' 2024-08-22T20:28:05.0508450Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lint_message.rs' 2024-08-22T20:28:05.0509652Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/linter.rs' 2024-08-22T20:28:05.0510858Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/log_utils.rs' 2024-08-22T20:28:05.0512355Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/main.rs' 2024-08-22T20:28:05.0513518Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/path.rs' 2024-08-22T20:28:05.0514739Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/persistent_data.rs' 2024-08-22T20:28:05.0516015Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/rage.rs' 2024-08-22T20:28:05.0517183Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/render.rs' 2024-08-22T20:28:05.0518363Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/sapling.rs' 2024-08-22T20:28:05.0519558Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/testing.rs' 2024-08-22T20:28:05.0520949Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/version_control.rs' 2024-08-22T20:28:05.0522181Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src' 2024-08-22T20:28:05.0523482Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/fixtures/fake_source_file.rs' 2024-08-22T20:28:05.0524959Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/fixtures' 2024-08-22T20:28:05.0526269Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/integration_test.rs' 2024-08-22T20:28:05.0527848Z 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:05.0529668Z 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:05.0531454Z 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:05.0533189Z 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:05.0534914Z 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:05.0536769Z 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:05.0538562Z 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:05.0540233Z 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:05.0541939Z 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:05.0543820Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__invalid_args.snap' 2024-08-22T20:28:05.0545511Z 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:05.0547273Z 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:05.0549128Z 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:05.0551000Z 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:05.0552802Z 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:05.0554799Z 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:05.0556871Z 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:05.0558676Z 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:05.0561615Z 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:05.0563319Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter.snap' 2024-08-22T20:28:05.0565203Z 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:05.0567087Z 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:05.0568888Z 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:05.0570667Z 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:05.0572510Z 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:05.0574331Z 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:05.0576103Z 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:05.0577865Z 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:05.0579528Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__tee_json.snap' 2024-08-22T20:28:05.0581186Z 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:05.0582702Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots' 2024-08-22T20:28:05.0584005Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests' 2024-08-22T20:28:05.0585272Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools/convert_to_sarif.py' 2024-08-22T20:28:05.0586614Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools/convert_to_sarif_test.py' 2024-08-22T20:28:05.0587897Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools' 2024-08-22T20:28:05.0589065Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/lintrunner' 2024-08-22T20:28:05.0590325Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2024-08-22T20:28:05.0591565Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/mirror-pypi' 2024-08-22T20:28:05.0592705Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.flake8' 2024-08-22T20:28:05.0593937Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.gitattributes' 2024-08-22T20:28:05.0595105Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.gitignore' 2024-08-22T20:28:05.0596359Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/Makefile' 2024-08-22T20:28:05.0597520Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/README.md' 2024-08-22T20:28:05.0598781Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/poetry.lock' 2024-08-22T20:28:05.0599984Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pyproject.toml' 2024-08-22T20:28:05.0601301Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2024-08-22T20:28:05.0602790Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2024-08-22T20:28:05.0604226Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2024-08-22T20:28:05.0605579Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2024-08-22T20:28:05.0606939Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2024-08-22T20:28:05.0608314Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2024-08-22T20:28:05.0609692Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2024-08-22T20:28:05.0611067Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2024-08-22T20:28:05.0612722Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2024-08-22T20:28:05.0614097Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2024-08-22T20:28:05.0615414Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/assets' 2024-08-22T20:28:05.0616685Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_conda.py' 2024-08-22T20:28:05.0617951Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2024-08-22T20:28:05.0619205Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_macos.py' 2024-08-22T20:28:05.0620454Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_utils.py' 2024-08-22T20:28:05.0621730Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_version.py' 2024-08-22T20:28:05.0623003Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2024-08-22T20:28:05.0624270Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests' 2024-08-22T20:28:05.0625448Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers' 2024-08-22T20:28:05.0626636Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/README.md' 2024-08-22T20:28:05.0628138Z 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:05.0629877Z 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:05.0631601Z 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:05.0633307Z 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:05.0635014Z 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:05.0636916Z 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:05.0638599Z 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:05.0640355Z 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:05.0642004Z 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:05.0643649Z 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:05.0645287Z 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:05.0646927Z 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:05.0648567Z 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:05.0650214Z 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:05.0651968Z 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:05.0653824Z 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:05.0655589Z 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:05.0657244Z 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:05.0658860Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.artifacts.raw.json' 2024-08-22T20:28:05.0660427Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.artifacts.sql.json' 2024-08-22T20:28:05.0662025Z 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:05.0663632Z 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:05.0665255Z 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:05.0666896Z 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:05.0668559Z 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:05.0670248Z 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:05.0671901Z 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:05.0673707Z 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:05.0675311Z 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:05.0676944Z 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:05.0678677Z 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:05.0680393Z 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:05.0682075Z 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:05.0683799Z 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:05.0685418Z 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:05.0687041Z 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:05.0688691Z 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:05.0690396Z 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:05.0692058Z 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:05.0693716Z 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:05.0695385Z 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:05.0697068Z 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:05.0698832Z 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:05.0700691Z 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:05.0702459Z 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:05.0704200Z 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:05.0705861Z 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:05.0707516Z 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:05.0709151Z 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:05.0710865Z 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:05.0712817Z 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:05.0714448Z 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:05.0716287Z 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:05.0717993Z 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:05.0719661Z 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:05.0721324Z 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:05.0722996Z 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:05.0724667Z 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:05.0726354Z 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:05.0728064Z 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:05.0729709Z 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:05.0731282Z 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:05.0732917Z 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:05.0734677Z 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:05.0736302Z 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:05.0737848Z 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:05.0739452Z 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:05.0741115Z 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:05.0742856Z 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:05.0744718Z 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:05.0746419Z 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:05.0748053Z 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:05.0749797Z 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:05.0751437Z 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:05.0753100Z 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:05.0754649Z 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:05.0756525Z 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:05.0758491Z 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:05.0760433Z 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:05.0762361Z 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:05.0764229Z 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:05.0766015Z 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:05.0767702Z 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:05.0769275Z 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:05.0771092Z 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:05.0772794Z 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:05.0774473Z 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:05.0776143Z 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:05.0777818Z 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:05.0779480Z 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:05.0781160Z 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:05.0782842Z 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:05.0784510Z 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:05.0786186Z 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:05.0787974Z 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:05.0789652Z 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:05.0791426Z 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:05.0793114Z 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:05.0794816Z 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:05.0796532Z 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:05.0798196Z 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:05.0799872Z 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:05.0801566Z 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:05.0803308Z 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:05.0804941Z 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:05.0806516Z 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:05.0808075Z 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:05.0809616Z 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:05.0811214Z 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:05.0813007Z 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:05.0814632Z 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:05.0816239Z 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:05.0817908Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.queryPerfNigthlyRunID.raw.json' 2024-08-22T20:28:05.0819637Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.queryPerfNigthlyRunID.sql.json' 2024-08-22T20:28:05.0821337Z 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:05.0822988Z 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:05.0824815Z 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:05.0826541Z 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:05.0828198Z 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:05.0829914Z 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:05.0831536Z 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:05.0833202Z 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:05.0834892Z 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:05.0836659Z 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:05.0838301Z 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:05.0839882Z 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:05.0841518Z 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:05.0843211Z 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:05.0844880Z 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:05.0846537Z 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:05.0848202Z 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:05.0849873Z 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:05.0851586Z 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:05.0853402Z 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:05.0855221Z 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:05.0857058Z 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:05.0858834Z 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:05.0860550Z 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:05.0862266Z 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:05.0864121Z 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:05.0865863Z 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:05.0867734Z 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:05.0869460Z 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:05.0871150Z 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:05.0872872Z 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:05.0874626Z 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:05.0876448Z 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:05.0878221Z 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:05.0879926Z 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:05.0881584Z 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:05.0883334Z 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:05.0885150Z 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:05.0886869Z 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:05.0888520Z 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:05.0890244Z 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:05.0892040Z 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:05.0893819Z 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:05.0895480Z 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:05.0897194Z 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:05.0898938Z 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:05.0900752Z 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:05.0902462Z 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:05.0904195Z 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:05.0905932Z 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:05.0907563Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.unclassified.raw.json' 2024-08-22T20:28:05.0909163Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/commons.unclassified.sql.json' 2024-08-22T20:28:05.0910832Z 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:05.0912870Z 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:05.0914588Z 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:05.0916281Z 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:05.0917946Z 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:05.0919658Z 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:05.0921359Z 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:05.0923031Z 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:05.0924683Z 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:05.0926308Z 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:05.0927959Z 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:05.0929645Z 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:05.0931328Z 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:05.0933007Z 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:05.0934764Z 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:05.0936580Z 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:05.0938443Z 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:05.0940508Z 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:05.0942430Z 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:05.0944498Z 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:05.0946326Z 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:05.0948075Z 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:05.0949792Z 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:05.0951474Z 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:05.0953191Z 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:05.0954920Z 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:05.0956654Z 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:05.0958327Z 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:05.0960166Z 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:05.0962019Z 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:05.0963826Z 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:05.0965606Z 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:05.0967305Z 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:05.0968922Z 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:05.0970595Z 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:05.0972309Z 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:05.0974036Z 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:05.0975784Z 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:05.0977591Z 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:05.0979254Z 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:05.0980934Z 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:05.0982730Z 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:05.0984417Z 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:05.0986083Z 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:05.0987791Z 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:05.0989538Z 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:05.0991271Z 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:05.0992965Z 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:05.0994631Z 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:05.0996353Z 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:05.0998037Z 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:05.0999737Z 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:05.1001423Z 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:05.1003134Z 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:05.1004829Z 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:05.1006510Z 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:05.1008160Z 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:05.1009790Z 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:05.1011456Z 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:05.1013516Z 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:05.1015308Z 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:05.1016932Z 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:05.1018576Z 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:05.1020358Z 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:05.1021971Z 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:05.1023511Z 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:05.1025178Z 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:05.1026913Z 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:05.1028597Z 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:05.1030211Z 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:05.1031852Z 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:05.1033571Z 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:05.1035268Z 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:05.1037022Z 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:05.1038704Z 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:05.1040364Z 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:05.1041997Z 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:05.1043682Z 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:05.1045344Z 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:05.1047022Z 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:05.1048730Z 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:05.1050438Z 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:05.1052200Z 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:05.1054087Z 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:05.1055792Z 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:05.1057489Z 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:05.1059131Z 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:05.1060782Z 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:05.1062404Z 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:05.1063994Z 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:05.1065647Z 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:05.1067348Z 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:05.1069042Z 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:05.1070725Z 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:05.1072445Z 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:05.1074172Z 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:05.1075836Z 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:05.1077459Z 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:05.1079088Z 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:05.1080754Z 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:05.1082411Z 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:05.1084028Z 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:05.1085622Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.reverts.raw.json' 2024-08-22T20:28:05.1087168Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup/metrics.reverts.sql.json' 2024-08-22T20:28:05.1088753Z 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:05.1090461Z 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:05.1092066Z 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:05.1093705Z 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:05.1095349Z 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:05.1096886Z 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:05.1098434Z 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:05.1099978Z 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:05.1101603Z 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:05.1103353Z 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:05.1105132Z 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:05.1106963Z 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:05.1108673Z 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:05.1110291Z 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:05.1112267Z 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:05.1113976Z 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:05.1115712Z 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:05.1117541Z 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:05.1119220Z 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:05.1120828Z 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:05.1122642Z 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:05.1124354Z 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:05.1126031Z 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:05.1127762Z 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:05.1129692Z 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:05.1131514Z 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:05.1133392Z 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:05.1135049Z 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:05.1136757Z 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:05.1138493Z 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:05.1140253Z 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:05.1142036Z 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:05.1143815Z 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:05.1145549Z 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:05.1147278Z 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:05.1149013Z 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:05.1150762Z 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:05.1152567Z 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:05.1154339Z 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:05.1156144Z 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:05.1157886Z 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:05.1159669Z 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:05.1161364Z 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:05.1163013Z 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:05.1164751Z 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:05.1166497Z 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:05.1168327Z 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:05.1170043Z 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:05.1171894Z 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:05.1173680Z 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:05.1175541Z 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:05.1177471Z 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:05.1179386Z 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:05.1181269Z 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:05.1183087Z 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:05.1184844Z 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:05.1186691Z 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:05.1188645Z 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:05.1190549Z 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:05.1192384Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:05.1192973Z + echo ::endgroup:: 2024-08-22T20:28:05.1194167Z 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:05.1196111Z 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:05.1197962Z 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:05.1199848Z 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:05.1201739Z 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:05.1203536Z 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:05.1205272Z 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:05.1207103Z 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:05.1208863Z 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:05.1210715Z 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:05.1212635Z 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:05.1214401Z 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:05.1216204Z 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:05.1217984Z 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:05.1219760Z 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:05.1221537Z 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:05.1223325Z 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:05.1225038Z 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:05.1226670Z 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:05.1228403Z 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:05.1230243Z 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:05.1232111Z 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:05.1233995Z 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:05.1235935Z 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:05.1237841Z 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:05.1239654Z 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:05.1241363Z 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:05.1243135Z 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:05.1245091Z 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:05.1246893Z 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:05.1248789Z 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:05.1250357Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/lambdas_backup' 2024-08-22T20:28:05.1251721Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2024-08-22T20:28:05.1253079Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/rockset_queries.py' 2024-08-22T20:28:05.1254390Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration' 2024-08-22T20:28:05.1255621Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/analyze_ci_workflows.py' 2024-08-22T20:28:05.1256859Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/backfill_events.py' 2024-08-22T20:28:05.1258163Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2024-08-22T20:28:05.1259456Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/download-lambdas.py' 2024-08-22T20:28:05.1260729Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/fetch_latest_green_commit.py' 2024-08-22T20:28:05.1262068Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_binary_build_matrix.py' 2024-08-22T20:28:05.1263481Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_docker_release_matrix.py' 2024-08-22T20:28:05.1264812Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_release_matrix.py' 2024-08-22T20:28:05.1266008Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/gitutils.py' 2024-08-22T20:28:05.1267287Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2024-08-22T20:28:05.1268584Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/rockset_autoscale.py' 2024-08-22T20:28:05.1269743Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts' 2024-08-22T20:28:05.1270964Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/.gitignore' 2024-08-22T20:28:05.1272282Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/Makefile' 2024-08-22T20:28:05.1273579Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/README.md' 2024-08-22T20:28:05.1275075Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2024-08-22T20:28:05.1276627Z 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:05.1278121Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2024-08-22T20:28:05.1279612Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2024-08-22T20:28:05.1281260Z 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:05.1282756Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2024-08-22T20:28:05.1284104Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils' 2024-08-22T20:28:05.1285401Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/.flake8' 2024-08-22T20:28:05.1286551Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/.gitignore' 2024-08-22T20:28:05.1287780Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/analyze-history' 2024-08-22T20:28:05.1289143Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2024-08-22T20:28:05.1290448Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin' 2024-08-22T20:28:05.1291647Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/pyproject.toml' 2024-08-22T20:28:05.1292864Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/requirements.txt' 2024-08-22T20:28:05.1294162Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/__init__.py' 2024-08-22T20:28:05.1295375Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/ast.py' 2024-08-22T20:28:05.1296600Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/checker.py' 2024-08-22T20:28:05.1297879Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/compatibility.py' 2024-08-22T20:28:05.1299131Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/git.py' 2024-08-22T20:28:05.1300339Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/github.py' 2024-08-22T20:28:05.1301569Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/types.py' 2024-08-22T20:28:05.1302825Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/violations.py' 2024-08-22T20:28:05.1304253Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api' 2024-08-22T20:28:05.1305486Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src' 2024-08-22T20:28:05.1306734Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/conftest.py' 2024-08-22T20:28:05.1308138Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast.py' 2024-08-22T20:28:05.1309596Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2024-08-22T20:28:05.1311065Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2024-08-22T20:28:05.1312836Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2024-08-22T20:28:05.1314174Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_git.py' 2024-08-22T20:28:05.1315460Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_github.py' 2024-08-22T20:28:05.1316787Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api' 2024-08-22T20:28:05.1318082Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2024-08-22T20:28:05.1319559Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/git.py' 2024-08-22T20:28:05.1320897Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/source.py' 2024-08-22T20:28:05.1322337Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing' 2024-08-22T20:28:05.1323618Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib' 2024-08-22T20:28:05.1324838Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests' 2024-08-22T20:28:05.1325999Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold' 2024-08-22T20:28:05.1327096Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/README.md' 2024-08-22T20:28:05.1328380Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2024-08-22T20:28:05.1329815Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2024-08-22T20:28:05.1331301Z 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:05.1332783Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2024-08-22T20:28:05.1334226Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2024-08-22T20:28:05.1335635Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2024-08-22T20:28:05.1337005Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2024-08-22T20:28:05.1338437Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2024-08-22T20:28:05.1339901Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2024-08-22T20:28:05.1341198Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets' 2024-08-22T20:28:05.1342453Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2024-08-22T20:28:05.1343861Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2024-08-22T20:28:05.1345224Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2024-08-22T20:28:05.1346542Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_rockset_autoscale.py' 2024-08-22T20:28:05.1347789Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_validate_alerts.py' 2024-08-22T20:28:05.1349017Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/update_test_assets.sh' 2024-08-22T20:28:05.1350164Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests' 2024-08-22T20:28:05.1351248Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/README.md' 2024-08-22T20:28:05.1352383Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/check_alerts.py' 2024-08-22T20:28:05.1353645Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/compute_correlation.py' 2024-08-22T20:28:05.1354949Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/download_logs.py' 2024-08-22T20:28:05.1356215Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/github_analyze.py' 2024-08-22T20:28:05.1357394Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/pyproject.toml' 2024-08-22T20:28:05.1358651Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/queue_alert.py' 2024-08-22T20:28:05.1359816Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/requirements.txt' 2024-08-22T20:28:05.1360955Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/reverts.py' 2024-08-22T20:28:05.1362098Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/rockset_utils.py' 2024-08-22T20:28:05.1363336Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/get_merge_base_info.py' 2024-08-22T20:28:05.1364723Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2024-08-22T20:28:05.1366212Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2024-08-22T20:28:05.1367693Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2024-08-22T20:28:05.1369084Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2024-08-22T20:28:05.1370375Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_rockset_analysis.py' 2024-08-22T20:28:05.1371577Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/utils.py' 2024-08-22T20:28:05.1372703Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td' 2024-08-22T20:28:05.1374035Z 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:05.1375371Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/td' 2024-08-22T20:28:05.1376627Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_check_alerts.py' 2024-08-22T20:28:05.1377927Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_queue_alert.py' 2024-08-22T20:28:05.1379243Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_update_test_times.py' 2024-08-22T20:28:05.1380496Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests' 2024-08-22T20:28:05.1381687Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/update_test_times.py' 2024-08-22T20:28:05.1382843Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/utils.py' 2024-08-22T20:28:05.1383934Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci' 2024-08-22T20:28:05.1385042Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchfix/README.md' 2024-08-22T20:28:05.1386160Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchfix' 2024-08-22T20:28:05.1387210Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools' 2024-08-22T20:28:05.1388256Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.env.example' 2024-08-22T20:28:05.1389335Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.eslintrc.json' 2024-08-22T20:28:05.1390407Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.gitignore' 2024-08-22T20:28:05.1391567Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.prettierignore' 2024-08-22T20:28:05.1392683Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.prettierrc.json' 2024-08-22T20:28:05.1393804Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/README.md' 2024-08-22T20:28:05.1395145Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2024-08-22T20:28:05.1396718Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2024-08-22T20:28:05.1398165Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2024-08-22T20:28:05.1399652Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2024-08-22T20:28:05.1401165Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2024-08-22T20:28:05.1402669Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2024-08-22T20:28:05.1404206Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2024-08-22T20:28:05.1405652Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2024-08-22T20:28:05.1407079Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push' 2024-08-22T20:28:05.1408536Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2024-08-22T20:28:05.1410000Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2024-08-22T20:28:05.1411438Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red' 2024-08-22T20:28:05.1413085Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2024-08-22T20:28:05.1414589Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2024-08-22T20:28:05.1416071Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2024-08-22T20:28:05.1417544Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2024-08-22T20:28:05.1419020Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2024-08-22T20:28:05.1420369Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries' 2024-08-22T20:28:05.1421695Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/AnnouncementBanner.module.css' 2024-08-22T20:28:05.1423067Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/AnnouncementBanner.tsx' 2024-08-22T20:28:05.1424379Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ClickHouseCheckBox.tsx' 2024-08-22T20:28:05.1425662Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/CommitStatus.tsx' 2024-08-22T20:28:05.1426885Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/CopyLink.tsx' 2024-08-22T20:28:05.1428230Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/DynamicTitle.tsx' 2024-08-22T20:28:05.1429490Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ErrorBoundary.tsx' 2024-08-22T20:28:05.1430768Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/FilteredJobList.tsx' 2024-08-22T20:28:05.1432211Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GranularityPicker.tsx' 2024-08-22T20:28:05.1433553Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2024-08-22T20:28:05.1434892Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GroupJobConclusion.tsx' 2024-08-22T20:28:05.1436282Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobAnnotationToggle.tsx' 2024-08-22T20:28:05.1437658Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobArtifact.tsx' 2024-08-22T20:28:05.1439073Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobConclusion.module.css' 2024-08-22T20:28:05.1440385Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobConclusion.tsx' 2024-08-22T20:28:05.1441652Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobFilterInput.tsx' 2024-08-22T20:28:05.1442931Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobLinks.module.css' 2024-08-22T20:28:05.1444168Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobLinks.tsx' 2024-08-22T20:28:05.1445390Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobSummary.tsx' 2024-08-22T20:28:05.1446606Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobTooltip.tsx' 2024-08-22T20:28:05.1447881Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LogAnnotationToggle.tsx' 2024-08-22T20:28:05.1449156Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LogViewer.tsx' 2024-08-22T20:28:05.1450394Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoggedInMenu.tsx' 2024-08-22T20:28:05.1451689Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoginSection.module.css' 2024-08-22T20:28:05.1452971Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoginSection.tsx' 2024-08-22T20:28:05.1454225Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/NavBar.module.css' 2024-08-22T20:28:05.1455442Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/NavBar.tsx' 2024-08-22T20:28:05.1456650Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/PageSelector.tsx' 2024-08-22T20:28:05.1457951Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ReproductionCommand.tsx' 2024-08-22T20:28:05.1459275Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/SevReport.module.css' 2024-08-22T20:28:05.1460521Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/SevReport.tsx' 2024-08-22T20:28:05.1461746Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TestInsights.tsx' 2024-08-22T20:28:05.1462979Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TimeUtils.tsx' 2024-08-22T20:28:05.1464315Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TooltipTarget.module.css' 2024-08-22T20:28:05.1465713Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TooltipTarget.tsx' 2024-08-22T20:28:05.1466973Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ValuePicker.tsx' 2024-08-22T20:28:05.1468341Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/VersionControlLinks.tsx' 2024-08-22T20:28:05.1469648Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/WithCommitData.tsx' 2024-08-22T20:28:05.1470893Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/WorkflowBox.tsx' 2024-08-22T20:28:05.1472192Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/WorkflowDispatcher.tsx' 2024-08-22T20:28:05.1473634Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2024-08-22T20:28:05.1475099Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2024-08-22T20:28:05.1476651Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2024-08-22T20:28:05.1478145Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2024-08-22T20:28:05.1479569Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo' 2024-08-22T20:28:05.1481028Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2024-08-22T20:28:05.1482452Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2024-08-22T20:28:05.1483872Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2024-08-22T20:28:05.1485253Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/common.tsx' 2024-08-22T20:28:05.1486652Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2024-08-22T20:28:05.1488155Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2024-08-22T20:28:05.1489667Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2024-08-22T20:28:05.1491185Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2024-08-22T20:28:05.1492675Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2024-08-22T20:28:05.1494264Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2024-08-22T20:28:05.1495803Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2024-08-22T20:28:05.1497257Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/common.tsx' 2024-08-22T20:28:05.1498641Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers' 2024-08-22T20:28:05.1500064Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/ModelGraphPanel.tsx' 2024-08-22T20:28:05.1501518Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/SummaryPanel.tsx' 2024-08-22T20:28:05.1502998Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/common.tsx' 2024-08-22T20:28:05.1504377Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms' 2024-08-22T20:28:05.1505774Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2024-08-22T20:28:05.1507272Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao/common.tsx' 2024-08-22T20:28:05.1508651Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao' 2024-08-22T20:28:05.1509948Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark' 2024-08-22T20:28:05.1511209Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/commit.module.css' 2024-08-22T20:28:05.1512832Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/hud.module.css' 2024-08-22T20:28:05.1514086Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics.module.css' 2024-08-22T20:28:05.1515619Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/GenerateIndividualTestsLeaderboard.tsx' 2024-08-22T20:28:05.1517422Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/GenerateTestInsightsOverviewTable.tsx' 2024-08-22T20:28:05.1518985Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2024-08-22T20:28:05.1520384Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2024-08-22T20:28:05.1521822Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2024-08-22T20:28:05.1523295Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2024-08-22T20:28:05.1524683Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels' 2024-08-22T20:28:05.1525961Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics' 2024-08-22T20:28:05.1527217Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/minihud.module.css' 2024-08-22T20:28:05.1528429Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components' 2024-08-22T20:28:05.1529571Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/docs/architecture.md' 2024-08-22T20:28:05.1530730Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/docs/write-path.png' 2024-08-22T20:28:05.1531849Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/docs' 2024-08-22T20:28:05.1532948Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/jest.config.js' 2024-08-22T20:28:05.1534061Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/GeneralUtils.ts' 2024-08-22T20:28:05.1535240Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/JobClassifierUtil.ts' 2024-08-22T20:28:05.1536433Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/ParamSelector.tsx' 2024-08-22T20:28:05.1537589Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/RevertModal.tsx' 2024-08-22T20:28:05.1538786Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2024-08-22T20:28:05.1540174Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark/llmUtils.ts' 2024-08-22T20:28:05.1541384Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark' 2024-08-22T20:28:05.1542540Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/Constants.ts' 2024-08-22T20:28:05.1543792Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/autoCcBot.ts' 2024-08-22T20:28:05.1544965Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/autoLabelBot.ts' 2024-08-22T20:28:05.1546250Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2024-08-22T20:28:05.1547556Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2024-08-22T20:28:05.1548768Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/cliParser.ts' 2024-08-22T20:28:05.1549988Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2024-08-22T20:28:05.1551181Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/drciBot.ts' 2024-08-22T20:28:05.1552305Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/index.ts' 2024-08-22T20:28:05.1553494Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchBot.ts' 2024-08-22T20:28:05.1554717Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2024-08-22T20:28:05.1556023Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2024-08-22T20:28:05.1557202Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/retryBot.ts' 2024-08-22T20:28:05.1558400Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2024-08-22T20:28:05.1559622Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/subscriptions.ts' 2024-08-22T20:28:05.1560917Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2024-08-22T20:28:05.1562134Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/utils.ts' 2024-08-22T20:28:05.1563426Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2024-08-22T20:28:05.1564717Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2024-08-22T20:28:05.1565881Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot' 2024-08-22T20:28:05.1566998Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/clickhouse.ts' 2024-08-22T20:28:05.1568125Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/commitUtils.ts' 2024-08-22T20:28:05.1569308Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/correlation_matrix.json' 2024-08-22T20:28:05.1570471Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/drciUtils.ts' 2024-08-22T20:28:05.1571557Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/dynamo.ts' 2024-08-22T20:28:05.1572660Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchCommit.ts' 2024-08-22T20:28:05.1573891Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2024-08-22T20:28:05.1575280Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchFailureSamples.ts' 2024-08-22T20:28:05.1576492Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchFlakyTests.ts' 2024-08-22T20:28:05.1577633Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchHud.ts' 2024-08-22T20:28:05.1578877Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2024-08-22T20:28:05.1580034Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchPR.ts' 2024-08-22T20:28:05.1581209Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2024-08-22T20:28:05.1582407Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchS3Links.ts' 2024-08-22T20:28:05.1583583Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/getAuthors.ts' 2024-08-22T20:28:05.1584689Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/github.ts' 2024-08-22T20:28:05.1585823Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/githubFunctions.ts' 2024-08-22T20:28:05.1586956Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/jobUtils.ts' 2024-08-22T20:28:05.1588074Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/metricUtils.ts' 2024-08-22T20:28:05.1589195Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/opensearch.ts' 2024-08-22T20:28:05.1590297Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/rockset.ts' 2024-08-22T20:28:05.1591349Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/s3.ts' 2024-08-22T20:28:05.1592428Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/searchLogs.ts' 2024-08-22T20:28:05.1593608Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/searchUtils.ts' 2024-08-22T20:28:05.1594695Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/track.ts' 2024-08-22T20:28:05.1595749Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/types.ts' 2024-08-22T20:28:05.1596993Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useGroupingPreference.tsx' 2024-08-22T20:28:05.1598192Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useHudData.ts' 2024-08-22T20:28:05.1599306Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useScrollTo.ts' 2024-08-22T20:28:05.1600579Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useTableFilter.ts' 2024-08-22T20:28:05.1601756Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib' 2024-08-22T20:28:05.1602834Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/next-env.d.ts' 2024-08-22T20:28:05.1603908Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/next.config.js' 2024-08-22T20:28:05.1605015Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/package-lock.json' 2024-08-22T20:28:05.1606105Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/package.json' 2024-08-22T20:28:05.1607347Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2024-08-22T20:28:05.1608770Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2024-08-22T20:28:05.1610239Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2024-08-22T20:28:05.1611976Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2024-08-22T20:28:05.1613663Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2024-08-22T20:28:05.1615441Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2024-08-22T20:28:05.1617045Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]' 2024-08-22T20:28:05.1618532Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]' 2024-08-22T20:28:05.1619851Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/_app.tsx' 2024-08-22T20:28:05.1621282Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/_githubrunnersutilization.tsx' 2024-08-22T20:28:05.1622931Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2024-08-22T20:28:05.1624629Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2024-08-22T20:28:05.1626371Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2024-08-22T20:28:05.1628090Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2024-08-22T20:28:05.1629747Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2024-08-22T20:28:05.1631277Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]' 2024-08-22T20:28:05.1632809Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2024-08-22T20:28:05.1634377Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts/s3' 2024-08-22T20:28:05.1635740Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts' 2024-08-22T20:28:05.1637365Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/auth/[...nextauth].js' 2024-08-22T20:28:05.1638683Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/auth' 2024-08-22T20:28:05.1640053Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2024-08-22T20:28:05.1641505Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/clickhouse' 2024-08-22T20:28:05.1642953Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2024-08-22T20:28:05.1644331Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/drci/drci.ts' 2024-08-22T20:28:05.1645671Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/drci' 2024-08-22T20:28:05.1646977Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/failure.ts' 2024-08-22T20:28:05.1648256Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2024-08-22T20:28:05.1649730Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests/flakytest.ts' 2024-08-22T20:28:05.1651136Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests' 2024-08-22T20:28:05.1652836Z 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:05.1654715Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2024-08-22T20:28:05.1656555Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2024-08-22T20:28:05.1658196Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2024-08-22T20:28:05.1659736Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch' 2024-08-22T20:28:05.1661071Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/webhooks.ts' 2024-08-22T20:28:05.1662435Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github' 2024-08-22T20:28:05.1664013Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2024-08-22T20:28:05.1665659Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:05.1667238Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2024-08-22T20:28:05.1668762Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]' 2024-08-22T20:28:05.1670138Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud' 2024-08-22T20:28:05.1671404Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/issue/[label].ts' 2024-08-22T20:28:05.1672774Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/issue' 2024-08-22T20:28:05.1674373Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2024-08-22T20:28:05.1676286Z 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:05.1678061Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2024-08-22T20:28:05.1679914Z 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:05.1681759Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2024-08-22T20:28:05.1683524Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2024-08-22T20:28:05.1685102Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2024-08-22T20:28:05.1686629Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation' 2024-08-22T20:28:05.1688225Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2024-08-22T20:28:05.1689916Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2024-08-22T20:28:05.1691524Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2024-08-22T20:28:05.1693103Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation' 2024-08-22T20:28:05.1694573Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query/[collection]/[lambdaName].ts' 2024-08-22T20:28:05.1696131Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query/[collection]' 2024-08-22T20:28:05.1697554Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query' 2024-08-22T20:28:05.1698820Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/search.ts' 2024-08-22T20:28:05.1700268Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2024-08-22T20:28:05.1701712Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/usage-log-aggregator' 2024-08-22T20:28:05.1703077Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api' 2024-08-22T20:28:05.1704582Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2024-08-22T20:28:05.1706127Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2024-08-22T20:28:05.1707542Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]' 2024-08-22T20:28:05.1708994Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/compilers.tsx' 2024-08-22T20:28:05.1710326Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/llms.tsx' 2024-08-22T20:28:05.1711915Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/torchao.tsx' 2024-08-22T20:28:05.1713356Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark' 2024-08-22T20:28:05.1714815Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/correlation.tsx' 2024-08-22T20:28:05.1716286Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/disabled.tsx' 2024-08-22T20:28:05.1717818Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:05.1719522Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:05.1721166Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2024-08-22T20:28:05.1722735Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]' 2024-08-22T20:28:05.1724074Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs' 2024-08-22T20:28:05.1725363Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failure.tsx' 2024-08-22T20:28:05.1726656Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/flakytest.tsx' 2024-08-22T20:28:05.1728148Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:05.1729729Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:05.1731325Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2024-08-22T20:28:05.1732917Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]' 2024-08-22T20:28:05.1734288Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud' 2024-08-22T20:28:05.1735484Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/kpis.tsx' 2024-08-22T20:28:05.1736824Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/login_test.tsx' 2024-08-22T20:28:05.1738118Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/metrics.tsx' 2024-08-22T20:28:05.1739602Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:05.1741278Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:05.1742946Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2024-08-22T20:28:05.1744430Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]' 2024-08-22T20:28:05.1745736Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud' 2024-08-22T20:28:05.1747291Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/nightlies.tsx' 2024-08-22T20:28:05.1748757Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2024-08-22T20:28:05.1750374Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2024-08-22T20:28:05.1751932Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]' 2024-08-22T20:28:05.1753330Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability' 2024-08-22T20:28:05.1754580Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/sli.tsx' 2024-08-22T20:28:05.1755973Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/test/insights.tsx' 2024-08-22T20:28:05.1757217Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/test' 2024-08-22T20:28:05.1758527Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead.tsx' 2024-08-22T20:28:05.1759963Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead/insights.tsx' 2024-08-22T20:28:05.1761396Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead/oncall_insights.tsx' 2024-08-22T20:28:05.1762873Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead' 2024-08-22T20:28:05.1764270Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tests.tsx' 2024-08-22T20:28:05.1765588Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2024-08-22T20:28:05.1766941Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/torchbench' 2024-08-22T20:28:05.1768489Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2024-08-22T20:28:05.1770104Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2024-08-22T20:28:05.1771656Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2024-08-22T20:28:05.1773197Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]' 2024-08-22T20:28:05.1774532Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts' 2024-08-22T20:28:05.1775752Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages' 2024-08-22T20:28:05.1777170Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public/failures_spritesheet.png' 2024-08-22T20:28:05.1778668Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public/favicon.ico' 2024-08-22T20:28:05.1779966Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public' 2024-08-22T20:28:05.1781310Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset.config.json' 2024-08-22T20:28:05.1782744Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql/oss_ci_benchmark_branches.sql' 2024-08-22T20:28:05.1784366Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql/oss_ci_benchmark_llms.sql' 2024-08-22T20:28:05.1786072Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql/oss_ci_benchmark_names.sql' 2024-08-22T20:28:05.1787591Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/__sql' 2024-08-22T20:28:05.1789120Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/oss_ci_benchmark_branches.lambda.json' 2024-08-22T20:28:05.1790846Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/oss_ci_benchmark_llms.lambda.json' 2024-08-22T20:28:05.1792492Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks/oss_ci_benchmark_names.lambda.json' 2024-08-22T20:28:05.1794005Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/benchmarks' 2024-08-22T20:28:05.1795514Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/annotated_flaky_jobs.sql' 2024-08-22T20:28:05.1797138Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_failed_jobs.sql' 2024-08-22T20:28:05.1798731Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_jobs_query.sql' 2024-08-22T20:28:05.1800181Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_query.sql' 2024-08-22T20:28:05.1801712Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/disabled_non_flaky_tests.sql' 2024-08-22T20:28:05.1803359Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/disabled_test_labels.sql' 2024-08-22T20:28:05.1804862Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/disabled_tests.sql' 2024-08-22T20:28:05.1806351Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/failed_workflow_jobs.sql' 2024-08-22T20:28:05.1807957Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/failure_samples_query.sql' 2024-08-22T20:28:05.1809526Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/filter_forced_merge_pr.sql' 2024-08-22T20:28:05.1811046Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_tests.sql' 2024-08-22T20:28:05.1812908Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_tests_across_jobs.sql' 2024-08-22T20:28:05.1814552Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_workflows_jobs.sql' 2024-08-22T20:28:05.1816100Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/get_relevant_alerts.sql' 2024-08-22T20:28:05.1817801Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/get_workflow_jobs.sql' 2024-08-22T20:28:05.1819256Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/hud_query.sql' 2024-08-22T20:28:05.1820891Z 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:05.1822778Z 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:05.1824466Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/issue_query.sql' 2024-08-22T20:28:05.1825950Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/master_commit_red_jobs.sql' 2024-08-22T20:28:05.1827577Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/num_commits_master.sql' 2024-08-22T20:28:05.1829057Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/pr_commits.sql' 2024-08-22T20:28:05.1830549Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/recent_pr_workflows_query.sql' 2024-08-22T20:28:05.1832236Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/reverted_prs_with_reason.sql' 2024-08-22T20:28:05.1833760Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/slow_tests.sql' 2024-08-22T20:28:05.1835290Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_insights_latest_runs.sql' 2024-08-22T20:28:05.1836985Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_insights_overview.sql' 2024-08-22T20:28:05.1838615Z 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:05.1840234Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_class.sql' 2024-08-22T20:28:05.1841922Z 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:05.1843507Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_file.sql' 2024-08-22T20:28:05.1845140Z 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:05.1846819Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_oncall.sql' 2024-08-22T20:28:05.1848428Z 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:05.1849957Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/unclassified.sql' 2024-08-22T20:28:05.1851546Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/weekly_force_merge_stats.sql' 2024-08-22T20:28:05.1853033Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql' 2024-08-22T20:28:05.1854765Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/annotated_flaky_jobs.lambda.json' 2024-08-22T20:28:05.1856303Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_failed_jobs.lambda.json' 2024-08-22T20:28:05.1858203Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_jobs_query.lambda.json' 2024-08-22T20:28:05.1860028Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_query.lambda.json' 2024-08-22T20:28:05.1861850Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/disabled_non_flaky_tests.lambda.json' 2024-08-22T20:28:05.1863728Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/disabled_test_labels.lambda.json' 2024-08-22T20:28:05.1865575Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/disabled_tests.lambda.json' 2024-08-22T20:28:05.1867392Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/failed_workflow_jobs.lambda.json' 2024-08-22T20:28:05.1869193Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/failure_samples_query.lambda.json' 2024-08-22T20:28:05.1871103Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/filter_forced_merge_pr.lambda.json' 2024-08-22T20:28:05.1872936Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_test_query.lambda.json' 2024-08-22T20:28:05.1874667Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_tests.lambda.json' 2024-08-22T20:28:05.1876547Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_tests_across_jobs.lambda.json' 2024-08-22T20:28:05.1878430Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_workflows_jobs.lambda.json' 2024-08-22T20:28:05.1880244Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/get_relevant_alerts.lambda.json' 2024-08-22T20:28:05.1882117Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/get_workflow_jobs.lambda.json' 2024-08-22T20:28:05.1883585Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/hud_query.lambda.json' 2024-08-22T20:28:05.1885256Z 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:05.1887195Z 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:05.1888846Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/issue_query.lambda.json' 2024-08-22T20:28:05.1889612Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/master_commit_red_jobs.lambda.json' 2024-08-22T20:28:05.1890357Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/num_commits_master.lambda.json' 2024-08-22T20:28:05.1891169Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/pr_commits.lambda.json' 2024-08-22T20:28:05.1891959Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/recent_pr_workflows_query.lambda.json' 2024-08-22T20:28:05.1892779Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/reverted_prs_with_reason.lambda.json' 2024-08-22T20:28:05.1893603Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/slow_tests.lambda.json' 2024-08-22T20:28:05.1894382Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_insights_latest_runs.lambda.json' 2024-08-22T20:28:05.1895292Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_insights_overview.lambda.json' 2024-08-22T20:28:05.1896159Z 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:05.1896945Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_class.lambda.json' 2024-08-22T20:28:05.1897778Z 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:05.1898522Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_file.lambda.json' 2024-08-22T20:28:05.1899411Z 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:05.1900172Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_oncall.lambda.json' 2024-08-22T20:28:05.1901060Z 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:05.1901771Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/unclassified.lambda.json' 2024-08-22T20:28:05.1902554Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/weekly_force_merge_stats.lambda.json' 2024-08-22T20:28:05.1903252Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons' 2024-08-22T20:28:05.1904095Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/compilers_benchmark_performance.sql' 2024-08-22T20:28:05.1905049Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/compilers_benchmark_performance_branches.sql' 2024-08-22T20:28:05.1905835Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/torchao_query.sql' 2024-08-22T20:28:05.1906588Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/torchao_query_branches.sql' 2024-08-22T20:28:05.1907294Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql' 2024-08-22T20:28:05.1908137Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/compilers_benchmark_performance.lambda.json' 2024-08-22T20:28:05.1909060Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/compilers_benchmark_performance_branches.lambda.json' 2024-08-22T20:28:05.1909839Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/torchao_query.lambda.json' 2024-08-22T20:28:05.1910623Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/torchao_query_branches.lambda.json' 2024-08-22T20:28:05.1911295Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor' 2024-08-22T20:28:05.1912326Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/completed_pr_jobs_aggregate.sql' 2024-08-22T20:28:05.1913128Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/correlation_matrix.sql' 2024-08-22T20:28:05.1914028Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/disabled_test_historical.sql' 2024-08-22T20:28:05.1914830Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/disabled_test_total.sql' 2024-08-22T20:28:05.1915784Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/external_contribution_stats.sql' 2024-08-22T20:28:05.1916583Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/get_workers_on_period.sql' 2024-08-22T20:28:05.1917337Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/job_duration_avg.sql' 2024-08-22T20:28:05.1918095Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/job_duration_percentile.sql' 2024-08-22T20:28:05.1918814Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_branch_push.sql' 2024-08-22T20:28:05.1919670Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_successful_jobs.sql' 2024-08-22T20:28:05.1920431Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_successful_workflow.sql' 2024-08-22T20:28:05.1921201Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/log_captures_count.sql' 2024-08-22T20:28:05.1921922Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red.sql' 2024-08-22T20:28:05.1922653Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red_avg.sql' 2024-08-22T20:28:05.1923653Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red_percent.sql' 2024-08-22T20:28:05.1924465Z 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:05.1925202Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_jobs_red.sql' 2024-08-22T20:28:05.1925934Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_jobs_red_avg.sql' 2024-08-22T20:28:05.1926685Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/number_of_force_pushes.sql' 2024-08-22T20:28:05.1927494Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queue_times_historical.sql' 2024-08-22T20:28:05.1928325Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queue_times_historical_pct.sql' 2024-08-22T20:28:05.1929011Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queued_jobs.sql' 2024-08-22T20:28:05.1929788Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queued_jobs_by_label.sql' 2024-08-22T20:28:05.1930448Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/reverts.sql' 2024-08-22T20:28:05.1931175Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/strict_lag_sec.sql' 2024-08-22T20:28:05.1931858Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/top_reds.sql' 2024-08-22T20:28:05.1932565Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_avg.sql' 2024-08-22T20:28:05.1933501Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_duration_historical.sql' 2024-08-22T20:28:05.1934328Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_duration_historical_percentile.sql' 2024-08-22T20:28:05.1935094Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_percentile.sql' 2024-08-22T20:28:05.1935920Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_duration_avg.sql' 2024-08-22T20:28:05.1936706Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_duration_percentile.sql' 2024-08-22T20:28:05.1937487Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_load.sql' 2024-08-22T20:28:05.1938135Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql' 2024-08-22T20:28:05.1939093Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/completed_pr_jobs_aggregate.lambda.json' 2024-08-22T20:28:05.1939844Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/correlation_matrix.lambda.json' 2024-08-22T20:28:05.1940632Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/disabled_test_historical.lambda.json' 2024-08-22T20:28:05.1941484Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/disabled_test_total.lambda.json' 2024-08-22T20:28:05.1942286Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/external_contribution_stats.lambda.json' 2024-08-22T20:28:05.1943099Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/get_workers_on_period.lambda.json' 2024-08-22T20:28:05.1943885Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/job_duration_avg.lambda.json' 2024-08-22T20:28:05.1944667Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/job_duration_percentile.lambda.json' 2024-08-22T20:28:05.1945437Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_branch_push.lambda.json' 2024-08-22T20:28:05.1946240Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_successful_jobs.lambda.json' 2024-08-22T20:28:05.1947055Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_successful_workflow.lambda.json' 2024-08-22T20:28:05.1947818Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/log_captures_count.lambda.json' 2024-08-22T20:28:05.1948555Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red.lambda.json' 2024-08-22T20:28:05.1949352Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red_avg.lambda.json' 2024-08-22T20:28:05.1950138Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red_percent.lambda.json' 2024-08-22T20:28:05.1951064Z 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:05.1951809Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_jobs_red.lambda.json' 2024-08-22T20:28:05.1952547Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_jobs_red_avg.lambda.json' 2024-08-22T20:28:05.1953484Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/number_of_force_pushes.lambda.json' 2024-08-22T20:28:05.1954257Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queue_times_historical.lambda.json' 2024-08-22T20:28:05.1955154Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queue_times_historical_pct.lambda.json' 2024-08-22T20:28:05.1956063Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queued_jobs.lambda.json' 2024-08-22T20:28:05.1956893Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queued_jobs_by_label.lambda.json' 2024-08-22T20:28:05.1957620Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/reverts.lambda.json' 2024-08-22T20:28:05.1958339Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/strict_lag_sec.lambda.json' 2024-08-22T20:28:05.1959195Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/top_reds.lambda.json' 2024-08-22T20:28:05.1960035Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_avg.lambda.json' 2024-08-22T20:28:05.1960820Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_duration_historical.lambda.json' 2024-08-22T20:28:05.1961699Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_duration_historical_percentile.lambda.json' 2024-08-22T20:28:05.1962419Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_percentile.lambda.json' 2024-08-22T20:28:05.1963216Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_duration_avg.lambda.json' 2024-08-22T20:28:05.1964052Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_duration_percentile.lambda.json' 2024-08-22T20:28:05.1964822Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_load.lambda.json' 2024-08-22T20:28:05.1965477Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics' 2024-08-22T20:28:05.1966204Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/docker_jobs_red.sql' 2024-08-22T20:28:05.1966972Z 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:05.1967755Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/nightly_jobs_red.sql' 2024-08-22T20:28:05.1968526Z 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:05.1969422Z 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:05.1970207Z 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:05.1970956Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/validation_jobs_red.sql' 2024-08-22T20:28:05.1971791Z 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:05.1972473Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql' 2024-08-22T20:28:05.1973338Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/docker_jobs_red.lambda.json' 2024-08-22T20:28:05.1974308Z 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:05.1975051Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/nightly_jobs_red.lambda.json' 2024-08-22T20:28:05.1976028Z 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:05.1976850Z 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:05.1977687Z 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:05.1978514Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/validation_jobs_red.lambda.json' 2024-08-22T20:28:05.1979349Z 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:05.1980038Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies' 2024-08-22T20:28:05.1980658Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/prodVersions.json' 2024-08-22T20:28:05.1981478Z 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:05.1982330Z 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:05.1983181Z 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:05.1984159Z 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:05.1984984Z 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:05.1985817Z 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:05.1986610Z 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:05.1987399Z 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:05.1988290Z 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:05.1989052Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql' 2024-08-22T20:28:05.1989878Z 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:05.1990743Z 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:05.1991532Z 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:05.1992606Z 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:05.1993466Z 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:05.1994415Z 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:05.1995222Z 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:05.1996159Z 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:05.1997042Z 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:05.1997793Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis' 2024-08-22T20:28:05.1998648Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_list_userbenchmarks.sql' 2024-08-22T20:28:05.1999503Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_userbenchmark_list_commits.sql' 2024-08-22T20:28:05.2000362Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_userbenchmark_query_metrics.sql' 2024-08-22T20:28:05.2001088Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql' 2024-08-22T20:28:05.2001935Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_list_userbenchmarks.lambda.json' 2024-08-22T20:28:05.2002905Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_userbenchmark_list_commits.lambda.json' 2024-08-22T20:28:05.2003793Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_userbenchmark_query_metrics.lambda.json' 2024-08-22T20:28:05.2004417Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench' 2024-08-22T20:28:05.2005208Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization.sql' 2024-08-22T20:28:05.2006055Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization_by_activity.sql' 2024-08-22T20:28:05.2006946Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization_by_repo.sql' 2024-08-22T20:28:05.2007613Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql' 2024-08-22T20:28:05.2008390Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization.lambda.json' 2024-08-22T20:28:05.2009350Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization_by_activity.lambda.json' 2024-08-22T20:28:05.2010192Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization_by_repo.lambda.json' 2024-08-22T20:28:05.2010859Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization' 2024-08-22T20:28:05.2011476Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/rockset' 2024-08-22T20:28:05.2012360Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/backfillJobs.mjs' 2024-08-22T20:28:05.2013013Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/checkRockset.mjs' 2024-08-22T20:28:05.2013731Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/deleteOldQueryLambdaVersions.mjs' 2024-08-22T20:28:05.2014580Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/downloadQueryLambda.mjs' 2024-08-22T20:28:05.2015219Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/pushRocksetTags.mjs' 2024-08-22T20:28:05.2015944Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/updateQueueTimes.mjs' 2024-08-22T20:28:05.2016742Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/updateSlowTests.mjs' 2024-08-22T20:28:05.2017383Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/uploadQueryLambda.mjs' 2024-08-22T20:28:05.2017976Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts' 2024-08-22T20:28:05.2018545Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/styles/globals.css' 2024-08-22T20:28:05.2019104Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/styles' 2024-08-22T20:28:05.2019796Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/autoCcBot.test.ts' 2024-08-22T20:28:05.2020437Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/autoLabelBot.test.ts' 2024-08-22T20:28:05.2021147Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2024-08-22T20:28:05.2021845Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2024-08-22T20:28:05.2022463Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/closeCommands.test.ts' 2024-08-22T20:28:05.2023210Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2024-08-22T20:28:05.2023782Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/common.ts' 2024-08-22T20:28:05.2024494Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/disableFlakyBot.test.ts' 2024-08-22T20:28:05.2025092Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drci.test.ts' 2024-08-22T20:28:05.2025676Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drciBot.test.ts' 2024-08-22T20:28:05.2026306Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drciUtils.test.ts' 2024-08-22T20:28:05.2026971Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/config.json' 2024-08-22T20:28:05.2027596Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issue.json' 2024-08-22T20:28:05.2028274Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issue_comment.json' 2024-08-22T20:28:05.2028936Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issues.labeled.json' 2024-08-22T20:28:05.2029588Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issues.opened.json' 2024-08-22T20:28:05.2030267Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/known_labels.json' 2024-08-22T20:28:05.2030974Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_files.json' 2024-08-22T20:28:05.2031706Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.closed.json' 2024-08-22T20:28:05.2032407Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2024-08-22T20:28:05.2033098Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.opened.json' 2024-08-22T20:28:05.2033939Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2024-08-22T20:28:05.2034694Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2024-08-22T20:28:05.2035563Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_comment.json' 2024-08-22T20:28:05.2036315Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_review.json' 2024-08-22T20:28:05.2037062Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2024-08-22T20:28:05.2037812Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2024-08-22T20:28:05.2038537Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2024-08-22T20:28:05.2039485Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2024-08-22T20:28:05.2040264Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2024-08-22T20:28:05.2041078Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2024-08-22T20:28:05.2041914Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2024-08-22T20:28:05.2042612Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger' 2024-08-22T20:28:05.2043244Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push.json' 2024-08-22T20:28:05.2043946Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/workflow_jobs.json' 2024-08-22T20:28:05.2044665Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2024-08-22T20:28:05.2045297Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures' 2024-08-22T20:28:05.2045907Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/jobUtils.test.ts' 2024-08-22T20:28:05.2046526Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/labelCommands.test.ts' 2024-08-22T20:28:05.2047172Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/mergeCommands.test.ts' 2024-08-22T20:28:05.2047828Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/metricUtils.test.ts' 2024-08-22T20:28:05.2048429Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/reporter.js' 2024-08-22T20:28:05.2049019Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/retryBot.test.ts' 2024-08-22T20:28:05.2049647Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/searchUtils.test.ts' 2024-08-22T20:28:05.2050315Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/stripApprovals.test.ts' 2024-08-22T20:28:05.2050931Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/subscriptions.test.ts' 2024-08-22T20:28:05.2051722Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2024-08-22T20:28:05.2052264Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/utils.ts' 2024-08-22T20:28:05.2053064Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2024-08-22T20:28:05.2053699Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test' 2024-08-22T20:28:05.2054326Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/tsconfig.json' 2024-08-22T20:28:05.2054984Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/types/next-auth-d.ts' 2024-08-22T20:28:05.2055650Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/types' 2024-08-22T20:28:05.2056162Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/yarn.lock' 2024-08-22T20:28:05.2056703Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci' 2024-08-22T20:28:05.2057171Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:28:05.2057631Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch' 2024-08-22T20:28:05.2058150Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2024-08-22T20:28:05.2059019Z ##[endgroup] 2024-08-22T20:28:05.2181895Z ##[group]Run actions/checkout@v3 2024-08-22T20:28:05.2182090Z with: 2024-08-22T20:28:05.2182281Z repository: pytorch/test-infra 2024-08-22T20:28:05.2182430Z path: test-infra 2024-08-22T20:28:05.2182616Z submodules: recursive 2024-08-22T20:28:05.2182914Z token: *** 2024-08-22T20:28:05.2183153Z ssh-strict: true 2024-08-22T20:28:05.2183384Z persist-credentials: true 2024-08-22T20:28:05.2183539Z clean: true 2024-08-22T20:28:05.2183748Z sparse-checkout-cone-mode: true 2024-08-22T20:28:05.2183891Z fetch-depth: 1 2024-08-22T20:28:05.2184057Z fetch-tags: false 2024-08-22T20:28:05.2184285Z lfs: false 2024-08-22T20:28:05.2184441Z set-safe-directory: true 2024-08-22T20:28:05.2184577Z env: 2024-08-22T20:28:05.2184823Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:05.2184985Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:05.2185151Z PR_NUMBER: 1044 2024-08-22T20:28:05.2187129Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:05.2187362Z ##[endgroup] 2024-08-22T20:28:05.3240684Z Syncing repository: pytorch/test-infra 2024-08-22T20:28:05.3241736Z ##[group]Getting Git version info 2024-08-22T20:28:05.3242636Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:28:05.3243753Z [command]/usr/bin/git version 2024-08-22T20:28:05.3244293Z git version 2.40.1 2024-08-22T20:28:05.3246006Z ##[endgroup] 2024-08-22T20:28:05.3257468Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/32e9517d-0043-44cd-950c-5a868fdf06da' before making global git config changes 2024-08-22T20:28:05.3258864Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:28:05.3260188Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:05.3306839Z ##[group]Initializing the repository 2024-08-22T20:28:05.3309704Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:05.3355664Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:28:05.3356847Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:28:05.3357759Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:28:05.3358483Z hint: 2024-08-22T20:28:05.3359029Z hint: git config --global init.defaultBranch 2024-08-22T20:28:05.3359655Z hint: 2024-08-22T20:28:05.3360224Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:28:05.3361179Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:28:05.3361909Z hint: 2024-08-22T20:28:05.3362303Z hint: git branch -m 2024-08-22T20:28:05.3363524Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2024-08-22T20:28:05.3369540Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-08-22T20:28:05.3413346Z ##[endgroup] 2024-08-22T20:28:05.3414047Z ##[group]Disabling automatic garbage collection 2024-08-22T20:28:05.3416416Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:28:05.3458470Z ##[endgroup] 2024-08-22T20:28:05.3459207Z ##[group]Setting up auth 2024-08-22T20:28:05.3463351Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:28:05.3506709Z [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:05.3863385Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:28:05.3910670Z [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:05.4269882Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:05.4326144Z ##[endgroup] 2024-08-22T20:28:05.4326913Z ##[group]Determining the default branch 2024-08-22T20:28:05.4329345Z Retrieving the default branch name 2024-08-22T20:28:05.5932177Z Default branch 'main' 2024-08-22T20:28:05.5933034Z ##[endgroup] 2024-08-22T20:28:05.5933721Z ##[group]Fetching the repository 2024-08-22T20:28:05.5938281Z [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:05.7997938Z remote: Enumerating objects: 1649, done. 2024-08-22T20:28:05.7998685Z remote: Counting objects: 0% (1/1649) 2024-08-22T20:28:05.7999434Z remote: Counting objects: 1% (17/1649) 2024-08-22T20:28:05.8000076Z remote: Counting objects: 2% (33/1649) 2024-08-22T20:28:05.8000798Z remote: Counting objects: 3% (50/1649) 2024-08-22T20:28:05.8001677Z remote: Counting objects: 4% (66/1649) 2024-08-22T20:28:05.8002374Z remote: Counting objects: 5% (83/1649) 2024-08-22T20:28:05.8003208Z remote: Counting objects: 6% (99/1649) 2024-08-22T20:28:05.8003990Z remote: Counting objects: 7% (116/1649) 2024-08-22T20:28:05.8004804Z remote: Counting objects: 8% (132/1649) 2024-08-22T20:28:05.8005457Z remote: Counting objects: 9% (149/1649) 2024-08-22T20:28:05.8006060Z remote: Counting objects: 10% (165/1649) 2024-08-22T20:28:05.8006599Z remote: Counting objects: 11% (182/1649) 2024-08-22T20:28:05.8007283Z remote: Counting objects: 12% (198/1649) 2024-08-22T20:28:05.8007937Z remote: Counting objects: 13% (215/1649) 2024-08-22T20:28:05.8008516Z remote: Counting objects: 14% (231/1649) 2024-08-22T20:28:05.8009100Z remote: Counting objects: 15% (248/1649) 2024-08-22T20:28:05.8009694Z remote: Counting objects: 16% (264/1649) 2024-08-22T20:28:05.8010277Z remote: Counting objects: 17% (281/1649) 2024-08-22T20:28:05.8010926Z remote: Counting objects: 18% (297/1649) 2024-08-22T20:28:05.8011465Z remote: Counting objects: 19% (314/1649) 2024-08-22T20:28:05.8012290Z remote: Counting objects: 20% (330/1649) 2024-08-22T20:28:05.8012952Z remote: Counting objects: 21% (347/1649) 2024-08-22T20:28:05.8013543Z remote: Counting objects: 22% (363/1649) 2024-08-22T20:28:05.8014114Z remote: Counting objects: 23% (380/1649) 2024-08-22T20:28:05.8014752Z remote: Counting objects: 24% (396/1649) 2024-08-22T20:28:05.8015358Z remote: Counting objects: 25% (413/1649) 2024-08-22T20:28:05.8015941Z remote: Counting objects: 26% (429/1649) 2024-08-22T20:28:05.8016805Z remote: Counting objects: 27% (446/1649) 2024-08-22T20:28:05.8017341Z remote: Counting objects: 28% (462/1649) 2024-08-22T20:28:05.8017935Z remote: Counting objects: 29% (479/1649) 2024-08-22T20:28:05.8018556Z remote: Counting objects: 30% (495/1649) 2024-08-22T20:28:05.8019096Z remote: Counting objects: 31% (512/1649) 2024-08-22T20:28:05.8019695Z remote: Counting objects: 32% (528/1649) 2024-08-22T20:28:05.8020322Z remote: Counting objects: 33% (545/1649) 2024-08-22T20:28:05.8020856Z remote: Counting objects: 34% (561/1649) 2024-08-22T20:28:05.8021447Z remote: Counting objects: 35% (578/1649) 2024-08-22T20:28:05.8022128Z remote: Counting objects: 36% (594/1649) 2024-08-22T20:28:05.8022726Z remote: Counting objects: 37% (611/1649) 2024-08-22T20:28:05.8023486Z remote: Counting objects: 38% (627/1649) 2024-08-22T20:28:05.8024125Z remote: Counting objects: 39% (644/1649) 2024-08-22T20:28:05.8024726Z remote: Counting objects: 40% (660/1649) 2024-08-22T20:28:05.8025260Z remote: Counting objects: 41% (677/1649) 2024-08-22T20:28:05.8025894Z remote: Counting objects: 42% (693/1649) 2024-08-22T20:28:05.8026487Z remote: Counting objects: 43% (710/1649) 2024-08-22T20:28:05.8027022Z remote: Counting objects: 44% (726/1649) 2024-08-22T20:28:05.8027643Z remote: Counting objects: 45% (743/1649) 2024-08-22T20:28:05.8028236Z remote: Counting objects: 46% (759/1649) 2024-08-22T20:28:05.8028774Z remote: Counting objects: 47% (776/1649) 2024-08-22T20:28:05.8029487Z remote: Counting objects: 48% (792/1649) 2024-08-22T20:28:05.8030067Z remote: Counting objects: 49% (809/1649) 2024-08-22T20:28:05.8030607Z remote: Counting objects: 50% (825/1649) 2024-08-22T20:28:05.8031259Z remote: Counting objects: 51% (841/1649) 2024-08-22T20:28:05.8031842Z remote: Counting objects: 52% (858/1649) 2024-08-22T20:28:05.8032384Z remote: Counting objects: 53% (874/1649) 2024-08-22T20:28:05.8033029Z remote: Counting objects: 54% (891/1649) 2024-08-22T20:28:05.8033616Z remote: Counting objects: 55% (907/1649) 2024-08-22T20:28:05.8034154Z remote: Counting objects: 56% (924/1649) 2024-08-22T20:28:05.8034802Z remote: Counting objects: 57% (940/1649) 2024-08-22T20:28:05.8035387Z remote: Counting objects: 58% (957/1649) 2024-08-22T20:28:05.8036160Z remote: Counting objects: 59% (973/1649) 2024-08-22T20:28:05.8036761Z remote: Counting objects: 60% (990/1649) 2024-08-22T20:28:05.8037354Z remote: Counting objects: 61% (1006/1649) 2024-08-22T20:28:05.8037982Z remote: Counting objects: 62% (1023/1649) 2024-08-22T20:28:05.8038610Z remote: Counting objects: 63% (1039/1649) 2024-08-22T20:28:05.8039363Z remote: Counting objects: 64% (1056/1649) 2024-08-22T20:28:05.8040306Z remote: Counting objects: 65% (1072/1649) 2024-08-22T20:28:05.8041092Z remote: Counting objects: 66% (1089/1649) 2024-08-22T20:28:05.8041877Z remote: Counting objects: 67% (1105/1649) 2024-08-22T20:28:05.8042751Z remote: Counting objects: 68% (1122/1649) 2024-08-22T20:28:05.8043451Z remote: Counting objects: 69% (1138/1649) 2024-08-22T20:28:05.8044050Z remote: Counting objects: 70% (1155/1649) 2024-08-22T20:28:05.8044812Z remote: Counting objects: 71% (1171/1649) 2024-08-22T20:28:05.8045371Z remote: Counting objects: 72% (1188/1649) 2024-08-22T20:28:05.8045964Z remote: Counting objects: 73% (1204/1649) 2024-08-22T20:28:05.8046625Z remote: Counting objects: 74% (1221/1649) 2024-08-22T20:28:05.8047182Z remote: Counting objects: 75% (1237/1649) 2024-08-22T20:28:05.8047814Z remote: Counting objects: 76% (1254/1649) 2024-08-22T20:28:05.8048462Z remote: Counting objects: 77% (1270/1649) 2024-08-22T20:28:05.8049165Z remote: Counting objects: 78% (1287/1649) 2024-08-22T20:28:05.8049748Z remote: Counting objects: 79% (1303/1649) 2024-08-22T20:28:05.8050396Z remote: Counting objects: 80% (1320/1649) 2024-08-22T20:28:05.8051026Z remote: Counting objects: 81% (1336/1649) 2024-08-22T20:28:05.8051581Z remote: Counting objects: 82% (1353/1649) 2024-08-22T20:28:05.8052300Z remote: Counting objects: 83% (1369/1649) 2024-08-22T20:28:05.8052930Z remote: Counting objects: 84% (1386/1649) 2024-08-22T20:28:05.8053545Z remote: Counting objects: 85% (1402/1649) 2024-08-22T20:28:05.8054193Z remote: Counting objects: 86% (1419/1649) 2024-08-22T20:28:05.8054821Z remote: Counting objects: 87% (1435/1649) 2024-08-22T20:28:05.8055383Z remote: Counting objects: 88% (1452/1649) 2024-08-22T20:28:05.8056119Z remote: Counting objects: 89% (1468/1649) 2024-08-22T20:28:05.8056745Z remote: Counting objects: 90% (1485/1649) 2024-08-22T20:28:05.8057315Z remote: Counting objects: 91% (1501/1649) 2024-08-22T20:28:05.8058004Z remote: Counting objects: 92% (1518/1649) 2024-08-22T20:28:05.8058597Z remote: Counting objects: 93% (1534/1649) 2024-08-22T20:28:05.8059359Z remote: Counting objects: 94% (1551/1649) 2024-08-22T20:28:05.8059942Z remote: Counting objects: 95% (1567/1649) 2024-08-22T20:28:05.8060538Z remote: Counting objects: 96% (1584/1649) 2024-08-22T20:28:05.8061186Z remote: Counting objects: 97% (1600/1649) 2024-08-22T20:28:05.8061768Z remote: Counting objects: 98% (1617/1649) 2024-08-22T20:28:05.8062368Z remote: Counting objects: 99% (1633/1649) 2024-08-22T20:28:05.8063016Z remote: Counting objects: 100% (1649/1649) 2024-08-22T20:28:05.8063669Z remote: Counting objects: 100% (1649/1649), done. 2024-08-22T20:28:05.8064278Z remote: Compressing objects: 0% (1/1260) 2024-08-22T20:28:05.8064973Z remote: Compressing objects: 1% (13/1260) 2024-08-22T20:28:05.8065599Z remote: Compressing objects: 2% (26/1260) 2024-08-22T20:28:05.8066174Z remote: Compressing objects: 3% (38/1260) 2024-08-22T20:28:05.8066911Z remote: Compressing objects: 4% (51/1260) 2024-08-22T20:28:05.8067520Z remote: Compressing objects: 5% (63/1260) 2024-08-22T20:28:05.8068089Z remote: Compressing objects: 6% (76/1260) 2024-08-22T20:28:05.8068757Z remote: Compressing objects: 7% (89/1260) 2024-08-22T20:28:05.8069368Z remote: Compressing objects: 8% (101/1260) 2024-08-22T20:28:05.8069956Z remote: Compressing objects: 9% (114/1260) 2024-08-22T20:28:05.8070650Z remote: Compressing objects: 10% (126/1260) 2024-08-22T20:28:05.8071269Z remote: Compressing objects: 11% (139/1260) 2024-08-22T20:28:05.8071855Z remote: Compressing objects: 12% (152/1260) 2024-08-22T20:28:05.8072534Z remote: Compressing objects: 13% (164/1260) 2024-08-22T20:28:05.8073151Z remote: Compressing objects: 14% (177/1260) 2024-08-22T20:28:05.8073785Z remote: Compressing objects: 15% (189/1260) 2024-08-22T20:28:05.8074534Z remote: Compressing objects: 16% (202/1260) 2024-08-22T20:28:05.8075146Z remote: Compressing objects: 17% (215/1260) 2024-08-22T20:28:05.8075780Z remote: Compressing objects: 18% (227/1260) 2024-08-22T20:28:05.8076519Z remote: Compressing objects: 19% (240/1260) 2024-08-22T20:28:05.8077132Z remote: Compressing objects: 20% (252/1260) 2024-08-22T20:28:05.8077772Z remote: Compressing objects: 21% (265/1260) 2024-08-22T20:28:05.8078394Z remote: Compressing objects: 22% (278/1260) 2024-08-22T20:28:05.8079002Z remote: Compressing objects: 23% (290/1260) 2024-08-22T20:28:05.8079634Z remote: Compressing objects: 24% (303/1260) 2024-08-22T20:28:05.8080272Z remote: Compressing objects: 25% (315/1260) 2024-08-22T20:28:05.8080886Z remote: Compressing objects: 26% (328/1260) 2024-08-22T20:28:05.8081676Z remote: Compressing objects: 27% (341/1260) 2024-08-22T20:28:05.8082312Z remote: Compressing objects: 28% (353/1260) 2024-08-22T20:28:05.8082941Z remote: Compressing objects: 29% (366/1260) 2024-08-22T20:28:05.8083601Z remote: Compressing objects: 30% (378/1260) 2024-08-22T20:28:05.8084216Z remote: Compressing objects: 31% (391/1260) 2024-08-22T20:28:05.8084843Z remote: Compressing objects: 32% (404/1260) 2024-08-22T20:28:05.8085450Z remote: Compressing objects: 33% (416/1260) 2024-08-22T20:28:05.8086072Z remote: Compressing objects: 34% (429/1260) 2024-08-22T20:28:05.8086709Z remote: Compressing objects: 35% (441/1260) 2024-08-22T20:28:05.8087316Z remote: Compressing objects: 36% (454/1260) 2024-08-22T20:28:05.8088076Z remote: Compressing objects: 37% (467/1260) 2024-08-22T20:28:05.8088720Z remote: Compressing objects: 38% (479/1260) 2024-08-22T20:28:05.8089333Z remote: Compressing objects: 39% (492/1260) 2024-08-22T20:28:05.8090016Z remote: Compressing objects: 40% (504/1260) 2024-08-22T20:28:05.8090591Z remote: Compressing objects: 41% (517/1260) 2024-08-22T20:28:05.8091200Z remote: Compressing objects: 42% (530/1260) 2024-08-22T20:28:05.8091877Z remote: Compressing objects: 43% (542/1260) 2024-08-22T20:28:05.8092451Z remote: Compressing objects: 44% (555/1260) 2024-08-22T20:28:05.8093083Z remote: Compressing objects: 45% (567/1260) 2024-08-22T20:28:05.8093785Z remote: Compressing objects: 46% (580/1260) 2024-08-22T20:28:05.8094362Z remote: Compressing objects: 47% (593/1260) 2024-08-22T20:28:05.8094988Z remote: Compressing objects: 48% (605/1260) 2024-08-22T20:28:05.8095644Z remote: Compressing objects: 49% (618/1260) 2024-08-22T20:28:05.8096284Z remote: Compressing objects: 50% (630/1260) 2024-08-22T20:28:05.8096919Z remote: Compressing objects: 51% (643/1260) 2024-08-22T20:28:05.8097599Z remote: Compressing objects: 52% (656/1260) 2024-08-22T20:28:05.8098172Z remote: Compressing objects: 53% (668/1260) 2024-08-22T20:28:05.8098803Z remote: Compressing objects: 54% (681/1260) 2024-08-22T20:28:05.8099461Z remote: Compressing objects: 55% (693/1260) 2024-08-22T20:28:05.8100100Z remote: Compressing objects: 56% (706/1260) 2024-08-22T20:28:05.8100682Z remote: Compressing objects: 57% (719/1260) 2024-08-22T20:28:05.8101342Z remote: Compressing objects: 58% (731/1260) 2024-08-22T20:28:05.8101976Z remote: Compressing objects: 59% (744/1260) 2024-08-22T20:28:05.8102550Z remote: Compressing objects: 60% (756/1260) 2024-08-22T20:28:05.8103228Z remote: Compressing objects: 61% (769/1260) 2024-08-22T20:28:05.8103973Z remote: Compressing objects: 62% (782/1260) 2024-08-22T20:28:05.8104550Z remote: Compressing objects: 63% (794/1260) 2024-08-22T20:28:05.8105214Z remote: Compressing objects: 64% (807/1260) 2024-08-22T20:28:05.8105841Z remote: Compressing objects: 65% (819/1260) 2024-08-22T20:28:05.8106417Z remote: Compressing objects: 66% (832/1260) 2024-08-22T20:28:05.8107072Z remote: Compressing objects: 67% (845/1260) 2024-08-22T20:28:05.8107706Z remote: Compressing objects: 68% (857/1260) 2024-08-22T20:28:05.8108283Z remote: Compressing objects: 69% (870/1260) 2024-08-22T20:28:05.8108941Z remote: Compressing objects: 70% (882/1260) 2024-08-22T20:28:05.8109572Z remote: Compressing objects: 71% (895/1260) 2024-08-22T20:28:05.8110149Z remote: Compressing objects: 72% (908/1260) 2024-08-22T20:28:05.8110905Z remote: Compressing objects: 73% (920/1260) 2024-08-22T20:28:05.8111513Z remote: Compressing objects: 74% (933/1260) 2024-08-22T20:28:05.8112404Z remote: Compressing objects: 75% (945/1260) 2024-08-22T20:28:05.8113162Z remote: Compressing objects: 76% (958/1260) 2024-08-22T20:28:05.8113967Z remote: Compressing objects: 77% (971/1260) 2024-08-22T20:28:05.8114616Z remote: Compressing objects: 78% (983/1260) 2024-08-22T20:28:05.8115243Z remote: Compressing objects: 79% (996/1260) 2024-08-22T20:28:05.8115864Z remote: Compressing objects: 80% (1008/1260) 2024-08-22T20:28:05.8116585Z remote: Compressing objects: 81% (1021/1260) 2024-08-22T20:28:05.8117339Z remote: Compressing objects: 82% (1034/1260) 2024-08-22T20:28:05.8117983Z remote: Compressing objects: 83% (1046/1260) 2024-08-22T20:28:05.8118645Z remote: Compressing objects: 84% (1059/1260) 2024-08-22T20:28:05.8119402Z remote: Compressing objects: 85% (1071/1260) 2024-08-22T20:28:05.8120046Z remote: Compressing objects: 86% (1084/1260) 2024-08-22T20:28:05.8120859Z remote: Compressing objects: 87% (1097/1260) 2024-08-22T20:28:05.8121524Z remote: Compressing objects: 88% (1109/1260) 2024-08-22T20:28:05.8122191Z remote: Compressing objects: 89% (1122/1260) 2024-08-22T20:28:05.8122818Z remote: Compressing objects: 90% (1134/1260) 2024-08-22T20:28:05.8123517Z remote: Compressing objects: 91% (1147/1260) 2024-08-22T20:28:05.8124164Z remote: Compressing objects: 92% (1160/1260) 2024-08-22T20:28:05.8124784Z remote: Compressing objects: 93% (1172/1260) 2024-08-22T20:28:05.8125459Z remote: Compressing objects: 94% (1185/1260) 2024-08-22T20:28:05.8126077Z remote: Compressing objects: 95% (1197/1260) 2024-08-22T20:28:05.8126763Z remote: Compressing objects: 96% (1210/1260) 2024-08-22T20:28:05.8127433Z remote: Compressing objects: 97% (1223/1260) 2024-08-22T20:28:05.8128191Z remote: Compressing objects: 98% (1235/1260) 2024-08-22T20:28:05.8128811Z remote: Compressing objects: 99% (1248/1260) 2024-08-22T20:28:05.8129544Z remote: Compressing objects: 100% (1260/1260) 2024-08-22T20:28:05.8130166Z remote: Compressing objects: 100% (1260/1260), done. 2024-08-22T20:28:05.8130792Z Receiving objects: 0% (1/1649) 2024-08-22T20:28:05.8131350Z Receiving objects: 1% (17/1649) 2024-08-22T20:28:05.8141437Z Receiving objects: 2% (33/1649) 2024-08-22T20:28:05.8146512Z Receiving objects: 3% (50/1649) 2024-08-22T20:28:05.8157408Z Receiving objects: 4% (66/1649) 2024-08-22T20:28:05.8163052Z Receiving objects: 5% (83/1649) 2024-08-22T20:28:05.8168679Z Receiving objects: 6% (99/1649) 2024-08-22T20:28:05.8171982Z Receiving objects: 7% (116/1649) 2024-08-22T20:28:05.8174106Z Receiving objects: 8% (132/1649) 2024-08-22T20:28:05.8179028Z Receiving objects: 9% (149/1649) 2024-08-22T20:28:05.8182747Z Receiving objects: 10% (165/1649) 2024-08-22T20:28:05.8185821Z Receiving objects: 11% (182/1649) 2024-08-22T20:28:05.8189063Z Receiving objects: 12% (198/1649) 2024-08-22T20:28:05.8410368Z Receiving objects: 13% (215/1649) 2024-08-22T20:28:05.8487741Z Receiving objects: 14% (231/1649) 2024-08-22T20:28:05.8491667Z Receiving objects: 15% (248/1649) 2024-08-22T20:28:05.8495543Z Receiving objects: 16% (264/1649) 2024-08-22T20:28:05.8500154Z Receiving objects: 17% (281/1649) 2024-08-22T20:28:05.8538325Z Receiving objects: 18% (297/1649) 2024-08-22T20:28:05.8549926Z Receiving objects: 19% (314/1649) 2024-08-22T20:28:05.8551438Z Receiving objects: 20% (330/1649) 2024-08-22T20:28:05.8556252Z Receiving objects: 21% (347/1649) 2024-08-22T20:28:05.8560356Z Receiving objects: 22% (363/1649) 2024-08-22T20:28:05.8564001Z Receiving objects: 23% (380/1649) 2024-08-22T20:28:05.8574415Z Receiving objects: 24% (396/1649) 2024-08-22T20:28:05.8591264Z Receiving objects: 25% (413/1649) 2024-08-22T20:28:05.8594227Z Receiving objects: 26% (429/1649) 2024-08-22T20:28:05.8596106Z Receiving objects: 27% (446/1649) 2024-08-22T20:28:05.8603317Z Receiving objects: 28% (462/1649) 2024-08-22T20:28:05.8606364Z Receiving objects: 29% (479/1649) 2024-08-22T20:28:05.8616204Z Receiving objects: 30% (495/1649) 2024-08-22T20:28:05.8623400Z Receiving objects: 31% (512/1649) 2024-08-22T20:28:05.8629691Z Receiving objects: 32% (528/1649) 2024-08-22T20:28:05.8638418Z Receiving objects: 33% (545/1649) 2024-08-22T20:28:05.8639322Z Receiving objects: 34% (561/1649) 2024-08-22T20:28:05.8642318Z Receiving objects: 35% (578/1649) 2024-08-22T20:28:05.8648175Z Receiving objects: 36% (594/1649) 2024-08-22T20:28:05.8654836Z Receiving objects: 37% (611/1649) 2024-08-22T20:28:05.8658232Z Receiving objects: 38% (627/1649) 2024-08-22T20:28:05.8662794Z Receiving objects: 39% (644/1649) 2024-08-22T20:28:05.8668079Z Receiving objects: 40% (660/1649) 2024-08-22T20:28:05.8672950Z Receiving objects: 41% (677/1649) 2024-08-22T20:28:05.8677933Z Receiving objects: 42% (693/1649) 2024-08-22T20:28:05.8681351Z Receiving objects: 43% (710/1649) 2024-08-22T20:28:05.8684432Z Receiving objects: 44% (726/1649) 2024-08-22T20:28:05.8688516Z Receiving objects: 45% (743/1649) 2024-08-22T20:28:05.8692992Z Receiving objects: 46% (759/1649) 2024-08-22T20:28:05.8695885Z Receiving objects: 47% (776/1649) 2024-08-22T20:28:05.8699450Z Receiving objects: 48% (792/1649) 2024-08-22T20:28:05.8702793Z Receiving objects: 49% (809/1649) 2024-08-22T20:28:05.8707580Z Receiving objects: 50% (825/1649) 2024-08-22T20:28:05.8710697Z Receiving objects: 51% (841/1649) 2024-08-22T20:28:05.8713925Z Receiving objects: 52% (858/1649) 2024-08-22T20:28:05.8719672Z Receiving objects: 53% (874/1649) 2024-08-22T20:28:05.8723355Z Receiving objects: 54% (891/1649) 2024-08-22T20:28:05.8725301Z Receiving objects: 55% (907/1649) 2024-08-22T20:28:05.8728370Z Receiving objects: 56% (924/1649) 2024-08-22T20:28:05.8732055Z Receiving objects: 57% (940/1649) 2024-08-22T20:28:05.8737858Z Receiving objects: 58% (957/1649) 2024-08-22T20:28:05.8746328Z Receiving objects: 59% (973/1649) 2024-08-22T20:28:05.8750032Z Receiving objects: 60% (990/1649) 2024-08-22T20:28:05.8754130Z Receiving objects: 61% (1006/1649) 2024-08-22T20:28:05.8757927Z Receiving objects: 62% (1023/1649) 2024-08-22T20:28:05.8763602Z Receiving objects: 63% (1039/1649) 2024-08-22T20:28:05.8769244Z Receiving objects: 64% (1056/1649) 2024-08-22T20:28:05.8773824Z Receiving objects: 65% (1072/1649) 2024-08-22T20:28:05.8776163Z Receiving objects: 66% (1089/1649) 2024-08-22T20:28:05.8780665Z Receiving objects: 67% (1105/1649) 2024-08-22T20:28:05.8785037Z Receiving objects: 68% (1122/1649) 2024-08-22T20:28:05.8791343Z Receiving objects: 69% (1138/1649) 2024-08-22T20:28:05.8797462Z Receiving objects: 70% (1155/1649) 2024-08-22T20:28:05.8805114Z Receiving objects: 71% (1171/1649) 2024-08-22T20:28:05.8813148Z Receiving objects: 72% (1188/1649) 2024-08-22T20:28:05.8851245Z Receiving objects: 73% (1204/1649) 2024-08-22T20:28:05.8856827Z Receiving objects: 74% (1221/1649) 2024-08-22T20:28:05.8939384Z Receiving objects: 75% (1237/1649) 2024-08-22T20:28:05.8940785Z Receiving objects: 76% (1254/1649) 2024-08-22T20:28:05.8946659Z Receiving objects: 77% (1270/1649) 2024-08-22T20:28:05.8948241Z Receiving objects: 78% (1287/1649) 2024-08-22T20:28:05.8950972Z Receiving objects: 79% (1303/1649) 2024-08-22T20:28:05.8957822Z Receiving objects: 80% (1320/1649) 2024-08-22T20:28:05.8966030Z Receiving objects: 81% (1336/1649) 2024-08-22T20:28:05.9007987Z Receiving objects: 82% (1353/1649) 2024-08-22T20:28:05.9010275Z Receiving objects: 83% (1369/1649) 2024-08-22T20:28:05.9014900Z Receiving objects: 84% (1386/1649) 2024-08-22T20:28:05.9017431Z Receiving objects: 85% (1402/1649) 2024-08-22T20:28:05.9018657Z Receiving objects: 86% (1419/1649) 2024-08-22T20:28:05.9019240Z Receiving objects: 87% (1435/1649) 2024-08-22T20:28:05.9020482Z Receiving objects: 88% (1452/1649) 2024-08-22T20:28:05.9023708Z Receiving objects: 89% (1468/1649) 2024-08-22T20:28:05.9026426Z Receiving objects: 90% (1485/1649) 2024-08-22T20:28:05.9027676Z Receiving objects: 91% (1501/1649) 2024-08-22T20:28:05.9028327Z Receiving objects: 92% (1518/1649) 2024-08-22T20:28:05.9029583Z Receiving objects: 93% (1534/1649) 2024-08-22T20:28:05.9032933Z Receiving objects: 94% (1551/1649) 2024-08-22T20:28:05.9033995Z Receiving objects: 95% (1567/1649) 2024-08-22T20:28:05.9041309Z Receiving objects: 96% (1584/1649) 2024-08-22T20:28:05.9053202Z Receiving objects: 97% (1600/1649) 2024-08-22T20:28:05.9064066Z Receiving objects: 98% (1617/1649) 2024-08-22T20:28:05.9083663Z Receiving objects: 99% (1633/1649) 2024-08-22T20:28:05.9084665Z remote: Total 1649 (delta 371), reused 1069 (delta 267), pack-reused 0 (from 0) 2024-08-22T20:28:05.9100426Z Receiving objects: 100% (1649/1649) 2024-08-22T20:28:05.9101192Z Receiving objects: 100% (1649/1649), 2.83 MiB | 27.36 MiB/s, done. 2024-08-22T20:28:05.9107080Z Resolving deltas: 0% (0/371) 2024-08-22T20:28:05.9109485Z Resolving deltas: 1% (4/371) 2024-08-22T20:28:05.9111205Z Resolving deltas: 2% (8/371) 2024-08-22T20:28:05.9112136Z Resolving deltas: 3% (12/371) 2024-08-22T20:28:05.9114611Z Resolving deltas: 4% (15/371) 2024-08-22T20:28:05.9115297Z Resolving deltas: 5% (21/371) 2024-08-22T20:28:05.9116096Z Resolving deltas: 6% (23/371) 2024-08-22T20:28:05.9116683Z Resolving deltas: 7% (26/371) 2024-08-22T20:28:05.9117261Z Resolving deltas: 8% (30/371) 2024-08-22T20:28:05.9119078Z Resolving deltas: 9% (34/371) 2024-08-22T20:28:05.9119597Z Resolving deltas: 10% (38/371) 2024-08-22T20:28:05.9120718Z Resolving deltas: 11% (41/371) 2024-08-22T20:28:05.9122861Z Resolving deltas: 12% (45/371) 2024-08-22T20:28:05.9123674Z Resolving deltas: 13% (50/371) 2024-08-22T20:28:05.9125963Z Resolving deltas: 14% (52/371) 2024-08-22T20:28:05.9126527Z Resolving deltas: 15% (57/371) 2024-08-22T20:28:05.9140593Z Resolving deltas: 16% (60/371) 2024-08-22T20:28:05.9141603Z Resolving deltas: 17% (65/371) 2024-08-22T20:28:05.9142882Z Resolving deltas: 18% (67/371) 2024-08-22T20:28:05.9144239Z Resolving deltas: 19% (71/371) 2024-08-22T20:28:05.9144907Z Resolving deltas: 20% (75/371) 2024-08-22T20:28:05.9145658Z Resolving deltas: 21% (78/371) 2024-08-22T20:28:05.9146360Z Resolving deltas: 22% (84/371) 2024-08-22T20:28:05.9147502Z Resolving deltas: 23% (86/371) 2024-08-22T20:28:05.9148274Z Resolving deltas: 24% (90/371) 2024-08-22T20:28:05.9149218Z Resolving deltas: 25% (93/371) 2024-08-22T20:28:05.9150585Z Resolving deltas: 26% (97/371) 2024-08-22T20:28:05.9151286Z Resolving deltas: 27% (101/371) 2024-08-22T20:28:05.9151972Z Resolving deltas: 28% (104/371) 2024-08-22T20:28:05.9158049Z Resolving deltas: 29% (109/371) 2024-08-22T20:28:05.9159408Z Resolving deltas: 30% (112/371) 2024-08-22T20:28:05.9160703Z Resolving deltas: 31% (116/371) 2024-08-22T20:28:05.9162210Z Resolving deltas: 32% (119/371) 2024-08-22T20:28:05.9163514Z Resolving deltas: 33% (123/371) 2024-08-22T20:28:05.9164419Z Resolving deltas: 34% (127/371) 2024-08-22T20:28:05.9165918Z Resolving deltas: 35% (130/371) 2024-08-22T20:28:05.9167917Z Resolving deltas: 36% (134/371) 2024-08-22T20:28:05.9168707Z Resolving deltas: 37% (139/371) 2024-08-22T20:28:05.9169597Z Resolving deltas: 38% (141/371) 2024-08-22T20:28:05.9172342Z Resolving deltas: 39% (145/371) 2024-08-22T20:28:05.9172924Z Resolving deltas: 40% (149/371) 2024-08-22T20:28:05.9173791Z Resolving deltas: 41% (154/371) 2024-08-22T20:28:05.9174490Z Resolving deltas: 42% (156/371) 2024-08-22T20:28:05.9175856Z Resolving deltas: 43% (160/371) 2024-08-22T20:28:05.9176826Z Resolving deltas: 44% (165/371) 2024-08-22T20:28:05.9177780Z Resolving deltas: 45% (168/371) 2024-08-22T20:28:05.9178433Z Resolving deltas: 46% (171/371) 2024-08-22T20:28:05.9179327Z Resolving deltas: 47% (175/371) 2024-08-22T20:28:05.9179937Z Resolving deltas: 48% (179/371) 2024-08-22T20:28:05.9180600Z Resolving deltas: 49% (183/371) 2024-08-22T20:28:05.9181323Z Resolving deltas: 50% (186/371) 2024-08-22T20:28:05.9181931Z Resolving deltas: 51% (190/371) 2024-08-22T20:28:05.9183075Z Resolving deltas: 52% (193/371) 2024-08-22T20:28:05.9184773Z Resolving deltas: 53% (197/371) 2024-08-22T20:28:05.9185374Z Resolving deltas: 54% (202/371) 2024-08-22T20:28:05.9188148Z Resolving deltas: 55% (205/371) 2024-08-22T20:28:05.9188696Z Resolving deltas: 56% (208/371) 2024-08-22T20:28:05.9190164Z Resolving deltas: 57% (212/371) 2024-08-22T20:28:05.9190828Z Resolving deltas: 58% (216/371) 2024-08-22T20:28:05.9191686Z Resolving deltas: 59% (219/371) 2024-08-22T20:28:05.9193014Z Resolving deltas: 60% (223/371) 2024-08-22T20:28:05.9194574Z Resolving deltas: 61% (227/371) 2024-08-22T20:28:05.9195086Z Resolving deltas: 62% (232/371) 2024-08-22T20:28:05.9198208Z Resolving deltas: 63% (234/371) 2024-08-22T20:28:05.9199566Z Resolving deltas: 64% (239/371) 2024-08-22T20:28:05.9201844Z Resolving deltas: 65% (242/371) 2024-08-22T20:28:05.9203001Z Resolving deltas: 66% (245/371) 2024-08-22T20:28:05.9203704Z Resolving deltas: 67% (249/371) 2024-08-22T20:28:05.9204279Z Resolving deltas: 68% (253/371) 2024-08-22T20:28:05.9204826Z Resolving deltas: 69% (258/371) 2024-08-22T20:28:05.9205515Z Resolving deltas: 70% (260/371) 2024-08-22T20:28:05.9206270Z Resolving deltas: 71% (264/371) 2024-08-22T20:28:05.9206978Z Resolving deltas: 72% (268/371) 2024-08-22T20:28:05.9207758Z Resolving deltas: 73% (271/371) 2024-08-22T20:28:05.9208378Z Resolving deltas: 74% (276/371) 2024-08-22T20:28:05.9208950Z Resolving deltas: 75% (279/371) 2024-08-22T20:28:05.9209716Z Resolving deltas: 76% (283/371) 2024-08-22T20:28:05.9210307Z Resolving deltas: 77% (286/371) 2024-08-22T20:28:05.9210865Z Resolving deltas: 78% (290/371) 2024-08-22T20:28:05.9211588Z Resolving deltas: 79% (294/371) 2024-08-22T20:28:05.9212403Z Resolving deltas: 80% (297/371) 2024-08-22T20:28:05.9213035Z Resolving deltas: 81% (301/371) 2024-08-22T20:28:05.9213757Z Resolving deltas: 82% (305/371) 2024-08-22T20:28:05.9214348Z Resolving deltas: 83% (309/371) 2024-08-22T20:28:05.9214824Z Resolving deltas: 84% (312/371) 2024-08-22T20:28:05.9215381Z Resolving deltas: 85% (316/371) 2024-08-22T20:28:05.9215987Z Resolving deltas: 86% (322/371) 2024-08-22T20:28:05.9216628Z Resolving deltas: 87% (323/371) 2024-08-22T20:28:05.9217386Z Resolving deltas: 88% (328/371) 2024-08-22T20:28:05.9218036Z Resolving deltas: 89% (331/371) 2024-08-22T20:28:05.9218759Z Resolving deltas: 90% (335/371) 2024-08-22T20:28:05.9219566Z Resolving deltas: 91% (338/371) 2024-08-22T20:28:05.9220217Z Resolving deltas: 92% (342/371) 2024-08-22T20:28:05.9220855Z Resolving deltas: 93% (347/371) 2024-08-22T20:28:05.9221701Z Resolving deltas: 94% (349/371) 2024-08-22T20:28:05.9222350Z Resolving deltas: 95% (353/371) 2024-08-22T20:28:05.9222993Z Resolving deltas: 96% (357/371) 2024-08-22T20:28:05.9223724Z Resolving deltas: 97% (360/371) 2024-08-22T20:28:05.9224531Z Resolving deltas: 98% (365/371) 2024-08-22T20:28:05.9224997Z Resolving deltas: 99% (369/371) 2024-08-22T20:28:05.9227023Z Resolving deltas: 100% (371/371) 2024-08-22T20:28:05.9227527Z Resolving deltas: 100% (371/371), done. 2024-08-22T20:28:06.0193117Z From https://github.com/pytorch/test-infra 2024-08-22T20:28:06.0194021Z * [new branch] main -> origin/main 2024-08-22T20:28:06.0219349Z ##[endgroup] 2024-08-22T20:28:06.0220019Z ##[group]Determining the checkout info 2024-08-22T20:28:06.0221472Z ##[endgroup] 2024-08-22T20:28:06.0222110Z ##[group]Checking out the ref 2024-08-22T20:28:06.0225945Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-08-22T20:28:06.1415096Z Switched to a new branch 'main' 2024-08-22T20:28:06.1415744Z branch 'main' set up to track 'origin/main'. 2024-08-22T20:28:06.1427447Z ##[endgroup] 2024-08-22T20:28:06.1428615Z ##[group]Setting up auth for fetching submodules 2024-08-22T20:28:06.1432868Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:06.1498266Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-22T20:28:06.1545417Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-22T20:28:06.1593011Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-22T20:28:06.1637396Z ##[endgroup] 2024-08-22T20:28:06.1638861Z ##[group]Fetching submodules 2024-08-22T20:28:06.1640490Z [command]/usr/bin/git submodule sync --recursive 2024-08-22T20:28:06.2007379Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-08-22T20:28:06.2371740Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-22T20:28:06.2732282Z ##[endgroup] 2024-08-22T20:28:06.2733141Z ##[group]Persisting credentials for submodules 2024-08-22T20:28:06.2738186Z [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:06.3103212Z [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:06.3463779Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-22T20:28:06.3823600Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-22T20:28:06.4179126Z ##[endgroup] 2024-08-22T20:28:06.4232811Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:28:06.4274052Z '6dab351bed7d1c647665a8b8e883ec5b1c973feb' 2024-08-22T20:28:06.4589932Z Prepare all required actions 2024-08-22T20:28:06.4590511Z Getting action download info 2024-08-22T20:28:06.5519501Z Download action repository 'pytorch/test-infra@main' (SHA:6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:28:07.0401903Z Getting action download info 2024-08-22T20:28:07.1380941Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-22T20:28:07.2838155Z ##[group]Run ./test-infra/.github/actions/setup-linux 2024-08-22T20:28:07.2838638Z env: 2024-08-22T20:28:07.2838974Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:07.2839424Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:07.2839797Z PR_NUMBER: 1044 2024-08-22T20:28:07.2841797Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:07.2843809Z ##[endgroup] 2024-08-22T20:28:07.3040348Z ##[group]Run set -euo pipefail 2024-08-22T20:28:07.3040761Z set -euo pipefail 2024-08-22T20:28:07.3041147Z function get_ec2_metadata() { 2024-08-22T20:28:07.3041668Z  # Pulled from instance metadata endpoint for EC2 2024-08-22T20:28:07.3042544Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-22T20:28:07.3043311Z  category=$1 2024-08-22T20:28:07.3043830Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-22T20:28:07.3044440Z } 2024-08-22T20:28:07.3044786Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-22T20:28:07.3045355Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-22T20:28:07.3046008Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-22T20:28:07.3046554Z echo "system info $(uname -a)" 2024-08-22T20:28:07.3055597Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:07.3056091Z env: 2024-08-22T20:28:07.3056401Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:07.3056852Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:07.3057226Z PR_NUMBER: 1044 2024-08-22T20:28:07.3059189Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:07.3061370Z ##[endgroup] 2024-08-22T20:28:07.3172701Z ami-id: ami-06c68f701d8090592 2024-08-22T20:28:07.3235461Z instance-id: i-019a29bf0655434a1 2024-08-22T20:28:07.3290979Z instance-type: g5.4xlarge 2024-08-22T20:28:07.3305369Z system info Linux ip-10-0-11-172.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:07.3339064Z ##[group]Run if systemctl is-active --quiet docker; then 2024-08-22T20:28:07.3339665Z if systemctl is-active --quiet docker; then 2024-08-22T20:28:07.3340198Z  echo "Docker daemon is running..."; 2024-08-22T20:28:07.3340668Z else 2024-08-22T20:28:07.3341144Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-08-22T20:28:07.3341716Z fi 2024-08-22T20:28:07.3350789Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:07.3351269Z env: 2024-08-22T20:28:07.3351598Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:07.3352058Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:07.3352663Z PR_NUMBER: 1044 2024-08-22T20:28:07.3354690Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:07.3356804Z ##[endgroup] 2024-08-22T20:28:07.3447005Z Docker daemon is running... 2024-08-22T20:28:07.3474391Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:07.3475353Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:07.3476201Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2024-08-22T20:28:07.3477073Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2024-08-22T20:28:07.3478053Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-08-22T20:28:07.3487139Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:07.3487635Z env: 2024-08-22T20:28:07.3487959Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:07.3488406Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:07.3488785Z PR_NUMBER: 1044 2024-08-22T20:28:07.3490765Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:07.3492846Z AWS_RETRY_MODE: standard 2024-08-22T20:28:07.3493199Z AWS_MAX_ATTEMPTS: 5 2024-08-22T20:28:07.3493536Z AWS_DEFAULT_REGION: us-east-1 2024-08-22T20:28:07.3493899Z ##[endgroup] 2024-08-22T20:28:08.4592748Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:28:08.4594232Z Configure a credential helper to remove this warning. See 2024-08-22T20:28:08.4595071Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:28:08.4595591Z 2024-08-22T20:28:08.4595709Z Login Succeeded 2024-08-22T20:28:08.4645537Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:08.4646505Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:08.4647217Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:08.4656518Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:08.4657000Z env: 2024-08-22T20:28:08.4657321Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:08.4657793Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:08.4658164Z PR_NUMBER: 1044 2024-08-22T20:28:08.4660122Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:08.4662142Z ##[endgroup] 2024-08-22T20:28:08.4758024Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:08.4758662Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:08.4759237Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:08.4759754Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:08.4760422Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:08.4761247Z  2024-08-22T20:28:08.4761654Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-08-22T20:28:08.4762232Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:08.4762743Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:08.4763385Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:08.4763984Z  2024-08-22T20:28:08.4764318Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2024-08-22T20:28:08.4764789Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:08.4765261Z mkdir -p "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:08.4765816Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:08.4774855Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:08.4775345Z env: 2024-08-22T20:28:08.4775662Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:08.4776110Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:08.4776490Z PR_NUMBER: 1044 2024-08-22T20:28:08.4778467Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:08.4780510Z ##[endgroup] 2024-08-22T20:28:08.7053899Z ##[group]Run needs=0 2024-08-22T20:28:08.7054250Z needs=0 2024-08-22T20:28:08.7054751Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2024-08-22T20:28:08.7055335Z  needs=1 2024-08-22T20:28:08.7055628Z fi 2024-08-22T20:28:08.7055971Z echo "does=${needs}" >> $GITHUB_OUTPUT 2024-08-22T20:28:08.7065053Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:08.7065533Z env: 2024-08-22T20:28:08.7065860Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:08.7066309Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:08.7066670Z PR_NUMBER: 1044 2024-08-22T20:28:08.7068618Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:08.7070999Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:08.7071753Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:08.7072454Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:08.7072957Z ##[endgroup] 2024-08-22T20:28:08.7415843Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-08-22T20:28:08.7416350Z with: 2024-08-22T20:28:08.7416627Z driver-version: 550.54.15 2024-08-22T20:28:08.7416953Z env: 2024-08-22T20:28:08.7417260Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:08.7417703Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:08.7418068Z PR_NUMBER: 1044 2024-08-22T20:28:08.7420021Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:08.7422216Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:08.7423139Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:08.7423851Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:08.7424348Z ##[endgroup] 2024-08-22T20:28:08.7468405Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-22T20:28:08.7468942Z with: 2024-08-22T20:28:08.7469208Z timeout_minutes: 10 2024-08-22T20:28:08.7469519Z max_attempts: 3 2024-08-22T20:28:08.7501492Z 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:08.7533917Z retry_wait_seconds: 10 2024-08-22T20:28:08.7534267Z polling_interval_seconds: 1 2024-08-22T20:28:08.7534621Z warning_on_retry: true 2024-08-22T20:28:08.7534961Z continue_on_error: false 2024-08-22T20:28:08.7535281Z env: 2024-08-22T20:28:08.7535586Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:08.7536035Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:08.7536400Z PR_NUMBER: 1044 2024-08-22T20:28:08.7538340Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:08.7540665Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:08.7541416Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:08.7542127Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:08.7542640Z DRIVER_VERSION: 550.54.15 2024-08-22T20:28:08.7542972Z ##[endgroup] 2024-08-22T20:28:08.8358257Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-08-22T20:28:08.8358817Z + pre_install_nvidia_driver_amzn2 2024-08-22T20:28:08.8361482Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-08-22T20:28:09.1804647Z No match for argument: nvidia-driver-latest-dkms 2024-08-22T20:28:09.1805669Z No packages marked for removal. 2024-08-22T20:28:09.1868916Z Dependencies resolved. 2024-08-22T20:28:09.1879556Z Nothing to do. 2024-08-22T20:28:09.1879998Z Complete! 2024-08-22T20:28:09.2207102Z + install_nvidia_driver_common 2024-08-22T20:28:09.2208902Z + echo 'Before installing NVIDIA driver' 2024-08-22T20:28:09.2209319Z + lspci 2024-08-22T20:28:09.2209608Z Before installing NVIDIA driver 2024-08-22T20:28:09.2322198Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:28:09.2323027Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:28:09.2324303Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:28:09.2325102Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:28:09.2325895Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:28:09.2326668Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:28:09.2327378Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:28:09.2328171Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:28:09.2328762Z + lsmod 2024-08-22T20:28:09.2373753Z Module Size Used by 2024-08-22T20:28:09.2374165Z xt_nat 16384 0 2024-08-22T20:28:09.2374590Z nvidia_modeset 1351680 0 2024-08-22T20:28:09.2374998Z video 65536 1 nvidia_modeset 2024-08-22T20:28:09.2375593Z wmi 36864 1 video 2024-08-22T20:28:09.2376006Z nvidia_uvm 4706304 0 2024-08-22T20:28:09.2376523Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:28:09.2377057Z drm 602112 1 nvidia 2024-08-22T20:28:09.2377490Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:28:09.2378004Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:28:09.2378493Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:28:09.2378898Z veth 36864 0 2024-08-22T20:28:09.2379270Z xt_conntrack 16384 1 2024-08-22T20:28:09.2379642Z nft_chain_nat 16384 3 2024-08-22T20:28:09.2380009Z xt_MASQUERADE 20480 1 2024-08-22T20:28:09.2380469Z nf_nat 57344 3 xt_nat,nft_chain_nat,xt_MASQUERADE 2024-08-22T20:28:09.2381043Z nf_conntrack_netlink 57344 0 2024-08-22T20:28:09.2381731Z nf_conntrack 184320 5 xt_conntrack,nf_nat,xt_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:28:09.2382389Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:28:09.2382842Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:28:09.2383258Z xfrm_user 57344 1 2024-08-22T20:28:09.2383649Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:28:09.2384049Z xt_addrtype 16384 2 2024-08-22T20:28:09.2384414Z nft_compat 20480 4 2024-08-22T20:28:09.2384856Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:28:09.2385443Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:28:09.2385969Z br_netfilter 36864 0 2024-08-22T20:28:09.2386577Z bridge 307200 1 br_netfilter 2024-08-22T20:28:09.2387015Z stp 16384 1 bridge 2024-08-22T20:28:09.2387423Z llc 16384 2 bridge,stp 2024-08-22T20:28:09.2387828Z overlay 167936 0 2024-08-22T20:28:09.2388176Z tls 114688 0 2024-08-22T20:28:09.2388530Z nls_ascii 16384 1 2024-08-22T20:28:09.2388886Z nls_cp437 20480 1 2024-08-22T20:28:09.2389235Z vfat 24576 1 2024-08-22T20:28:09.2389591Z fat 86016 1 vfat 2024-08-22T20:28:09.2389967Z sunrpc 692224 1 2024-08-22T20:28:09.2390317Z ena 167936 0 2024-08-22T20:28:09.2390674Z ghash_clmulni_intel 16384 0 2024-08-22T20:28:09.2391047Z ptp 36864 1 ena 2024-08-22T20:28:09.2391423Z pps_core 24576 1 ptp 2024-08-22T20:28:09.2391802Z aesni_intel 393216 0 2024-08-22T20:28:09.2392157Z i8042 45056 0 2024-08-22T20:28:09.2392518Z serio 28672 3 i8042 2024-08-22T20:28:09.2392927Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:28:09.2393431Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:28:09.2393911Z button 24576 0 2024-08-22T20:28:09.2394426Z sch_fq_codel 20480 17 2024-08-22T20:28:09.2394860Z dm_mod 188416 0 2024-08-22T20:28:09.2395510Z fuse 163840 1 2024-08-22T20:28:09.2396202Z configfs 57344 1 2024-08-22T20:28:09.2396565Z loop 36864 0 2024-08-22T20:28:09.2396922Z dax 45056 1 dm_mod 2024-08-22T20:28:09.2397304Z dmi_sysfs 20480 0 2024-08-22T20:28:09.2397671Z crc32_pclmul 16384 0 2024-08-22T20:28:09.2398023Z crc32c_intel 24576 0 2024-08-22T20:28:09.2398381Z efivarfs 24576 1 2024-08-22T20:28:09.2398872Z + modinfo nvidia 2024-08-22T20:28:09.2399897Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:28:09.2400705Z alias: char-major-195-* 2024-08-22T20:28:09.2401084Z version: 550.54.15 2024-08-22T20:28:09.2401475Z supported: external 2024-08-22T20:28:09.2401947Z license: NVIDIA 2024-08-22T20:28:09.2402500Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:28:09.2402985Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:28:09.2403436Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:28:09.2403893Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:28:09.2404380Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:28:09.2404874Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:28:09.2405616Z depends: i2c-core,drm 2024-08-22T20:28:09.2405998Z retpoline: Y 2024-08-22T20:28:09.2406293Z name: nvidia 2024-08-22T20:28:09.2406896Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:28:09.2407578Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:28:09.2408192Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:28:09.2408773Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:28:09.2409211Z parm: NVreg_RmLogonRC:int 2024-08-22T20:28:09.2409626Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:28:09.2410070Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:28:09.2410497Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:28:09.2410912Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:28:09.2411428Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:28:09.2412386Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:28:09.2412847Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:28:09.2413266Z parm: NVreg_EnableMSI:int 2024-08-22T20:28:09.2413670Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:28:09.2414114Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:28:09.2414853Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:28:09.2415417Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:28:09.2415960Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:28:09.2416549Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:09.2417130Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:28:09.2417727Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:09.2418297Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:28:09.2418775Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:28:09.2419292Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:28:09.2419819Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:28:09.2420303Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:28:09.2420753Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:28:09.2421227Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:28:09.2421683Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:28:09.2422119Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:28:09.2422602Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:28:09.2423119Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:28:09.2423587Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:28:09.2424216Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:28:09.2424731Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:28:09.2425206Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:28:09.2425687Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:28:09.2426151Z parm: NVreg_RmMsg:charp 2024-08-22T20:28:09.2426554Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:28:09.2427005Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:28:09.2427464Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:28:09.2427914Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:28:09.2428372Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:28:09.2428835Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:28:09.2429277Z parm: rm_firmware_active:charp 2024-08-22T20:28:09.2429676Z + HAS_NVIDIA_DRIVER=0 2024-08-22T20:28:09.2430064Z ++ command -v nvidia-smi 2024-08-22T20:28:09.2430470Z + '[' -x /usr/bin/nvidia-smi ']' 2024-08-22T20:28:09.2430820Z + set +e 2024-08-22T20:28:09.2431327Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-08-22T20:28:09.2688156Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-08-22T20:28:09.2688824Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:28:09.2689281Z + '[' 0 -ne 0 ']' 2024-08-22T20:28:09.2689645Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-08-22T20:28:09.2690011Z + HAS_NVIDIA_DRIVER=1 2024-08-22T20:28:09.2690714Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-08-22T20:28:09.2691764Z + set -e 2024-08-22T20:28:09.2692613Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-08-22T20:28:09.2693332Z + '[' 1 -eq 0 ']' 2024-08-22T20:28:09.2693659Z + post_install_nvidia_driver_common 2024-08-22T20:28:09.2695789Z + sudo modprobe nvidia 2024-08-22T20:28:09.3910945Z + echo 'After installing NVIDIA driver' 2024-08-22T20:28:09.3911376Z + lspci 2024-08-22T20:28:09.3911994Z After installing NVIDIA driver 2024-08-22T20:28:09.4018532Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:28:09.4019444Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:28:09.4020486Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:28:09.4021512Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:28:09.4022331Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:28:09.4023099Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:28:09.4024044Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:28:09.4024829Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:28:09.4025403Z + lsmod 2024-08-22T20:28:09.4052565Z Module Size Used by 2024-08-22T20:28:09.4052977Z xt_nat 16384 0 2024-08-22T20:28:09.4053460Z nvidia_modeset 1351680 0 2024-08-22T20:28:09.4053998Z video 65536 1 nvidia_modeset 2024-08-22T20:28:09.4054577Z wmi 36864 1 video 2024-08-22T20:28:09.4055063Z nvidia_uvm 4706304 0 2024-08-22T20:28:09.4055611Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:28:09.4056140Z drm 602112 1 nvidia 2024-08-22T20:28:09.4056572Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:28:09.4057083Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:28:09.4057601Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:28:09.4058010Z veth 36864 0 2024-08-22T20:28:09.4058373Z xt_conntrack 16384 1 2024-08-22T20:28:09.4058739Z nft_chain_nat 16384 3 2024-08-22T20:28:09.4059098Z xt_MASQUERADE 20480 1 2024-08-22T20:28:09.4059559Z nf_nat 57344 3 xt_nat,nft_chain_nat,xt_MASQUERADE 2024-08-22T20:28:09.4060059Z nf_conntrack_netlink 57344 0 2024-08-22T20:28:09.4060853Z nf_conntrack 184320 5 xt_conntrack,nf_nat,xt_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:28:09.4061509Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:28:09.4061964Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:28:09.4062375Z xfrm_user 57344 1 2024-08-22T20:28:09.4062760Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:28:09.4063165Z xt_addrtype 16384 2 2024-08-22T20:28:09.4063521Z nft_compat 20480 4 2024-08-22T20:28:09.4063964Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:28:09.4064617Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:28:09.4065138Z br_netfilter 36864 0 2024-08-22T20:28:09.4065537Z bridge 307200 1 br_netfilter 2024-08-22T20:28:09.4065963Z stp 16384 1 bridge 2024-08-22T20:28:09.4066366Z llc 16384 2 bridge,stp 2024-08-22T20:28:09.4066773Z overlay 167936 0 2024-08-22T20:28:09.4067136Z tls 114688 0 2024-08-22T20:28:09.4067485Z nls_ascii 16384 1 2024-08-22T20:28:09.4067844Z nls_cp437 20480 1 2024-08-22T20:28:09.4068196Z vfat 24576 1 2024-08-22T20:28:09.4068543Z fat 86016 1 vfat 2024-08-22T20:28:09.4068922Z sunrpc 692224 1 2024-08-22T20:28:09.4069274Z ena 167936 0 2024-08-22T20:28:09.4069627Z ghash_clmulni_intel 16384 0 2024-08-22T20:28:09.4070116Z ptp 36864 1 ena 2024-08-22T20:28:09.4070622Z pps_core 24576 1 ptp 2024-08-22T20:28:09.4071120Z aesni_intel 393216 0 2024-08-22T20:28:09.4071566Z i8042 45056 0 2024-08-22T20:28:09.4072027Z serio 28672 3 i8042 2024-08-22T20:28:09.4072508Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:28:09.4073021Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:28:09.4073515Z button 24576 0 2024-08-22T20:28:09.4073876Z sch_fq_codel 20480 17 2024-08-22T20:28:09.4074257Z dm_mod 188416 0 2024-08-22T20:28:09.4074652Z fuse 163840 1 2024-08-22T20:28:09.4075001Z configfs 57344 1 2024-08-22T20:28:09.4075360Z loop 36864 0 2024-08-22T20:28:09.4075738Z dax 45056 1 dm_mod 2024-08-22T20:28:09.4076214Z dmi_sysfs 20480 0 2024-08-22T20:28:09.4076580Z crc32_pclmul 16384 0 2024-08-22T20:28:09.4076944Z crc32c_intel 24576 0 2024-08-22T20:28:09.4077410Z efivarfs 24576 1 2024-08-22T20:28:09.4077761Z + modinfo nvidia 2024-08-22T20:28:09.4078459Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:28:09.4079151Z alias: char-major-195-* 2024-08-22T20:28:09.4079515Z version: 550.54.15 2024-08-22T20:28:09.4079852Z supported: external 2024-08-22T20:28:09.4080187Z license: NVIDIA 2024-08-22T20:28:09.4080554Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:28:09.4081026Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:28:09.4081473Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:28:09.4081919Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:28:09.4082409Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:28:09.4082885Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:28:09.4083362Z depends: i2c-core,drm 2024-08-22T20:28:09.4083713Z retpoline: Y 2024-08-22T20:28:09.4084025Z name: nvidia 2024-08-22T20:28:09.4084613Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:28:09.4085295Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:28:09.4085925Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:28:09.4086496Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:28:09.4087033Z parm: NVreg_RmLogonRC:int 2024-08-22T20:28:09.4087461Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:28:09.4087903Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:28:09.4088330Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:28:09.4088758Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:28:09.4089264Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:28:09.4089819Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:28:09.4090287Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:28:09.4090709Z parm: NVreg_EnableMSI:int 2024-08-22T20:28:09.4091121Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:28:09.4091567Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:28:09.4092084Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:28:09.4092646Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:28:09.4093197Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:28:09.4093796Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:09.4094403Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:28:09.4095028Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:09.4095612Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:28:09.4096084Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:28:09.4096605Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:28:09.4097149Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:28:09.4097635Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:28:09.4098093Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:28:09.4098568Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:28:09.4099022Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:28:09.4099460Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:28:09.4099951Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:28:09.4100463Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:28:09.4100935Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:28:09.4101417Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:28:09.4101900Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:28:09.4102377Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:28:09.4102863Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:28:09.4103323Z parm: NVreg_RmMsg:charp 2024-08-22T20:28:09.4103726Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:28:09.4104282Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:28:09.4104782Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:28:09.4105226Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:28:09.4105693Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:28:09.4106149Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:28:09.4106588Z parm: rm_firmware_active:charp 2024-08-22T20:28:09.4106982Z + set +e 2024-08-22T20:28:09.4107277Z + nvidia-smi 2024-08-22T20:28:09.4289211Z Thu Aug 22 20:28:09 2024 2024-08-22T20:28:09.4289962Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:09.4290774Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:28:09.4291540Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:09.4292319Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:28:09.4293204Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:28:09.4293869Z | | | MIG M. | 2024-08-22T20:28:09.4294400Z |=========================================+========================+======================| 2024-08-22T20:28:09.4555203Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:28:09.4556163Z | 0% 27C P8 16W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:28:09.4556780Z | | | N/A | 2024-08-22T20:28:09.4557478Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:09.4558872Z 2024-08-22T20:28:09.4559745Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:09.4560381Z | Processes: | 2024-08-22T20:28:09.4561062Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:28:09.4561738Z | ID ID Usage | 2024-08-22T20:28:09.4562294Z |=========================================================================================| 2024-08-22T20:28:09.4564789Z | No running processes found | 2024-08-22T20:28:09.4565559Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:09.7725637Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-08-22T20:28:09.7918154Z NVIDIA A10G 2024-08-22T20:28:09.7983489Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:28:09.7984462Z + '[' 0 -eq 0 ']' 2024-08-22T20:28:09.7984981Z + echo 'INFO: Ignoring allowed status 0' 2024-08-22T20:28:09.7985452Z + set -e 2024-08-22T20:28:09.7985744Z INFO: Ignoring allowed status 0 2024-08-22T20:28:09.7992291Z == Installing nvidia container toolkit for amzn2023 == 2024-08-22T20:28:09.7996082Z + sudo yum install -y yum-utils 2024-08-22T20:28:10.2254209Z Last metadata expiration check: 0:09:01 ago on Thu Aug 22 20:19:09 2024. 2024-08-22T20:28:10.2474708Z Package dnf-utils-4.3.0-13.amzn2023.0.4.noarch is already installed. 2024-08-22T20:28:10.2775182Z Dependencies resolved. 2024-08-22T20:28:10.2901380Z Nothing to do. 2024-08-22T20:28:10.2902180Z Complete! 2024-08-22T20:28:10.3310253Z + [[ amzn2023 == \a\m\z\n\2\0\2\3 ]] 2024-08-22T20:28:10.3311492Z + YUM_REPO_URL=https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:10.3313037Z + sudo yum-config-manager --add-repo https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:10.6148860Z Adding repo from: https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:10.6826336Z + sudo yum install -y nvidia-docker2 2024-08-22T20:28:11.1730541Z nvidia-container-toolkit 11 kB/s | 833 B 00:00 2024-08-22T20:28:11.1993438Z Package nvidia-docker2-2.14.0-1.noarch is already installed. 2024-08-22T20:28:11.2391328Z Dependencies resolved. 2024-08-22T20:28:11.2524888Z Nothing to do. 2024-08-22T20:28:11.2525455Z Complete! 2024-08-22T20:28:11.2987534Z + sudo systemctl restart docker 2024-08-22T20:28:13.5385277Z nvidia-persistenced failed to initialize. Check syslog for more details. 2024-08-22T20:28:13.5626270Z Thu Aug 22 20:28:13 2024 2024-08-22T20:28:13.5626954Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:13.5627777Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:28:13.5628585Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:13.5629365Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:28:13.5630242Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:28:13.5630911Z | | | MIG M. | 2024-08-22T20:28:13.5631702Z |=========================================+========================+======================| 2024-08-22T20:28:13.5844467Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:28:13.5845762Z | 0% 28C P8 16W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:28:13.5846765Z | | | N/A | 2024-08-22T20:28:13.5847602Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:13.5848195Z 2024-08-22T20:28:13.5848834Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:13.5849447Z | Processes: | 2024-08-22T20:28:13.5850147Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:28:13.5851078Z | ID ID Usage | 2024-08-22T20:28:13.5851665Z |=========================================================================================| 2024-08-22T20:28:13.5852298Z | No running processes found | 2024-08-22T20:28:13.5853063Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:14.8159588Z Command completed after 1 attempt(s). 2024-08-22T20:28:14.8247194Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:28:14.8247948Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:28:14.8248530Z # shellcheck disable=SC2046 2024-08-22T20:28:14.8248979Z docker stop $(docker ps -q) || true 2024-08-22T20:28:14.8249457Z # Prune all of the docker images 2024-08-22T20:28:14.8249896Z docker system prune -af 2024-08-22T20:28:14.8262583Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:14.8263059Z env: 2024-08-22T20:28:14.8263378Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:14.8263827Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:14.8264188Z PR_NUMBER: 1044 2024-08-22T20:28:14.8266144Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:14.8268529Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:14.8269285Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:14.8269986Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:14.8270591Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:14.8271054Z ##[endgroup] 2024-08-22T20:28:14.8604999Z "docker stop" requires at least 1 argument. 2024-08-22T20:28:14.8605971Z See 'docker stop --help'. 2024-08-22T20:28:14.8606294Z 2024-08-22T20:28:14.8606580Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-22T20:28:14.8607070Z 2024-08-22T20:28:14.8607257Z Stop one or more running containers 2024-08-22T20:28:14.8795512Z Total reclaimed space: 0B 2024-08-22T20:28:14.8871811Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2024-08-22T20:28:14.8872270Z with: 2024-08-22T20:28:14.8872731Z github-secret: *** 2024-08-22T20:28:14.8873633Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:28:14.8874599Z activate-with-label: false 2024-08-22T20:28:14.8874957Z label: with-ssh 2024-08-22T20:28:14.8875273Z remove-existing-keys: true 2024-08-22T20:28:14.8875625Z fail-silently: true 2024-08-22T20:28:14.8875927Z env: 2024-08-22T20:28:14.8876356Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:14.8876821Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:14.8877191Z PR_NUMBER: 1044 2024-08-22T20:28:14.8879184Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:14.8881411Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:14.8882161Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:14.8882873Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:14.8883476Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:14.8883937Z ##[endgroup] 2024-08-22T20:28:14.9706355Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-08-22T20:28:15.3368267Z Grabbing public ssh keys from https://github.com/kwen2501.keys 2024-08-22T20:28:15.4934469Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-08-22T20:28:15.4949181Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-08-22T20:28:15.4975514Z Login using: ssh ec2-user@ec2-23-23-48-209.compute-1.amazonaws.com 2024-08-22T20:28:15.4976570Z All testing is done inside the container, to start an interactive session run: 2024-08-22T20:28:15.4977394Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:28:15.5127265Z ##[group]Run actions/checkout@v3 2024-08-22T20:28:15.5127856Z with: 2024-08-22T20:28:15.5128276Z repository: pytorch/torchchat 2024-08-22T20:28:15.5128877Z ref: refs/pull/1044/merge 2024-08-22T20:28:15.5129380Z path: pytorch/torchchat 2024-08-22T20:28:15.5129865Z fetch-depth: 1 2024-08-22T20:28:15.5130462Z token: *** 2024-08-22T20:28:15.5130876Z ssh-strict: true 2024-08-22T20:28:15.5131331Z persist-credentials: true 2024-08-22T20:28:15.5131821Z clean: true 2024-08-22T20:28:15.5132282Z sparse-checkout-cone-mode: true 2024-08-22T20:28:15.5133128Z fetch-tags: false 2024-08-22T20:28:15.5133550Z lfs: false 2024-08-22T20:28:15.5133993Z set-safe-directory: true 2024-08-22T20:28:15.5134482Z env: 2024-08-22T20:28:15.5134930Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:15.5135550Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:15.5136126Z PR_NUMBER: 1044 2024-08-22T20:28:15.5139157Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:15.5142559Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:15.5143706Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:15.5144807Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:15.5145735Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:15.5146496Z ##[endgroup] 2024-08-22T20:28:15.6033198Z Syncing repository: pytorch/torchchat 2024-08-22T20:28:15.6066722Z ##[group]Getting Git version info 2024-08-22T20:28:15.6067819Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-08-22T20:28:15.6068773Z [command]/usr/bin/git version 2024-08-22T20:28:15.6117377Z git version 2.40.1 2024-08-22T20:28:15.6138020Z ##[endgroup] 2024-08-22T20:28:15.6151330Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/61577b4d-34ac-4926-b173-a6eae56b4301' before making global git config changes 2024-08-22T20:28:15.6152578Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:28:15.6155398Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:28:15.6200427Z ##[group]Initializing the repository 2024-08-22T20:28:15.6203423Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:28:15.6247474Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:28:15.6248631Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:28:15.6249501Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:28:15.6250044Z hint: 2024-08-22T20:28:15.6250480Z hint: git config --global init.defaultBranch 2024-08-22T20:28:15.6250936Z hint: 2024-08-22T20:28:15.6251444Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:28:15.6252271Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:28:15.6252842Z hint: 2024-08-22T20:28:15.6253155Z hint: git branch -m 2024-08-22T20:28:15.6254033Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-08-22T20:28:15.6260975Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:28:15.6304225Z ##[endgroup] 2024-08-22T20:28:15.6304798Z ##[group]Disabling automatic garbage collection 2024-08-22T20:28:15.6306831Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:28:15.6349756Z ##[endgroup] 2024-08-22T20:28:15.6350287Z ##[group]Setting up auth 2024-08-22T20:28:15.6354923Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:28:15.6397579Z [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:15.6760486Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:28:15.6802933Z [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:15.7157776Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:15.7217246Z ##[endgroup] 2024-08-22T20:28:15.7217845Z ##[group]Fetching the repository 2024-08-22T20:28:15.7224293Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/pull/1044/merge:refs/remotes/pull/1044/merge 2024-08-22T20:28:15.9362797Z remote: Enumerating objects: 237, done. 2024-08-22T20:28:15.9364888Z remote: Counting objects: 0% (1/237) 2024-08-22T20:28:15.9365590Z remote: Counting objects: 1% (3/237) 2024-08-22T20:28:15.9366328Z remote: Counting objects: 2% (5/237) 2024-08-22T20:28:15.9366981Z remote: Counting objects: 3% (8/237) 2024-08-22T20:28:15.9367653Z remote: Counting objects: 4% (10/237) 2024-08-22T20:28:15.9368253Z remote: Counting objects: 5% (12/237) 2024-08-22T20:28:15.9368918Z remote: Counting objects: 6% (15/237) 2024-08-22T20:28:15.9369509Z remote: Counting objects: 7% (17/237) 2024-08-22T20:28:15.9370061Z remote: Counting objects: 8% (19/237) 2024-08-22T20:28:15.9370716Z remote: Counting objects: 9% (22/237) 2024-08-22T20:28:15.9371254Z remote: Counting objects: 10% (24/237) 2024-08-22T20:28:15.9371728Z remote: Counting objects: 11% (27/237) 2024-08-22T20:28:15.9372197Z remote: Counting objects: 12% (29/237) 2024-08-22T20:28:15.9372673Z remote: Counting objects: 13% (31/237) 2024-08-22T20:28:15.9373145Z remote: Counting objects: 14% (34/237) 2024-08-22T20:28:15.9373612Z remote: Counting objects: 15% (36/237) 2024-08-22T20:28:15.9374173Z remote: Counting objects: 16% (38/237) 2024-08-22T20:28:15.9374654Z remote: Counting objects: 17% (41/237) 2024-08-22T20:28:15.9375137Z remote: Counting objects: 18% (43/237) 2024-08-22T20:28:15.9375603Z remote: Counting objects: 19% (46/237) 2024-08-22T20:28:15.9376081Z remote: Counting objects: 20% (48/237) 2024-08-22T20:28:15.9376605Z remote: Counting objects: 21% (50/237) 2024-08-22T20:28:15.9377074Z remote: Counting objects: 22% (53/237) 2024-08-22T20:28:15.9377549Z remote: Counting objects: 23% (55/237) 2024-08-22T20:28:15.9378021Z remote: Counting objects: 24% (57/237) 2024-08-22T20:28:15.9378504Z remote: Counting objects: 25% (60/237) 2024-08-22T20:28:15.9379126Z remote: Counting objects: 26% (62/237) 2024-08-22T20:28:15.9379757Z remote: Counting objects: 27% (64/237) 2024-08-22T20:28:15.9380375Z remote: Counting objects: 28% (67/237) 2024-08-22T20:28:15.9380940Z remote: Counting objects: 29% (69/237) 2024-08-22T20:28:15.9381419Z remote: Counting objects: 30% (72/237) 2024-08-22T20:28:15.9381907Z remote: Counting objects: 31% (74/237) 2024-08-22T20:28:15.9382377Z remote: Counting objects: 32% (76/237) 2024-08-22T20:28:15.9382853Z remote: Counting objects: 33% (79/237) 2024-08-22T20:28:15.9383328Z remote: Counting objects: 34% (81/237) 2024-08-22T20:28:15.9383796Z remote: Counting objects: 35% (83/237) 2024-08-22T20:28:15.9384502Z remote: Counting objects: 36% (86/237) 2024-08-22T20:28:15.9384998Z remote: Counting objects: 37% (88/237) 2024-08-22T20:28:15.9385476Z remote: Counting objects: 38% (91/237) 2024-08-22T20:28:15.9385949Z remote: Counting objects: 39% (93/237) 2024-08-22T20:28:15.9386449Z remote: Counting objects: 40% (95/237) 2024-08-22T20:28:15.9386940Z remote: Counting objects: 41% (98/237) 2024-08-22T20:28:15.9387425Z remote: Counting objects: 42% (100/237) 2024-08-22T20:28:15.9387922Z remote: Counting objects: 43% (102/237) 2024-08-22T20:28:15.9388553Z remote: Counting objects: 44% (105/237) 2024-08-22T20:28:15.9389044Z remote: Counting objects: 45% (107/237) 2024-08-22T20:28:15.9389531Z remote: Counting objects: 46% (110/237) 2024-08-22T20:28:15.9390012Z remote: Counting objects: 47% (112/237) 2024-08-22T20:28:15.9390498Z remote: Counting objects: 48% (114/237) 2024-08-22T20:28:15.9390995Z remote: Counting objects: 49% (117/237) 2024-08-22T20:28:15.9391482Z remote: Counting objects: 50% (119/237) 2024-08-22T20:28:15.9391960Z remote: Counting objects: 51% (121/237) 2024-08-22T20:28:15.9392448Z remote: Counting objects: 52% (124/237) 2024-08-22T20:28:15.9392929Z remote: Counting objects: 53% (126/237) 2024-08-22T20:28:15.9393403Z remote: Counting objects: 54% (128/237) 2024-08-22T20:28:15.9393892Z remote: Counting objects: 55% (131/237) 2024-08-22T20:28:15.9394372Z remote: Counting objects: 56% (133/237) 2024-08-22T20:28:15.9394856Z remote: Counting objects: 57% (136/237) 2024-08-22T20:28:15.9395337Z remote: Counting objects: 58% (138/237) 2024-08-22T20:28:15.9395821Z remote: Counting objects: 59% (140/237) 2024-08-22T20:28:15.9396444Z remote: Counting objects: 60% (143/237) 2024-08-22T20:28:15.9396928Z remote: Counting objects: 61% (145/237) 2024-08-22T20:28:15.9397414Z remote: Counting objects: 62% (147/237) 2024-08-22T20:28:15.9397887Z remote: Counting objects: 63% (150/237) 2024-08-22T20:28:15.9398368Z remote: Counting objects: 64% (152/237) 2024-08-22T20:28:15.9398850Z remote: Counting objects: 65% (155/237) 2024-08-22T20:28:15.9399324Z remote: Counting objects: 66% (157/237) 2024-08-22T20:28:15.9399807Z remote: Counting objects: 67% (159/237) 2024-08-22T20:28:15.9400288Z remote: Counting objects: 68% (162/237) 2024-08-22T20:28:15.9400767Z remote: Counting objects: 69% (164/237) 2024-08-22T20:28:15.9401254Z remote: Counting objects: 70% (166/237) 2024-08-22T20:28:15.9401737Z remote: Counting objects: 71% (169/237) 2024-08-22T20:28:15.9402218Z remote: Counting objects: 72% (171/237) 2024-08-22T20:28:15.9402694Z remote: Counting objects: 73% (174/237) 2024-08-22T20:28:15.9403177Z remote: Counting objects: 74% (176/237) 2024-08-22T20:28:15.9403665Z remote: Counting objects: 75% (178/237) 2024-08-22T20:28:15.9404139Z remote: Counting objects: 76% (181/237) 2024-08-22T20:28:15.9404621Z remote: Counting objects: 77% (183/237) 2024-08-22T20:28:15.9405103Z remote: Counting objects: 78% (185/237) 2024-08-22T20:28:15.9405578Z remote: Counting objects: 79% (188/237) 2024-08-22T20:28:15.9406094Z remote: Counting objects: 80% (190/237) 2024-08-22T20:28:15.9406601Z remote: Counting objects: 81% (192/237) 2024-08-22T20:28:15.9407079Z remote: Counting objects: 82% (195/237) 2024-08-22T20:28:15.9407565Z remote: Counting objects: 83% (197/237) 2024-08-22T20:28:15.9408046Z remote: Counting objects: 84% (200/237) 2024-08-22T20:28:15.9408521Z remote: Counting objects: 85% (202/237) 2024-08-22T20:28:15.9409009Z remote: Counting objects: 86% (204/237) 2024-08-22T20:28:15.9409495Z remote: Counting objects: 87% (207/237) 2024-08-22T20:28:15.9410098Z remote: Counting objects: 88% (209/237) 2024-08-22T20:28:15.9410584Z remote: Counting objects: 89% (211/237) 2024-08-22T20:28:15.9411066Z remote: Counting objects: 90% (214/237) 2024-08-22T20:28:15.9411542Z remote: Counting objects: 91% (216/237) 2024-08-22T20:28:15.9412399Z remote: Counting objects: 92% (219/237) 2024-08-22T20:28:15.9412889Z remote: Counting objects: 93% (221/237) 2024-08-22T20:28:15.9413373Z remote: Counting objects: 94% (223/237) 2024-08-22T20:28:15.9413846Z remote: Counting objects: 95% (226/237) 2024-08-22T20:28:15.9414471Z remote: Counting objects: 96% (228/237) 2024-08-22T20:28:15.9414951Z remote: Counting objects: 97% (230/237) 2024-08-22T20:28:15.9415425Z remote: Counting objects: 98% (233/237) 2024-08-22T20:28:15.9415907Z remote: Counting objects: 99% (235/237) 2024-08-22T20:28:15.9416435Z remote: Counting objects: 100% (237/237) 2024-08-22T20:28:15.9416961Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:28:15.9417501Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:28:15.9418015Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:28:15.9418511Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:28:15.9419023Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:28:15.9419529Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:28:15.9420031Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:28:15.9420555Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:28:15.9421081Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:28:15.9421595Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:28:15.9422113Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:28:15.9422632Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:28:15.9423154Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:28:15.9423679Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:28:15.9424195Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:28:15.9424707Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:28:15.9426889Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:28:15.9440594Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:28:15.9460409Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:28:15.9480354Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:28:15.9485399Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:28:15.9488517Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:28:15.9494166Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:28:15.9498047Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:28:15.9500516Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:28:15.9501039Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:28:15.9503873Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:28:15.9507019Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:28:15.9507651Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:28:15.9508173Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:28:15.9513845Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:28:15.9516724Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:28:15.9517377Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:28:15.9518050Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:28:15.9518650Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:28:15.9519166Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:28:15.9519753Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:28:15.9520427Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:28:15.9521039Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:28:15.9521744Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:28:15.9522452Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:28:15.9523116Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:28:15.9523624Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:28:15.9524124Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:28:15.9524634Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:28:15.9527294Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:28:15.9531556Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:28:15.9535585Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:28:15.9538262Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:28:15.9538951Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:28:15.9539579Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:28:15.9541698Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:28:15.9542419Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:28:15.9543078Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:28:15.9543602Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:28:15.9544131Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:28:15.9544819Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:28:15.9545508Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:28:15.9546177Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:28:15.9546890Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:28:15.9547553Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:28:15.9548135Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:28:15.9549070Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:28:15.9550388Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:28:15.9554370Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:28:15.9557621Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:28:15.9558351Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:28:15.9561743Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:28:15.9562651Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:28:15.9565045Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:28:15.9568417Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:28:15.9573286Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:28:15.9576365Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:28:15.9577085Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:28:15.9577967Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:28:15.9583463Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:28:15.9585707Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:28:15.9586485Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:28:15.9587368Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:28:15.9595645Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:28:15.9598264Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:28:15.9600042Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:28:15.9600715Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:28:15.9601416Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:28:15.9602091Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:28:15.9602710Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:28:15.9603356Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:28:15.9604031Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:28:15.9604672Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:28:15.9605178Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:28:15.9605837Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:28:15.9606340Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:28:15.9606848Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:28:15.9607353Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:28:15.9607860Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:28:15.9608360Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:28:15.9608877Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:28:15.9609570Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:28:15.9610065Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:28:15.9610571Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:28:15.9611086Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:28:15.9611582Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:28:15.9612452Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:28:15.9639057Z Receiving objects: 0% (1/237) 2024-08-22T20:28:15.9639529Z Receiving objects: 1% (3/237) 2024-08-22T20:28:15.9639922Z Receiving objects: 2% (5/237) 2024-08-22T20:28:15.9640626Z Receiving objects: 3% (8/237) 2024-08-22T20:28:15.9642886Z Receiving objects: 4% (10/237) 2024-08-22T20:28:15.9644008Z Receiving objects: 5% (12/237) 2024-08-22T20:28:15.9644710Z Receiving objects: 6% (15/237) 2024-08-22T20:28:15.9645305Z Receiving objects: 7% (17/237) 2024-08-22T20:28:15.9645880Z Receiving objects: 8% (19/237) 2024-08-22T20:28:15.9648956Z Receiving objects: 9% (22/237) 2024-08-22T20:28:15.9649621Z Receiving objects: 10% (24/237) 2024-08-22T20:28:15.9650213Z Receiving objects: 11% (27/237) 2024-08-22T20:28:15.9650795Z Receiving objects: 12% (29/237) 2024-08-22T20:28:15.9651320Z Receiving objects: 13% (31/237) 2024-08-22T20:28:15.9652963Z Receiving objects: 14% (34/237) 2024-08-22T20:28:15.9653459Z Receiving objects: 15% (36/237) 2024-08-22T20:28:15.9658927Z Receiving objects: 16% (38/237) 2024-08-22T20:28:15.9659320Z Receiving objects: 17% (41/237) 2024-08-22T20:28:15.9659704Z Receiving objects: 18% (43/237) 2024-08-22T20:28:15.9660085Z Receiving objects: 19% (46/237) 2024-08-22T20:28:15.9660462Z Receiving objects: 20% (48/237) 2024-08-22T20:28:15.9660850Z Receiving objects: 21% (50/237) 2024-08-22T20:28:15.9661238Z Receiving objects: 22% (53/237) 2024-08-22T20:28:15.9661624Z Receiving objects: 23% (55/237) 2024-08-22T20:28:15.9662005Z Receiving objects: 24% (57/237) 2024-08-22T20:28:15.9662388Z Receiving objects: 25% (60/237) 2024-08-22T20:28:15.9662759Z Receiving objects: 26% (62/237) 2024-08-22T20:28:15.9663136Z Receiving objects: 27% (64/237) 2024-08-22T20:28:15.9663521Z Receiving objects: 28% (67/237) 2024-08-22T20:28:15.9663888Z Receiving objects: 29% (69/237) 2024-08-22T20:28:15.9664265Z Receiving objects: 30% (72/237) 2024-08-22T20:28:15.9664639Z Receiving objects: 31% (74/237) 2024-08-22T20:28:15.9668841Z Receiving objects: 32% (76/237) 2024-08-22T20:28:15.9669408Z Receiving objects: 33% (79/237) 2024-08-22T20:28:15.9669912Z Receiving objects: 34% (81/237) 2024-08-22T20:28:15.9670389Z Receiving objects: 35% (83/237) 2024-08-22T20:28:15.9671233Z Receiving objects: 36% (86/237) 2024-08-22T20:28:15.9672115Z Receiving objects: 37% (88/237) 2024-08-22T20:28:15.9672505Z Receiving objects: 38% (91/237) 2024-08-22T20:28:15.9673347Z Receiving objects: 39% (93/237) 2024-08-22T20:28:15.9673731Z Receiving objects: 40% (95/237) 2024-08-22T20:28:15.9674111Z Receiving objects: 41% (98/237) 2024-08-22T20:28:15.9674496Z Receiving objects: 42% (100/237) 2024-08-22T20:28:15.9674893Z Receiving objects: 43% (102/237) 2024-08-22T20:28:15.9675281Z Receiving objects: 44% (105/237) 2024-08-22T20:28:15.9675657Z Receiving objects: 45% (107/237) 2024-08-22T20:28:15.9676197Z Receiving objects: 46% (110/237) 2024-08-22T20:28:15.9676583Z Receiving objects: 47% (112/237) 2024-08-22T20:28:15.9677755Z Receiving objects: 48% (114/237) 2024-08-22T20:28:15.9678159Z Receiving objects: 49% (117/237) 2024-08-22T20:28:15.9699356Z Receiving objects: 50% (119/237) 2024-08-22T20:28:15.9701866Z Receiving objects: 51% (121/237) 2024-08-22T20:28:15.9703202Z Receiving objects: 52% (124/237) 2024-08-22T20:28:15.9764886Z Receiving objects: 53% (126/237) 2024-08-22T20:28:15.9765470Z Receiving objects: 54% (128/237) 2024-08-22T20:28:15.9766830Z Receiving objects: 55% (131/237) 2024-08-22T20:28:15.9769030Z Receiving objects: 56% (133/237) 2024-08-22T20:28:15.9769591Z Receiving objects: 57% (136/237) 2024-08-22T20:28:15.9770216Z Receiving objects: 58% (138/237) 2024-08-22T20:28:15.9770596Z Receiving objects: 59% (140/237) 2024-08-22T20:28:15.9771048Z Receiving objects: 60% (143/237) 2024-08-22T20:28:15.9771571Z Receiving objects: 61% (145/237) 2024-08-22T20:28:15.9771953Z Receiving objects: 62% (147/237) 2024-08-22T20:28:15.9772344Z Receiving objects: 63% (150/237) 2024-08-22T20:28:15.9773135Z Receiving objects: 64% (152/237) 2024-08-22T20:28:15.9774813Z Receiving objects: 65% (155/237) 2024-08-22T20:28:15.9775378Z Receiving objects: 66% (157/237) 2024-08-22T20:28:15.9775921Z Receiving objects: 67% (159/237) 2024-08-22T20:28:15.9778316Z Receiving objects: 68% (162/237) 2024-08-22T20:28:15.9778820Z Receiving objects: 69% (164/237) 2024-08-22T20:28:15.9779294Z Receiving objects: 70% (166/237) 2024-08-22T20:28:15.9781151Z Receiving objects: 71% (169/237) 2024-08-22T20:28:15.9781580Z Receiving objects: 72% (171/237) 2024-08-22T20:28:15.9782420Z Receiving objects: 73% (174/237) 2024-08-22T20:28:15.9782909Z Receiving objects: 74% (176/237) 2024-08-22T20:28:15.9786099Z Receiving objects: 75% (178/237) 2024-08-22T20:28:15.9787150Z Receiving objects: 76% (181/237) 2024-08-22T20:28:15.9787822Z Receiving objects: 77% (183/237) 2024-08-22T20:28:15.9788659Z Receiving objects: 78% (185/237) 2024-08-22T20:28:15.9790455Z Receiving objects: 79% (188/237) 2024-08-22T20:28:15.9792337Z Receiving objects: 80% (190/237) 2024-08-22T20:28:15.9794239Z Receiving objects: 81% (192/237) 2024-08-22T20:28:15.9795234Z Receiving objects: 82% (195/237) 2024-08-22T20:28:15.9799666Z Receiving objects: 83% (197/237) 2024-08-22T20:28:15.9801358Z Receiving objects: 84% (200/237) 2024-08-22T20:28:15.9802462Z Receiving objects: 85% (202/237) 2024-08-22T20:28:15.9803423Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:28:15.9804447Z Receiving objects: 86% (204/237) 2024-08-22T20:28:15.9805423Z Receiving objects: 87% (207/237) 2024-08-22T20:28:15.9806086Z Receiving objects: 88% (209/237) 2024-08-22T20:28:15.9809788Z Receiving objects: 89% (211/237) 2024-08-22T20:28:15.9810238Z Receiving objects: 90% (214/237) 2024-08-22T20:28:15.9811957Z Receiving objects: 91% (216/237) 2024-08-22T20:28:15.9812422Z Receiving objects: 92% (219/237) 2024-08-22T20:28:15.9813995Z Receiving objects: 93% (221/237) 2024-08-22T20:28:15.9814994Z Receiving objects: 94% (223/237) 2024-08-22T20:28:15.9815507Z Receiving objects: 95% (226/237) 2024-08-22T20:28:15.9818079Z Receiving objects: 96% (228/237) 2024-08-22T20:28:15.9818731Z Receiving objects: 97% (230/237) 2024-08-22T20:28:15.9819324Z Receiving objects: 98% (233/237) 2024-08-22T20:28:15.9819837Z Receiving objects: 99% (235/237) 2024-08-22T20:28:15.9820335Z Receiving objects: 100% (237/237) 2024-08-22T20:28:15.9820846Z Receiving objects: 100% (237/237), 488.09 KiB | 27.12 MiB/s, done. 2024-08-22T20:28:15.9830341Z Resolving deltas: 0% (0/16) 2024-08-22T20:28:15.9830843Z Resolving deltas: 6% (1/16) 2024-08-22T20:28:15.9831235Z Resolving deltas: 12% (2/16) 2024-08-22T20:28:15.9833030Z Resolving deltas: 18% (3/16) 2024-08-22T20:28:15.9833481Z Resolving deltas: 25% (4/16) 2024-08-22T20:28:15.9834391Z Resolving deltas: 31% (5/16) 2024-08-22T20:28:15.9834890Z Resolving deltas: 37% (6/16) 2024-08-22T20:28:15.9835375Z Resolving deltas: 43% (7/16) 2024-08-22T20:28:15.9835838Z Resolving deltas: 50% (8/16) 2024-08-22T20:28:15.9836387Z Resolving deltas: 56% (9/16) 2024-08-22T20:28:15.9836950Z Resolving deltas: 62% (10/16) 2024-08-22T20:28:15.9837339Z Resolving deltas: 68% (11/16) 2024-08-22T20:28:15.9838187Z Resolving deltas: 75% (12/16) 2024-08-22T20:28:15.9838919Z Resolving deltas: 87% (14/16) 2024-08-22T20:28:15.9839413Z Resolving deltas: 93% (15/16) 2024-08-22T20:28:15.9840662Z Resolving deltas: 100% (16/16) 2024-08-22T20:28:15.9841182Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:28:15.9938803Z From https://github.com/pytorch/torchchat 2024-08-22T20:28:15.9939720Z * [new ref] refs/pull/1044/merge -> pull/1044/merge 2024-08-22T20:28:15.9964133Z ##[endgroup] 2024-08-22T20:28:15.9964676Z ##[group]Determining the checkout info 2024-08-22T20:28:15.9966881Z ##[endgroup] 2024-08-22T20:28:15.9967421Z ##[group]Checking out the ref 2024-08-22T20:28:15.9970926Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:28:16.0153666Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:28:16.0154155Z 2024-08-22T20:28:16.0154700Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:28:16.0155640Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:28:16.0156519Z state without impacting any branches by switching back to a branch. 2024-08-22T20:28:16.0157007Z 2024-08-22T20:28:16.0157310Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:28:16.0158102Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:28:16.0158517Z 2024-08-22T20:28:16.0158715Z git switch -c 2024-08-22T20:28:16.0158989Z 2024-08-22T20:28:16.0159124Z Or undo this operation with: 2024-08-22T20:28:16.0159371Z 2024-08-22T20:28:16.0159487Z git switch - 2024-08-22T20:28:16.0159670Z 2024-08-22T20:28:16.0160006Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:28:16.0160526Z 2024-08-22T20:28:16.0161098Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:28:16.0162489Z ##[endgroup] 2024-08-22T20:28:16.0210285Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:28:16.0249120Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:28:16.0455746Z Prepare all required actions 2024-08-22T20:28:16.0580492Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2024-08-22T20:28:16.0581005Z with: 2024-08-22T20:28:16.0581345Z docker-image-name: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:16.0581824Z docker-build-dir: .ci/docker 2024-08-22T20:28:16.0582228Z working-directory: pytorch/torchchat 2024-08-22T20:28:16.0582752Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:16.0583267Z force-push: false 2024-08-22T20:28:16.0583560Z env: 2024-08-22T20:28:16.0583861Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:16.0584304Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:16.0584669Z PR_NUMBER: 1044 2024-08-22T20:28:16.0586677Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:16.0588926Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:16.0589674Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:16.0590387Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:16.0590995Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:16.0591453Z ##[endgroup] 2024-08-22T20:28:16.0612764Z ##[group]Run set -ex 2024-08-22T20:28:16.0613124Z set -ex 2024-08-22T20:28:16.0613412Z  2024-08-22T20:28:16.0613962Z # If the docker build directory or the build script doesn't exist, the action will 2024-08-22T20:28:16.0614884Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-08-22T20:28:16.0615678Z # job could then download the pre-built image as usual 2024-08-22T20:28:16.0616398Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-08-22T20:28:16.0617110Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:16.0617726Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:16.0618447Z  2024-08-22T20:28:16.0618947Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-08-22T20:28:16.0619559Z  exit 0 2024-08-22T20:28:16.0619852Z else 2024-08-22T20:28:16.0620215Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:16.0620657Z fi 2024-08-22T20:28:16.0620922Z  2024-08-22T20:28:16.0621381Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-08-22T20:28:16.0622212Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-08-22T20:28:16.0622977Z  # use it as it is, but first let's extract the tag 2024-08-22T20:28:16.0623666Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-08-22T20:28:16.0624372Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:16.0625061Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:16.0625600Z else 2024-08-22T20:28:16.0626025Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-08-22T20:28:16.0626678Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:16.0627610Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:16.0628331Z fi 2024-08-22T20:28:16.0638777Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:16.0639258Z env: 2024-08-22T20:28:16.0639743Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:16.0640198Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:16.0640568Z PR_NUMBER: 1044 2024-08-22T20:28:16.0642516Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:16.0644721Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:16.0645479Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:16.0646189Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:16.0646815Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:16.0647326Z REPO_NAME: torchchat 2024-08-22T20:28:16.0647718Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:16.0648178Z DOCKER_BUILD_DIR: .ci/docker 2024-08-22T20:28:16.0648660Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:16.0649155Z ##[endgroup] 2024-08-22T20:28:16.0679171Z + [[ ! -d .ci/docker ]] 2024-08-22T20:28:16.0679533Z + echo skip=true 2024-08-22T20:28:16.0680329Z + echo docker-image=pytorch/conda-builder:cuda12.1 2024-08-22T20:28:16.0681109Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2024-08-22T20:28:16.0681664Z + exit 0 2024-08-22T20:28:16.0682088Z There is no Docker build script in torchchat repo, skipping... 2024-08-22T20:28:16.0797246Z Prepare all required actions 2024-08-22T20:28:16.0835871Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2024-08-22T20:28:16.0836462Z with: 2024-08-22T20:28:16.0836796Z docker-image: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:16.0837415Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:16.0837916Z env: 2024-08-22T20:28:16.0838233Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:16.0838678Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:16.0839054Z PR_NUMBER: 1044 2024-08-22T20:28:16.0841015Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:16.0843401Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:16.0844162Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:16.0844878Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:16.0845484Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:16.0845944Z ##[endgroup] 2024-08-22T20:28:16.0864926Z ##[group]Run set -x 2024-08-22T20:28:16.0865268Z set -x 2024-08-22T20:28:16.0865559Z set +e 2024-08-22T20:28:16.0865841Z  2024-08-22T20:28:16.0866104Z login() { 2024-08-22T20:28:16.0866758Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-22T20:28:16.0867500Z } 2024-08-22T20:28:16.0867763Z  2024-08-22T20:28:16.0868038Z retry () { 2024-08-22T20:28:16.0868413Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-22T20:28:16.0868847Z } 2024-08-22T20:28:16.0869119Z  2024-08-22T20:28:16.0869427Z retry login "${DOCKER_REGISTRY}" 2024-08-22T20:28:16.0869821Z  2024-08-22T20:28:16.0870091Z set -e 2024-08-22T20:28:16.0870549Z # ignore output since only exit code is used for conditional 2024-08-22T20:28:16.0871222Z # only pull docker image if it's not available locally 2024-08-22T20:28:16.0871970Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-08-22T20:28:16.0872641Z  retry docker pull "${DOCKER_IMAGE}" 2024-08-22T20:28:16.0873060Z fi 2024-08-22T20:28:16.0881475Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:16.0881955Z env: 2024-08-22T20:28:16.0882262Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:16.0882711Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:16.0883080Z PR_NUMBER: 1044 2024-08-22T20:28:16.0885035Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:16.0887275Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:16.0888022Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:16.0888738Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:16.0889356Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:16.0889949Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:16.0890448Z ##[endgroup] 2024-08-22T20:28:16.0918554Z + set +e 2024-08-22T20:28:16.0919369Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:16.0920020Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:16.0922662Z + aws ecr get-login-password --region us-east-1 2024-08-22T20:28:16.0925270Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:16.6721189Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:28:16.6722010Z Configure a credential helper to remove this warning. See 2024-08-22T20:28:16.6722833Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:28:16.6723338Z 2024-08-22T20:28:16.6724621Z Login Succeeded 2024-08-22T20:28:16.6748030Z + set -e 2024-08-22T20:28:16.6748605Z + docker inspect --type=image pytorch/conda-builder:cuda12.1 2024-08-22T20:28:16.6909569Z + retry docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:28:16.6910161Z + docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:28:16.8562518Z cuda12.1: Pulling from pytorch/conda-builder 2024-08-22T20:28:16.8563168Z 2d473b07cdd5: Pulling fs layer 2024-08-22T20:28:16.8563680Z 1feefa38b24d: Pulling fs layer 2024-08-22T20:28:16.8564187Z f3b743645691: Pulling fs layer 2024-08-22T20:28:16.8564680Z 09ec69653086: Pulling fs layer 2024-08-22T20:28:16.8565155Z 07dcdf002e0e: Pulling fs layer 2024-08-22T20:28:16.8565568Z 6d463d3f66d5: Pulling fs layer 2024-08-22T20:28:16.8566066Z af5c0f3f240b: Pulling fs layer 2024-08-22T20:28:16.8566493Z 1c60ace79a8a: Pulling fs layer 2024-08-22T20:28:16.8566996Z 0cb4bb0dd002: Pulling fs layer 2024-08-22T20:28:16.8567472Z 6a40c884dc1c: Pulling fs layer 2024-08-22T20:28:16.8568144Z 21c4fd2610fc: Pulling fs layer 2024-08-22T20:28:16.8568534Z 90d96273fa23: Pulling fs layer 2024-08-22T20:28:16.8568918Z 625bfd303d2d: Pulling fs layer 2024-08-22T20:28:16.8569335Z e8f5e731f8e4: Pulling fs layer 2024-08-22T20:28:16.8569697Z 43ef26b4d3a4: Pulling fs layer 2024-08-22T20:28:16.8570060Z 7027d2bdfdb1: Pulling fs layer 2024-08-22T20:28:16.8570431Z db6f5f4c0334: Pulling fs layer 2024-08-22T20:28:16.8570784Z 784019980816: Pulling fs layer 2024-08-22T20:28:16.8571171Z a7beba6b9d19: Pulling fs layer 2024-08-22T20:28:16.8571538Z 417dce1e59af: Pulling fs layer 2024-08-22T20:28:16.8571895Z 2b99a72dd557: Pulling fs layer 2024-08-22T20:28:16.8572261Z f49fb64d359c: Pulling fs layer 2024-08-22T20:28:16.8572624Z bfb071e5ae48: Pulling fs layer 2024-08-22T20:28:16.8572984Z b2ba091c4c7d: Pulling fs layer 2024-08-22T20:28:16.8573349Z 8cfb81a5220c: Pulling fs layer 2024-08-22T20:28:16.8573709Z c5058f81a371: Pulling fs layer 2024-08-22T20:28:16.8574064Z ca3686f68fee: Pulling fs layer 2024-08-22T20:28:16.8574430Z fdb9230cd483: Pulling fs layer 2024-08-22T20:28:16.8574934Z dc18f68db4d4: Pulling fs layer 2024-08-22T20:28:16.8575317Z e7fc196062f1: Pulling fs layer 2024-08-22T20:28:16.8575669Z a7beba6b9d19: Waiting 2024-08-22T20:28:16.8575971Z 09ec69653086: Waiting 2024-08-22T20:28:16.8576290Z 07dcdf002e0e: Waiting 2024-08-22T20:28:16.8576638Z 417dce1e59af: Waiting 2024-08-22T20:28:16.8576951Z 90d96273fa23: Waiting 2024-08-22T20:28:16.8577255Z 625bfd303d2d: Waiting 2024-08-22T20:28:16.8577567Z dc18f68db4d4: Waiting 2024-08-22T20:28:16.8577866Z 7027d2bdfdb1: Waiting 2024-08-22T20:28:16.8578171Z 43ef26b4d3a4: Waiting 2024-08-22T20:28:16.8578476Z 2b99a72dd557: Waiting 2024-08-22T20:28:16.8578769Z 784019980816: Waiting 2024-08-22T20:28:16.8579071Z f49fb64d359c: Waiting 2024-08-22T20:28:16.8579374Z b2ba091c4c7d: Waiting 2024-08-22T20:28:16.8579673Z 0cb4bb0dd002: Waiting 2024-08-22T20:28:16.8579978Z bfb071e5ae48: Waiting 2024-08-22T20:28:16.8580285Z 6a40c884dc1c: Waiting 2024-08-22T20:28:16.8580582Z fdb9230cd483: Waiting 2024-08-22T20:28:16.8580886Z db6f5f4c0334: Waiting 2024-08-22T20:28:16.8581201Z af5c0f3f240b: Waiting 2024-08-22T20:28:16.8581498Z e7fc196062f1: Waiting 2024-08-22T20:28:16.8581802Z ca3686f68fee: Waiting 2024-08-22T20:28:16.8582139Z c5058f81a371: Waiting 2024-08-22T20:28:16.8582528Z 8cfb81a5220c: Waiting 2024-08-22T20:28:16.8582889Z 1c60ace79a8a: Waiting 2024-08-22T20:28:16.9074536Z f3b743645691: Verifying Checksum 2024-08-22T20:28:16.9075334Z f3b743645691: Download complete 2024-08-22T20:28:16.9088948Z 1feefa38b24d: Verifying Checksum 2024-08-22T20:28:16.9089352Z 1feefa38b24d: Download complete 2024-08-22T20:28:17.0130314Z 09ec69653086: Verifying Checksum 2024-08-22T20:28:17.0131011Z 09ec69653086: Download complete 2024-08-22T20:28:17.6524759Z 2d473b07cdd5: Download complete 2024-08-22T20:28:17.7000874Z af5c0f3f240b: Verifying Checksum 2024-08-22T20:28:17.7001485Z af5c0f3f240b: Download complete 2024-08-22T20:28:17.7964821Z 6d463d3f66d5: Verifying Checksum 2024-08-22T20:28:17.7965426Z 6d463d3f66d5: Download complete 2024-08-22T20:28:17.8850754Z 0cb4bb0dd002: Verifying Checksum 2024-08-22T20:28:17.8851545Z 0cb4bb0dd002: Download complete 2024-08-22T20:28:17.9369803Z 6a40c884dc1c: Verifying Checksum 2024-08-22T20:28:17.9370261Z 6a40c884dc1c: Download complete 2024-08-22T20:28:18.0078674Z 21c4fd2610fc: Download complete 2024-08-22T20:28:18.0624933Z 90d96273fa23: Verifying Checksum 2024-08-22T20:28:18.0625780Z 90d96273fa23: Download complete 2024-08-22T20:28:18.2914973Z 1c60ace79a8a: Verifying Checksum 2024-08-22T20:28:18.2915649Z 1c60ace79a8a: Download complete 2024-08-22T20:28:18.3870727Z 07dcdf002e0e: Download complete 2024-08-22T20:28:18.9400235Z e8f5e731f8e4: Verifying Checksum 2024-08-22T20:28:18.9400745Z e8f5e731f8e4: Download complete 2024-08-22T20:28:19.5034660Z 625bfd303d2d: Verifying Checksum 2024-08-22T20:28:19.5035556Z 625bfd303d2d: Download complete 2024-08-22T20:28:19.5199347Z 43ef26b4d3a4: Verifying Checksum 2024-08-22T20:28:19.5199926Z 43ef26b4d3a4: Download complete 2024-08-22T20:28:19.5505802Z db6f5f4c0334: Verifying Checksum 2024-08-22T20:28:19.5506349Z db6f5f4c0334: Download complete 2024-08-22T20:28:19.5626533Z 784019980816: Verifying Checksum 2024-08-22T20:28:19.5627098Z 784019980816: Download complete 2024-08-22T20:28:19.5969856Z a7beba6b9d19: Verifying Checksum 2024-08-22T20:28:19.7006521Z 7027d2bdfdb1: Verifying Checksum 2024-08-22T20:28:19.7007058Z 7027d2bdfdb1: Download complete 2024-08-22T20:28:19.7216105Z 2b99a72dd557: Verifying Checksum 2024-08-22T20:28:19.7216710Z 2b99a72dd557: Download complete 2024-08-22T20:28:19.8107933Z f49fb64d359c: Verifying Checksum 2024-08-22T20:28:19.8779720Z b2ba091c4c7d: Download complete 2024-08-22T20:28:19.9328774Z 8cfb81a5220c: Verifying Checksum 2024-08-22T20:28:19.9329451Z 8cfb81a5220c: Download complete 2024-08-22T20:28:19.9759178Z c5058f81a371: Verifying Checksum 2024-08-22T20:28:19.9759709Z c5058f81a371: Download complete 2024-08-22T20:28:20.1452436Z ca3686f68fee: Verifying Checksum 2024-08-22T20:28:20.1453108Z ca3686f68fee: Download complete 2024-08-22T20:28:20.1900494Z fdb9230cd483: Verifying Checksum 2024-08-22T20:28:20.1901024Z fdb9230cd483: Download complete 2024-08-22T20:28:20.2210386Z dc18f68db4d4: Download complete 2024-08-22T20:28:21.1829900Z 2d473b07cdd5: Pull complete 2024-08-22T20:28:21.2043393Z 1feefa38b24d: Pull complete 2024-08-22T20:28:21.2291696Z f3b743645691: Pull complete 2024-08-22T20:28:21.2491023Z 09ec69653086: Pull complete 2024-08-22T20:28:23.8562249Z bfb071e5ae48: Verifying Checksum 2024-08-22T20:28:23.8562801Z bfb071e5ae48: Download complete 2024-08-22T20:28:25.4959881Z 07dcdf002e0e: Pull complete 2024-08-22T20:28:25.7662258Z e7fc196062f1: Verifying Checksum 2024-08-22T20:28:25.7662761Z e7fc196062f1: Download complete 2024-08-22T20:28:27.9148907Z 6d463d3f66d5: Pull complete 2024-08-22T20:28:27.9319704Z af5c0f3f240b: Pull complete 2024-08-22T20:28:29.2426031Z 1c60ace79a8a: Pull complete 2024-08-22T20:28:29.4065602Z 0cb4bb0dd002: Pull complete 2024-08-22T20:28:29.4261142Z 6a40c884dc1c: Pull complete 2024-08-22T20:28:29.4492779Z 21c4fd2610fc: Pull complete 2024-08-22T20:28:29.4688693Z 90d96273fa23: Pull complete 2024-08-22T20:28:32.8473875Z 625bfd303d2d: Pull complete 2024-08-22T20:28:34.2583964Z e8f5e731f8e4: Pull complete 2024-08-22T20:28:38.1658776Z 43ef26b4d3a4: Pull complete 2024-08-22T20:28:39.9090544Z 7027d2bdfdb1: Pull complete 2024-08-22T20:28:39.9242833Z db6f5f4c0334: Pull complete 2024-08-22T20:28:39.9412671Z 784019980816: Pull complete 2024-08-22T20:28:39.9566165Z a7beba6b9d19: Pull complete 2024-08-22T20:29:09.3991572Z 417dce1e59af: Verifying Checksum 2024-08-22T20:29:09.3994057Z 417dce1e59af: Download complete 2024-08-22T20:30:01.0537822Z 417dce1e59af: Pull complete 2024-08-22T20:30:01.5146170Z 2b99a72dd557: Pull complete 2024-08-22T20:30:01.6351756Z f49fb64d359c: Pull complete 2024-08-22T20:30:16.8725578Z bfb071e5ae48: Pull complete 2024-08-22T20:30:17.0916519Z b2ba091c4c7d: Pull complete 2024-08-22T20:30:17.3169167Z 8cfb81a5220c: Pull complete 2024-08-22T20:30:17.5420334Z c5058f81a371: Pull complete 2024-08-22T20:30:18.0848356Z ca3686f68fee: Pull complete 2024-08-22T20:30:18.3159159Z fdb9230cd483: Pull complete 2024-08-22T20:30:18.5397809Z dc18f68db4d4: Pull complete 2024-08-22T20:30:37.5216433Z e7fc196062f1: Pull complete 2024-08-22T20:30:37.6442088Z Digest: sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:30:37.6902614Z Status: Downloaded newer image for pytorch/conda-builder:cuda12.1 2024-08-22T20:30:37.7205406Z docker.io/pytorch/conda-builder:cuda12.1 2024-08-22T20:30:37.7331632Z ##[group]Run set -ex 2024-08-22T20:30:37.7331985Z set -ex 2024-08-22T20:30:37.7332277Z { 2024-08-22T20:30:37.7332593Z  echo "#!/usr/bin/env bash"; 2024-08-22T20:30:37.7333013Z  echo "set -eou pipefail"; 2024-08-22T20:30:37.7333444Z  # shellcheck disable=SC2016 2024-08-22T20:30:37.7333923Z  echo 'eval "$(conda shell.bash hook)"'; 2024-08-22T20:30:37.7334378Z  echo "set -x"; 2024-08-22T20:30:37.7334730Z  echo "${SCRIPT}"; 2024-08-22T20:30:37.7335136Z } > "${RUNNER_TEMP}/exec_script" 2024-08-22T20:30:37.7335595Z chmod +x "${RUNNER_TEMP}/exec_script" 2024-08-22T20:30:37.7336508Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "" 2024-08-22T20:30:37.7348223Z shell: /usr/bin/bash -e {0} 2024-08-22T20:30:37.7348570Z env: 2024-08-22T20:30:37.7348955Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:30:37.7349412Z REPOSITORY: pytorch/torchchat 2024-08-22T20:30:37.7349807Z PR_NUMBER: 1044 2024-08-22T20:30:37.7351779Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:30:37.7353992Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:30:37.7354764Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:30:37.7355526Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:30:37.7356138Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:30:37.7357164Z ALL_SECRETS: { "github_token": "***" } 2024-08-22T20:30:37.7357573Z ##[endgroup] 2024-08-22T20:30:37.7392526Z + echo '#!/usr/bin/env bash' 2024-08-22T20:30:37.7392972Z + echo 'set -eou pipefail' 2024-08-22T20:30:37.7393403Z + echo 'eval "$(conda shell.bash hook)"' 2024-08-22T20:30:37.7393841Z + echo 'set -x' 2024-08-22T20:30:37.7394298Z + echo 'echo "::group::Print machine info" 2024-08-22T20:30:37.7396165Z uname -a 2024-08-22T20:30:37.7396670Z echo "::endgroup::" 2024-08-22T20:30:37.7399482Z 2024-08-22T20:30:37.7400265Z echo "::group::Install newer objcopy that supports --set-section-alignment" 2024-08-22T20:30:37.7401093Z yum install -y devtoolset-10-binutils 2024-08-22T20:30:37.7401660Z export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 2024-08-22T20:30:37.7402128Z echo "::endgroup::" 2024-08-22T20:30:37.7402318Z 2024-08-22T20:30:37.7402496Z .ci/scripts/run-docs evaluation 2024-08-22T20:30:37.7402756Z 2024-08-22T20:30:37.7402890Z echo "::group::Completion" 2024-08-22T20:30:37.7403231Z echo "tests complete" 2024-08-22T20:30:37.7403594Z echo "*******************************************" 2024-08-22T20:30:37.7404014Z echo "::endgroup::" 2024-08-22T20:30:37.7404337Z ' 2024-08-22T20:30:37.7404786Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2024-08-22T20:30:37.7407716Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py '' 2024-08-22T20:31:17.0063927Z Running command: 2024-08-22T20:31:17.0072825Z 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_19d823b0-4ccf-4eef-b722-c153edb1ed5f":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_19d823b0-4ccf-4eef-b722-c153edb1ed5f" -w /pytorch/torchchat "pytorch/conda-builder:cuda12.1" 2024-08-22T20:31:17.0080692Z 2024-08-22T20:31:17.0081295Z 260b2207dafb824151dc362a8a71a207085627c2d0178b0e61760b627ee32963 2024-08-22T20:31:17.0082600Z Running command: docker exec -t 260b2207dafb824151dc362a8a71a207085627c2d0178b0e61760b627ee32963 /exec 2024-08-22T20:31:17.0083710Z + echo '::group::Print machine info' 2024-08-22T20:31:17.0084652Z ##[group]Print machine info 2024-08-22T20:31:17.0085125Z + uname -a 2024-08-22T20:31:17.0086043Z Linux 260b2207dafb 6.1.94-99.176.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 18 14:57:56 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-08-22T20:31:17.0086872Z + echo ::endgroup:: 2024-08-22T20:31:17.0087422Z ##[endgroup] 2024-08-22T20:31:17.0088013Z + echo '::group::Install newer objcopy that supports --set-section-alignment' 2024-08-22T20:31:17.0089027Z ##[group]Install newer objcopy that supports --set-section-alignment 2024-08-22T20:31:17.0089648Z + yum install -y devtoolset-10-binutils 2024-08-22T20:31:17.0090086Z Loaded plugins: fastestmirror, ovl 2024-08-22T20:31:17.0090520Z Loading mirror speeds from cached hostfile 2024-08-22T20:31:17.0090823Z 2024-08-22T20:31:17.0091101Z epel/x86_64/metalink | 5.1 kB 00:00 2024-08-22T20:31:17.0091678Z * epel: d2lzkl7pfhq30w.cloudfront.net 2024-08-22T20:31:17.0091968Z 2024-08-22T20:31:17.0092188Z base | 3.6 kB 00:00 2024-08-22T20:31:17.0092547Z 2024-08-22T20:31:17.0092880Z centos-sclo-rh | 3.0 kB 00:00 2024-08-22T20:31:17.0093297Z 2024-08-22T20:31:17.0093634Z centos-sclo-sclo | 3.0 kB 00:00 2024-08-22T20:31:17.0094053Z 2024-08-22T20:31:17.0094268Z extras | 2.9 kB 00:00 2024-08-22T20:31:17.0094626Z 2024-08-22T20:31:17.0094842Z updates | 2.9 kB 00:00 2024-08-22T20:31:17.0095323Z Resolving Dependencies 2024-08-22T20:31:17.0095720Z --> Running transaction check 2024-08-22T20:31:17.0096342Z ---> Package devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 will be installed 2024-08-22T20:31:17.0097343Z --> Processing Dependency: devtoolset-10-runtime for package: devtoolset-10-binutils-2.35-5.el7.4.x86_64 2024-08-22T20:31:17.0098120Z --> Running transaction check 2024-08-22T20:31:17.0098731Z ---> Package devtoolset-10-runtime.x86_64 0:10.1-0.el7 will be installed 2024-08-22T20:31:17.0099347Z --> Finished Dependency Resolution 2024-08-22T20:31:17.0099623Z 2024-08-22T20:31:17.0099745Z Dependencies Resolved 2024-08-22T20:31:17.0100107Z 2024-08-22T20:31:17.0100284Z ================================================================================ 2024-08-22T20:31:17.0100865Z Package Arch Version Repository Size 2024-08-22T20:31:17.0101427Z ================================================================================ 2024-08-22T20:31:17.0101869Z Installing: 2024-08-22T20:31:17.0102566Z devtoolset-10-binutils x86_64 2.35-5.el7.4 centos-sclo-rh 6.3 M 2024-08-22T20:31:17.0103168Z Installing for dependencies: 2024-08-22T20:31:17.0103801Z devtoolset-10-runtime x86_64 10.1-0.el7 centos-sclo-rh 19 k 2024-08-22T20:31:17.0104258Z 2024-08-22T20:31:17.0104384Z Transaction Summary 2024-08-22T20:31:17.0104747Z ================================================================================ 2024-08-22T20:31:17.0105238Z Install 1 Package (+1 Dependent package) 2024-08-22T20:31:17.0105538Z 2024-08-22T20:31:17.0105675Z Total download size: 6.3 M 2024-08-22T20:31:17.0106022Z Installed size: 25 M 2024-08-22T20:31:17.0106351Z Downloading packages: 2024-08-22T20:31:17.0106555Z 2024-08-22T20:31:17.0106995Z (1/2): devtoolset-10-binutils-2.35-5.el7.4.x86_64.rpm | 6.3 MB 00:00 2024-08-22T20:31:17.0107479Z 2024-08-22T20:31:17.0107898Z (2/2): devtoolset-10-runtime-10.1-0.el7.x86_64.rpm | 19 kB 00:00 2024-08-22T20:31:17.0108657Z -------------------------------------------------------------------------------- 2024-08-22T20:31:17.0109233Z Total 25 MB/s | 6.3 MB 00:00 2024-08-22T20:31:17.0109722Z Running transaction check 2024-08-22T20:31:17.0110067Z Running transaction test 2024-08-22T20:31:17.0110417Z Transaction test succeeded 2024-08-22T20:31:17.0110767Z Running transaction 2024-08-22T20:31:17.0110959Z 2024-08-22T20:31:17.0111349Z Installing : devtoolset-10-runtime-10.1-0 [ ] 1/2 2024-08-22T20:31:17.0112579Z Installing : devtoolset-10-runtime-10.1-0 [# ] 1/2 2024-08-22T20:31:17.0113424Z Installing : devtoolset-10-runtime-10.1-0 [## ] 1/2 2024-08-22T20:31:17.0114241Z Installing : devtoolset-10-runtime-10.1-0 [### ] 1/2 2024-08-22T20:31:17.0115068Z Installing : devtoolset-10-runtime-10.1-0 [#### ] 1/2 2024-08-22T20:31:17.0115918Z Installing : devtoolset-10-runtime-10.1-0 [##### ] 1/2 2024-08-22T20:31:17.0116857Z Installing : devtoolset-10-runtime-10.1-0 [###### ] 1/2 2024-08-22T20:31:17.0117780Z Installing : devtoolset-10-runtime-10.1-0 [####### ] 1/2 2024-08-22T20:31:17.0118606Z Installing : devtoolset-10-runtime-10.1-0 [######## ] 1/2 2024-08-22T20:31:17.0119424Z Installing : devtoolset-10-runtime-10.1-0 [######### ] 1/2 2024-08-22T20:31:17.0120236Z Installing : devtoolset-10-runtime-10.1-0 [########## ] 1/2 2024-08-22T20:31:17.0121080Z Installing : devtoolset-10-runtime-10.1-0 [########### ] 1/2 2024-08-22T20:31:17.0121909Z Installing : devtoolset-10-runtime-10.1-0 [############ ] 1/2 2024-08-22T20:31:17.0122719Z Installing : devtoolset-10-runtime-10.1-0 [############# ] 1/2 2024-08-22T20:31:17.0123737Z Installing : devtoolset-10-runtime-10.1-0 [############## ] 1/2 2024-08-22T20:31:17.0124564Z Installing : devtoolset-10-runtime-10.1-0 [############### ] 1/2 2024-08-22T20:31:17.0125388Z Installing : devtoolset-10-runtime-10.1-0 [################ ] 1/2 2024-08-22T20:31:17.0126200Z Installing : devtoolset-10-runtime-10.1-0 [################# ] 1/2 2024-08-22T20:31:17.0127024Z Installing : devtoolset-10-runtime-10.1-0 [################## ] 1/2 2024-08-22T20:31:17.0127896Z Installing : devtoolset-10-runtime-10.1-0 [################### ] 1/2 2024-08-22T20:31:17.0128880Z Installing : devtoolset-10-runtime-10.1-0 [##################### ] 1/2 2024-08-22T20:31:17.0129889Z Installing : devtoolset-10-runtime-10.1-0 [###################### ] 1/2 2024-08-22T20:31:17.0130707Z Installing : devtoolset-10-runtime-10.1-0 [####################### ] 1/2 2024-08-22T20:31:17.0131519Z Installing : devtoolset-10-runtime-10.1-0 [######################## ] 1/2 2024-08-22T20:31:17.0132473Z Installing : devtoolset-10-runtime-10.1-0 [######################### ] 1/2 2024-08-22T20:31:17.0133297Z Installing : devtoolset-10-runtime-10.1-0 [########################## ] 1/2 2024-08-22T20:31:17.0134121Z Installing : devtoolset-10-runtime-10.1-0 [########################### ] 1/2 2024-08-22T20:31:17.0134931Z Installing : devtoolset-10-runtime-10.1-0 [############################ ] 1/2 2024-08-22T20:31:17.0135816Z Installing : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:31:17.0136595Z ValueError: SELinux policy is not managed or store cannot be accessed. 2024-08-22T20:31:17.0137039Z 2024-08-22T20:31:17.0137419Z Installing : devtoolset-10-binutils-2.35- [ ] 2/2 2024-08-22T20:31:17.0138245Z Installing : devtoolset-10-binutils-2.35- [# ] 2/2 2024-08-22T20:31:17.0139075Z Installing : devtoolset-10-binutils-2.35- [## ] 2/2 2024-08-22T20:31:17.0139905Z Installing : devtoolset-10-binutils-2.35- [### ] 2/2 2024-08-22T20:31:17.0140724Z Installing : devtoolset-10-binutils-2.35- [#### ] 2/2 2024-08-22T20:31:17.0141543Z Installing : devtoolset-10-binutils-2.35- [##### ] 2/2 2024-08-22T20:31:17.0142364Z Installing : devtoolset-10-binutils-2.35- [###### ] 2/2 2024-08-22T20:31:17.0143178Z Installing : devtoolset-10-binutils-2.35- [####### ] 2/2 2024-08-22T20:31:17.0143996Z Installing : devtoolset-10-binutils-2.35- [######## ] 2/2 2024-08-22T20:31:17.0144820Z Installing : devtoolset-10-binutils-2.35- [######### ] 2/2 2024-08-22T20:31:17.0145630Z Installing : devtoolset-10-binutils-2.35- [########## ] 2/2 2024-08-22T20:31:17.0146447Z Installing : devtoolset-10-binutils-2.35- [########### ] 2/2 2024-08-22T20:31:17.0147261Z Installing : devtoolset-10-binutils-2.35- [############ ] 2/2 2024-08-22T20:31:17.0148088Z Installing : devtoolset-10-binutils-2.35- [############# ] 2/2 2024-08-22T20:31:17.0148896Z Installing : devtoolset-10-binutils-2.35- [############## ] 2/2 2024-08-22T20:31:17.0149714Z Installing : devtoolset-10-binutils-2.35- [############### ] 2/2 2024-08-22T20:31:17.0150532Z Installing : devtoolset-10-binutils-2.35- [################ ] 2/2 2024-08-22T20:31:17.0151345Z Installing : devtoolset-10-binutils-2.35- [################# ] 2/2 2024-08-22T20:31:17.0152163Z Installing : devtoolset-10-binutils-2.35- [################## ] 2/2 2024-08-22T20:31:17.3398213Z Installing : devtoolset-10-binutils-2.35- [################### ] 2/2 2024-08-22T20:31:17.3399436Z Installing : devtoolset-10-binutils-2.35- [#################### ] 2/2 2024-08-22T20:31:17.3400323Z Installing : devtoolset-10-binutils-2.35- [##################### ] 2/2 2024-08-22T20:31:17.3401187Z Installing : devtoolset-10-binutils-2.35- [###################### ] 2/2 2024-08-22T20:31:17.3402025Z Installing : devtoolset-10-binutils-2.35- [####################### ] 2/2 2024-08-22T20:31:17.3402860Z Installing : devtoolset-10-binutils-2.35- [######################## ] 2/2 2024-08-22T20:31:17.3403683Z Installing : devtoolset-10-binutils-2.35- [######################### ] 2/2 2024-08-22T20:31:17.3404505Z Installing : devtoolset-10-binutils-2.35- [########################## ] 2/2 2024-08-22T20:31:17.3405326Z Installing : devtoolset-10-binutils-2.35- [########################### ] 2/2 2024-08-22T20:31:17.3406573Z Installing : devtoolset-10-binutils-2.35- [############################ ] 2/2 2024-08-22T20:31:17.3407422Z Installing : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:31:17.3408396Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/as.info.gz 2024-08-22T20:31:17.3409652Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/binutils.info.gz 2024-08-22T20:31:17.3410758Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/gprof.info.gz 2024-08-22T20:31:17.3412176Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/ld.info.gz 2024-08-22T20:31:17.3413454Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/standards.info.gz 2024-08-22T20:31:17.3414052Z 2024-08-22T20:31:17.3414461Z Verifying : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:31:17.3414942Z 2024-08-22T20:31:17.3415341Z Verifying : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:31:17.3415815Z 2024-08-22T20:31:17.3415925Z Installed: 2024-08-22T20:31:17.3416480Z devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 2024-08-22T20:31:17.3416942Z 2024-08-22T20:31:17.3417068Z Dependency Installed: 2024-08-22T20:31:17.3417670Z devtoolset-10-runtime.x86_64 0:10.1-0.el7 2024-08-22T20:31:17.3418133Z 2024-08-22T20:31:17.3418251Z Complete! 2024-08-22T20:31:17.3419628Z + export PATH=/opt/rh/devtoolset-10/root/usr/bin/:/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/cuda-12.1/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-22T20:31:17.3422005Z + PATH=/opt/rh/devtoolset-10/root/usr/bin/:/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/cuda-12.1/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-22T20:31:17.3423322Z + echo ::endgroup:: 2024-08-22T20:31:17.3424136Z ##[endgroup] 2024-08-22T20:31:17.3424498Z + .ci/scripts/run-docs evaluation 2024-08-22T20:31:17.3424884Z + echo ::group::Completion 2024-08-22T20:31:17.3425449Z ##[group]Completion 2024-08-22T20:31:17.3425808Z + echo 'tests complete' 2024-08-22T20:31:17.3426183Z tests complete 2024-08-22T20:31:17.3426582Z + echo '*******************************************' 2024-08-22T20:31:17.3427027Z ******************************************* 2024-08-22T20:31:17.3427420Z + echo ::endgroup:: 2024-08-22T20:31:17.3427922Z ##[endgroup] 2024-08-22T20:31:17.3503199Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2024-08-22T20:31:17.3503650Z with: 2024-08-22T20:31:17.3504041Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:17.3504554Z fail-on-empty: false 2024-08-22T20:31:17.3504854Z env: 2024-08-22T20:31:17.3505166Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:17.3505626Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:17.3506017Z PR_NUMBER: 1044 2024-08-22T20:31:17.3508002Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:31:17.3510242Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:17.3510989Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:17.3511897Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:17.3512506Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:17.3512976Z ##[endgroup] 2024-08-22T20:31:17.4201854Z Prepare all required actions 2024-08-22T20:31:17.4239920Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-08-22T20:31:17.4240390Z with: 2024-08-22T20:31:17.4240817Z directory: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-08-22T20:31:17.4241525Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:31:17.4242063Z env: 2024-08-22T20:31:17.4242376Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:17.4242819Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:17.4243185Z PR_NUMBER: 1044 2024-08-22T20:31:17.4245172Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:31:17.4247365Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:17.4248116Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:17.4248826Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:17.4249429Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:17.4249892Z ##[endgroup] 2024-08-22T20:31:17.4269499Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:31:17.4270446Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:31:17.4282401Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:31:17.4282891Z env: 2024-08-22T20:31:17.4283214Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:17.4283662Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:17.4284045Z PR_NUMBER: 1044 2024-08-22T20:31:17.4285998Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:31:17.4288190Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:17.4288947Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:17.4289653Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:17.4290259Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:17.4290909Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:31:17.4291623Z DIRECTORY: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-08-22T20:31:17.4292157Z ##[endgroup] 2024-08-22T20:31:17.4506714Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2024-08-22T20:31:17.6826395Z latest: Pulling from tool/alpine 2024-08-22T20:31:17.6826971Z 540db60ca938: Pulling fs layer 2024-08-22T20:31:17.7989964Z 540db60ca938: Verifying Checksum 2024-08-22T20:31:17.7990496Z 540db60ca938: Download complete 2024-08-22T20:31:17.9103041Z 540db60ca938: Pull complete 2024-08-22T20:31:17.9184149Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:31:17.9215687Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:31:18.9486683Z Prepare all required actions 2024-08-22T20:31:18.9521567Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-08-22T20:31:18.9522042Z with: 2024-08-22T20:31:18.9522388Z directory: /home/ec2-user/actions-runner/_work/_temp 2024-08-22T20:31:18.9523034Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:31:18.9523750Z env: 2024-08-22T20:31:18.9524061Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:18.9524515Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:18.9524890Z PR_NUMBER: 1044 2024-08-22T20:31:18.9526879Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:31:18.9529087Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:18.9529846Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:18.9530561Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:18.9531172Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:18.9531639Z ##[endgroup] 2024-08-22T20:31:18.9550498Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:31:18.9551446Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:31:18.9561734Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:31:18.9562249Z env: 2024-08-22T20:31:18.9562588Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:18.9563041Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:18.9563416Z PR_NUMBER: 1044 2024-08-22T20:31:18.9565373Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:31:18.9567569Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:18.9568376Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:18.9569097Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:18.9569694Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:18.9570343Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:31:18.9570984Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2024-08-22T20:31:18.9571444Z ##[endgroup] 2024-08-22T20:31:19.9744932Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2024-08-22T20:31:19.9745908Z # Only do these steps if we actually want to upload an artifact 2024-08-22T20:31:19.9746698Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2024-08-22T20:31:19.9747596Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2024-08-22T20:31:19.9748633Z  # attempt to just grab whatever is in there and scoop it all up 2024-08-22T20:31:19.9749402Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2024-08-22T20:31:19.9750113Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:31:19.9752247Z  fi 2024-08-22T20:31:19.9752690Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2024-08-22T20:31:19.9753426Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:31:19.9754145Z  fi 2024-08-22T20:31:19.9754922Z  # Set to fail upload step if there are no files for upload and expected files for upload 2024-08-22T20:31:19.9755946Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2024-08-22T20:31:19.9756701Z fi 2024-08-22T20:31:19.9757055Z  2024-08-22T20:31:19.9757689Z upload_docs=0 2024-08-22T20:31:19.9758351Z # Check if there are files in the documentation folder to upload, note that 2024-08-22T20:31:19.9759074Z # empty folders do not count 2024-08-22T20:31:19.9759933Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2024-08-22T20:31:19.9760884Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2024-08-22T20:31:19.9761682Z  # upload will probably not work correctly 2024-08-22T20:31:19.9762326Z  upload_docs=1 2024-08-22T20:31:19.9762749Z fi 2024-08-22T20:31:19.9763251Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:31:19.9773553Z shell: /usr/bin/bash -e {0} 2024-08-22T20:31:19.9773993Z env: 2024-08-22T20:31:19.9774446Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:19.9775021Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:19.9775564Z PR_NUMBER: 1044 2024-08-22T20:31:19.9777729Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:31:19.9780036Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:19.9780843Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:19.9781702Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:19.9782421Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:19.9782953Z UPLOAD_ARTIFACT_NAME: 2024-08-22T20:31:19.9783444Z ##[endgroup] 2024-08-22T20:31:19.9887621Z Prepare all required actions 2024-08-22T20:31:19.9932624Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2024-08-22T20:31:19.9933192Z with: 2024-08-22T20:31:19.9933613Z env: 2024-08-22T20:31:19.9934074Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:19.9934625Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:19.9935161Z PR_NUMBER: 1044 2024-08-22T20:31:19.9937500Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:31:19.9939754Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:19.9940799Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:19.9941577Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:19.9942356Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:19.9942919Z ##[endgroup] 2024-08-22T20:31:19.9969775Z ##[group]Run set -eou pipefail 2024-08-22T20:31:19.9970329Z set -eou pipefail 2024-08-22T20:31:19.9970814Z  2024-08-22T20:31:19.9971427Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-08-22T20:31:19.9972200Z for _ in $(seq 1440); do 2024-08-22T20:31:19.9972722Z  # Break if no ssh session exists anymore 2024-08-22T20:31:19.9973329Z  if [ "$(who)" = "" ]; then 2024-08-22T20:31:19.9973874Z  break 2024-08-22T20:31:19.9974309Z  fi 2024-08-22T20:31:19.9974662Z  echo "." 2024-08-22T20:31:19.9975142Z  sleep 5 2024-08-22T20:31:19.9975568Z done 2024-08-22T20:31:19.9984623Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:31:19.9985495Z env: 2024-08-22T20:31:19.9985879Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:19.9986511Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:19.9986982Z PR_NUMBER: 1044 2024-08-22T20:31:19.9989044Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:31:19.9991405Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:19.9992225Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:19.9993043Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:19.9993823Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:19.9994355Z ##[endgroup] 2024-08-22T20:31:20.0024631Z Holding runner for 2 hours until all ssh sessions have logged out 2024-08-22T20:31:20.0088428Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:31:20.0089276Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:31:20.0089911Z # shellcheck disable=SC2046 2024-08-22T20:31:20.0090572Z docker stop $(docker ps -q) || true 2024-08-22T20:31:20.0091132Z # Prune all of the docker images 2024-08-22T20:31:20.0091635Z docker system prune -af 2024-08-22T20:31:20.0100897Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:31:20.0101558Z env: 2024-08-22T20:31:20.0101929Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:20.0102491Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:20.0103195Z PR_NUMBER: 1044 2024-08-22T20:31:20.0105315Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:31:20.0107577Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:20.0108477Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:20.0109295Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:20.0109986Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:20.0110553Z ##[endgroup] 2024-08-22T20:31:30.5913176Z 260b2207dafb 2024-08-22T20:31:30.6400476Z Deleted Containers: 2024-08-22T20:31:30.6401545Z 260b2207dafb824151dc362a8a71a207085627c2d0178b0e61760b627ee32963 2024-08-22T20:31:30.6402150Z 2024-08-22T20:31:35.9963836Z Deleted Images: 2024-08-22T20:31:35.9964886Z untagged: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:35.9966347Z untagged: pytorch/conda-builder@sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:31:35.9967423Z deleted: sha256:ca6cb5e15adf1287624fd5ee41e98e3482f9ba8e8eb49b94e1c89149740d589e 2024-08-22T20:31:35.9968869Z deleted: sha256:7ea5160e27b147a9b8579d1ecaa57d793582bf5bc915c7f8cdbfb0e9d6cb07a7 2024-08-22T20:31:35.9970621Z deleted: sha256:b62ea2cf6a5771e822ce3339bbcc153c9d1d567d410908f8c8bb6364538d5ce4 2024-08-22T20:31:35.9971585Z deleted: sha256:e2aa7aeae6883178dc9137b7198de0dd0e488fe2f3c2350041d78a21c5268174 2024-08-22T20:31:35.9972519Z deleted: sha256:7d64cbcd3947a1e0aa1abd5a9d734cd961aea4c0ec4635ea3294e37e96f69830 2024-08-22T20:31:35.9973570Z deleted: sha256:3eb08d55a9f629f97e2e1c0cf20ff802536c0d341d9ba38f949500fdc3329dc9 2024-08-22T20:31:35.9974595Z deleted: sha256:617916537dafd2cb5f4e62e43d1fffecd492f1dbdd557b93a8d4a3d8516f182a 2024-08-22T20:31:35.9975738Z deleted: sha256:e39e75923171030569887b5cbf74f952383a76c593d9abf08059f9d6c0eba9b6 2024-08-22T20:31:35.9976645Z deleted: sha256:d1a0a10f342c13f93556fdd4df93a12497190394e4198dcd5618cbac69506c9b 2024-08-22T20:31:35.9977596Z deleted: sha256:e9a939e626efc5c03f7b5206aa11981d73de39345c575dcc35552c4b1f4fe935 2024-08-22T20:31:35.9978521Z deleted: sha256:12bf6c0ce8bb61ca65095e25018efabe18faabbf4ba318874150aa3ce13a8008 2024-08-22T20:31:35.9979389Z deleted: sha256:d4899a6466695bcab7f74253d4e13a31e2861aa3346ae5e87cfaec75bfa2a5a1 2024-08-22T20:31:35.9980320Z deleted: sha256:57f423db078477fd48a3b21e0e960108e17ad45def0728927e3607b867c011be 2024-08-22T20:31:35.9981230Z deleted: sha256:4d9e8db683cb433346e5a329c9a1223693b21cbe1ef03ad9669ea169d2531568 2024-08-22T20:31:35.9982178Z deleted: sha256:636b11b88d0d4f380e06ce31e183eb66b39baf66d25b46d671a6d07156272626 2024-08-22T20:31:35.9983240Z deleted: sha256:5fb38e0fdae552967ea7e31c6dbf71dd662194ce4c3e34a73275d955c7516ac9 2024-08-22T20:31:35.9984365Z deleted: sha256:e945d944e062cb5b4b5bce5ca9255339c385aa7e76352cba574e7b9adcbfaf81 2024-08-22T20:31:35.9985264Z deleted: sha256:629a87d40778fa59aae239569d2e4022eb9c73c24d5a8a80b631578c6a0d95de 2024-08-22T20:31:35.9986206Z deleted: sha256:28b222b3a9320157c8d332c568c93debef3da5ea2a633329870ce36a79787ec0 2024-08-22T20:31:35.9987097Z deleted: sha256:77654d0fdc0b2b63fe1b22c1e69a2e39d9c51f0935f861e7828d36f4f736ad79 2024-08-22T20:31:35.9987990Z deleted: sha256:bf65b0450ea54ac3431526e360b0f7c3e7c4ac66000529df84d01fa39061535c 2024-08-22T20:31:35.9988908Z deleted: sha256:2e78abff6cee136276a6b6ac50167c9b9761c7005e02c832947580165140577f 2024-08-22T20:31:35.9989794Z deleted: sha256:779151bb607dc93e1099434061314ed422972abb54587e96a0400de4fdc718c0 2024-08-22T20:31:35.9990661Z deleted: sha256:8b116155e6592b810a5108f4e36aed3bd14b162dc4636a3b9052a885006508a4 2024-08-22T20:31:35.9991855Z deleted: sha256:16eb6de95902da3aa8f26838aa5e0876e791b9d338a43d4ddf7864bccfcb3e25 2024-08-22T20:31:35.9992785Z deleted: sha256:f1cc8ad9df374e9b9b2cfbdcd52ce63a53a3ee8b4f82edcebde8156aeec389ad 2024-08-22T20:31:35.9993719Z deleted: sha256:29937eb76d3be5ed458043982e587e3ae1c44991b86fef436ac51e69b3526331 2024-08-22T20:31:35.9994702Z deleted: sha256:fa0dd9cde456c1e5de9010f19af898bbeaa2c089cc1ae9f6e56166a558d448a8 2024-08-22T20:31:35.9995575Z deleted: sha256:74a8a6ee05c38b7d2b93ff2b2cfc3502c47cc6dc1043ecda998808f02c36076e 2024-08-22T20:31:35.9996611Z deleted: sha256:c734a1acf015e761506178e29744373917426c75b2191f3e74173bd615af5108 2024-08-22T20:31:35.9997534Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2024-08-22T20:31:35.9998525Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:31:35.9999875Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:31:36.0001211Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-08-22T20:31:36.0002441Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-08-22T20:31:36.0002974Z 2024-08-22T20:31:36.0003149Z Total reclaimed space: 13.9GB 2024-08-22T20:31:36.0051025Z ##[group]Run set +e 2024-08-22T20:31:36.0051511Z set +e 2024-08-22T20:31:36.0051991Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:31:36.0052669Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:31:36.0053274Z else 2024-08-22T20:31:36.0053829Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:31:36.0054355Z fi 2024-08-22T20:31:36.0055042Z set -e 2024-08-22T20:31:36.0064628Z shell: /usr/bin/bash -e {0} 2024-08-22T20:31:36.0065026Z env: 2024-08-22T20:31:36.0065550Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:36.0066098Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:36.0066526Z PR_NUMBER: 1044 2024-08-22T20:31:36.0068771Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" .ci/scripts/run-docs evaluation echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:31:36.0071279Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:36.0072153Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:36.0072958Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:36.0073685Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:36.0074340Z NO_SUDO: false 2024-08-22T20:31:36.0074728Z ##[endgroup] 2024-08-22T20:31:36.1071237Z Post job cleanup. 2024-08-22T20:31:36.2269604Z Post job cleanup. 2024-08-22T20:31:36.3146230Z [command]/usr/bin/git version 2024-08-22T20:31:36.3200131Z git version 2.40.1 2024-08-22T20:31:36.3237423Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/16faa491-0048-492a-a229-add96edd3475' before making global git config changes 2024-08-22T20:31:36.3238626Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:31:36.3242558Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:31:36.3289727Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:31:36.3337735Z [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:31:36.3702458Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:31:36.3738815Z http.https://github.com/.extraheader 2024-08-22T20:31:36.3747684Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-22T20:31:36.3792854Z [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:31:36.4240610Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-22T20:31:36.4262668Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-22T20:31:36.4270683Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:31:36.4271214Z ##[endgroup] 2024-08-22T20:31:42.7623037Z Cleaning up orphan processes