2025-01-27T21:30:16.1576232Z Current runner version: '2.321.0' 2025-01-27T21:30:16.1588944Z Runner name: 'i-0c4307487083c3c50' 2025-01-27T21:30:16.1590854Z Runner group name: 'Default' 2025-01-27T21:30:16.1592839Z Machine name: 'ip-10-0-23-172' 2025-01-27T21:30:16.1598969Z ##[group]GITHUB_TOKEN Permissions 2025-01-27T21:30:16.1603869Z Contents: read 2025-01-27T21:30:16.1605079Z Metadata: read 2025-01-27T21:30:16.1606281Z ##[endgroup] 2025-01-27T21:30:16.1612333Z Secret source: None 2025-01-27T21:30:16.1613684Z Prepare workflow directory 2025-01-27T21:30:16.7612236Z Prepare all required actions 2025-01-27T21:30:16.7673738Z Getting action download info 2025-01-27T21:30:16.9749710Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-01-27T21:30:17.2608544Z Download action repository 'actions/download-artifact@v4' (SHA:fa0a91b85d4f404e444e00e005971372dc801d16) 2025-01-27T21:30:17.6312939Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-01-27T21:30:17.7745772Z Download action repository 'actions/upload-artifact@v4' (SHA:65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08) 2025-01-27T21:30:18.1850663Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-01-27T21:30:18.5559835Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (d570e4e3365fae2f775e06be297eb0449fb8b57a) 2025-01-27T21:30:18.5563081Z ##[group] Inputs 2025-01-27T21:30:18.5564552Z script: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:18.5567049Z timeout: 60 2025-01-27T21:30:18.5567474Z runner: linux.arm64.2xlarge 2025-01-27T21:30:18.5567964Z upload-artifact: 2025-01-27T21:30:18.5568888Z upload-artifact-to-s3: false 2025-01-27T21:30:18.5569449Z download-artifact: 2025-01-27T21:30:18.5569905Z repository: 2025-01-27T21:30:18.5570332Z fetch-depth: 1 2025-01-27T21:30:18.5570717Z submodules: 2025-01-27T21:30:18.5571199Z ref: 2025-01-27T21:30:18.5571628Z test-infra-repository: pytorch/test-infra 2025-01-27T21:30:18.5572224Z test-infra-ref: 2025-01-27T21:30:18.5572831Z docker-image: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:18.5573715Z docker-build-dir: .ci/docker 2025-01-27T21:30:18.5574300Z gpu-arch-type: cpu-aarch64 2025-01-27T21:30:18.5574777Z gpu-arch-version: 2025-01-27T21:30:18.5575327Z job-name: linux-job 2025-01-27T21:30:18.5575872Z continue-on-error: false 2025-01-27T21:30:18.5576442Z binary-matrix: 2025-01-27T21:30:18.5576898Z run-with-docker: true 2025-01-27T21:30:18.5577364Z secrets-env: 2025-01-27T21:30:18.5577942Z no-sudo: false 2025-01-27T21:30:18.5578417Z ##[endgroup] 2025-01-27T21:30:18.5578963Z Complete job name: test-advanced-cpu / linux-job 2025-01-27T21:30:18.6393669Z A job started hook has been configured by the self-hosted runner administrator 2025-01-27T21:30:18.6592090Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-01-27T21:30:18.6608724Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:30:18.6609849Z ##[endgroup] 2025-01-27T21:30:20.6448108Z Runner Type: linux.arm64.2xlarge 2025-01-27T21:30:20.6448800Z Instance Type: t4g.2xlarge 2025-01-27T21:30:20.6449188Z AMI Name: unknown 2025-01-27T21:30:20.6479754Z AMI ID: ami-00d9a6d7d54864374 2025-01-27T21:30:28.1949661Z ##[group]Run set -euxo pipefail 2025-01-27T21:30:28.1950432Z set -euxo pipefail 2025-01-27T21:30:28.1950897Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-01-27T21:30:28.1951460Z  echo "::group::Cleanup with-sudo debug output" 2025-01-27T21:30:28.1952015Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-01-27T21:30:28.1952490Z else 2025-01-27T21:30:28.1952895Z  echo "::group::Cleanup no-sudo debug output" 2025-01-27T21:30:28.1953423Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-01-27T21:30:28.1954325Z fi 2025-01-27T21:30:28.1954651Z  2025-01-27T21:30:28.1955033Z mkdir -p "${GITHUB_WORKSPACE}" 2025-01-27T21:30:28.1955548Z echo "::endgroup::" 2025-01-27T21:30:28.1967211Z shell: /usr/bin/bash -e {0} 2025-01-27T21:30:28.1967640Z env: 2025-01-27T21:30:28.1968142Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:28.1968837Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:28.1969276Z PR_NUMBER: 1476 2025-01-27T21:30:28.1970574Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:28.1971998Z NO_SUDO: false 2025-01-27T21:30:28.1972364Z ##[endgroup] 2025-01-27T21:30:28.2010081Z + [[ false == \f\a\l\s\e ]] 2025-01-27T21:30:28.2031595Z ##[group]Cleanup with-sudo debug output 2025-01-27T21:30:28.2035984Z + echo '::group::Cleanup with-sudo debug output' 2025-01-27T21:30:28.2036693Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2025-01-27T21:30:28.2904273Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/branches' 2025-01-27T21:30:28.2905623Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/applypatch-msg.sample' 2025-01-27T21:30:28.2906962Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/commit-msg.sample' 2025-01-27T21:30:28.2908197Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/post-update.sample' 2025-01-27T21:30:28.2909471Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-applypatch.sample' 2025-01-27T21:30:28.2910735Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-commit.sample' 2025-01-27T21:30:28.2912013Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-merge-commit.sample' 2025-01-27T21:30:28.2913261Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-push.sample' 2025-01-27T21:30:28.2914704Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-receive.sample' 2025-01-27T21:30:28.2915992Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/push-to-checkout.sample' 2025-01-27T21:30:28.2917314Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/sendemail-validate.sample' 2025-01-27T21:30:28.2918549Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/update.sample' 2025-01-27T21:30:28.2919801Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-01-27T21:30:28.2921079Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-rebase.sample' 2025-01-27T21:30:28.2922360Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-01-27T21:30:28.2923670Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/hooks' 2025-01-27T21:30:28.2924746Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/info/exclude' 2025-01-27T21:30:28.2926422Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/info' 2025-01-27T21:30:28.2927524Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/description' 2025-01-27T21:30:28.2928548Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/config' 2025-01-27T21:30:28.2929585Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/heads/main' 2025-01-27T21:30:28.2931156Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/heads' 2025-01-27T21:30:28.2932642Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/tags' 2025-01-27T21:30:28.2933831Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes/origin/main' 2025-01-27T21:30:28.2935073Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes/origin' 2025-01-27T21:30:28.2936368Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes' 2025-01-27T21:30:28.2937514Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/refs' 2025-01-27T21:30:28.2938544Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/HEAD' 2025-01-27T21:30:28.2939948Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack/pack-3b5d90a56bc1a28c92b226d5678ecf2b0d8eb5f5.pack' 2025-01-27T21:30:28.2941707Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack/pack-3b5d90a56bc1a28c92b226d5678ecf2b0d8eb5f5.rev' 2025-01-27T21:30:28.2943418Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack/pack-3b5d90a56bc1a28c92b226d5678ecf2b0d8eb5f5.idx' 2025-01-27T21:30:28.2944855Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/pack' 2025-01-27T21:30:28.2946059Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects/info' 2025-01-27T21:30:28.2947336Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/objects' 2025-01-27T21:30:28.2948459Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/FETCH_HEAD' 2025-01-27T21:30:28.2949467Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/shallow' 2025-01-27T21:30:28.2950611Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes/origin/main' 2025-01-27T21:30:28.2951929Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes/origin' 2025-01-27T21:30:28.2953215Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes' 2025-01-27T21:30:28.2954425Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/heads/main' 2025-01-27T21:30:28.2955613Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/heads' 2025-01-27T21:30:28.2956795Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/refs' 2025-01-27T21:30:28.2957869Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs/HEAD' 2025-01-27T21:30:28.2958928Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/logs' 2025-01-27T21:30:28.2960030Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/config.worktree' 2025-01-27T21:30:28.2961064Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/index' 2025-01-27T21:30:28.2962056Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git' 2025-01-27T21:30:28.2963054Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.flake8' 2025-01-27T21:30:28.2964446Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git-blame-ignore-revs' 2025-01-27T21:30:28.2965698Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.gitattributes' 2025-01-27T21:30:28.2966807Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actionlint.yaml' 2025-01-27T21:30:28.2968026Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/bc-lint/action.yml' 2025-01-27T21:30:28.2969486Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/bc-lint' 2025-01-27T21:30:28.2970814Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/binary-upload/action.yml' 2025-01-27T21:30:28.2972188Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/binary-upload' 2025-01-27T21:30:28.2973616Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-01-27T21:30:28.2975105Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/calculate-docker-image' 2025-01-27T21:30:28.2976538Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/check-disk-space/action.yml' 2025-01-27T21:30:28.2977942Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/check-disk-space' 2025-01-27T21:30:28.2979332Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/chown-directory/action.yml' 2025-01-27T21:30:28.2980704Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/chown-directory' 2025-01-27T21:30:28.2982099Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-01-27T21:30:28.2983521Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/clang-tidy-upload' 2025-01-27T21:30:28.2984913Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/cleanup-runner/action.yml' 2025-01-27T21:30:28.2986287Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/cleanup-runner' 2025-01-27T21:30:28.2987724Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-01-27T21:30:28.2989216Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/export-matrix-variables' 2025-01-27T21:30:28.2990664Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-01-27T21:30:28.2992104Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/get-workflow-job-id' 2025-01-27T21:30:28.2993536Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/pull-docker-image/action.yml' 2025-01-27T21:30:28.2994936Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/pull-docker-image' 2025-01-27T21:30:28.2996369Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-01-27T21:30:28.2997842Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/run-script-with-cache' 2025-01-27T21:30:28.2999242Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/set-channel/action.yml' 2025-01-27T21:30:28.3000961Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/set-channel' 2025-01-27T21:30:28.3002541Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-01-27T21:30:28.3004003Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-builds' 2025-01-27T21:30:28.3005537Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-01-27T21:30:28.3006974Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-upload' 2025-01-27T21:30:28.3008389Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-build-test/action.yml' 2025-01-27T21:30:28.3009949Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-build-test' 2025-01-27T21:30:28.3011324Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-linux/action.yml' 2025-01-27T21:30:28.3012667Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-linux' 2025-01-27T21:30:28.3014034Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda/README.md' 2025-01-27T21:30:28.3015424Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda/action.yml' 2025-01-27T21:30:28.3016881Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda' 2025-01-27T21:30:28.3018263Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-nvidia/action.yml' 2025-01-27T21:30:28.3019615Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-nvidia' 2025-01-27T21:30:28.3020966Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh/action.yml' 2025-01-27T21:30:28.3022265Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh/index.js' 2025-01-27T21:30:28.3023553Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh' 2025-01-27T21:30:28.3024880Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-windows/action.yml' 2025-01-27T21:30:28.3026238Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-windows' 2025-01-27T21:30:28.3027590Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-linux/action.yml' 2025-01-27T21:30:28.3028967Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-linux' 2025-01-27T21:30:28.3030345Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-windows/action.yml' 2025-01-27T21:30:28.3031931Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-windows' 2025-01-27T21:30:28.3033362Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/trigger-nightly/action.yml' 2025-01-27T21:30:28.3034744Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/trigger-nightly' 2025-01-27T21:30:28.3036147Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-commit-hash/action.yml' 2025-01-27T21:30:28.3037564Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-commit-hash' 2025-01-27T21:30:28.3039007Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-viablestrict/action.yml' 2025-01-27T21:30:28.3040445Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/update-viablestrict' 2025-01-27T21:30:28.3042268Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-01-27T21:30:28.3043831Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions/upload-benchmark-results' 2025-01-27T21:30:28.3045338Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/actions' 2025-01-27T21:30:28.3046544Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/arc-node-config.yaml' 2025-01-27T21:30:28.3048034Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/arc-runner-config.yaml' 2025-01-27T21:30:28.3049272Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/dependabot.yml' 2025-01-27T21:30:28.3050520Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/lf-canary-scale-config.yml' 2025-01-27T21:30:28.3051788Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/lf-scale-config.yml' 2025-01-27T21:30:28.3052970Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scale-config.yml' 2025-01-27T21:30:28.3054559Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223108.json' 2025-01-27T21:30:28.3056559Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223431.json' 2025-01-27T21:30:28.3058392Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-01-27T21:30:28.3060130Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager.json' 2025-01-27T21:30:28.3062007Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager_dynamic.json' 2025-01-27T21:30:28.3063960Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_inductor_dynamic_gpu.json' 2025-01-27T21:30:28.3065857Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/json-each-row.json' 2025-01-27T21:30:28.3067607Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/mock.json' 2025-01-27T21:30:28.3069284Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-01-27T21:30:28.3070927Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-01-27T21:30:28.3072468Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-01-27T21:30:28.3073859Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/benchmarks' 2025-01-27T21:30:28.3075213Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/export_matrix_variables.py' 2025-01-27T21:30:28.3076574Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/get_tutorials_stats.py' 2025-01-27T21:30:28.3077906Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/get_workflow_job_id.py' 2025-01-27T21:30:28.3079223Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/install_torch.sh' 2025-01-27T21:30:28.3080474Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/install_xpu.bat' 2025-01-27T21:30:28.3081989Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-01-27T21:30:28.3083376Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py' 2025-01-27T21:30:28.3084772Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-01-27T21:30:28.3086264Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/update_commit_hashes.py' 2025-01-27T21:30:28.3087621Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/update_disabled_issues.py' 2025-01-27T21:30:28.3089184Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/upload_benchmark_results.py' 2025-01-27T21:30:28.3090534Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/validate_binaries.sh' 2025-01-27T21:30:28.3091831Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/validate_pipy.sh' 2025-01-27T21:30:28.3093098Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/validate_poetry.sh' 2025-01-27T21:30:28.3094420Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/validate_scale_config.py' 2025-01-27T21:30:28.3095757Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/validate_test_ops.sh' 2025-01-27T21:30:28.3097041Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/xpu_env_helper.bat' 2025-01-27T21:30:28.3098271Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts' 2025-01-27T21:30:28.3099502Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_binary_upload.yml' 2025-01-27T21:30:28.3100801Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/_upload_docs.yml' 2025-01-27T21:30:28.3102133Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-01-27T21:30:28.3103510Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build-windows-ami.yml' 2025-01-27T21:30:28.3104872Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_linux.yml' 2025-01-27T21:30:28.3106205Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_macos.yml' 2025-01-27T21:30:28.3107569Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_windows.yml' 2025-01-27T21:30:28.3108938Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_linux.yml' 2025-01-27T21:30:28.3110303Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_macos.yml' 2025-01-27T21:30:28.3111666Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_windows.yml' 2025-01-27T21:30:28.3113022Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/check-alerts.yml' 2025-01-27T21:30:28.3114342Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-01-27T21:30:28.3115702Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-01-27T21:30:28.3117197Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-01-27T21:30:28.3118786Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-01-27T21:30:28.3120590Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-01-27T21:30:28.3122128Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-01-27T21:30:28.3123563Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-01-27T21:30:28.3125149Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-01-27T21:30:28.3126799Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_release_matrix.yml' 2025-01-27T21:30:28.3128202Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-01-27T21:30:28.3129632Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-01-27T21:30:28.3131319Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-01-27T21:30:28.3132783Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-01-27T21:30:28.3134281Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-01-27T21:30:28.3135695Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-runners.yml' 2025-01-27T21:30:28.3137011Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-webhook.yml' 2025-01-27T21:30:28.3138254Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/lint.yml' 2025-01-27T21:30:28.3139477Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/linux_job.yml' 2025-01-27T21:30:28.3140750Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/linux_job_v2.yml' 2025-01-27T21:30:28.3142087Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-01-27T21:30:28.3143410Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/macos_job.yml' 2025-01-27T21:30:28.3144658Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/mobile_job.yml' 2025-01-27T21:30:28.3146027Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-01-27T21:30:28.3147463Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-01-27T21:30:28.3148823Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/revert-tracker.yml' 2025-01-27T21:30:28.3150192Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/scale_config_validation.yml' 2025-01-27T21:30:28.3151640Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-01-27T21:30:28.3153010Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/stronghold.yml' 2025-01-27T21:30:28.3154336Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/sync_pytorch_canary.yml' 2025-01-27T21:30:28.3155781Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-01-27T21:30:28.3157266Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-01-27T21:30:28.3158750Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-01-27T21:30:28.3160664Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-01-27T21:30:28.3162223Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-01-27T21:30:28.3163601Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-01-27T21:30:28.3165031Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-ssh.yml' 2025-01-27T21:30:28.3166730Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-01-27T21:30:28.3168326Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_aarch64_without_cuda.yml' 2025-01-27T21:30:28.3169983Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-01-27T21:30:28.3171567Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-01-27T21:30:28.3173123Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-01-27T21:30:28.3174588Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-01-27T21:30:28.3176068Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-01-27T21:30:28.3177650Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-01-27T21:30:28.3179119Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_linux_job.yml' 2025-01-27T21:30:28.3180426Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_macos_job.yml' 2025-01-27T21:30:28.3181741Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_mobile_job.yml' 2025-01-27T21:30:28.3183150Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-01-27T21:30:28.3184569Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_windows_job.yml' 2025-01-27T21:30:28.3185843Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/tests.yml' 2025-01-27T21:30:28.3187047Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/tflint.yml' 2025-01-27T21:30:28.3188268Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/torchci.yml' 2025-01-27T21:30:28.3189537Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/trigger_nightly.yml' 2025-01-27T21:30:28.3190887Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-01-27T21:30:28.3192280Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-drci-comments.yml' 2025-01-27T21:30:28.3193667Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-queue-times.yml' 2025-01-27T21:30:28.3195024Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-s3-html.yml' 2025-01-27T21:30:28.3196370Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-test-times.yml' 2025-01-27T21:30:28.3197750Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_disabled_tests.yml' 2025-01-27T21:30:28.3199383Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-01-27T21:30:28.3200852Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-01-27T21:30:28.3202319Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-01-27T21:30:28.3203835Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-01-27T21:30:28.3205556Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/validate-binaries.yml' 2025-01-27T21:30:28.3206960Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/validate-docker-images.yml' 2025-01-27T21:30:28.3208419Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/validate-domain-library.yml' 2025-01-27T21:30:28.3209874Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-01-27T21:30:28.3211355Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-01-27T21:30:28.3212848Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-01-27T21:30:28.3214373Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-01-27T21:30:28.3215895Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/validate-release-binaries.yml' 2025-01-27T21:30:28.3217431Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-01-27T21:30:28.3219032Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-01-27T21:30:28.3220503Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/windows-ami-validation.yml' 2025-01-27T21:30:28.3221858Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows/windows_job.yml' 2025-01-27T21:30:28.3223084Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/workflows' 2025-01-27T21:30:28.3224221Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github' 2025-01-27T21:30:28.3225248Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.gitignore' 2025-01-27T21:30:28.3226277Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.lintrunner.toml' 2025-01-27T21:30:28.3227362Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.mypy_requirements.txt' 2025-01-27T21:30:28.3228417Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.sqlfluff' 2025-01-27T21:30:28.3229444Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/CODE_OF_CONDUCT.md' 2025-01-27T21:30:28.3230688Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/CONTRIBUTING.md' 2025-01-27T21:30:28.3231716Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/LICENSE' 2025-01-27T21:30:28.3232672Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/README.md' 2025-01-27T21:30:28.3233748Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/README.md' 2025-01-27T21:30:28.3234921Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.hwm' 2025-01-27T21:30:28.3236105Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.pwd' 2025-01-27T21:30:28.3238547Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.pwi' 2025-01-27T21:30:28.3239933Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/configs/sshd_config' 2025-01-27T21:30:28.3241218Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/configs' 2025-01-27T21:30:28.3242483Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-01-27T21:30:28.3243868Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-01-27T21:30:28.3245827Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-01-27T21:30:28.3247313Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers' 2025-01-27T21:30:28.3248828Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-01-27T21:30:28.3250473Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-01-27T21:30:28.3252216Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-01-27T21:30:28.3253998Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-01-27T21:30:28.3255702Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-01-27T21:30:28.3257385Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-01-27T21:30:28.3259020Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-01-27T21:30:28.3260564Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-01-27T21:30:28.3262083Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-01-27T21:30:28.3263548Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers' 2025-01-27T21:30:28.3264908Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts' 2025-01-27T21:30:28.3266322Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-01-27T21:30:28.3267803Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/user-data-scripts' 2025-01-27T21:30:28.3269159Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-01-27T21:30:28.3270428Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-01-27T21:30:28.3271639Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami/windows' 2025-01-27T21:30:28.3272749Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/ami' 2025-01-27T21:30:28.3274039Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-01-27T21:30:28.3275547Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-01-27T21:30:28.3277110Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-01-27T21:30:28.3278962Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-01-27T21:30:28.3280649Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-01-27T21:30:28.3282338Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-01-27T21:30:28.3284106Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-01-27T21:30:28.3285951Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-01-27T21:30:28.3287416Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-01-27T21:30:28.3288847Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-01-27T21:30:28.3290347Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-01-27T21:30:28.3291897Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-01-27T21:30:28.3293385Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-01-27T21:30:28.3294752Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-01-27T21:30:28.3296045Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/README.md' 2025-01-27T21:30:28.3297405Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-01-27T21:30:28.3298807Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-01-27T21:30:28.3300152Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts' 2025-01-27T21:30:28.3301472Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/Makefile' 2025-01-27T21:30:28.3302822Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/README.md' 2025-01-27T21:30:28.3304239Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-01-27T21:30:28.3305710Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-01-27T21:30:28.3307110Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test' 2025-01-27T21:30:28.3308442Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/.gitignore' 2025-01-27T21:30:28.3309791Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-01-27T21:30:28.3311097Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-01-27T21:30:28.3312400Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/README.md' 2025-01-27T21:30:28.3313735Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/data/README.md' 2025-01-27T21:30:28.3315310Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/data/log_classifier_dataset_query_2024-08-14.csv' 2025-01-27T21:30:28.3316891Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/data' 2025-01-27T21:30:28.3318492Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-01-27T21:30:28.3320112Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures/error_log_multiple_matches.txt' 2025-01-27T21:30:28.3321689Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-01-27T21:30:28.3323128Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures' 2025-01-27T21:30:28.3324674Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-01-27T21:30:28.3326189Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-01-27T21:30:28.3327648Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/scripts' 2025-01-27T21:30:28.3329032Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-01-27T21:30:28.3330634Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-01-27T21:30:28.3332118Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-01-27T21:30:28.3333518Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-01-27T21:30:28.3334846Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-01-27T21:30:28.3336150Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-01-27T21:30:28.3337469Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-01-27T21:30:28.3338813Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-01-27T21:30:28.3340148Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-01-27T21:30:28.3341499Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-01-27T21:30:28.3343218Z 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' 2025-01-27T21:30:28.3345411Z 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' 2025-01-27T21:30:28.3347293Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-01-27T21:30:28.3348696Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src' 2025-01-27T21:30:28.3350008Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier' 2025-01-27T21:30:28.3351326Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-01-27T21:30:28.3352697Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-01-27T21:30:28.3354132Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-01-27T21:30:28.3355616Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-01-27T21:30:28.3357468Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-01-27T21:30:28.3358984Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs' 2025-01-27T21:30:28.3360384Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-01-27T21:30:28.3361748Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-01-27T21:30:28.3363179Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-01-27T21:30:28.3364976Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-01-27T21:30:28.3366430Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/servicelab-ingestor' 2025-01-27T21:30:28.3367803Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-01-27T21:30:28.3369243Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-01-27T21:30:28.3370738Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-01-27T21:30:28.3372274Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-01-27T21:30:28.3373908Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.txt' 2025-01-27T21:30:28.3375595Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.zip' 2025-01-27T21:30:28.3377221Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-01-27T21:30:28.3378679Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator' 2025-01-27T21:30:28.3380090Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-01-27T21:30:28.3381534Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-01-27T21:30:28.3383053Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-01-27T21:30:28.3384617Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-01-27T21:30:28.3386156Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-01-27T21:30:28.3387741Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/whl_metadata_upload_pep658/test_lambda_function.py' 2025-01-27T21:30:28.3389282Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-01-27T21:30:28.3390554Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/lambda' 2025-01-27T21:30:28.3391817Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org/README.md' 2025-01-27T21:30:28.3393341Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org/meta_cdn_whl_redirect.js' 2025-01-27T21:30:28.3394940Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-01-27T21:30:28.3396624Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org' 2025-01-27T21:30:28.3397948Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws/websites' 2025-01-27T21:30:28.3399044Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/aws' 2025-01-27T21:30:28.3400175Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/clickhouse_db_schema/README.md' 2025-01-27T21:30:28.3401550Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-01-27T21:30:28.3403200Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-01-27T21:30:28.3404792Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views/schema.sql' 2025-01-27T21:30:28.3406610Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views' 2025-01-27T21:30:28.3408330Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_time_series_schema.sql' 2025-01-27T21:30:28.3410086Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_utilization_metadata_schema.sql' 2025-01-27T21:30:28.3411718Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-01-27T21:30:28.3413067Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/clickhouse_db_schema' 2025-01-27T21:30:28.3414157Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/mypy.ini' 2025-01-27T21:30:28.3415153Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/pyproject.toml' 2025-01-27T21:30:28.3416205Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/README.md' 2025-01-27T21:30:28.3417361Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/cut-release-branch.sh' 2025-01-27T21:30:28.3418515Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/promote.sh' 2025-01-27T21:30:28.3419672Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/promote/common_utils.sh' 2025-01-27T21:30:28.3420940Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/promote/conda_to_conda.sh' 2025-01-27T21:30:28.3422265Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-01-27T21:30:28.3423533Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/promote/s3_to_s3.sh' 2025-01-27T21:30:28.3424762Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/promote/wheel_to_pypi.sh' 2025-01-27T21:30:28.3425984Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/promote' 2025-01-27T21:30:28.3427225Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-01-27T21:30:28.3428567Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-01-27T21:30:28.3429945Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-01-27T21:30:28.3431690Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-01-27T21:30:28.3432933Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/pypi' 2025-01-27T21:30:28.3434097Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/release_versions.sh' 2025-01-27T21:30:28.3435624Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release/restore-backup.sh' 2025-01-27T21:30:28.3436812Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/release' 2025-01-27T21:30:28.3437913Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/README.md' 2025-01-27T21:30:28.3439099Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/backup_conda.py' 2025-01-27T21:30:28.3440285Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/manage.py' 2025-01-27T21:30:28.3441690Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/requirements.txt' 2025-01-27T21:30:28.3442987Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management/update_dependencies.py' 2025-01-27T21:30:28.3444230Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/s3_management' 2025-01-27T21:30:28.3445505Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.eslintignore' 2025-01-27T21:30:28.3446663Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.eslintrc.json' 2025-01-27T21:30:28.3447849Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.prettierignore' 2025-01-27T21:30:28.3449044Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/.prettierrc.json' 2025-01-27T21:30:28.3450178Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/README.md' 2025-01-27T21:30:28.3451464Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-01-27T21:30:28.3452837Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-01-27T21:30:28.3454174Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-01-27T21:30:28.3455461Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__' 2025-01-27T21:30:28.3456646Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/jest.config.js' 2025-01-27T21:30:28.3457805Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/package.json' 2025-01-27T21:30:28.3459026Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-01-27T21:30:28.3460291Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/ec2-utils.ts' 2025-01-27T21:30:28.3461457Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/get-ip.ts' 2025-01-27T21:30:28.3462634Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/github-utils.ts' 2025-01-27T21:30:28.3463814Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/main.ts' 2025-01-27T21:30:28.3464943Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/src' 2025-01-27T21:30:28.3466088Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/tsconfig.json' 2025-01-27T21:30:28.3467199Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh/yarn.lock' 2025-01-27T21:30:28.3468289Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/setup-ssh' 2025-01-27T21:30:28.3469367Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/stats/README.md' 2025-01-27T21:30:28.3470402Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/stats' 2025-01-27T21:30:28.3471609Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/.gitignore' 2025-01-27T21:30:28.3473196Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-01-27T21:30:28.3474617Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-01-27T21:30:28.3475970Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/README.md' 2025-01-27T21:30:28.3477462Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-01-27T21:30:28.3479157Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-01-27T21:30:28.3480526Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/kms.tf' 2025-01-27T21:30:28.3481834Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/main.tf' 2025-01-27T21:30:28.3483338Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-01-27T21:30:28.3485128Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-01-27T21:30:28.3486789Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-01-27T21:30:28.3488434Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-01-27T21:30:28.3490124Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-01-27T21:30:28.3491796Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-01-27T21:30:28.3493523Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl' 2025-01-27T21:30:28.3495294Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md' 2025-01-27T21:30:28.3497292Z 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' 2025-01-27T21:30:28.3499504Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.gitignore' 2025-01-27T21:30:28.3501661Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.nvmrc' 2025-01-27T21:30:28.3503822Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.prettierrc' 2025-01-27T21:30:28.3506009Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/Makefile' 2025-01-27T21:30:28.3508202Z 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' 2025-01-27T21:30:28.3510428Z 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' 2025-01-27T21:30:28.3512646Z 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' 2025-01-27T21:30:28.3515065Z 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' 2025-01-27T21:30:28.3517411Z 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' 2025-01-27T21:30:28.3519786Z 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' 2025-01-27T21:30:28.3522324Z 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' 2025-01-27T21:30:28.3524576Z 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' 2025-01-27T21:30:28.3527186Z 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' 2025-01-27T21:30:28.3529956Z 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' 2025-01-27T21:30:28.3532933Z 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' 2025-01-27T21:30:28.3535611Z 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' 2025-01-27T21:30:28.3538092Z 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' 2025-01-27T21:30:28.3540389Z 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' 2025-01-27T21:30:28.3542608Z 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' 2025-01-27T21:30:28.3544807Z 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' 2025-01-27T21:30:28.3546979Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer' 2025-01-27T21:30:28.3548985Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas' 2025-01-27T21:30:28.3550764Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf' 2025-01-27T21:30:28.3552506Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf' 2025-01-27T21:30:28.3554434Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-cloudwatch.json' 2025-01-27T21:30:28.3556477Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-syncer.json' 2025-01-27T21:30:28.3558762Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies' 2025-01-27T21:30:28.3560728Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/runner-binaries-syncer.tf' 2025-01-27T21:30:28.3562656Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars' 2025-01-27T21:30:28.3564476Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json' 2025-01-27T21:30:28.3566592Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf' 2025-01-27T21:30:28.3568389Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-01-27T21:30:28.3570137Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-01-27T21:30:28.3571917Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf' 2025-01-27T21:30:28.3573665Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-01-27T21:30:28.3575335Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-01-27T21:30:28.3577073Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-01-27T21:30:28.3578838Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf' 2025-01-27T21:30:28.3580807Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-cloudwatch-policy.json' 2025-01-27T21:30:28.3582972Z 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' 2025-01-27T21:30:28.3585124Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-role-trust-policy.json' 2025-01-27T21:30:28.3587198Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-s3-policy.json' 2025-01-27T21:30:28.3589289Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ssm-parameters-policy.json' 2025-01-27T21:30:28.3591782Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2025-01-27T21:30:28.3592441Z + echo ::endgroup:: 2025-01-27T21:30:28.3593466Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-01-27T21:30:28.3595260Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf' 2025-01-27T21:30:28.3597146Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/arm-runner-patch.tpl' 2025-01-27T21:30:28.3599144Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config.json' 2025-01-27T21:30:28.3601171Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux.json' 2025-01-27T21:30:28.3603537Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_arm64.json' 2025-01-27T21:30:28.3605856Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_nvidia.json' 2025-01-27T21:30:28.3607990Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_windows.json' 2025-01-27T21:30:28.3610223Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.ps1' 2025-01-27T21:30:28.3612272Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh' 2025-01-27T21:30:28.3614278Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.ps1' 2025-01-27T21:30:28.3616152Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh' 2025-01-27T21:30:28.3617976Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-01-27T21:30:28.3619826Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-01-27T21:30:28.3621534Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-01-27T21:30:28.3623142Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-01-27T21:30:28.3624694Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-01-27T21:30:28.3626313Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-01-27T21:30:28.3628069Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml' 2025-01-27T21:30:28.3629845Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-01-27T21:30:28.3631943Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-01-27T21:30:28.3633724Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-01-27T21:30:28.3635529Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/jest.config.js' 2025-01-27T21:30:28.3637358Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json' 2025-01-27T21:30:28.3639204Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.test.ts' 2025-01-27T21:30:28.3641068Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts' 2025-01-27T21:30:28.3643016Z 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' 2025-01-27T21:30:28.3645520Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.ts' 2025-01-27T21:30:28.3647625Z 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' 2025-01-27T21:30:28.3649687Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.ts' 2025-01-27T21:30:28.3651836Z 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' 2025-01-27T21:30:28.3654154Z 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' 2025-01-27T21:30:28.3656264Z 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' 2025-01-27T21:30:28.3658394Z 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' 2025-01-27T21:30:28.3660511Z 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' 2025-01-27T21:30:28.3662645Z 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' 2025-01-27T21:30:28.3664754Z 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' 2025-01-27T21:30:28.3666853Z 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' 2025-01-27T21:30:28.3668907Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms' 2025-01-27T21:30:28.3670994Z 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' 2025-01-27T21:30:28.3673061Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.ts' 2025-01-27T21:30:28.3675134Z 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' 2025-01-27T21:30:28.3677195Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.ts' 2025-01-27T21:30:28.3679298Z 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' 2025-01-27T21:30:28.3681499Z 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' 2025-01-27T21:30:28.3683781Z 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' 2025-01-27T21:30:28.3686143Z 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' 2025-01-27T21:30:28.3688331Z 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' 2025-01-27T21:30:28.3690872Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.ts' 2025-01-27T21:30:28.3693069Z 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' 2025-01-27T21:30:28.3695202Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.ts' 2025-01-27T21:30:28.3697573Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners' 2025-01-27T21:30:28.3699583Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src' 2025-01-27T21:30:28.3701508Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/reporter.js' 2025-01-27T21:30:28.3703761Z 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' 2025-01-27T21:30:28.3705914Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources' 2025-01-27T21:30:28.3707865Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test' 2025-01-27T21:30:28.3709891Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/tsconfig.json' 2025-01-27T21:30:28.3711809Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/yarn.lock' 2025-01-27T21:30:28.3713652Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-01-27T21:30:28.3715572Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-01-27T21:30:28.3717258Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-01-27T21:30:28.3718968Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-01-27T21:30:28.3720770Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies-lambda-common.tf' 2025-01-27T21:30:28.3722679Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-cloudwatch.json' 2025-01-27T21:30:28.3724768Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-down.json' 2025-01-27T21:30:28.3726871Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up.json' 2025-01-27T21:30:28.3728853Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-secretsmanager.json' 2025-01-27T21:30:28.3731262Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies/service-linked-role-create-policy.json' 2025-01-27T21:30:28.3733259Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-01-27T21:30:28.3768935Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-01-27T21:30:28.3770901Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-01-27T21:30:28.3772529Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-01-27T21:30:28.3774117Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners' 2025-01-27T21:30:28.3775763Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/.tflint.hcl' 2025-01-27T21:30:28.3777764Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/README.md' 2025-01-27T21:30:28.3779473Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/main.tf' 2025-01-27T21:30:28.3781207Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/outputs.tf' 2025-01-27T21:30:28.3783143Z 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' 2025-01-27T21:30:28.3785145Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/boundary.json' 2025-01-27T21:30:28.3787110Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-boundary.json' 2025-01-27T21:30:28.3789106Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-policy.json' 2025-01-27T21:30:28.3791036Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies' 2025-01-27T21:30:28.3792853Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/variables.tf' 2025-01-27T21:30:28.3794612Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-01-27T21:30:28.3796254Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-01-27T21:30:28.3797816Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-01-27T21:30:28.3799499Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.eslintrc.yaml' 2025-01-27T21:30:28.3801290Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-01-27T21:30:28.3803020Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-01-27T21:30:28.3804763Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-01-27T21:30:28.3806653Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-01-27T21:30:28.3808447Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js' 2025-01-27T21:30:28.3810313Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js-bkp' 2025-01-27T21:30:28.3812372Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/package.json' 2025-01-27T21:30:28.3814257Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms/index.ts' 2025-01-27T21:30:28.3816115Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms' 2025-01-27T21:30:28.3818080Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/lambda.ts' 2025-01-27T21:30:28.3819880Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/local.ts' 2025-01-27T21:30:28.3821720Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs/index.ts' 2025-01-27T21:30:28.3823593Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs' 2025-01-27T21:30:28.3825541Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.test.ts' 2025-01-27T21:30:28.3827541Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.ts' 2025-01-27T21:30:28.3829473Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook' 2025-01-27T21:30:28.3831567Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src' 2025-01-27T21:30:28.3833413Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/reporter.js' 2025-01-27T21:30:28.3835466Z 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' 2025-01-27T21:30:28.3837548Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources' 2025-01-27T21:30:28.3839421Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test' 2025-01-27T21:30:28.3841235Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json' 2025-01-27T21:30:28.3843024Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock' 2025-01-27T21:30:28.3844779Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-01-27T21:30:28.3846552Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-01-27T21:30:28.3848140Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-01-27T21:30:28.3849693Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-01-27T21:30:28.3851265Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-01-27T21:30:28.3853317Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json' 2025-01-27T21:30:28.3855250Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json' 2025-01-27T21:30:28.3857201Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-publish-sqs-policy.json' 2025-01-27T21:30:28.3859021Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-01-27T21:30:28.3860900Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-01-27T21:30:28.3862522Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-01-27T21:30:28.3864119Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-01-27T21:30:28.3865656Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook' 2025-01-27T21:30:28.3867149Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules' 2025-01-27T21:30:28.3868556Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/outputs.tf' 2025-01-27T21:30:28.3870129Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json' 2025-01-27T21:30:28.3871757Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/policies' 2025-01-27T21:30:28.3873303Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-01-27T21:30:28.3874856Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/templates' 2025-01-27T21:30:28.3876418Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-01-27T21:30:28.3878053Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-01-27T21:30:28.3879546Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/variables.tf' 2025-01-27T21:30:28.3880924Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner' 2025-01-27T21:30:28.3882124Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/__init__.py' 2025-01-27T21:30:28.3883268Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/analytics/cubinsizes.py' 2025-01-27T21:30:28.3884579Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/analytics/download_count_wheels.py' 2025-01-27T21:30:28.3886019Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/analytics/duplicates_analyze.py' 2025-01-27T21:30:28.3887329Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/analytics/github_analyze.py' 2025-01-27T21:30:28.3888654Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-01-27T21:30:28.3890002Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/analytics/validate_binaries.py' 2025-01-27T21:30:28.3891344Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/analytics/validate_pypi_staging.py' 2025-01-27T21:30:28.3892611Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/analytics' 2025-01-27T21:30:28.3894052Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/README.md' 2025-01-27T21:30:28.3895523Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-01-27T21:30:28.3897020Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/requirements.txt' 2025-01-27T21:30:28.3898537Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-01-27T21:30:28.3900203Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation' 2025-01-27T21:30:28.3901521Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/.gitignore' 2025-01-27T21:30:28.3903010Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/11.x-patches/max-tokens-check.diff' 2025-01-27T21:30:28.3904736Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/11.x-patches/potential-unbounded-loop-check.diff' 2025-01-27T21:30:28.3906364Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-01-27T21:30:28.3907909Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/15.x-patches/0001-Max-tokens-checks.diff' 2025-01-27T21:30:28.3909687Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/15.x-patches/0002-potential-unbounded-loop-check.diff' 2025-01-27T21:30:28.3911580Z 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' 2025-01-27T21:30:28.3913220Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-01-27T21:30:28.3914854Z 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' 2025-01-27T21:30:28.3916489Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-01-27T21:30:28.3917979Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-01-27T21:30:28.3919399Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/README.md' 2025-01-27T21:30:28.3920693Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-01-27T21:30:28.3921981Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/setup.sh' 2025-01-27T21:30:28.3923261Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/verify.sh' 2025-01-27T21:30:28.3924554Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks' 2025-01-27T21:30:28.3925984Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner/requirements.txt' 2025-01-27T21:30:28.3927423Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-01-27T21:30:28.3928795Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner' 2025-01-27T21:30:28.3930157Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-01-27T21:30:28.3931643Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/fleet_analysis' 2025-01-27T21:30:28.3933298Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-01-27T21:30:28.3934685Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/exec_linter.py' 2025-01-27T21:30:28.3936025Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/flake8_linter.py' 2025-01-27T21:30:28.3937347Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/grep_linter.py' 2025-01-27T21:30:28.3938744Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-01-27T21:30:28.3940347Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/mypy_linter.py' 2025-01-27T21:30:28.3941698Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/newlines_linter.py' 2025-01-27T21:30:28.3943026Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/pip_init.py' 2025-01-27T21:30:28.3944321Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-01-27T21:30:28.3945636Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/ruff_linter.py' 2025-01-27T21:30:28.3946941Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/rustfmt.toml' 2025-01-27T21:30:28.3948254Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-01-27T21:30:28.3949572Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/s3_init.py' 2025-01-27T21:30:28.3950892Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/s3_init_config.json' 2025-01-27T21:30:28.3952277Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-01-27T21:30:28.3953575Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters' 2025-01-27T21:30:28.3954828Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter/convert_to_sarif.py' 2025-01-27T21:30:28.3956018Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/linter' 2025-01-27T21:30:28.3957299Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-01-27T21:30:28.3958626Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/mirror-pypi' 2025-01-27T21:30:28.3959803Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.flake8' 2025-01-27T21:30:28.3961026Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.gitattributes' 2025-01-27T21:30:28.3962272Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.gitignore' 2025-01-27T21:30:28.3963481Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/Makefile' 2025-01-27T21:30:28.3964682Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/README.md' 2025-01-27T21:30:28.3966005Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/poetry.lock' 2025-01-27T21:30:28.3967270Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pyproject.toml' 2025-01-27T21:30:28.3968669Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-01-27T21:30:28.3970151Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-01-27T21:30:28.3971805Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-01-27T21:30:28.3973265Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-01-27T21:30:28.3974699Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-01-27T21:30:28.3976136Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-01-27T21:30:28.3977722Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-01-27T21:30:28.3979184Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-01-27T21:30:28.3980642Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-01-27T21:30:28.3982103Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-01-27T21:30:28.3983518Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/assets' 2025-01-27T21:30:28.3984860Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-01-27T21:30:28.3986174Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-01-27T21:30:28.3987499Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-01-27T21:30:28.3988833Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-01-27T21:30:28.3990174Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-01-27T21:30:28.3991515Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-01-27T21:30:28.3992807Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests' 2025-01-27T21:30:28.3994033Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers' 2025-01-27T21:30:28.3995259Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/README.md' 2025-01-27T21:30:28.3996580Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/compare_keys.py' 2025-01-27T21:30:28.3998012Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-01-27T21:30:28.3999421Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-01-27T21:30:28.4000784Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-01-27T21:30:28.4002226Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-01-27T21:30:28.4003632Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/rockset_queries.py' 2025-01-27T21:30:28.4005046Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration/s32ch.py' 2025-01-27T21:30:28.4006320Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/rockset_migration' 2025-01-27T21:30:28.4007609Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-01-27T21:30:28.4008918Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/backfill_events.py' 2025-01-27T21:30:28.4010458Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-01-27T21:30:28.4011863Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/download-lambdas.py' 2025-01-27T21:30:28.4013212Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-01-27T21:30:28.4014626Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-01-27T21:30:28.4016212Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-01-27T21:30:28.4017625Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_release_matrix.py' 2025-01-27T21:30:28.4018897Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/gitutils.py' 2025-01-27T21:30:28.4020224Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-01-27T21:30:28.4021529Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/scripts' 2025-01-27T21:30:28.4022803Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-01-27T21:30:28.4024186Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-01-27T21:30:28.4025556Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/README.md' 2025-01-27T21:30:28.4027010Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-01-27T21:30:28.4028576Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py' 2025-01-27T21:30:28.4030151Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-01-27T21:30:28.4031982Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-01-27T21:30:28.4033646Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/replace_runners_prefix_submit_pr.py' 2025-01-27T21:30:28.4035237Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-01-27T21:30:28.4036665Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils' 2025-01-27T21:30:28.4037930Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/.flake8' 2025-01-27T21:30:28.4039141Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/.gitignore' 2025-01-27T21:30:28.4040424Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/analyze-history' 2025-01-27T21:30:28.4041846Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-01-27T21:30:28.4043219Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin' 2025-01-27T21:30:28.4044460Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/pyproject.toml' 2025-01-27T21:30:28.4045827Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/requirements.txt' 2025-01-27T21:30:28.4047126Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/__init__.py' 2025-01-27T21:30:28.4048407Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/ast.py' 2025-01-27T21:30:28.4050012Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/checker.py' 2025-01-27T21:30:28.4051434Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/compatibility.py' 2025-01-27T21:30:28.4052762Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/git.py' 2025-01-27T21:30:28.4054057Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/github.py' 2025-01-27T21:30:28.4055608Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/types.py' 2025-01-27T21:30:28.4056934Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/violations.py' 2025-01-27T21:30:28.4058252Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api' 2025-01-27T21:30:28.4059513Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src' 2025-01-27T21:30:28.4060794Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/conftest.py' 2025-01-27T21:30:28.4062131Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-01-27T21:30:28.4063604Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-01-27T21:30:28.4065162Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-01-27T21:30:28.4066653Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-01-27T21:30:28.4068063Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_git.py' 2025-01-27T21:30:28.4069428Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_github.py' 2025-01-27T21:30:28.4070760Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api' 2025-01-27T21:30:28.4072133Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-01-27T21:30:28.4073536Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-01-27T21:30:28.4074933Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-01-27T21:30:28.4076348Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing' 2025-01-27T21:30:28.4077707Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib' 2025-01-27T21:30:28.4078977Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests' 2025-01-27T21:30:28.4080182Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/stronghold' 2025-01-27T21:30:28.4081323Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/README.md' 2025-01-27T21:30:28.4082649Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-01-27T21:30:28.4084172Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-01-27T21:30:28.4085834Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json' 2025-01-27T21:30:28.4087589Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-01-27T21:30:28.4089167Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-01-27T21:30:28.4090662Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-01-27T21:30:28.4092118Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-01-27T21:30:28.4093626Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-01-27T21:30:28.4095346Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-01-27T21:30:28.4096918Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-01-27T21:30:28.4098285Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/assets' 2025-01-27T21:30:28.4099636Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-01-27T21:30:28.4101066Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-01-27T21:30:28.4102503Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-01-27T21:30:28.4103871Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests/update_test_assets.sh' 2025-01-27T21:30:28.4105065Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/tests' 2025-01-27T21:30:28.4106184Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/README.md' 2025-01-27T21:30:28.4107369Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/check_alerts.py' 2025-01-27T21:30:28.4108581Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/clickhouse.py' 2025-01-27T21:30:28.4109800Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/download_logs.py' 2025-01-27T21:30:28.4111045Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/github_analyze.py' 2025-01-27T21:30:28.4112297Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/pyproject.toml' 2025-01-27T21:30:28.4113521Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/queue_alert.py' 2025-01-27T21:30:28.4114747Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/requirements.txt' 2025-01-27T21:30:28.4115950Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/reverts.py' 2025-01-27T21:30:28.4117213Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-01-27T21:30:28.4118712Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-01-27T21:30:28.4120300Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-01-27T21:30:28.4121879Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-01-27T21:30:28.4123369Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-01-27T21:30:28.4124639Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/utils.py' 2025-01-27T21:30:28.4126134Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/td' 2025-01-27T21:30:28.4127558Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/td/test_calculate_file_test_rating.py' 2025-01-27T21:30:28.4128977Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/td' 2025-01-27T21:30:28.4130287Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-01-27T21:30:28.4132051Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-01-27T21:30:28.4133704Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-01-27T21:30:28.4135015Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests' 2025-01-27T21:30:28.4136276Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/update_test_times.py' 2025-01-27T21:30:28.4137496Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci/utils.py' 2025-01-27T21:30:28.4138623Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchci' 2025-01-27T21:30:28.4139775Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchfix/README.md' 2025-01-27T21:30:28.4140936Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools/torchfix' 2025-01-27T21:30:28.4142038Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/tools' 2025-01-27T21:30:28.4143100Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.env.example' 2025-01-27T21:30:28.4144220Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.eslintrc.json' 2025-01-27T21:30:28.4145333Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.gitignore' 2025-01-27T21:30:28.4146442Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.prettierignore' 2025-01-27T21:30:28.4147604Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/.prettierrc.json' 2025-01-27T21:30:28.4148717Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/README.md' 2025-01-27T21:30:28.4150042Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-01-27T21:30:28.4151625Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-01-27T21:30:28.4153174Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-01-27T21:30:28.4154786Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-01-27T21:30:28.4156416Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-01-27T21:30:28.4158036Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-01-27T21:30:28.4159623Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-01-27T21:30:28.4161184Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-01-27T21:30:28.4162713Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-01-27T21:30:28.4164619Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-01-27T21:30:28.4166500Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-01-27T21:30:28.4168251Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-01-27T21:30:28.4170050Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-01-27T21:30:28.4172067Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-01-27T21:30:28.4173928Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-01-27T21:30:28.4175649Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-01-27T21:30:28.4177230Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-01-27T21:30:28.4178795Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-01-27T21:30:28.4180357Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-01-27T21:30:28.4181906Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-01-27T21:30:28.4183438Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-01-27T21:30:28.4185022Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/params.json' 2025-01-27T21:30:28.4186640Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/query.sql' 2025-01-27T21:30:28.4188224Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-01-27T21:30:28.4189866Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/params.json' 2025-01-27T21:30:28.4191563Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/query.sql' 2025-01-27T21:30:28.4193242Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-01-27T21:30:28.4194882Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-01-27T21:30:28.4196508Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-01-27T21:30:28.4198299Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-01-27T21:30:28.4199903Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-01-27T21:30:28.4201526Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-01-27T21:30:28.4203131Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-01-27T21:30:28.4204719Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-01-27T21:30:28.4206578Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-01-27T21:30:28.4208165Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-01-27T21:30:28.4209771Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/params.json' 2025-01-27T21:30:28.4211422Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/query.sql' 2025-01-27T21:30:28.4213236Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-01-27T21:30:28.4214909Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/params.json' 2025-01-27T21:30:28.4216592Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/query.sql' 2025-01-27T21:30:28.4218264Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-01-27T21:30:28.4219925Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/disabled_non_flaky_tests/params.json' 2025-01-27T21:30:28.4221593Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/disabled_non_flaky_tests/query.sql' 2025-01-27T21:30:28.4223236Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/disabled_non_flaky_tests' 2025-01-27T21:30:28.4224889Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-01-27T21:30:28.4226551Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-01-27T21:30:28.4228182Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-01-27T21:30:28.4229806Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-01-27T21:30:28.4231708Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-01-27T21:30:28.4233302Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-01-27T21:30:28.4234888Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-01-27T21:30:28.4236493Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-01-27T21:30:28.4238069Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-01-27T21:30:28.4239621Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-01-27T21:30:28.4241145Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-01-27T21:30:28.4242647Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-01-27T21:30:28.4244208Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-01-27T21:30:28.4245897Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-01-27T21:30:28.4247827Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-01-27T21:30:28.4249498Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/params.json' 2025-01-27T21:30:28.4251201Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/query.sql' 2025-01-27T21:30:28.4252845Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-01-27T21:30:28.4254728Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/params.json' 2025-01-27T21:30:28.4256469Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/query.sql' 2025-01-27T21:30:28.4258205Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-01-27T21:30:28.4259938Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-01-27T21:30:28.4261610Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-01-27T21:30:28.4263259Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-01-27T21:30:28.4264919Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-01-27T21:30:28.4266581Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-01-27T21:30:28.4268216Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-01-27T21:30:28.4269847Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-01-27T21:30:28.4271460Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-01-27T21:30:28.4273051Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-01-27T21:30:28.4274709Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/params.json' 2025-01-27T21:30:28.4276406Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/query.sql' 2025-01-27T21:30:28.4278105Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-01-27T21:30:28.4279809Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/params.json' 2025-01-27T21:30:28.4281544Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/query.sql' 2025-01-27T21:30:28.4283262Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-01-27T21:30:28.4285068Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-01-27T21:30:28.4286923Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-01-27T21:30:28.4288640Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-01-27T21:30:28.4290312Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-01-27T21:30:28.4291925Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-01-27T21:30:28.4293512Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-01-27T21:30:28.4295268Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-01-27T21:30:28.4296905Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-01-27T21:30:28.4298518Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-01-27T21:30:28.4300075Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/flaky_tests/params.json' 2025-01-27T21:30:28.4301558Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/flaky_tests/query.sql' 2025-01-27T21:30:28.4303044Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-01-27T21:30:28.4304633Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/flaky_tests_across_jobs/params.json' 2025-01-27T21:30:28.4306278Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/flaky_tests_across_jobs/query.sql' 2025-01-27T21:30:28.4307906Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/flaky_tests_across_jobs' 2025-01-27T21:30:28.4309525Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-01-27T21:30:28.4311135Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-01-27T21:30:28.4312735Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-01-27T21:30:28.4314350Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-01-27T21:30:28.4315966Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-01-27T21:30:28.4317557Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-01-27T21:30:28.4319139Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-01-27T21:30:28.4320690Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-01-27T21:30:28.4322227Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-01-27T21:30:28.4323721Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-01-27T21:30:28.4325260Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-01-27T21:30:28.4326696Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/hud_query' 2025-01-27T21:30:28.4328319Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-01-27T21:30:28.4329834Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-01-27T21:30:28.4331567Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/issue_query' 2025-01-27T21:30:28.4333092Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-01-27T21:30:28.4334935Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-01-27T21:30:28.4336465Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-01-27T21:30:28.4338095Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-01-27T21:30:28.4339772Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-01-27T21:30:28.4341403Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-01-27T21:30:28.4343000Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-01-27T21:30:28.4344560Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-01-27T21:30:28.4346091Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-01-27T21:30:28.4347665Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-01-27T21:30:28.4349274Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-01-27T21:30:28.4350860Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-01-27T21:30:28.4352482Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-01-27T21:30:28.4354148Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-01-27T21:30:28.4355795Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-01-27T21:30:28.4357414Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/lf_rollover_health/params.json' 2025-01-27T21:30:28.4358985Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/lf_rollover_health/query.sql' 2025-01-27T21:30:28.4360541Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/lf_rollover_health' 2025-01-27T21:30:28.4362142Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-01-27T21:30:28.4363771Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-01-27T21:30:28.4365478Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-01-27T21:30:28.4367079Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-01-27T21:30:28.4368928Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-01-27T21:30:28.4370518Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-01-27T21:30:28.4372086Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-01-27T21:30:28.4373643Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-01-27T21:30:28.4375314Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-01-27T21:30:28.4376885Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-01-27T21:30:28.4378510Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-01-27T21:30:28.4380102Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-01-27T21:30:28.4381707Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-01-27T21:30:28.4383321Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-01-27T21:30:28.4384934Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-01-27T21:30:28.4386577Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-01-27T21:30:28.4388247Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-01-27T21:30:28.4389886Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-01-27T21:30:28.4391594Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/params.json' 2025-01-27T21:30:28.4393350Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/query.sql' 2025-01-27T21:30:28.4395093Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-01-27T21:30:28.4396807Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-01-27T21:30:28.4398501Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-01-27T21:30:28.4400169Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-01-27T21:30:28.4401779Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-01-27T21:30:28.4403335Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-01-27T21:30:28.4404962Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-01-27T21:30:28.4406561Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/params.json' 2025-01-27T21:30:28.4408371Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/query.sql' 2025-01-27T21:30:28.4410051Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-01-27T21:30:28.4411734Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/params.json' 2025-01-27T21:30:28.4413436Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/query.sql' 2025-01-27T21:30:28.4415260Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-01-27T21:30:28.4416950Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/params.json' 2025-01-27T21:30:28.4418627Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/query.sql' 2025-01-27T21:30:28.4420276Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-01-27T21:30:28.4421908Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-01-27T21:30:28.4423480Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-01-27T21:30:28.4425041Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-01-27T21:30:28.4426549Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-01-27T21:30:28.4428028Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-01-27T21:30:28.4429499Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/num_reverts' 2025-01-27T21:30:28.4431375Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/params.json' 2025-01-27T21:30:28.4433149Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/query.sql' 2025-01-27T21:30:28.4434938Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-01-27T21:30:28.4436675Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-01-27T21:30:28.4438349Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-01-27T21:30:28.4440022Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-01-27T21:30:28.4441659Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-01-27T21:30:28.4443277Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-01-27T21:30:28.4444963Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-01-27T21:30:28.4446612Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-01-27T21:30:28.4448258Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-01-27T21:30:28.4450191Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-01-27T21:30:28.4451778Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-01-27T21:30:28.4453250Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-01-27T21:30:28.4454707Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/pr_commits' 2025-01-27T21:30:28.4456431Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-01-27T21:30:28.4457987Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-01-27T21:30:28.4459519Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-01-27T21:30:28.4461115Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-01-27T21:30:28.4462772Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-01-27T21:30:28.4464386Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-01-27T21:30:28.4466103Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-01-27T21:30:28.4467907Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-01-27T21:30:28.4469671Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-01-27T21:30:28.4471382Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-01-27T21:30:28.4473027Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-01-27T21:30:28.4474793Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-01-27T21:30:28.4476441Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-01-27T21:30:28.4478124Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-01-27T21:30:28.4479787Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-01-27T21:30:28.4481359Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-01-27T21:30:28.4482829Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-01-27T21:30:28.4484296Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-01-27T21:30:28.4485966Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-01-27T21:30:28.4487580Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-01-27T21:30:28.4489334Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-01-27T21:30:28.4490985Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-01-27T21:30:28.4492609Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-01-27T21:30:28.4494181Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-01-27T21:30:28.4495812Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-01-27T21:30:28.4497678Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-01-27T21:30:28.4499331Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-01-27T21:30:28.4500881Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-01-27T21:30:28.4502329Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-01-27T21:30:28.4503747Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/reverts' 2025-01-27T21:30:28.4505257Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-01-27T21:30:28.4506841Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-01-27T21:30:28.4508403Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-01-27T21:30:28.4510068Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-01-27T21:30:28.4511820Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-01-27T21:30:28.4513531Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-01-27T21:30:28.4515230Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-01-27T21:30:28.4516914Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-01-27T21:30:28.4518561Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-01-27T21:30:28.4520209Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-01-27T21:30:28.4521815Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-01-27T21:30:28.4523398Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-01-27T21:30:28.4525040Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-01-27T21:30:28.4525744Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-01-27T21:30:28.4526422Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-01-27T21:30:28.4527336Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-01-27T21:30:28.4528101Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-01-27T21:30:28.4528817Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-01-27T21:30:28.4529644Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/params.json' 2025-01-27T21:30:28.4530809Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/query.sql' 2025-01-27T21:30:28.4531636Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs' 2025-01-27T21:30:28.4532380Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-01-27T21:30:28.4533091Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-01-27T21:30:28.4533802Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-01-27T21:30:28.4534616Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/params.json' 2025-01-27T21:30:28.4535430Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/query.sql' 2025-01-27T21:30:28.4536234Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs' 2025-01-27T21:30:28.4536936Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-01-27T21:30:28.4537631Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-01-27T21:30:28.4538303Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-01-27T21:30:28.4538994Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-01-27T21:30:28.4539670Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-01-27T21:30:28.4540348Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/torchao_query' 2025-01-27T21:30:28.4541106Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-01-27T21:30:28.4541846Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-01-27T21:30:28.4542571Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-01-27T21:30:28.4543380Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-01-27T21:30:28.4544176Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-01-27T21:30:28.4544979Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-01-27T21:30:28.4545839Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-01-27T21:30:28.4546934Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-01-27T21:30:28.4547794Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-01-27T21:30:28.4548662Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-01-27T21:30:28.4549687Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-01-27T21:30:28.4550524Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-01-27T21:30:28.4551252Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-01-27T21:30:28.4551964Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-01-27T21:30:28.4552655Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-01-27T21:30:28.4553315Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-01-27T21:30:28.4553951Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-01-27T21:30:28.4554591Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/tts_avg' 2025-01-27T21:30:28.4555352Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-01-27T21:30:28.4556100Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-01-27T21:30:28.4556837Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-01-27T21:30:28.4557672Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-01-27T21:30:28.4558491Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-01-27T21:30:28.4559307Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-01-27T21:30:28.4560009Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-01-27T21:30:28.4560697Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-01-27T21:30:28.4561383Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-01-27T21:30:28.4562159Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-01-27T21:30:28.4562933Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-01-27T21:30:28.4563697Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-01-27T21:30:28.4564492Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/params.json' 2025-01-27T21:30:28.4565508Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/query.sql' 2025-01-27T21:30:28.4566298Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-01-27T21:30:28.4567063Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-01-27T21:30:28.4567806Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-01-27T21:30:28.4568674Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-01-27T21:30:28.4569428Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-01-27T21:30:28.4570161Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-01-27T21:30:28.4570889Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-01-27T21:30:28.4571682Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-01-27T21:30:28.4572456Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-01-27T21:30:28.4573238Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-01-27T21:30:28.4573937Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-01-27T21:30:28.4574624Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-01-27T21:30:28.4575301Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries/workflow_load' 2025-01-27T21:30:28.4575882Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/clickhouse_queries' 2025-01-27T21:30:28.4576585Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-01-27T21:30:28.4577217Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-01-27T21:30:28.4577838Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-01-27T21:30:28.4578433Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/CommitStatus.tsx' 2025-01-27T21:30:28.4578995Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/CopyLink.tsx' 2025-01-27T21:30:28.4579576Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/DrCIButton.tsx' 2025-01-27T21:30:28.4580159Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/DynamicTitle.tsx' 2025-01-27T21:30:28.4580745Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ErrorBoundary.tsx' 2025-01-27T21:30:28.4581360Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/FilteredJobList.tsx' 2025-01-27T21:30:28.4581991Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GranularityPicker.tsx' 2025-01-27T21:30:28.4582645Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-01-27T21:30:28.4583438Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-01-27T21:30:28.4584119Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-01-27T21:30:28.4584732Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobArtifact.tsx' 2025-01-27T21:30:28.4585369Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobConclusion.module.css' 2025-01-27T21:30:28.4585952Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobConclusion.tsx' 2025-01-27T21:30:28.4586706Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobFilterInput.tsx' 2025-01-27T21:30:28.4587345Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobLinks.module.css' 2025-01-27T21:30:28.4587919Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobLinks.tsx' 2025-01-27T21:30:28.4588489Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobSummary.tsx' 2025-01-27T21:30:28.4589059Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/JobTooltip.tsx' 2025-01-27T21:30:28.4589645Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoadingPage.tsx' 2025-01-27T21:30:28.4590274Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-01-27T21:30:28.4590848Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LogViewer.tsx' 2025-01-27T21:30:28.4591433Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoggedInMenu.tsx' 2025-01-27T21:30:28.4592068Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoginSection.module.css' 2025-01-27T21:30:28.4592665Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/LoginSection.tsx' 2025-01-27T21:30:28.4593289Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-01-27T21:30:28.4593875Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/NavBar.module.css' 2025-01-27T21:30:28.4594423Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/NavBar.tsx' 2025-01-27T21:30:28.4595020Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/PageSelector.tsx' 2025-01-27T21:30:28.4595668Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ReproductionCommand.tsx' 2025-01-27T21:30:28.4596282Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/SevReport.module.css' 2025-01-27T21:30:28.4596857Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/SevReport.tsx' 2025-01-27T21:30:28.4597431Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TimeUtils.tsx' 2025-01-27T21:30:28.4598072Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TooltipTarget.module.css' 2025-01-27T21:30:28.4598661Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/TooltipTarget.tsx' 2025-01-27T21:30:28.4599249Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/ValuePicker.tsx' 2025-01-27T21:30:28.4599879Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/VersionControlLinks.tsx' 2025-01-27T21:30:28.4600458Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/WorkflowBox.tsx' 2025-01-27T21:30:28.4601307Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-01-27T21:30:28.4602062Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-01-27T21:30:28.4602782Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-01-27T21:30:28.4603523Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-01-27T21:30:28.4604336Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-01-27T21:30:28.4605096Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo' 2025-01-27T21:30:28.4605832Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-01-27T21:30:28.4606520Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-01-27T21:30:28.4607225Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-01-27T21:30:28.4607834Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/common.tsx' 2025-01-27T21:30:28.4608575Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-01-27T21:30:28.4609354Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-01-27T21:30:28.4610052Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-01-27T21:30:28.4610802Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-01-27T21:30:28.4611508Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-01-27T21:30:28.4612238Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-01-27T21:30:28.4613004Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-01-27T21:30:28.4613750Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-01-27T21:30:28.4614426Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-01-27T21:30:28.4615093Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/compilers' 2025-01-27T21:30:28.4615812Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/ModelGraphPanel.tsx' 2025-01-27T21:30:28.4616494Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/SummaryPanel.tsx' 2025-01-27T21:30:28.4617142Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms/common.tsx' 2025-01-27T21:30:28.4617775Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/llms' 2025-01-27T21:30:28.4618473Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-01-27T21:30:28.4619141Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-01-27T21:30:28.4619937Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark/torchao' 2025-01-27T21:30:28.4620564Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/benchmark' 2025-01-27T21:30:28.4621153Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/commit.module.css' 2025-01-27T21:30:28.4621722Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/hud.module.css' 2025-01-27T21:30:28.4622440Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics.module.css' 2025-01-27T21:30:28.4623147Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-01-27T21:30:28.4623816Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-01-27T21:30:28.4624544Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-01-27T21:30:28.4625253Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-01-27T21:30:28.4625887Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels' 2025-01-27T21:30:28.4626464Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics' 2025-01-27T21:30:28.4627064Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components/minihud.module.css' 2025-01-27T21:30:28.4627616Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/components' 2025-01-27T21:30:28.4628149Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/docs/architecture.md' 2025-01-27T21:30:28.4628648Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/docs' 2025-01-27T21:30:28.4629147Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/jest.config.js' 2025-01-27T21:30:28.4629671Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/GeneralUtils.ts' 2025-01-27T21:30:28.4630242Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-01-27T21:30:28.4630955Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/ParamSelector.tsx' 2025-01-27T21:30:28.4631482Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/RevertModal.tsx' 2025-01-27T21:30:28.4632045Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark/aoUtils.ts' 2025-01-27T21:30:28.4632658Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-01-27T21:30:28.4633343Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-01-27T21:30:28.4633956Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark/compliers' 2025-01-27T21:30:28.4634516Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark/llmUtils.ts' 2025-01-27T21:30:28.4635065Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/benchmark' 2025-01-27T21:30:28.4635599Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/Constants.ts' 2025-01-27T21:30:28.4636126Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-01-27T21:30:28.4636990Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-01-27T21:30:28.4637647Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-01-27T21:30:28.4638340Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-01-27T21:30:28.4638932Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-01-27T21:30:28.4639465Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/cliParser.ts' 2025-01-27T21:30:28.4640270Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-01-27T21:30:28.4640789Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/drciBot.ts' 2025-01-27T21:30:28.4641295Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/index.ts' 2025-01-27T21:30:28.4641847Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-01-27T21:30:28.4642439Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-01-27T21:30:28.4643032Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-01-27T21:30:28.4643567Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/retryBot.ts' 2025-01-27T21:30:28.4644156Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-01-27T21:30:28.4644724Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/subscriptions.ts' 2025-01-27T21:30:28.4645458Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-01-27T21:30:28.4646109Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-01-27T21:30:28.4646622Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/utils.ts' 2025-01-27T21:30:28.4647952Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-01-27T21:30:28.4649313Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-01-27T21:30:28.4650556Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot' 2025-01-27T21:30:28.4651730Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/clickhouse.ts' 2025-01-27T21:30:28.4652912Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/commitUtils.ts' 2025-01-27T21:30:28.4654089Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/drciUtils.ts' 2025-01-27T21:30:28.4655223Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/dynamo.ts' 2025-01-27T21:30:28.4656382Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchCommit.ts' 2025-01-27T21:30:28.4657680Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-01-27T21:30:28.4659009Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-01-27T21:30:28.4660210Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchHud.ts' 2025-01-27T21:30:28.4661419Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-01-27T21:30:28.4662634Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchPR.ts' 2025-01-27T21:30:28.4664067Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-01-27T21:30:28.4665381Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchS3Links.ts' 2025-01-27T21:30:28.4666591Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/getAuthors.ts' 2025-01-27T21:30:28.4667739Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/github.ts' 2025-01-27T21:30:28.4668929Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/githubFunctions.ts' 2025-01-27T21:30:28.4670236Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/jobUtils.ts' 2025-01-27T21:30:28.4671447Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/metricUtils.ts' 2025-01-27T21:30:28.4672638Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/opensearch.ts' 2025-01-27T21:30:28.4673817Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/rateLimit.ts' 2025-01-27T21:30:28.4674929Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/s3.ts' 2025-01-27T21:30:28.4676057Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/searchLogs.ts' 2025-01-27T21:30:28.4677344Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/searchUtils.ts' 2025-01-27T21:30:28.4678706Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-01-27T21:30:28.4680045Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/tools' 2025-01-27T21:30:28.4681190Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/track.ts' 2025-01-27T21:30:28.4682300Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/types.ts' 2025-01-27T21:30:28.4683521Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-01-27T21:30:28.4684784Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useHudData.ts' 2025-01-27T21:30:28.4686079Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useScrollTo.ts' 2025-01-27T21:30:28.4687285Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib/useTableFilter.ts' 2025-01-27T21:30:28.4688460Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/lib' 2025-01-27T21:30:28.4689576Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/next-env.d.ts' 2025-01-27T21:30:28.4690704Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/next.config.js' 2025-01-27T21:30:28.4691833Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/package.json' 2025-01-27T21:30:28.4693157Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-01-27T21:30:28.4694674Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-01-27T21:30:28.4696240Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-01-27T21:30:28.4697822Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-01-27T21:30:28.4699362Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-01-27T21:30:28.4700894Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-01-27T21:30:28.4702526Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-01-27T21:30:28.4703928Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]' 2025-01-27T21:30:28.4705146Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/_app.tsx' 2025-01-27T21:30:28.4706509Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-01-27T21:30:28.4708263Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-01-27T21:30:28.4709868Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-01-27T21:30:28.4711467Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-01-27T21:30:28.4712981Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-01-27T21:30:28.4714397Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]' 2025-01-27T21:30:28.4715801Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-01-27T21:30:28.4717204Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts/s3' 2025-01-27T21:30:28.4718538Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts' 2025-01-27T21:30:28.4719870Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-01-27T21:30:28.4721176Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/auth' 2025-01-27T21:30:28.4722506Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-01-27T21:30:28.4723874Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/clickhouse' 2025-01-27T21:30:28.4725381Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-01-27T21:30:28.4726737Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/drci/drci.ts' 2025-01-27T21:30:28.4727983Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/drci' 2025-01-27T21:30:28.4729225Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/failure.ts' 2025-01-27T21:30:28.4730751Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-01-27T21:30:28.4732147Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests/flakytest.ts' 2025-01-27T21:30:28.4733512Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests' 2025-01-27T21:30:28.4735116Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]/[sha].ts' 2025-01-27T21:30:28.4736984Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-01-27T21:30:28.4738758Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-01-27T21:30:28.4740759Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-01-27T21:30:28.4742315Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch' 2025-01-27T21:30:28.4743681Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/webhooks.ts' 2025-01-27T21:30:28.4744983Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github' 2025-01-27T21:30:28.4746454Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-01-27T21:30:28.4748366Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-01-27T21:30:28.4749980Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-01-27T21:30:28.4751484Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-01-27T21:30:28.4752813Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud' 2025-01-27T21:30:28.4754084Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/issue/[label].ts' 2025-01-27T21:30:28.4755364Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/issue' 2025-01-27T21:30:28.4756877Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-01-27T21:30:28.4758705Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations/[jobIds].ts' 2025-01-27T21:30:28.4760556Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-01-27T21:30:28.4762410Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures/[queryParams].ts' 2025-01-27T21:30:28.4764242Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-01-27T21:30:28.4766092Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-01-27T21:30:28.4767710Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-01-27T21:30:28.4769171Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation' 2025-01-27T21:30:28.4770752Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-01-27T21:30:28.4772493Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-01-27T21:30:28.4774096Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-01-27T21:30:28.4775564Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation' 2025-01-27T21:30:28.4776862Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/search.ts' 2025-01-27T21:30:28.4778207Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-01-27T21:30:28.4779679Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/usage-log-aggregator' 2025-01-27T21:30:28.4781256Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/api' 2025-01-27T21:30:28.4782715Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-01-27T21:30:28.4784283Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-01-27T21:30:28.4785727Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]' 2025-01-27T21:30:28.4787295Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-01-27T21:30:28.4788609Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/llms.tsx' 2025-01-27T21:30:28.4789910Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-01-27T21:30:28.4791207Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark' 2025-01-27T21:30:28.4792473Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/cost_analysis.tsx' 2025-01-27T21:30:28.4793687Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/disabled.tsx' 2025-01-27T21:30:28.4795188Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-01-27T21:30:28.4796950Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-01-27T21:30:28.4798590Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-01-27T21:30:28.4800093Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-01-27T21:30:28.4801566Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs' 2025-01-27T21:30:28.4802802Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/failure.tsx' 2025-01-27T21:30:28.4803997Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/flakytest.tsx' 2025-01-27T21:30:28.4805532Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-01-27T21:30:28.4807185Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-01-27T21:30:28.4808722Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-01-27T21:30:28.4810132Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]' 2025-01-27T21:30:28.4811414Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud' 2025-01-27T21:30:28.4812577Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/kpis.tsx' 2025-01-27T21:30:28.4813755Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/login_test.tsx' 2025-01-27T21:30:28.4814942Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/metrics.tsx' 2025-01-27T21:30:28.4816423Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-01-27T21:30:28.4818121Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-01-27T21:30:28.4819929Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-01-27T21:30:28.4821455Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]' 2025-01-27T21:30:28.4822784Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud' 2025-01-27T21:30:28.4824017Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/nightlies.tsx' 2025-01-27T21:30:28.4825307Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-01-27T21:30:28.4827021Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-01-27T21:30:28.4828671Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-01-27T21:30:28.4830224Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]' 2025-01-27T21:30:28.4831849Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability' 2025-01-27T21:30:28.4833060Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/sli.tsx' 2025-01-27T21:30:28.4834341Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-01-27T21:30:28.4835676Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/torchbench' 2025-01-27T21:30:28.4837172Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-01-27T21:30:28.4838821Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-01-27T21:30:28.4840368Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-01-27T21:30:28.4841772Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]' 2025-01-27T21:30:28.4843039Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts' 2025-01-27T21:30:28.4844202Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/pages' 2025-01-27T21:30:28.4845546Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public/failures_spritesheet.png' 2025-01-27T21:30:28.4846839Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public/favicon.ico' 2025-01-27T21:30:28.4848008Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/public' 2025-01-27T21:30:28.4849234Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/backfillJobs.mjs' 2025-01-27T21:30:28.4850551Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-01-27T21:30:28.4851799Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/scripts' 2025-01-27T21:30:28.4870104Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/styles/globals.css' 2025-01-27T21:30:28.4871305Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/styles' 2025-01-27T21:30:28.4872534Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/autoCcBot.test.ts' 2025-01-27T21:30:28.4873790Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/autoLabelBot.test.ts' 2025-01-27T21:30:28.4875132Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-01-27T21:30:28.4876995Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-01-27T21:30:28.4878463Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-01-27T21:30:28.4879810Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/closeCommands.test.ts' 2025-01-27T21:30:28.4881154Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-01-27T21:30:28.4882621Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/common.ts' 2025-01-27T21:30:28.4883845Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-01-27T21:30:28.4885193Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drci.test.ts' 2025-01-27T21:30:28.4886404Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drciBot.test.ts' 2025-01-27T21:30:28.4887622Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/drciUtils.test.ts' 2025-01-27T21:30:28.4888875Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/config.json' 2025-01-27T21:30:28.4890137Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issue.json' 2025-01-27T21:30:28.4891447Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issue_comment.json' 2025-01-27T21:30:28.4892817Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-01-27T21:30:28.4894198Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issues.opened.json' 2025-01-27T21:30:28.4895561Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/known_labels.json' 2025-01-27T21:30:28.4896889Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_files.json' 2025-01-27T21:30:28.4898284Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-01-27T21:30:28.4899736Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-01-27T21:30:28.4901193Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-01-27T21:30:28.4902656Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-01-27T21:30:28.4904122Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-01-27T21:30:28.4905633Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-01-27T21:30:28.4907124Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-01-27T21:30:28.4908575Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-01-27T21:30:28.4910085Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-01-27T21:30:28.4911614Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-01-27T21:30:28.4913093Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-01-27T21:30:28.4914868Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-01-27T21:30:28.4916559Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-01-27T21:30:28.4918243Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-01-27T21:30:28.4919948Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-01-27T21:30:28.4921610Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger' 2025-01-27T21:30:28.4922945Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push.json' 2025-01-27T21:30:28.4924355Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-01-27T21:30:28.4925977Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-01-27T21:30:28.4927377Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-01-27T21:30:28.4928807Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-01-27T21:30:28.4930151Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures' 2025-01-27T21:30:28.4931585Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/jobUtils.test.ts' 2025-01-27T21:30:28.4932866Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/labelCommands.test.ts' 2025-01-27T21:30:28.4934214Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/mergeCommands.test.ts' 2025-01-27T21:30:28.4935537Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/metricUtils.test.ts' 2025-01-27T21:30:28.4936754Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/reporter.js' 2025-01-27T21:30:28.4937956Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/retryBot.test.ts' 2025-01-27T21:30:28.4939194Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/searchUtils.test.ts' 2025-01-27T21:30:28.4940377Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/setup.ts' 2025-01-27T21:30:28.4941595Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/stripApprovals.test.ts' 2025-01-27T21:30:28.4942896Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/subscriptions.test.ts' 2025-01-27T21:30:28.4944298Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-01-27T21:30:28.4945755Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-01-27T21:30:28.4947028Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/utils.ts' 2025-01-27T21:30:28.4948299Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-01-27T21:30:28.4949690Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-01-27T21:30:28.4950932Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/test' 2025-01-27T21:30:28.4952049Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/tsconfig.json' 2025-01-27T21:30:28.4953221Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/types/next-auth-d.ts' 2025-01-27T21:30:28.4954726Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/types' 2025-01-27T21:30:28.4955946Z removed '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci/yarn.lock' 2025-01-27T21:30:28.4957025Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/torchci' 2025-01-27T21:30:28.4958037Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2025-01-27T21:30:28.4959005Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch' 2025-01-27T21:30:28.4960109Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2025-01-27T21:30:28.4961628Z ##[endgroup] 2025-01-27T21:30:28.5125260Z ##[group]Run actions/checkout@v4 2025-01-27T21:30:28.5125844Z with: 2025-01-27T21:30:28.5126227Z repository: pytorch/test-infra 2025-01-27T21:30:28.5126666Z path: test-infra 2025-01-27T21:30:28.5127026Z submodules: recursive 2025-01-27T21:30:28.5127861Z token: *** 2025-01-27T21:30:28.5128198Z ssh-strict: true 2025-01-27T21:30:28.5128533Z ssh-user: git 2025-01-27T21:30:28.5128887Z persist-credentials: true 2025-01-27T21:30:28.5129288Z clean: true 2025-01-27T21:30:28.5129648Z sparse-checkout-cone-mode: true 2025-01-27T21:30:28.5130084Z fetch-depth: 1 2025-01-27T21:30:28.5130744Z fetch-tags: false 2025-01-27T21:30:28.5131118Z show-progress: true 2025-01-27T21:30:28.5131479Z lfs: false 2025-01-27T21:30:28.5131811Z set-safe-directory: true 2025-01-27T21:30:28.5132191Z env: 2025-01-27T21:30:28.5132694Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:28.5133314Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:28.5133776Z PR_NUMBER: 1476 2025-01-27T21:30:28.5135197Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:28.5136675Z ##[endgroup] 2025-01-27T21:30:28.6613159Z Syncing repository: pytorch/test-infra 2025-01-27T21:30:28.6614287Z ##[group]Getting Git version info 2025-01-27T21:30:28.6615041Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2025-01-27T21:30:28.6616077Z [command]/usr/bin/git version 2025-01-27T21:30:28.6616502Z git version 2.47.1 2025-01-27T21:30:28.6639473Z ##[endgroup] 2025-01-27T21:30:28.6658336Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1054f2a7-d518-4c81-a7c7-217e2f9b7463' before making global git config changes 2025-01-27T21:30:28.6659761Z Adding repository directory to the temporary git global config as a safe directory 2025-01-27T21:30:28.6678087Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2025-01-27T21:30:28.6718587Z ##[group]Initializing the repository 2025-01-27T21:30:28.6726645Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2025-01-27T21:30:28.6767384Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-01-27T21:30:28.6768283Z hint: is subject to change. To configure the initial branch name to use in all 2025-01-27T21:30:28.6769101Z hint: of your new repositories, which will suppress this warning, call: 2025-01-27T21:30:28.6769718Z hint: 2025-01-27T21:30:28.6770171Z hint: git config --global init.defaultBranch 2025-01-27T21:30:28.6770696Z hint: 2025-01-27T21:30:28.6771217Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-01-27T21:30:28.6772053Z hint: 'development'. The just-created branch can be renamed via this command: 2025-01-27T21:30:28.6772699Z hint: 2025-01-27T21:30:28.6773040Z hint: git branch -m 2025-01-27T21:30:28.6773900Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2025-01-27T21:30:28.6785887Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-01-27T21:30:28.6821513Z ##[endgroup] 2025-01-27T21:30:28.6822173Z ##[group]Disabling automatic garbage collection 2025-01-27T21:30:28.6830138Z [command]/usr/bin/git config --local gc.auto 0 2025-01-27T21:30:28.6866176Z ##[endgroup] 2025-01-27T21:30:28.6866797Z ##[group]Setting up auth 2025-01-27T21:30:28.6875636Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-27T21:30:28.6912599Z [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' || :" 2025-01-27T21:30:28.7229058Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-27T21:30:28.7265129Z [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' || :" 2025-01-27T21:30:28.7579562Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-01-27T21:30:28.7633407Z ##[endgroup] 2025-01-27T21:30:28.7634100Z ##[group]Determining the default branch 2025-01-27T21:30:28.7637542Z Retrieving the default branch name 2025-01-27T21:30:29.0461679Z Default branch 'main' 2025-01-27T21:30:29.0462776Z ##[endgroup] 2025-01-27T21:30:29.0463407Z ##[group]Fetching the repository 2025-01-27T21:30:29.0469567Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-01-27T21:30:29.5189344Z From https://github.com/pytorch/test-infra 2025-01-27T21:30:29.5190052Z * [new branch] main -> origin/main 2025-01-27T21:30:29.5215622Z ##[endgroup] 2025-01-27T21:30:29.5216271Z ##[group]Determining the checkout info 2025-01-27T21:30:29.5217669Z ##[endgroup] 2025-01-27T21:30:29.5224028Z [command]/usr/bin/git sparse-checkout disable 2025-01-27T21:30:29.5271616Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-01-27T21:30:29.5311972Z ##[group]Checking out the ref 2025-01-27T21:30:29.5318182Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-01-27T21:30:29.6215004Z Switched to a new branch 'main' 2025-01-27T21:30:29.6215549Z branch 'main' set up to track 'origin/main'. 2025-01-27T21:30:29.6225588Z ##[endgroup] 2025-01-27T21:30:29.6226247Z ##[group]Setting up auth for fetching submodules 2025-01-27T21:30:29.6233357Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-01-27T21:30:29.6297461Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-01-27T21:30:29.6343131Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-01-27T21:30:29.6387708Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-01-27T21:30:29.6429044Z ##[endgroup] 2025-01-27T21:30:29.6429644Z ##[group]Fetching submodules 2025-01-27T21:30:29.6435147Z [command]/usr/bin/git submodule sync --recursive 2025-01-27T21:30:29.6761745Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-01-27T21:30:29.7087611Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-01-27T21:30:29.7404516Z ##[endgroup] 2025-01-27T21:30:29.7405247Z ##[group]Persisting credentials for submodules 2025-01-27T21:30:29.7412185Z [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' || :" 2025-01-27T21:30:29.7735426Z [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" 2025-01-27T21:30:29.8063944Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-01-27T21:30:29.8388710Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-01-27T21:30:29.8719533Z ##[endgroup] 2025-01-27T21:30:29.8768857Z [command]/usr/bin/git log -1 --format=%H 2025-01-27T21:30:29.8802757Z d570e4e3365fae2f775e06be297eb0449fb8b57a 2025-01-27T21:30:29.9178633Z Prepare all required actions 2025-01-27T21:30:29.9179552Z Getting action download info 2025-01-27T21:30:30.0208484Z Download action repository 'pytorch/test-infra@main' (SHA:d570e4e3365fae2f775e06be297eb0449fb8b57a) 2025-01-27T21:30:31.4700449Z Getting action download info 2025-01-27T21:30:31.5899389Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-01-27T21:30:31.7944544Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-01-27T21:30:31.7945046Z env: 2025-01-27T21:30:31.7945526Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:31.7946146Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:31.7946551Z PR_NUMBER: 1476 2025-01-27T21:30:31.7947876Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:31.7949274Z ##[endgroup] 2025-01-27T21:30:31.8080981Z ##[group]Run set -euo pipefail 2025-01-27T21:30:31.8081476Z set -euo pipefail 2025-01-27T21:30:31.8081897Z function get_ec2_metadata() { 2025-01-27T21:30:31.8082424Z  # Pulled from instance metadata endpoint for EC2 2025-01-27T21:30:31.8083302Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-01-27T21:30:31.8084071Z  category=$1 2025-01-27T21:30:31.8085405Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-01-27T21:30:31.8086664Z } 2025-01-27T21:30:31.8087026Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-01-27T21:30:31.8087615Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-01-27T21:30:31.8088325Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-01-27T21:30:31.8088896Z echo "system info $(uname -a)" 2025-01-27T21:30:31.8096448Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:30:31.8096969Z env: 2025-01-27T21:30:31.8097437Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:31.8098055Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:31.8098459Z PR_NUMBER: 1476 2025-01-27T21:30:31.8099699Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:31.8101055Z ##[endgroup] 2025-01-27T21:30:31.8267862Z ami-id: ami-00d9a6d7d54864374 2025-01-27T21:30:31.8398685Z instance-id: i-0c4307487083c3c50 2025-01-27T21:30:31.8532816Z instance-type: t4g.2xlarge 2025-01-27T21:30:31.8545689Z system info Linux ip-10-0-23-172.ec2.internal 6.1.124-134.200.amzn2023.aarch64 #1 SMP Tue Jan 14 08:15:20 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux 2025-01-27T21:30:31.8598343Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-27T21:30:31.8599663Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-27T21:30:31.8607843Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:30:31.8608377Z env: 2025-01-27T21:30:31.8608853Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:31.8609464Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:31.8609865Z PR_NUMBER: 1476 2025-01-27T21:30:31.8611552Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:31.8613160Z ##[endgroup] 2025-01-27T21:30:31.8719005Z ##[group]Run if systemctl is-active --quiet docker; then 2025-01-27T21:30:31.8719660Z if systemctl is-active --quiet docker; then 2025-01-27T21:30:31.8720192Z  echo "Docker daemon is running..."; 2025-01-27T21:30:31.8720673Z else 2025-01-27T21:30:31.8721182Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-01-27T21:30:31.8721776Z fi 2025-01-27T21:30:31.8729372Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:30:31.8729904Z env: 2025-01-27T21:30:31.8730366Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:31.8731204Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:31.8731607Z PR_NUMBER: 1476 2025-01-27T21:30:31.8732874Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:31.8734232Z ##[endgroup] 2025-01-27T21:30:31.8825769Z Docker daemon is running... 2025-01-27T21:30:31.8870042Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-01-27T21:30:31.8870944Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-01-27T21:30:31.8871651Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-01-27T21:30:31.8872505Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-01-27T21:30:31.8873496Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-01-27T21:30:31.8881362Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:30:31.8881896Z env: 2025-01-27T21:30:31.8882410Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:31.8883065Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:31.8883475Z PR_NUMBER: 1476 2025-01-27T21:30:31.8884743Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:31.8886238Z AWS_RETRY_MODE: standard 2025-01-27T21:30:31.8886611Z AWS_MAX_ATTEMPTS: 5 2025-01-27T21:30:31.8886987Z AWS_DEFAULT_REGION: us-east-1 2025-01-27T21:30:31.8887376Z ##[endgroup] 2025-01-27T21:30:33.3195153Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-01-27T21:30:33.3196007Z Configure a credential helper to remove this warning. See 2025-01-27T21:30:33.3196802Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-01-27T21:30:33.3197337Z 2025-01-27T21:30:33.3197486Z Login Succeeded 2025-01-27T21:30:33.3260888Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-01-27T21:30:33.3261754Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-01-27T21:30:33.3262460Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-01-27T21:30:33.3272186Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:30:33.3272721Z env: 2025-01-27T21:30:33.3273187Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:33.3273813Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:33.3274225Z PR_NUMBER: 1476 2025-01-27T21:30:33.3275481Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:33.3276824Z ##[endgroup] 2025-01-27T21:30:33.3378838Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-01-27T21:30:33.3379772Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-01-27T21:30:33.3380337Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-01-27T21:30:33.3380834Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-01-27T21:30:33.3381468Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-01-27T21:30:33.3382078Z  2025-01-27T21:30:33.3382508Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-01-27T21:30:33.3383139Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-01-27T21:30:33.3383664Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-01-27T21:30:33.3384336Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-01-27T21:30:33.3384977Z  2025-01-27T21:30:33.3385335Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-01-27T21:30:33.3385818Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-01-27T21:30:33.3386296Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-01-27T21:30:33.3386879Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-01-27T21:30:33.3394511Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:30:33.3395040Z env: 2025-01-27T21:30:33.3395531Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:33.3396146Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:33.3396555Z PR_NUMBER: 1476 2025-01-27T21:30:33.3397822Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:33.3399175Z ##[endgroup] 2025-01-27T21:30:33.5137844Z ##[group]Run needs=0 2025-01-27T21:30:33.5138237Z needs=0 2025-01-27T21:30:33.5138769Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-01-27T21:30:33.5139382Z  needs=1 2025-01-27T21:30:33.5139760Z fi 2025-01-27T21:30:33.5140126Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-01-27T21:30:33.5148619Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:30:33.5149133Z env: 2025-01-27T21:30:33.5149604Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:33.5150223Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:33.5150615Z PR_NUMBER: 1476 2025-01-27T21:30:33.5151863Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:33.5153395Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:30:33.5154215Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:30:33.5154994Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:30:33.5155548Z ##[endgroup] 2025-01-27T21:30:33.5418190Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-01-27T21:30:33.5419001Z # ignore expansion of "docker ps -q" since it could be empty 2025-01-27T21:30:33.5419594Z # shellcheck disable=SC2046 2025-01-27T21:30:33.5420053Z docker stop $(docker ps -q) || true 2025-01-27T21:30:33.5420535Z # Prune all of the docker images 2025-01-27T21:30:33.5420990Z docker system prune -af 2025-01-27T21:30:33.5428273Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:30:33.5428794Z env: 2025-01-27T21:30:33.5429266Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:33.5429870Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:33.5430267Z PR_NUMBER: 1476 2025-01-27T21:30:33.5432205Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:33.5433963Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:30:33.5434800Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:30:33.5435575Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:30:33.5436110Z ##[endgroup] 2025-01-27T21:30:33.5731378Z "docker stop" requires at least 1 argument. 2025-01-27T21:30:33.5731961Z See 'docker stop --help'. 2025-01-27T21:30:33.5732215Z 2025-01-27T21:30:33.5732456Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-01-27T21:30:33.5732838Z 2025-01-27T21:30:33.5733007Z Stop one or more running containers 2025-01-27T21:30:33.5918716Z Total reclaimed space: 0B 2025-01-27T21:30:33.6019031Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-01-27T21:30:33.6019601Z with: 2025-01-27T21:30:33.6020203Z github-secret: *** 2025-01-27T21:30:33.6021199Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-01-27T21:30:33.6022239Z activate-with-label: false 2025-01-27T21:30:33.6022617Z label: with-ssh 2025-01-27T21:30:33.6022962Z remove-existing-keys: true 2025-01-27T21:30:33.6023354Z fail-silently: true 2025-01-27T21:30:33.6023684Z env: 2025-01-27T21:30:33.6024149Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:33.6024760Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:33.6025149Z PR_NUMBER: 1476 2025-01-27T21:30:33.6026446Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:33.6028009Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:30:33.6028831Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:30:33.6029603Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:30:33.6030142Z ##[endgroup] 2025-01-27T21:30:33.7406459Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-01-27T21:30:34.1938249Z Grabbing public ssh keys from https://github.com/mikekgfb.keys 2025-01-27T21:30:34.2512249Z No SSH keys found for user mikekgfb 2025-01-27T21:30:34.2512926Z Grabbing public ssh keys from https://github.com/mikekgfb.keys 2025-01-27T21:30:34.3001365Z No SSH keys found for user mikekgfb 2025-01-27T21:30:34.3178662Z ##[group]Run actions/checkout@v4 2025-01-27T21:30:34.3179167Z with: 2025-01-27T21:30:34.3179486Z repository: pytorch/torchchat 2025-01-27T21:30:34.3179898Z ref: refs/pull/1476/merge 2025-01-27T21:30:34.3180292Z path: pytorch/torchchat 2025-01-27T21:30:34.3180657Z fetch-depth: 1 2025-01-27T21:30:34.3181263Z token: *** 2025-01-27T21:30:34.3181587Z ssh-strict: true 2025-01-27T21:30:34.3181912Z ssh-user: git 2025-01-27T21:30:34.3182249Z persist-credentials: true 2025-01-27T21:30:34.3182635Z clean: true 2025-01-27T21:30:34.3182974Z sparse-checkout-cone-mode: true 2025-01-27T21:30:34.3183391Z fetch-tags: false 2025-01-27T21:30:34.3183736Z show-progress: true 2025-01-27T21:30:34.3184073Z lfs: false 2025-01-27T21:30:34.3184398Z set-safe-directory: true 2025-01-27T21:30:34.3184760Z env: 2025-01-27T21:30:34.3185225Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:34.3185847Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:34.3186296Z PR_NUMBER: 1476 2025-01-27T21:30:34.3187587Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:34.3189485Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:30:34.3190324Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:30:34.3191093Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:30:34.3191626Z ##[endgroup] 2025-01-27T21:30:34.4457944Z Syncing repository: pytorch/torchchat 2025-01-27T21:30:34.4470146Z ##[group]Getting Git version info 2025-01-27T21:30:34.4470957Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2025-01-27T21:30:34.4509258Z [command]/usr/bin/git version 2025-01-27T21:30:34.4563043Z git version 2.47.1 2025-01-27T21:30:34.4599411Z ##[endgroup] 2025-01-27T21:30:34.4629197Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/ec642286-729a-4e3c-a494-5fd22de3d1b2' before making global git config changes 2025-01-27T21:30:34.4630707Z Adding repository directory to the temporary git global config as a safe directory 2025-01-27T21:30:34.4638369Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2025-01-27T21:30:34.4678323Z ##[group]Initializing the repository 2025-01-27T21:30:34.4686525Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2025-01-27T21:30:34.4724737Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-01-27T21:30:34.4725686Z hint: is subject to change. To configure the initial branch name to use in all 2025-01-27T21:30:34.4726493Z hint: of your new repositories, which will suppress this warning, call: 2025-01-27T21:30:34.4727132Z hint: 2025-01-27T21:30:34.4727528Z hint: git config --global init.defaultBranch 2025-01-27T21:30:34.4728025Z hint: 2025-01-27T21:30:34.4728497Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-01-27T21:30:34.4729286Z hint: 'development'. The just-created branch can be renamed via this command: 2025-01-27T21:30:34.4729938Z hint: 2025-01-27T21:30:34.4730262Z hint: git branch -m 2025-01-27T21:30:34.4731339Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2025-01-27T21:30:34.4742809Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2025-01-27T21:30:34.4779606Z ##[endgroup] 2025-01-27T21:30:34.4780312Z ##[group]Disabling automatic garbage collection 2025-01-27T21:30:34.4788396Z [command]/usr/bin/git config --local gc.auto 0 2025-01-27T21:30:34.4823779Z ##[endgroup] 2025-01-27T21:30:34.4824424Z ##[group]Setting up auth 2025-01-27T21:30:34.4834267Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-27T21:30:34.4870909Z [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' || :" 2025-01-27T21:30:34.5203601Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-27T21:30:34.5241530Z [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' || :" 2025-01-27T21:30:34.5576113Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-01-27T21:30:34.5633664Z ##[endgroup] 2025-01-27T21:30:34.5634293Z ##[group]Fetching the repository 2025-01-27T21:30:34.5645066Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/pull/1476/merge:refs/remotes/pull/1476/merge 2025-01-27T21:30:34.8390425Z From https://github.com/pytorch/torchchat 2025-01-27T21:30:34.8391057Z * [new ref] refs/pull/1476/merge -> pull/1476/merge 2025-01-27T21:30:34.8415522Z ##[endgroup] 2025-01-27T21:30:34.8416298Z ##[group]Determining the checkout info 2025-01-27T21:30:34.8418170Z ##[endgroup] 2025-01-27T21:30:34.8424561Z [command]/usr/bin/git sparse-checkout disable 2025-01-27T21:30:34.8480091Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-01-27T21:30:34.8515934Z ##[group]Checking out the ref 2025-01-27T21:30:34.8522299Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1476/merge 2025-01-27T21:30:34.8697337Z Note: switching to 'refs/remotes/pull/1476/merge'. 2025-01-27T21:30:34.8697745Z 2025-01-27T21:30:34.8698065Z You are in 'detached HEAD' state. You can look around, make experimental 2025-01-27T21:30:34.8698888Z changes and commit them, and you can discard any commits you make in this 2025-01-27T21:30:34.8699681Z state without impacting any branches by switching back to a branch. 2025-01-27T21:30:34.8700135Z 2025-01-27T21:30:34.8700440Z If you want to create a new branch to retain commits you create, you may 2025-01-27T21:30:34.8701158Z do so (now or later) by using -c with the switch command. Example: 2025-01-27T21:30:34.8701585Z 2025-01-27T21:30:34.8701765Z git switch -c 2025-01-27T21:30:34.8702053Z 2025-01-27T21:30:34.8702219Z Or undo this operation with: 2025-01-27T21:30:34.8702494Z 2025-01-27T21:30:34.8702636Z git switch - 2025-01-27T21:30:34.8702851Z 2025-01-27T21:30:34.8703205Z Turn off this advice by setting config variable advice.detachedHead to false 2025-01-27T21:30:34.8703701Z 2025-01-27T21:30:34.8704253Z HEAD is now at 08ca20c Merge 170729b7c27bdb609918ef68e514cbc130908bcd into 56841758af4b57502e02a0b29649e82544f6cee3 2025-01-27T21:30:34.8705832Z ##[endgroup] 2025-01-27T21:30:34.8750012Z [command]/usr/bin/git log -1 --format=%H 2025-01-27T21:30:34.8779388Z 08ca20c608a3f473c7ebe2d10a5adcf7b3871734 2025-01-27T21:30:34.9067303Z Prepare all required actions 2025-01-27T21:30:34.9068334Z Getting action download info 2025-01-27T21:30:34.9911045Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-01-27T21:30:35.1673506Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-01-27T21:30:35.1674069Z with: 2025-01-27T21:30:35.1674576Z docker-image-name: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:35.1675237Z docker-build-dir: .ci/docker 2025-01-27T21:30:35.1675670Z working-directory: pytorch/torchchat 2025-01-27T21:30:35.1676239Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-27T21:30:35.1676795Z force-push: false 2025-01-27T21:30:35.1677117Z env: 2025-01-27T21:30:35.1677584Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:35.1678201Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:35.1678605Z PR_NUMBER: 1476 2025-01-27T21:30:35.1679925Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:35.1681503Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:30:35.1682315Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:30:35.1683095Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:30:35.1683642Z ##[endgroup] 2025-01-27T21:30:35.1747177Z ##[group]Run set -ex 2025-01-27T21:30:35.1747628Z set -ex 2025-01-27T21:30:35.1747955Z  2025-01-27T21:30:35.1748515Z # If the docker build directory or the build script doesn't exist, the action will 2025-01-27T21:30:35.1749446Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-01-27T21:30:35.1750256Z # job could then download the pre-built image as usual 2025-01-27T21:30:35.1750972Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-01-27T21:30:35.1751635Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-01-27T21:30:35.1752566Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-01-27T21:30:35.1753143Z  2025-01-27T21:30:35.1753638Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-01-27T21:30:35.1754251Z  exit 0 2025-01-27T21:30:35.1754576Z else 2025-01-27T21:30:35.1754949Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-01-27T21:30:35.1755404Z fi 2025-01-27T21:30:35.1755708Z  2025-01-27T21:30:35.1756183Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-01-27T21:30:35.1757010Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-01-27T21:30:35.1757774Z  # use it as it is, but first let's extract the tag 2025-01-27T21:30:35.1758453Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-01-27T21:30:35.1759164Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-01-27T21:30:35.1759850Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-01-27T21:30:35.1760432Z else 2025-01-27T21:30:35.1760879Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-01-27T21:30:35.1761517Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-01-27T21:30:35.1762404Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-01-27T21:30:35.1763184Z fi 2025-01-27T21:30:35.1770932Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:30:35.1771457Z env: 2025-01-27T21:30:35.1772276Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:35.1772922Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:35.1773324Z PR_NUMBER: 1476 2025-01-27T21:30:35.1774591Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:35.1776141Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:30:35.1776972Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:30:35.1777758Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:30:35.1778325Z REPO_NAME: torchchat 2025-01-27T21:30:35.1778873Z DOCKER_IMAGE_NAME: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:35.1779510Z DOCKER_BUILD_DIR: .ci/docker 2025-01-27T21:30:35.1780036Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-27T21:30:35.1780574Z ##[endgroup] 2025-01-27T21:30:35.1811850Z + [[ ! -d .ci/docker ]] 2025-01-27T21:30:35.1812252Z + echo skip=true 2025-01-27T21:30:35.1812788Z + echo docker-image=pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:35.1813654Z There is no Docker build script in torchchat repo, skipping... 2025-01-27T21:30:35.1814386Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2025-01-27T21:30:35.1814959Z + exit 0 2025-01-27T21:30:35.1877815Z ##[group]Run set -eux 2025-01-27T21:30:35.1878263Z set -eux 2025-01-27T21:30:35.1879482Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-01-27T21:30:35.1887982Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:30:35.1888512Z env: 2025-01-27T21:30:35.1889007Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:35.1889633Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:35.1890036Z PR_NUMBER: 1476 2025-01-27T21:30:35.1891301Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:35.1893157Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:30:35.1893972Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:30:35.1894740Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:30:35.1895280Z ##[endgroup] 2025-01-27T21:30:35.1927377Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-01-27T21:30:35.1928570Z + jq --raw-output .SecretString 2025-01-27T21:30:35.1929375Z + jq -r .docker_hub_readonly_token 2025-01-27T21:30:35.1930656Z + docker login --username pytorchbot --password-stdin 2025-01-27T21:30:35.9645511Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-01-27T21:30:35.9646378Z Configure a credential helper to remove this warning. See 2025-01-27T21:30:35.9647929Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-01-27T21:30:35.9648481Z 2025-01-27T21:30:35.9648629Z Login Succeeded 2025-01-27T21:30:35.9751740Z Prepare all required actions 2025-01-27T21:30:35.9807152Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-01-27T21:30:35.9807679Z with: 2025-01-27T21:30:35.9808168Z docker-image: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:35.9808989Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-27T21:30:35.9809519Z env: 2025-01-27T21:30:35.9809975Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:35.9810582Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:35.9810967Z PR_NUMBER: 1476 2025-01-27T21:30:35.9812216Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:35.9813778Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:30:35.9814626Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:30:35.9815416Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:30:35.9815955Z ##[endgroup] 2025-01-27T21:30:35.9849271Z ##[group]Run set -x 2025-01-27T21:30:35.9849673Z set -x 2025-01-27T21:30:35.9849983Z set +e 2025-01-27T21:30:35.9850297Z  2025-01-27T21:30:35.9850601Z login() { 2025-01-27T21:30:35.9851249Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-01-27T21:30:35.9851965Z } 2025-01-27T21:30:35.9852262Z  2025-01-27T21:30:35.9852555Z retry () { 2025-01-27T21:30:35.9852933Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-01-27T21:30:35.9853381Z } 2025-01-27T21:30:35.9853701Z  2025-01-27T21:30:35.9854041Z retry login "${DOCKER_REGISTRY}" 2025-01-27T21:30:35.9854474Z  2025-01-27T21:30:35.9854783Z set -e 2025-01-27T21:30:35.9855256Z # ignore output since only exit code is used for conditional 2025-01-27T21:30:35.9855932Z # only pull docker image if it's not available locally 2025-01-27T21:30:35.9856676Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-01-27T21:30:35.9857372Z  retry docker pull "${DOCKER_IMAGE}" 2025-01-27T21:30:35.9857828Z fi 2025-01-27T21:30:35.9865200Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:30:35.9865727Z env: 2025-01-27T21:30:35.9866215Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:35.9866828Z REPOSITORY: pytorch/torchchat 2025-01-27T21:30:35.9867240Z PR_NUMBER: 1476 2025-01-27T21:30:35.9868520Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:30:35.9870398Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:30:35.9871208Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:30:35.9871976Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:30:35.9872649Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-27T21:30:35.9873174Z ##[endgroup] 2025-01-27T21:30:35.9902328Z + set +e 2025-01-27T21:30:35.9902772Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-27T21:30:35.9903371Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-27T21:30:35.9905521Z + aws ecr get-login-password --region us-east-1 2025-01-27T21:30:35.9907076Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-27T21:30:36.7083639Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-01-27T21:30:36.7085030Z Configure a credential helper to remove this warning. See 2025-01-27T21:30:36.7085849Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-01-27T21:30:36.7086394Z 2025-01-27T21:30:36.7086548Z Login Succeeded 2025-01-27T21:30:36.7105043Z + set -e 2025-01-27T21:30:36.7105629Z + docker inspect --type=image pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:36.7253199Z + retry docker pull pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:36.7254015Z + docker pull pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:30:36.9081387Z cpu-aarch64-main: Pulling from pytorch/manylinux2_28_aarch64-builder 2025-01-27T21:30:36.9086150Z 819a9b62cabd: Pulling fs layer 2025-01-27T21:30:36.9086632Z 85f1c8bfeb6b: Pulling fs layer 2025-01-27T21:30:36.9087050Z 1c894c28dbdd: Pulling fs layer 2025-01-27T21:30:36.9087496Z e9a89bd7d45e: Pulling fs layer 2025-01-27T21:30:36.9087895Z 1666bba474a1: Pulling fs layer 2025-01-27T21:30:36.9088323Z 8173f77cfa2b: Pulling fs layer 2025-01-27T21:30:36.9088731Z b52c88647098: Pulling fs layer 2025-01-27T21:30:36.9089128Z 675ac38d5617: Pulling fs layer 2025-01-27T21:30:36.9089533Z 7838516aebb8: Pulling fs layer 2025-01-27T21:30:36.9089939Z d89fec334157: Pulling fs layer 2025-01-27T21:30:36.9090341Z 1dcb7e635436: Pulling fs layer 2025-01-27T21:30:36.9090742Z fe1553990148: Pulling fs layer 2025-01-27T21:30:36.9091143Z e354a303df83: Pulling fs layer 2025-01-27T21:30:36.9091539Z a753fa1f83ec: Pulling fs layer 2025-01-27T21:30:36.9091949Z eca2587b7bef: Pulling fs layer 2025-01-27T21:30:36.9092358Z 4f4fb700ef54: Pulling fs layer 2025-01-27T21:30:36.9092761Z 3e3bf3277ee3: Pulling fs layer 2025-01-27T21:30:36.9093171Z 4aadabe64487: Pulling fs layer 2025-01-27T21:30:36.9093575Z 2c623d82c021: Pulling fs layer 2025-01-27T21:30:36.9093969Z 9e1ff2352093: Pulling fs layer 2025-01-27T21:30:36.9094385Z 58e9561b4a8d: Pulling fs layer 2025-01-27T21:30:36.9094792Z b70d3c097336: Pulling fs layer 2025-01-27T21:30:36.9095192Z 6a12203a87dc: Pulling fs layer 2025-01-27T21:30:36.9095617Z 4856df2b3e76: Pulling fs layer 2025-01-27T21:30:36.9096019Z 422f1d0a6c1c: Pulling fs layer 2025-01-27T21:30:36.9096421Z d3bf6c2a2fc3: Pulling fs layer 2025-01-27T21:30:36.9096816Z 1666bba474a1: Waiting 2025-01-27T21:30:36.9097161Z 8173f77cfa2b: Waiting 2025-01-27T21:30:36.9097502Z e9a89bd7d45e: Waiting 2025-01-27T21:30:36.9097849Z b52c88647098: Waiting 2025-01-27T21:30:36.9098189Z 2c623d82c021: Waiting 2025-01-27T21:30:36.9098527Z d3bf6c2a2fc3: Waiting 2025-01-27T21:30:36.9099036Z 675ac38d5617: Waiting 2025-01-27T21:30:36.9099389Z a753fa1f83ec: Waiting 2025-01-27T21:30:36.9099735Z 9e1ff2352093: Waiting 2025-01-27T21:30:36.9100079Z 7838516aebb8: Waiting 2025-01-27T21:30:36.9100415Z eca2587b7bef: Waiting 2025-01-27T21:30:36.9100768Z 58e9561b4a8d: Waiting 2025-01-27T21:30:36.9101560Z 422f1d0a6c1c: Waiting 2025-01-27T21:30:36.9101901Z d89fec334157: Waiting 2025-01-27T21:30:36.9102244Z 4f4fb700ef54: Waiting 2025-01-27T21:30:36.9102596Z b70d3c097336: Waiting 2025-01-27T21:30:36.9102933Z 1dcb7e635436: Waiting 2025-01-27T21:30:36.9103278Z 4aadabe64487: Waiting 2025-01-27T21:30:36.9103629Z 6a12203a87dc: Waiting 2025-01-27T21:30:36.9103971Z e354a303df83: Waiting 2025-01-27T21:30:36.9697346Z 1c894c28dbdd: Verifying Checksum 2025-01-27T21:30:36.9697852Z 1c894c28dbdd: Download complete 2025-01-27T21:30:36.9709434Z 85f1c8bfeb6b: Verifying Checksum 2025-01-27T21:30:36.9709880Z 85f1c8bfeb6b: Download complete 2025-01-27T21:30:37.0143533Z 1666bba474a1: Download complete 2025-01-27T21:30:37.0146802Z e9a89bd7d45e: Verifying Checksum 2025-01-27T21:30:37.0147243Z e9a89bd7d45e: Download complete 2025-01-27T21:30:37.1055761Z 8173f77cfa2b: Verifying Checksum 2025-01-27T21:30:37.1056278Z 8173f77cfa2b: Download complete 2025-01-27T21:30:37.1475724Z 675ac38d5617: Download complete 2025-01-27T21:30:37.1867281Z 7838516aebb8: Verifying Checksum 2025-01-27T21:30:37.1867803Z 7838516aebb8: Download complete 2025-01-27T21:30:37.2524337Z d89fec334157: Download complete 2025-01-27T21:30:37.3216561Z 1dcb7e635436: Download complete 2025-01-27T21:30:37.3979889Z fe1553990148: Download complete 2025-01-27T21:30:37.4702389Z e354a303df83: Download complete 2025-01-27T21:30:37.5679804Z a753fa1f83ec: Download complete 2025-01-27T21:30:37.6234657Z eca2587b7bef: Download complete 2025-01-27T21:30:37.6484401Z 819a9b62cabd: Download complete 2025-01-27T21:30:37.6820772Z 4f4fb700ef54: Verifying Checksum 2025-01-27T21:30:37.6823130Z 4f4fb700ef54: Download complete 2025-01-27T21:30:37.7643238Z 3e3bf3277ee3: Verifying Checksum 2025-01-27T21:30:37.7643758Z 3e3bf3277ee3: Download complete 2025-01-27T21:30:37.7998436Z 4aadabe64487: Verifying Checksum 2025-01-27T21:30:37.7998940Z 4aadabe64487: Download complete 2025-01-27T21:30:37.8633355Z 9e1ff2352093: Verifying Checksum 2025-01-27T21:30:37.8633873Z 9e1ff2352093: Download complete 2025-01-27T21:30:37.9913554Z 2c623d82c021: Verifying Checksum 2025-01-27T21:30:37.9914246Z 2c623d82c021: Download complete 2025-01-27T21:30:38.8353078Z b70d3c097336: Verifying Checksum 2025-01-27T21:30:38.8353592Z b70d3c097336: Download complete 2025-01-27T21:30:38.9256221Z 6a12203a87dc: Verifying Checksum 2025-01-27T21:30:38.9256715Z 6a12203a87dc: Download complete 2025-01-27T21:30:39.1731545Z b52c88647098: Verifying Checksum 2025-01-27T21:30:39.1732244Z b52c88647098: Download complete 2025-01-27T21:30:39.2191678Z 422f1d0a6c1c: Verifying Checksum 2025-01-27T21:30:39.2192199Z 422f1d0a6c1c: Download complete 2025-01-27T21:30:39.4231583Z d3bf6c2a2fc3: Verifying Checksum 2025-01-27T21:30:39.4232109Z d3bf6c2a2fc3: Download complete 2025-01-27T21:30:39.8177419Z 58e9561b4a8d: Verifying Checksum 2025-01-27T21:30:39.8177935Z 58e9561b4a8d: Download complete 2025-01-27T21:30:40.2581450Z 819a9b62cabd: Pull complete 2025-01-27T21:30:40.2687292Z 4856df2b3e76: Verifying Checksum 2025-01-27T21:30:40.2687793Z 4856df2b3e76: Download complete 2025-01-27T21:30:40.2715304Z 85f1c8bfeb6b: Pull complete 2025-01-27T21:30:40.2857234Z 1c894c28dbdd: Pull complete 2025-01-27T21:30:40.3025334Z e9a89bd7d45e: Pull complete 2025-01-27T21:30:40.3256840Z 1666bba474a1: Pull complete 2025-01-27T21:30:40.3473538Z 8173f77cfa2b: Pull complete 2025-01-27T21:30:47.0983059Z b52c88647098: Pull complete 2025-01-27T21:30:47.1112265Z 675ac38d5617: Pull complete 2025-01-27T21:30:47.1243667Z 7838516aebb8: Pull complete 2025-01-27T21:30:47.1642538Z d89fec334157: Pull complete 2025-01-27T21:30:47.1775319Z 1dcb7e635436: Pull complete 2025-01-27T21:30:47.2285770Z fe1553990148: Pull complete 2025-01-27T21:30:47.2414070Z e354a303df83: Pull complete 2025-01-27T21:30:47.2805291Z a753fa1f83ec: Pull complete 2025-01-27T21:30:47.2931902Z eca2587b7bef: Pull complete 2025-01-27T21:30:47.3059334Z 4f4fb700ef54: Pull complete 2025-01-27T21:30:54.5180943Z 3e3bf3277ee3: Pull complete 2025-01-27T21:30:54.5624843Z 4aadabe64487: Pull complete 2025-01-27T21:30:54.7510406Z 2c623d82c021: Pull complete 2025-01-27T21:30:54.7855565Z 9e1ff2352093: Pull complete 2025-01-27T21:31:05.4688173Z 58e9561b4a8d: Pull complete 2025-01-27T21:31:05.9657850Z b70d3c097336: Pull complete 2025-01-27T21:31:06.0182864Z 6a12203a87dc: Pull complete 2025-01-27T21:31:08.3612187Z 4856df2b3e76: Pull complete 2025-01-27T21:31:08.3833174Z 422f1d0a6c1c: Pull complete 2025-01-27T21:31:08.7517388Z d3bf6c2a2fc3: Pull complete 2025-01-27T21:31:08.7637372Z Digest: sha256:fe1d020c608e763830dec3baca8ac2156c4770837beaf2d0aba393d3aaabe1dc 2025-01-27T21:31:08.7680820Z Status: Downloaded newer image for pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:31:08.7710473Z docker.io/pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:31:08.7774046Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-27T21:31:08.7775413Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-27T21:31:08.7785069Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:31:08.7785591Z env: 2025-01-27T21:31:08.7786075Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:31:08.7786707Z REPOSITORY: pytorch/torchchat 2025-01-27T21:31:08.7787113Z PR_NUMBER: 1476 2025-01-27T21:31:08.7788376Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:31:08.7789959Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:31:08.7790792Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:31:08.7791571Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:31:08.7792117Z ##[endgroup] 2025-01-27T21:31:08.7956626Z ##[group]Run set -ex 2025-01-27T21:31:08.7957081Z set -ex 2025-01-27T21:31:08.7957397Z { 2025-01-27T21:31:08.7957721Z  echo "#!/usr/bin/env bash"; 2025-01-27T21:31:08.7958172Z  echo "set -eou pipefail"; 2025-01-27T21:31:08.7958626Z  # shellcheck disable=SC2016 2025-01-27T21:31:08.7959109Z  echo 'eval "$(conda shell.bash hook)"'; 2025-01-27T21:31:08.7959579Z  echo "set -x"; 2025-01-27T21:31:08.7959960Z  echo "${SCRIPT}"; 2025-01-27T21:31:08.7960371Z } > "${RUNNER_TEMP}/exec_script" 2025-01-27T21:31:08.7960849Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-01-27T21:31:08.7961300Z  2025-01-27T21:31:08.7961616Z function handle_error() { 2025-01-27T21:31:08.7962276Z  echo "Please note: We are currently migrating Linux Wheel builds to Manywheel 2.28" 2025-01-27T21:31:08.7963268Z  echo "If you see error like: ImportError: /lib64/libc.so.6: version GLIBC_2.28 not found" 2025-01-27T21:31:08.7964431Z  echo "Please migrate to: https://github.com/pytorch/test-infra/blob/main/.github/workflows/linux_job_v2.yml" 2025-01-27T21:31:08.7965564Z  echo "Issue: https://github.com/pytorch/pytorch/issues/123649" 2025-01-27T21:31:08.7966141Z } 2025-01-27T21:31:08.7966468Z trap handle_error ERR 2025-01-27T21:31:08.7966850Z  2025-01-27T21:31:08.7967671Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-01-27T21:31:08.7975481Z shell: /usr/bin/bash -e {0} 2025-01-27T21:31:08.7975860Z env: 2025-01-27T21:31:08.7976350Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:31:08.7976976Z REPOSITORY: pytorch/torchchat 2025-01-27T21:31:08.7977370Z PR_NUMBER: 1476 2025-01-27T21:31:08.7978643Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:31:08.7980464Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:31:08.7981274Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:31:08.7982045Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:31:08.7982960Z ALL_SECRETS: { "github_token": "***" } 2025-01-27T21:31:08.7983409Z ##[endgroup] 2025-01-27T21:31:08.8012159Z + echo '#!/usr/bin/env bash' 2025-01-27T21:31:08.8012627Z + echo 'set -eou pipefail' 2025-01-27T21:31:08.8013032Z + echo 'eval "$(conda shell.bash hook)"' 2025-01-27T21:31:08.8013470Z + echo 'set -x' 2025-01-27T21:31:08.8013867Z + echo 'echo "::group::Print machine info" 2025-01-27T21:31:08.8014297Z uname -a 2025-01-27T21:31:08.8014604Z echo "::endgroup::" 2025-01-27T21:31:08.8014806Z 2025-01-27T21:31:08.8015060Z TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced 2025-01-27T21:31:08.8015447Z 2025-01-27T21:31:08.8015609Z echo "::group::Completion" 2025-01-27T21:31:08.8015998Z echo "tests complete" 2025-01-27T21:31:08.8016391Z echo "*******************************************" 2025-01-27T21:31:08.8016842Z echo "::endgroup::" 2025-01-27T21:31:08.8017167Z ' 2025-01-27T21:31:08.8017590Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-01-27T21:31:08.8023307Z + trap handle_error ERR 2025-01-27T21:31:08.8024160Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-01-27T21:31:19.1333684Z Running command: 2025-01-27T21:31:19.1334135Z Traceback (most recent call last): 2025-01-27T21:31:19.1335173Z File "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py", line 102, in 2025-01-27T21:31:19.1343419Z 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_12996559809" `# 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 -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_d135a09d-9e89-4649-8963-55daa8dedcbf":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_d135a09d-9e89-4649-8963-55daa8dedcbf" -w /pytorch/torchchat "pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main" 2025-01-27T21:31:19.1350721Z 2025-01-27T21:31:19.1351206Z ae60cc525d9eb8b8f20e0d7e1aea6db3d76fb50bbf18dbc756def8d73b0e30c3 2025-01-27T21:31:19.1352184Z Running command: docker exec -t ae60cc525d9eb8b8f20e0d7e1aea6db3d76fb50bbf18dbc756def8d73b0e30c3 /exec 2025-01-27T21:31:19.1353019Z /exec: line 3: conda: command not found 2025-01-27T21:31:19.1353513Z + echo '::group::Print machine info' 2025-01-27T21:31:19.1354270Z ##[group]Print machine info 2025-01-27T21:31:19.1354704Z main() 2025-01-27T21:31:19.1355574Z File "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py", line 98, in main 2025-01-27T21:31:19.1356897Z run_cmd_or_die(f"docker exec -t {container_name} /exec") 2025-01-27T21:31:19.1358012Z File "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py", line 39, in run_cmd_or_die 2025-01-27T21:31:19.1359220Z raise RuntimeError(f"Command {cmd} failed with exit code {exit_code}") 2025-01-27T21:31:19.1360410Z RuntimeError: Command docker exec -t ae60cc525d9eb8b8f20e0d7e1aea6db3d76fb50bbf18dbc756def8d73b0e30c3 /exec failed with exit code 127 2025-01-27T21:31:19.1361400Z + uname -a 2025-01-27T21:31:19.1362076Z Linux ae60cc525d9e 6.1.124-134.200.amzn2023.aarch64 #1 SMP Tue Jan 14 08:15:20 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux 2025-01-27T21:31:19.1362889Z + echo ::endgroup:: 2025-01-27T21:31:19.1363475Z ##[endgroup] 2025-01-27T21:31:19.1363793Z + TORCHCHAT_DEVICE=cpu 2025-01-27T21:31:19.1364164Z + .ci/scripts/run-docs advanced 2025-01-27T21:31:19.1368852Z ##[group]Create script to run advanced 2025-01-27T21:31:19.1369598Z ##[endgroup] 2025-01-27T21:31:19.1370162Z ##[group]Run advanced 2025-01-27T21:31:19.1370531Z ******************************************* 2025-01-27T21:31:19.1370932Z #! /bin/bash 2025-01-27T21:31:19.1371255Z set -eou pipefail 2025-01-27T21:31:19.1371620Z ./install/install_requirements.sh 2025-01-27T21:31:19.1372177Z TORCHCHAT_ROOT=${PWD} ./torchchat/utils/scripts/install_et.sh 2025-01-27T21:31:19.1372730Z if false; then 2025-01-27T21:31:19.1373106Z python3 torchchat.py ... --help 2025-01-27T21:31:19.1373511Z fi 2025-01-27T21:31:19.1373816Z pip install wget 2025-01-27T21:31:19.1374160Z MODEL_NAME=stories15M 2025-01-27T21:31:19.1374547Z MODEL_DIR=~/checkpoints/${MODEL_NAME} 2025-01-27T21:31:19.1375012Z MODEL_PATH=${MODEL_DIR}/stories15M.pt 2025-01-27T21:31:19.1375466Z MODEL_OUT=~/torchchat-exports 2025-01-27T21:31:19.1375738Z 2025-01-27T21:31:19.1375890Z mkdir -p ${MODEL_DIR} 2025-01-27T21:31:19.1376251Z mkdir -p ${MODEL_OUT} 2025-01-27T21:31:19.1376725Z 2025-01-27T21:31:19.1376918Z # Change to the MODELDIR directory 2025-01-27T21:31:19.1377337Z pushd ${MODEL_DIR} 2025-01-27T21:31:19.1377549Z 2025-01-27T21:31:19.1377738Z # Download the files for stories15M using wget 2025-01-27T21:31:19.1378443Z wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2025-01-27T21:31:19.1379322Z wget https://github.com/karpathy/llama2.c/raw/refs/heads/master/tokenizer.model 2025-01-27T21:31:19.1379857Z 2025-01-27T21:31:19.1380027Z # Go back to the original directory 2025-01-27T21:31:19.1380439Z popd 2025-01-27T21:31:19.1381110Z python3 torchchat.py generate --checkpoint-path ${MODEL_PATH} --prompt "Hello, my name is" --device cpu 2025-01-27T21:31:19.1382220Z python3 torchchat.py export --checkpoint-path ${MODEL_PATH} --output-pte-path ${MODEL_NAME}.pte 2025-01-27T21:31:19.1383342Z python3 torchchat.py export --checkpoint-path ${MODEL_PATH} --device cpu --output-dso-path ${MODEL_NAME}.so 2025-01-27T21:31:19.1384642Z python3 torchchat.py generate --checkpoint-path ${MODEL_PATH} --pte-path ${MODEL_NAME}.pte --device cpu --prompt "Once upon a time" 2025-01-27T21:31:19.1386049Z python3 torchchat.py generate --device cpu --checkpoint-path ${MODEL_PATH} --dso-path ${MODEL_NAME}.so --prompt "Once upon a time" 2025-01-27T21:31:19.1386953Z if false; then 2025-01-27T21:31:19.1387340Z python3 torchchat.py generate --dtype fp32 ... 2025-01-27T21:31:19.1387887Z python3 torchchat.py export --dtype fp32 ... 2025-01-27T21:31:19.1388348Z fi 2025-01-27T21:31:19.1388634Z if false; then 2025-01-27T21:31:19.1389054Z python3 torchchat.py ... --gguf-path 2025-01-27T21:31:19.1389559Z fi 2025-01-27T21:31:19.1389901Z echo 'reached end of file without `end` command' 2025-01-27T21:31:19.1390364Z exit 1; 2025-01-27T21:31:19.1390651Z exit 1 2025-01-27T21:31:19.1390948Z ******************************************* 2025-01-27T21:31:19.1391393Z Using python executable: python3 2025-01-27T21:31:19.1391820Z Using pip executable: pip3 2025-01-27T21:31:19.1392778Z + pip3 install -r install/requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cpu 2025-01-27T21:31:19.1393757Z ./install/install_requirements.sh: line 101: pip3: command not found 2025-01-27T21:31:19.1407574Z ++ handle_error 2025-01-27T21:31:19.1408113Z Please note: We are currently migrating Linux Wheel builds to Manywheel 2.28 2025-01-27T21:31:19.1408947Z If you see error like: ImportError: /lib64/libc.so.6: version GLIBC_2.28 not found 2025-01-27T21:31:19.1409968Z Please migrate to: https://github.com/pytorch/test-infra/blob/main/.github/workflows/linux_job_v2.yml 2025-01-27T21:31:19.1411009Z ++ echo 'Please note: We are currently migrating Linux Wheel builds to Manywheel 2.28' 2025-01-27T21:31:19.1411919Z ++ echo 'If you see error like: ImportError: /lib64/libc.so.6: version GLIBC_2.28 not found' 2025-01-27T21:31:19.1412980Z ++ echo 'Please migrate to: https://github.com/pytorch/test-infra/blob/main/.github/workflows/linux_job_v2.yml' 2025-01-27T21:31:19.1413943Z ++ echo 'Issue: https://github.com/pytorch/pytorch/issues/123649' 2025-01-27T21:31:19.1414621Z Issue: https://github.com/pytorch/pytorch/issues/123649 2025-01-27T21:31:19.1428823Z ##[error]Process completed with exit code 1. 2025-01-27T21:31:19.1507211Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-01-27T21:31:19.1507745Z with: 2025-01-27T21:31:19.1508168Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:31:19.1508728Z fail-on-empty: false 2025-01-27T21:31:19.1509087Z env: 2025-01-27T21:31:19.1509562Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:31:19.1510178Z REPOSITORY: pytorch/torchchat 2025-01-27T21:31:19.1510572Z PR_NUMBER: 1476 2025-01-27T21:31:19.1511832Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:31:19.1513365Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:31:19.1514211Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:31:19.1515018Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:31:19.1515572Z ##[endgroup] 2025-01-27T21:31:19.2242022Z Prepare all required actions 2025-01-27T21:31:19.2295232Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-01-27T21:31:19.2295749Z with: 2025-01-27T21:31:19.2296215Z directory: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2025-01-27T21:31:19.2296812Z ALPINE_IMAGE: arm64v8/alpine 2025-01-27T21:31:19.2297183Z env: 2025-01-27T21:31:19.2297652Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:31:19.2298260Z REPOSITORY: pytorch/torchchat 2025-01-27T21:31:19.2298653Z PR_NUMBER: 1476 2025-01-27T21:31:19.2299906Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:31:19.2301470Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:31:19.2302308Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:31:19.2303073Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:31:19.2303611Z ##[endgroup] 2025-01-27T21:31:19.2334066Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-01-27T21:31:19.2335039Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-01-27T21:31:19.2344307Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:31:19.2344831Z env: 2025-01-27T21:31:19.2345320Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:31:19.2345932Z REPOSITORY: pytorch/torchchat 2025-01-27T21:31:19.2346625Z PR_NUMBER: 1476 2025-01-27T21:31:19.2347892Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:31:19.2349415Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:31:19.2350228Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:31:19.2350991Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:31:19.2351554Z ALPINE_IMAGE: arm64v8/alpine 2025-01-27T21:31:19.2352098Z DIRECTORY: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2025-01-27T21:31:19.2352671Z ##[endgroup] 2025-01-27T21:31:19.2542657Z Unable to find image 'arm64v8/alpine:latest' locally 2025-01-27T21:31:19.4508858Z latest: Pulling from arm64v8/alpine 2025-01-27T21:31:19.5463162Z 52f827f72350: Pulling fs layer 2025-01-27T21:31:19.6707156Z 52f827f72350: Verifying Checksum 2025-01-27T21:31:19.6707659Z 52f827f72350: Download complete 2025-01-27T21:31:19.7783726Z 52f827f72350: Pull complete 2025-01-27T21:31:19.7863941Z Digest: sha256:027789c1e8530f46d8211da2debc3f927eab8387ee2bb3922e466005d53cb0fe 2025-01-27T21:31:19.7888674Z Status: Downloaded newer image for arm64v8/alpine:latest 2025-01-27T21:31:20.4558797Z Prepare all required actions 2025-01-27T21:31:20.4601629Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-01-27T21:31:20.4602140Z with: 2025-01-27T21:31:20.4602668Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-01-27T21:31:20.4603193Z ALPINE_IMAGE: arm64v8/alpine 2025-01-27T21:31:20.4603570Z env: 2025-01-27T21:31:20.4604085Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:31:20.4604744Z REPOSITORY: pytorch/torchchat 2025-01-27T21:31:20.4605327Z PR_NUMBER: 1476 2025-01-27T21:31:20.4606752Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:31:20.4608502Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:31:20.4609506Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:31:20.4610425Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:31:20.4611089Z ##[endgroup] 2025-01-27T21:31:20.4645135Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-01-27T21:31:20.4646413Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-01-27T21:31:20.4654877Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:31:20.4655409Z env: 2025-01-27T21:31:20.4655906Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:31:20.4656668Z REPOSITORY: pytorch/torchchat 2025-01-27T21:31:20.4657183Z PR_NUMBER: 1476 2025-01-27T21:31:20.4658590Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:31:20.4660321Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:31:20.4661285Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:31:20.4662055Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:31:20.4662675Z ALPINE_IMAGE: arm64v8/alpine 2025-01-27T21:31:20.4663223Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-01-27T21:31:20.4663721Z ##[endgroup] 2025-01-27T21:31:21.1195237Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-01-27T21:31:21.1196401Z # Only do these steps if we actually want to upload an artifact 2025-01-27T21:31:21.1197032Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-01-27T21:31:21.1197795Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-01-27T21:31:21.1198658Z  # attempt to just grab whatever is in there and scoop it all up 2025-01-27T21:31:21.1199348Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-01-27T21:31:21.1199940Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-01-27T21:31:21.1200416Z  fi 2025-01-27T21:31:21.1200809Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-01-27T21:31:21.1201433Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-01-27T21:31:21.1201991Z  fi 2025-01-27T21:31:21.1202603Z  # Set to fail upload step if there are no files for upload and expected files for upload 2025-01-27T21:31:21.1203424Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2025-01-27T21:31:21.1203942Z fi 2025-01-27T21:31:21.1204236Z  2025-01-27T21:31:21.1204545Z upload_docs=0 2025-01-27T21:31:21.1205225Z # Check if there are files in the documentation folder to upload, note that 2025-01-27T21:31:21.1205866Z # empty folders do not count 2025-01-27T21:31:21.1206504Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-01-27T21:31:21.1207340Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-01-27T21:31:21.1208039Z  # upload will probably not work correctly 2025-01-27T21:31:21.1208514Z  upload_docs=1 2025-01-27T21:31:21.1208879Z fi 2025-01-27T21:31:21.1209330Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-01-27T21:31:21.1216744Z shell: /usr/bin/bash -e {0} 2025-01-27T21:31:21.1217145Z env: 2025-01-27T21:31:21.1217627Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:31:21.1218256Z REPOSITORY: pytorch/torchchat 2025-01-27T21:31:21.1218656Z PR_NUMBER: 1476 2025-01-27T21:31:21.1219910Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:31:21.1221438Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:31:21.1222256Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:31:21.1223030Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:31:21.1223586Z UPLOAD_ARTIFACT_NAME: 2025-01-27T21:31:21.1223942Z ##[endgroup] 2025-01-27T21:31:21.1339629Z Prepare all required actions 2025-01-27T21:31:21.1395131Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-01-27T21:31:21.1395671Z with: 2025-01-27T21:31:21.1395946Z env: 2025-01-27T21:31:21.1396412Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:31:21.1397037Z REPOSITORY: pytorch/torchchat 2025-01-27T21:31:21.1397430Z PR_NUMBER: 1476 2025-01-27T21:31:21.1398696Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:31:21.1400233Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:31:21.1401194Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:31:21.1402054Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:31:21.1402646Z ##[endgroup] 2025-01-27T21:31:21.1438496Z ##[group]Run set -eou pipefail 2025-01-27T21:31:21.1439243Z set -eou pipefail 2025-01-27T21:31:21.1439615Z  2025-01-27T21:31:21.1440127Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-01-27T21:31:21.1440784Z for _ in $(seq 1440); do 2025-01-27T21:31:21.1441250Z  # Break if no ssh session exists anymore 2025-01-27T21:31:21.1441750Z  if [ "$(who)" = "" ]; then 2025-01-27T21:31:21.1442177Z  break 2025-01-27T21:31:21.1442512Z  fi 2025-01-27T21:31:21.1442845Z  echo "." 2025-01-27T21:31:21.1443203Z  sleep 5 2025-01-27T21:31:21.1443537Z done 2025-01-27T21:31:21.1451664Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:31:21.1452249Z env: 2025-01-27T21:31:21.1452731Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:31:21.1453386Z REPOSITORY: pytorch/torchchat 2025-01-27T21:31:21.1453792Z PR_NUMBER: 1476 2025-01-27T21:31:21.1455041Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:31:21.1456649Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:31:21.1457541Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:31:21.1458323Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:31:21.1458878Z ##[endgroup] 2025-01-27T21:31:21.1488271Z Holding runner for 2 hours until all ssh sessions have logged out 2025-01-27T21:31:21.1554732Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-01-27T21:31:21.1555543Z # ignore expansion of "docker ps -q" since it could be empty 2025-01-27T21:31:21.1556164Z # shellcheck disable=SC2046 2025-01-27T21:31:21.1556643Z docker stop $(docker ps -q) || true 2025-01-27T21:31:21.1557147Z # Prune all of the docker images 2025-01-27T21:31:21.1557612Z docker system prune -af 2025-01-27T21:31:21.1564782Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:31:21.1565439Z env: 2025-01-27T21:31:21.1565916Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:31:21.1566537Z REPOSITORY: pytorch/torchchat 2025-01-27T21:31:21.1566948Z PR_NUMBER: 1476 2025-01-27T21:31:21.1568201Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:31:21.1569749Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:31:21.1570902Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:31:21.1571707Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:31:21.1572261Z ##[endgroup] 2025-01-27T21:31:21.6026357Z ae60cc525d9e 2025-01-27T21:31:21.6239209Z Deleted Containers: 2025-01-27T21:31:21.6239833Z ae60cc525d9eb8b8f20e0d7e1aea6db3d76fb50bbf18dbc756def8d73b0e30c3 2025-01-27T21:31:21.6240328Z 2025-01-27T21:31:23.2535326Z Deleted Images: 2025-01-27T21:31:23.2535950Z untagged: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:31:23.2537045Z untagged: pytorch/manylinux2_28_aarch64-builder@sha256:fe1d020c608e763830dec3baca8ac2156c4770837beaf2d0aba393d3aaabe1dc 2025-01-27T21:31:23.2538184Z deleted: sha256:4160f8a7a375844c816c57291b210e2846906ee6cd08b0e3668920e1bcc0fa83 2025-01-27T21:31:23.2539076Z deleted: sha256:d475533346a0dd3c471c588ff09966ae0253929d0ee1953ab287d13cb97769f3 2025-01-27T21:31:23.2540032Z deleted: sha256:bffb2e07dea4c30a81b1aee3c0ff2ee37aaa19828d1fd0ab30b48f2e0f6ce24e 2025-01-27T21:31:23.2540948Z deleted: sha256:2221ad123284b8de094b539590c51c7b72e0c5173c1695e328f01d7f8f720d97 2025-01-27T21:31:23.2542218Z deleted: sha256:8851fe14abd82df82f91eccb45ddee6c9729e17e8c3ad23798599b290173dba3 2025-01-27T21:31:23.2543123Z deleted: sha256:895332f3a4c7d71979daf0ab6d62679be8a0d6e58e1a62a05357da317334c7db 2025-01-27T21:31:23.2544023Z deleted: sha256:81b0b939aa617a7edfc67d4077b3a752c42c38e54be9a891ee4aa7aa3f6a8232 2025-01-27T21:31:23.2544921Z deleted: sha256:1bad080ceb74c6c77726785ef9360d4f43714158f63d11b689d41af460852d5f 2025-01-27T21:31:23.2545813Z deleted: sha256:5b51fc72d4b58f9ba55653f1c7af677ef6c50808535f63a7a88ebf40ead3d552 2025-01-27T21:31:23.2546724Z deleted: sha256:5b2c25bca207000a8a3794ca9e27b523f958d26dd6305e5db64df51b769688b6 2025-01-27T21:31:23.2547624Z deleted: sha256:ab0b1ee05612f02f76df630ce78924f264b1da6ca039ed64dbf13687261ab71d 2025-01-27T21:31:23.2548535Z deleted: sha256:d17d790032a66e4e8b37536ac15a10bca2211d84ac82b9eddbf3076c2dd9a70b 2025-01-27T21:31:23.2549436Z deleted: sha256:73531b0bd72b0f9c02c34f68e8a235ca6555622d53d57a952919347ac2a4b5fc 2025-01-27T21:31:23.2550321Z deleted: sha256:15b9734c4588fab057c006b8d8394e3baa6e089cc80b70d26252f582c579971d 2025-01-27T21:31:23.2551234Z deleted: sha256:d1fb841355c245e9256c3a85a45ed32e24299f0ec7aad6e67bca9f8cc519d0cc 2025-01-27T21:31:23.2552133Z deleted: sha256:4d4a6160c0bfa26b988aa0a292653494096f4220ee93d3a4805eceb445768583 2025-01-27T21:31:23.2553041Z deleted: sha256:08be04cc02e144bc9d3a0be4467422d036ea9feedcfbcf60a88972fc37915b80 2025-01-27T21:31:23.2553935Z deleted: sha256:fa251071d36f45737c469ba4060b607e0483e9a34ac6b07071afe289a5f0dfa5 2025-01-27T21:31:23.2554836Z deleted: sha256:7475fa8fe18ba318272682dbb2069cd5513ff61fa28bcfe783ea913bed0e0b63 2025-01-27T21:31:23.2555734Z deleted: sha256:84d22de8400b7dbba6ef28f524e83478668e5c50dc995c80d0d2765366e27b30 2025-01-27T21:31:23.2556620Z deleted: sha256:14e625a0c63baa546fef1c5eb254720df8f980532ebd94134872bf1941bd23e5 2025-01-27T21:31:23.2557541Z deleted: sha256:f5e4fd25a71dbb45763bf26a3963fea36c8f51a0dbeaff694fb6efbe34b55271 2025-01-27T21:31:23.2558455Z deleted: sha256:bb2681ccf8d025ac372a5e3ea3e40f291431879bf79441ec295e9c53f2876144 2025-01-27T21:31:23.2559353Z deleted: sha256:2a3449b9670b71e6797e832cc11c988d803d463b4c83fbfecb5a41375d22a573 2025-01-27T21:31:23.2560244Z deleted: sha256:b91c1ec8072218b8b5ea9b17a1792d26c7ee74b7574b04e9fcc188561ec289c3 2025-01-27T21:31:23.2561147Z deleted: sha256:894290ad5d01c0cc507eb8eafc418453b09dbed06e5dbca37b65061319445181 2025-01-27T21:31:23.2562066Z deleted: sha256:f35ab0a903ac71dfcbf5f0cdfca3ba9608f99446da4fac72edb414039011ed5e 2025-01-27T21:31:23.2562980Z deleted: sha256:b9fa49eae05570471739501b2eb29320031a8007fda20d8e9e17f29c2ec29370 2025-01-27T21:31:23.2563859Z deleted: sha256:ef90746df31cf5190d84f003522356128e146644674dec3c845e24a9821e86e5 2025-01-27T21:31:23.2564753Z deleted: sha256:6f0c34ecfdd9863cedb9e3da4676eb6c71fe1bd2da669e018f97105b4c7ad340 2025-01-27T21:31:23.2566068Z deleted: sha256:d8b8c1f2426e63415276ab062128d80060606c225c0049b52c35487b5ff5ddb6 2025-01-27T21:31:23.2567005Z deleted: sha256:da81ca545d8f21ceb55f30402bdf348ac7053ac116bc87276ddce4ab5e7e244c 2025-01-27T21:31:23.2567717Z untagged: arm64v8/alpine:latest 2025-01-27T21:31:23.2568443Z untagged: arm64v8/alpine@sha256:027789c1e8530f46d8211da2debc3f927eab8387ee2bb3922e466005d53cb0fe 2025-01-27T21:31:23.2569436Z deleted: sha256:7ad00e65ee25911881c06b97a3e562675d255e1265ba4abadd3e906d266c1dcc 2025-01-27T21:31:23.2570334Z deleted: sha256:89b59b1b7cb3f80a0c11656016099d1de77e8e2beed2a106ffda752615dfa3d8 2025-01-27T21:31:23.2570870Z 2025-01-27T21:31:23.2571058Z Total reclaimed space: 2.143GB 2025-01-27T21:31:23.2633186Z ##[group]Run set +e 2025-01-27T21:31:23.2633672Z set +e 2025-01-27T21:31:23.2634043Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-01-27T21:31:23.2634621Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-01-27T21:31:23.2635129Z else 2025-01-27T21:31:23.2635528Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-01-27T21:31:23.2636010Z fi 2025-01-27T21:31:23.2636314Z set -e 2025-01-27T21:31:23.2643760Z shell: /usr/bin/bash -e {0} 2025-01-27T21:31:23.2644147Z env: 2025-01-27T21:31:23.2644632Z DOCKER_IMAGE: pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-main 2025-01-27T21:31:23.2645379Z REPOSITORY: pytorch/torchchat 2025-01-27T21:31:23.2645777Z PR_NUMBER: 1476 2025-01-27T21:31:23.2647077Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2025-01-27T21:31:23.2648627Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-27T21:31:23.2649447Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-27T21:31:23.2650228Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-27T21:31:23.2650787Z NO_SUDO: false 2025-01-27T21:31:23.2651109Z ##[endgroup] 2025-01-27T21:31:23.5659397Z Post job cleanup. 2025-01-27T21:31:23.7123056Z Post job cleanup. 2025-01-27T21:31:23.8472539Z [command]/usr/bin/git version 2025-01-27T21:31:23.8527845Z git version 2.47.1 2025-01-27T21:31:23.8589410Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d1177706-41c4-4adb-90c4-70cac9fd9909' before making global git config changes 2025-01-27T21:31:23.8590743Z Adding repository directory to the temporary git global config as a safe directory 2025-01-27T21:31:23.8597799Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2025-01-27T21:31:23.8647527Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-27T21:31:23.8692181Z [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' || :" 2025-01-27T21:31:23.9022325Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-27T21:31:23.9048343Z http.https://github.com/.extraheader 2025-01-27T21:31:23.9067028Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-01-27T21:31:23.9103760Z [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' || :" 2025-01-27T21:31:23.9521872Z A job completed hook has been configured by the self-hosted runner administrator 2025-01-27T21:31:23.9557751Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-01-27T21:31:23.9564197Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-27T21:31:23.9564747Z ##[endgroup] 2025-01-27T21:31:23.9660618Z [!ALERT!] Swap in detected! [!ALERT!] 2025-01-27T21:31:39.1054109Z [!ALERT!] Swap out detected [!ALERT!] 2025-01-27T21:32:02.6049699Z Cleaning up orphan processes